/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_memphisresort -- ------------------------------------------------------ -- 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=250 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-05-27 21:07:17','Admin Returned 1.00 VEGETABLE RICE with code (39) at 2025-05-27 21:07:17','105.160.70.119',1),(2,'1','2025-05-27 21:07:19','Admin Returned 1.00 BROWN UGALI with code (41) at 2025-05-27 21:07:19','105.160.70.119',1),(3,'1','2025-05-27 21:07:22','Admin Returned 1.00 PACKING TIN-LARGE with code (172) at 2025-05-27 21:07:22','105.160.70.119',1),(4,'1','2025-05-27 21:07:24','Admin Returned 1.00 WHITECAP-BOTTLE with code (218) at 2025-05-27 21:07:24','105.160.70.119',1),(5,'1','2025-05-27 21:07:37','Admin Returned 1.00 TOOTHBRUSH with code (199) at 2025-05-27 21:07:37','105.160.70.119',1),(6,'1','2025-05-27 21:07:40','Admin Returned 1.00 GOAT CHOMA 1/2 with code (80) at 2025-05-27 21:07:40','105.160.70.119',1),(7,'1','2025-05-27 21:07:44','Admin Returned 1.00 MISHIKAKI with code (40) at 2025-05-27 21:07:44','105.160.70.119',1),(8,'1','2025-05-27 21:07:46','Admin Returned 1.00 COCKTAIL MEMPHIS with code (222) at 2025-05-27 21:07:46','105.160.70.119',1),(9,'1','2025-05-27 21:08:03','Admin Returned 1.00 COCKTAIL MEMPHIS with code (222) at 2025-05-27 21:08:03','105.160.70.119',1),(10,'1','2025-05-27 21:08:19','Admin Returned 1.00 TOOTHBRUSH with code (199) at 2025-05-27 21:08:19','105.160.70.119',1),(11,'1','2025-05-27 21:08:30','Admin Returned 1.00 COCKTAIL MEMPHIS with code (222) at 2025-05-27 21:08:30','105.160.70.119',1),(12,'1','2025-05-27 21:08:43','Admin Returned 1.00 TOOTHBRUSH with code (199) at 2025-05-27 21:08:43','105.160.70.119',1),(13,'1','2025-05-27 21:08:46','Admin Returned 1.00 COCKTAIL MEMPHIS with code (222) at 2025-05-27 21:08:46','105.160.70.119',1),(14,'1','2025-05-27 21:08:49','Admin Returned 1.00 CAPON CHOMA 1/2 with code (77) at 2025-05-27 21:08:49','105.160.70.119',1),(15,'1','2025-05-27 21:08:51','Admin Returned 1.00 LIVER DRYFRY with code (62) at 2025-05-27 21:08:51','105.160.70.119',1),(16,'1','2025-05-27 21:09:03','Admin Returned 1.00 CAPON CHOMA 1/2 with code (77) at 2025-05-27 21:09:03','105.160.70.119',1),(17,'1','2025-05-27 21:09:14','Admin Returned 1.00 TOOTHBRUSH with code (199) at 2025-05-27 21:09:14','105.160.70.119',1),(18,'1','2025-05-27 21:09:17','Admin Returned 1.00 BROWN UGALI with code (41) at 2025-05-27 21:09:17','105.160.70.119',1),(19,'1','2025-05-27 21:09:20','Admin Returned 1.00 COCKTAIL MEMPHIS with code (222) at 2025-05-27 21:09:20','105.160.70.119',1),(20,'1','2025-05-27 21:09:23','Admin Returned 1.00 CAPON CHOMA 1/2 with code (77) at 2025-05-27 21:09:23','105.160.70.119',1),(21,'1','2025-05-27 21:09:34','Admin Returned 1.00 TOOTHBRUSH with code (199) at 2025-05-27 21:09:34','105.160.70.119',1),(22,'1','2025-05-27 21:09:37','Admin Returned 1.00 COCKTAIL MEMPHIS with code (222) at 2025-05-27 21:09:37','105.160.70.119',1),(23,'1','2025-05-27 21:09:39','Admin Returned 1.00 BROWN UGALI with code (41) at 2025-05-27 21:09:39','105.160.70.119',1),(24,'1','2025-05-27 21:09:40','Admin Returned 1.00 CAPON CHOMA 1/2 with code (77) at 2025-05-27 21:09:40','105.160.70.119',1),(25,'1','2025-05-27 21:10:44','Admin Returned 1.00 TUSKER-LAGER-BOTTLE with code (209) at 2025-05-27 21:10:44','105.160.70.119',1),(26,'1','2025-05-27 21:10:47','Admin Returned 1.00 BEEF CURRY 1/4 with code (55) at 2025-05-27 21:10:47','105.160.70.119',1),(27,'17','2025-05-27 21:47:17','TIMOTHY Returned 1.00 CHROME-GIN 250 with code (113) at 2025-05-27 21:47:17','105.160.59.205',1),(28,'17','2025-05-27 21:47:19','TIMOTHY Returned 1.00 COCKTAIL MEMPHIS with code (222) at 2025-05-27 21:47:19','105.160.59.205',1),(29,'17','2025-05-27 21:50:30','TIMOTHY Returned 1.00 CHROME-GIN 250 with code (113) at 2025-05-27 21:50:30','105.160.59.205',1),(30,'17','2025-05-27 21:50:31','TIMOTHY Returned 1.00 COCKTAIL MEMPHIS with code (222) at 2025-05-27 21:50:31','105.160.59.205',1),(31,'17','2025-05-27 22:15:28','TIMOTHY Returned 1.00 GUINESS-BOTTLE with code (136) at 2025-05-27 22:15:28','105.160.59.205',1),(32,'16','2025-05-28 10:48:38','MARGARET Returned 1.00 BALOZI-BOTTLE with code (89) at 2025-05-28 10:48:38','41.90.172.34',1),(33,'1','2025-05-28 12:38:01','Admin Changed the price of TOASTED EGGS to: buyingprice =0 ,sellingprice =150, qty= 0.00, items with id 230 . in Main level at 2025-05-28 12:38:01','105.160.59.205',1),(34,'1','2025-05-28 13:16:53','Admin Changed the price of TONIC WATER BOTTLE to: buyingprice =0 ,sellingprice =0, qty= 0.00, items with id 234 . in Main level at 2025-05-28 13:16:53','105.160.59.205',1),(35,'16','2025-05-28 18:21:19','MARGARET Returned 1.00 ROOM 101 with code (227) at 2025-05-28 18:21:19','41.90.172.3',1),(36,'16','2025-05-28 18:22:48','MARGARET Returned 1.00 BALOZI-BOTTLE with code (89) at 2025-05-28 18:22:48','41.90.172.3',1),(37,'16','2025-05-28 18:22:50','MARGARET Returned 1.00 BALOZI-BOTTLE with code (89) at 2025-05-28 18:22:50','41.90.172.3',1),(38,'16','2025-05-28 18:24:36','MARGARET Returned 2.00 BALOZI-BOTTLE with code (89) at 2025-05-28 18:24:36','41.90.172.3',1),(39,'16','2025-05-28 18:24:47','MARGARET Returned 3.00 CHIPS with code (47) at 2025-05-28 18:24:47','41.90.172.3',1),(40,'16','2025-05-28 18:27:59','MARGARET Returned 1.00 ROOM 101 with code (227) at 2025-05-28 18:27:59','41.90.172.3',1),(41,'16','2025-05-28 18:28:05','MARGARET Returned 1.00 ROOM BREAKFAST with code (229) at 2025-05-28 18:28:05','41.90.172.3',1),(42,'17','2025-05-28 18:43:01','TIMOTHY Returned 5.00 BALOZI-BOTTLE with code (89) at 2025-05-28 18:43:01','105.160.59.205',1),(43,'17','2025-05-28 18:44:08','TIMOTHY Returned 1.00 WATER with code (221) at 2025-05-28 18:44:08','105.160.59.205',1),(44,'17','2025-05-28 18:45:36','TIMOTHY Returned 1.00 WATER with code (221) at 2025-05-28 18:45:36','105.160.59.205',1),(45,'17','2025-05-28 18:49:28','TIMOTHY Returned 2.00 BLACK ICE-BOTTLE with code (100) at 2025-05-28 18:49:28','105.160.59.205',1),(46,'17','2025-05-28 18:50:15','TIMOTHY Returned 1.00 COCKTAIL MEMPHIS with code (222) at 2025-05-28 18:50:15','105.160.59.205',1),(47,'17','2025-05-28 18:53:57','TIMOTHY Returned 1.00 WATER with code (221) at 2025-05-28 18:53:57','105.160.59.205',1),(48,'17','2025-05-28 20:06:37','TIMOTHY Returned 1.00 COCKTAIL MEMPHIS with code (222) at 2025-05-28 20:06:37','105.160.59.205',1),(49,'17','2025-05-28 20:07:10','TIMOTHY Returned 1.00 COCKTAIL MEMPHIS with code (222) at 2025-05-28 20:07:10','105.160.59.205',1),(50,'11','2025-05-28 20:54:02','JOHN AWECH Returned 1.00 SAFARI with code (187) at 2025-05-28 20:54:02','105.160.59.205',1),(51,'14','2025-05-29 13:46:29','PETER Changed the price of GUINESS-BOTTLE to: buyingprice =0 ,sellingprice =300, qty= 0.00, items with id 136 . in Main level at 2025-05-29 13:46:29','105.160.59.205',1),(52,'11','2025-05-29 15:14:37','JOHN AWECH Returned 1.00 SODA-BOTTLE with code (195) at 2025-05-29 15:14:37','105.160.59.205',1),(53,'11','2025-05-29 15:15:23','JOHN AWECH Returned 5.00 GUINESS-BOTTLE with code (136) at 2025-05-29 15:15:23','105.160.59.205',1),(54,'11','2025-05-29 15:15:26','JOHN AWECH Returned 3.00 BEST CREAM-250 with code (91) at 2025-05-29 15:15:26','105.160.59.205',1),(55,'11','2025-05-29 15:15:28','JOHN AWECH Returned 1.00 PREDATOR with code (178) at 2025-05-29 15:15:28','105.160.59.205',1),(56,'11','2025-05-29 15:15:42','JOHN AWECH Returned 1.00 COCKTAIL MEMPHIS with code (222) at 2025-05-29 15:15:42','105.160.59.205',1),(57,'11','2025-05-29 15:15:45','JOHN AWECH Returned 1.00 CHIPS with code (47) at 2025-05-29 15:15:45','105.160.59.205',1),(58,'11','2025-05-29 15:15:47','JOHN AWECH Returned 1.00 MISHIKAKI with code (40) at 2025-05-29 15:15:47','105.160.59.205',1),(59,'11','2025-05-29 15:15:49','JOHN AWECH Returned 1.00 BLACK ICE-BOTTLE with code (100) at 2025-05-29 15:15:49','105.160.59.205',1),(60,'17','2025-05-29 16:55:05','TIMOTHY Changed the price of 4TH STREET-750-RED to: buyingprice =0 ,sellingprice =1600, qty= 0.00, items with id 82 . in Main level at 2025-05-29 16:55:05','105.160.59.205',1),(61,'17','2025-05-29 16:55:47','TIMOTHY Changed the price of 4TH STREET-750-WHITE to: buyingprice =0 ,sellingprice =1600, qty= 0.00, items with id 83 . in Main level at 2025-05-29 16:55:47','105.160.59.205',1),(62,'17','2025-05-29 16:56:47','TIMOTHY Changed the price of ASCONI to: buyingprice =0 ,sellingprice =2900, qty= 0.00, items with id 86 . in Main level at 2025-05-29 16:56:47','105.160.59.205',1),(63,'17','2025-05-29 17:01:11','TIMOTHY Changed the price of beileys to: buyingprice =0 ,sellingprice =3700, qty= 0.00, items with id 251 . in Main level at 2025-05-29 17:01:11','105.160.59.205',1),(64,'17','2025-05-29 17:01:46','TIMOTHY Changed the price of DELMONTE to: buyingprice =0 ,sellingprice =400, qty= 0.00, items with id 119 . in Main level at 2025-05-29 17:01:46','105.160.59.205',1),(65,'17','2025-05-29 17:02:11','TIMOTHY Changed the price of GILBEYS-350 to: buyingprice =0 ,sellingprice =1000, qty= 0.00, items with id 125 . in Main level at 2025-05-29 17:02:11','105.160.59.205',1),(66,'17','2025-05-29 17:02:54','TIMOTHY Changed the price of MATCH BOX to: buyingprice =0 ,sellingprice =10, qty= 0.00, items with id 163 . in Main level at 2025-05-29 17:02:54','105.160.59.205',1),(67,'17','2025-05-29 17:03:16','TIMOTHY Changed the price of MARAMOJA to: buyingprice =0 ,sellingprice =15, qty= 0.00, items with id 162 . in Main level at 2025-05-29 17:03:16','105.160.59.205',1),(68,'17','2025-05-29 17:03:36','TIMOTHY Changed the price of SPORT to: buyingprice =0 ,sellingprice =25, qty= 0.00, items with id 196 . in Main level at 2025-05-29 17:03:36','105.160.59.205',1),(69,'17','2025-05-29 17:03:56','TIMOTHY Changed the price of VAT 69-350 to: buyingprice =0 ,sellingprice =1000, qty= 0.00, items with id 212 . in Main level at 2025-05-29 17:03:56','105.160.59.205',1),(70,'17','2025-05-29 17:04:18','TIMOTHY Changed the price of VICEROY 375 to: buyingprice =0 ,sellingprice =1000, qty= 0.00, items with id 214 . in Main level at 2025-05-29 17:04:18','105.160.59.205',1),(71,'17','2025-05-29 17:04:58','TIMOTHY Changed the price of RICHOT-350 to: buyingprice =0 ,sellingprice =1000, qty= 0.00, items with id 182 . in Main level at 2025-05-29 17:04:58','105.160.59.205',1),(72,'17','2025-05-29 17:05:22','TIMOTHY Changed the price of BANANA-BOTTLE to: buyingprice =0 ,sellingprice =100, qty= 0.00, items with id 90 . in Main level at 2025-05-29 17:05:22','105.160.59.205',1),(73,'17','2025-05-29 17:06:35','TIMOTHY Changed the price of ROOM 101 to: buyingprice =0 ,sellingprice =1000, qty= 0.00, items with id 227 . in Main level at 2025-05-29 17:06:35','105.160.59.205',1),(74,'17','2025-05-29 18:06:57','TIMOTHY Returned 3.00 GOAT CURRY 1/4 with code (58) at 2025-05-29 18:06:57','105.160.59.205',1),(75,'17','2025-05-29 18:10:20','TIMOTHY Returned 2.00 UGALI with code (45) at 2025-05-29 18:10:20','105.160.59.205',1),(76,'17','2025-05-29 18:25:51','TIMOTHY Returned 2.00 GUARANA CAN with code (134) at 2025-05-29 18:25:51','105.160.59.205',1),(77,'17','2025-05-30 00:30:05','TIMOTHY Changed the price of liver 1 kg to: buyingprice =1000 ,sellingprice =1200, qty= 0.00, items with id 268 . in Main level at 2025-05-30 00:30:05','105.160.42.232',1),(78,'17','2025-05-30 00:49:54','TIMOTHY Changed the price of wages potatoes to: buyingprice =250 ,sellingprice =250, qty= 0.00, items with id 269 . in Main level at 2025-05-30 00:49:54','105.160.42.232',1),(79,'17','2025-05-30 00:50:38','TIMOTHY Changed the price of liver 1 kg to: buyingprice =0 ,sellingprice =1200, qty= 0.00, items with id 268 . in Main level at 2025-05-30 00:50:38','105.160.42.232',1),(80,'17','2025-05-30 14:27:44','TIMOTHY Returned 1.00 V&A-750 with code (211) at 2025-05-30 14:27:44','105.160.68.145',1),(81,'17','2025-05-30 16:33:08','TIMOTHY Changed the price of ABSOLUTE BLUE VODKA 1LIT to: buyingprice =2357 ,sellingprice =3500, qty= 0.00, items with id 260 . in Main level at 2025-05-30 16:33:08','105.160.68.145',1),(82,'17','2025-05-30 16:33:35','TIMOTHY Changed the price of ABSOLUTE BLUE VODKA 750ML to: buyingprice =0 ,sellingprice =3000, qty= 0.00, items with id 84 . in Main level at 2025-05-30 16:33:35','105.160.68.145',1),(83,'17','2025-05-30 16:34:19','TIMOTHY Changed the price of JAGERMEISTER 1 LIT to: buyingprice =3392 ,sellingprice =5000, qty= 0.00, items with id 256 . in Main level at 2025-05-30 16:34:19','105.160.68.145',1),(84,'17','2025-05-30 16:34:50','TIMOTHY Changed the price of JAGERMEISTER 750ML to: buyingprice =0 ,sellingprice =4500, qty= 0.00, items with id 145 . in Main level at 2025-05-30 16:34:50','105.160.68.145',1),(85,'17','2025-05-30 17:25:05','TIMOTHY Changed the price of LEMONADE to: buyingprice =0 ,sellingprice =100, qty= 0.00, items with id 160 . in Main level at 2025-05-30 17:25:05','105.160.68.145',1),(86,'11','2025-05-30 20:19:59','JOHN AWECH Returned 2.00 TUSKER-LAGER-BOTTLE with code (209) at 2025-05-30 20:19:59','105.161.233.214',1),(87,'11','2025-05-30 22:43:32','JOHN AWECH Returned 1.00 GOAT WET/DRY FRY 1 KG with code (27) at 2025-05-30 22:43:32','105.161.233.214',1),(88,'11','2025-05-30 22:43:39','JOHN AWECH Returned 3.00 UGALI with code (45) at 2025-05-30 22:43:39','105.161.233.214',1),(89,'17','2025-05-31 00:21:22','TIMOTHY Returned 1.00 GOAT WET/DRY FRY 1 KG with code (27) at 2025-05-31 00:21:22','105.161.233.214',1),(90,'17','2025-05-31 00:21:25','TIMOTHY Returned 3.00 UGALI with code (45) at 2025-05-31 00:21:25','105.161.233.214',1),(91,'17','2025-05-31 00:21:34','TIMOTHY Returned 3.00 UGALI with code (45) at 2025-05-31 00:21:34','105.161.233.214',1),(92,'17','2025-05-31 00:40:18','TIMOTHY Returned 1.00 CHROME-GIN 250 with code (113) at 2025-05-31 00:40:18','105.161.233.214',1),(93,'17','2025-05-31 02:07:41','TIMOTHY Returned 1.00 WATER with code (221) at 2025-05-31 02:07:41','105.161.233.214',1),(94,'17','2025-05-31 03:26:18','TIMOTHY Returned 1.00 GREENS(KIENYEJI) with code (46) at 2025-05-31 03:26:18','105.161.233.214',1),(95,'17','2025-05-31 03:26:21','TIMOTHY Returned 2.00 UGALI with code (45) at 2025-05-31 03:26:21','105.161.233.214',1),(96,'17','2025-05-31 03:26:24','TIMOTHY Returned 1.00 BEEF CURRY 1/2 with code (56) at 2025-05-31 03:26:24','105.161.233.214',1),(97,'17','2025-05-31 04:16:00','TIMOTHY Returned 1.00 EGGS(BOILED/FRIED) with code (1) at 2025-05-31 04:16:00','105.161.233.214',1),(98,'17','2025-05-31 04:23:54','TIMOTHY Returned 2.00 PINEAPPLE PUNCH-CAN with code (176) at 2025-05-31 04:23:54','105.161.233.214',1),(99,'17','2025-05-31 04:23:56','TIMOTHY Returned 2.00 GUARANA CAN with code (134) at 2025-05-31 04:23:56','105.161.233.214',1),(100,'17','2025-05-31 04:23:58','TIMOTHY Returned 2.00 BALOZI-BOTTLE with code (89) at 2025-05-31 04:23:58','105.161.233.214',1),(101,'17','2025-06-01 23:18:44','TIMOTHY Returned 1.00 GOAT WET/DRY FRY 1/2 with code (26) at 2025-06-01 23:18:44','105.161.233.214',1),(102,'17','2025-06-01 23:18:46','TIMOTHY Returned 1.00 GOAT WET/DRY FRY 1/4 with code (25) at 2025-06-01 23:18:46','105.161.233.214',1),(103,'17','2025-06-01 23:18:48','TIMOTHY Returned 1.00 UGALI with code (45) at 2025-06-01 23:18:48','105.161.233.214',1),(104,'17','2025-06-01 23:18:49','TIMOTHY Returned 1.00 GREENS(KIENYEJI) with code (46) at 2025-06-01 23:18:49','105.161.233.214',1),(105,'17','2025-06-02 01:06:37','TIMOTHY Returned 2.00 PINEAPPLE PUNCH-BOTTLE with code (175) at 2025-06-02 01:06:37','105.161.233.214',1),(106,'17','2025-06-02 03:03:08','TIMOTHY Returned 1.00 TRIPPLE ACE-750 with code (202) at 2025-06-02 03:03:08','105.161.233.214',1),(107,'17','2025-06-02 03:52:13','TIMOTHY Returned 1.00 BEEF WET/DRY FRY 1/4 with code (22) at 2025-06-02 03:52:13','105.161.233.214',1),(108,'17','2025-06-02 03:52:17','TIMOTHY Returned 1.00 UGALI with code (45) at 2025-06-02 03:52:17','105.161.233.214',1),(109,'16','2025-06-04 20:25:05','MARGARET Changed the price of PILSNER_LAGER_BOTTLE to: buyingprice =175 ,sellingprice =250, qty= 0.00, items with id 174 . in Main level at 2025-06-04 20:25:05','105.160.23.201',1),(110,'16','2025-06-04 20:26:52','MARGARET Changed the price of MARAMOJA to: buyingprice =15 ,sellingprice =20, qty= 0.00, items with id 162 . in Main level at 2025-06-04 20:26:52','105.160.23.201',1),(111,'16','2025-06-04 20:27:19','MARGARET Changed the price of MATCH BOX to: buyingprice =5 ,sellingprice =10, qty= 0.00, items with id 163 . in Main level at 2025-06-04 20:27:19','105.160.23.201',1),(112,'16','2025-06-04 21:23:08','MARGARET Changed the price of Jameson 750ML to: buyingprice =2500 ,sellingprice =3500, qty= 0.00, items with id 249 . in Main level at 2025-06-04 21:23:08','105.160.23.201',1),(113,'11','2025-06-04 22:03:43','JOHN AWECH Returned 1.00 GREENS(KIENYEJI) with code (46) at 2025-06-04 22:03:43','105.161.141.5',1),(114,'16','2025-06-04 22:19:01','MARGARET Changed the price of WHITE COFFEE to: buyingprice =0 ,sellingprice =150, qty= 0.00, items with id 12 . in Main level at 2025-06-04 22:19:01','105.160.23.201',1),(115,'11','2025-06-04 23:48:41','JOHN AWECH Returned 1.00 PREDATOR with code (178) at 2025-06-04 23:48:41','105.161.141.5',1),(116,'16','2025-06-05 16:30:45','MARGARET Returned 1.00 BEEF WET/DRY FRY 1/4 with code (22) at 2025-06-05 16:30:45','105.160.23.201',1),(117,'16','2025-06-05 16:39:56','MARGARET Returned 1.00 BEEF WET/DRY FRY 1/4 with code (22) at 2025-06-05 16:39:56','105.160.23.201',1),(118,'16','2025-06-05 17:36:27','MARGARET Changed the price of SAFARI to: buyingprice =8 ,sellingprice =15, qty= 0.00, items with id 187 . in Main level at 2025-06-05 17:36:27','105.160.23.201',1),(119,'16','2025-06-05 22:01:26','MARGARET Changed the price of ROOMS to: buyingprice =500 ,sellingprice =1500, qty= 0.00, items with id 247 . in Main level at 2025-06-05 22:01:26','105.160.23.201',1),(120,'16','2025-06-06 00:01:48','MARGARET Changed the price of TUSKER-LAGER-BOTTLE to: buyingprice =175 ,sellingprice =250, qty= 0.00, items with id 209 . in Main level at 2025-06-06 00:01:48','105.160.23.201',1),(121,'11','2025-06-06 00:59:29','JOHN AWECH Returned 2.00 TUSKER LITE-BOTTLE with code (208) at 2025-06-06 00:59:29','105.161.130.100',1),(122,'16','2025-06-06 01:01:24','MARGARET Changed the price of CAPTAIN MORGAN to: buyingprice =700 ,sellingprice =1300, qty= 0.00, items with id 261 . in Main level at 2025-06-06 01:01:24','105.160.23.201',1),(123,'16','2025-06-06 01:06:24','MARGARET Changed the price of ROSTER to: buyingprice =8 ,sellingprice =10, qty= 0.00, items with id 186 . in Main level at 2025-06-06 01:06:24','105.160.23.201',1),(124,'17','2025-06-06 03:24:33','TIMOTHY Returned 1.00 UGALI with code (45) at 2025-06-06 03:24:33','105.161.130.100',1),(125,'17','2025-06-06 03:24:35','TIMOTHY Returned 1.00 GOAT WET/DRY FRY 1/4 with code (25) at 2025-06-06 03:24:35','105.161.130.100',1),(126,'17','2025-06-06 03:24:46','TIMOTHY Returned 1.00 UGALI with code (45) at 2025-06-06 03:24:46','105.161.130.100',1),(127,'17','2025-06-06 03:31:58','TIMOTHY Returned 2.00 PINEAPPLE PUNCH-CAN with code (176) at 2025-06-06 03:31:58','105.160.125.120',1),(128,'17','2025-06-06 04:05:27','TIMOTHY Returned 1.00 CHIPS with code (47) at 2025-06-06 04:05:27','105.161.130.100',1),(129,'16','2025-06-06 15:52:00','MARGARET Changed the price of Service fee to: buyingprice =2000 ,sellingprice =4000, qty= 0.00, items with id 264 . in Main level at 2025-06-06 15:52:00','105.161.232.124',1),(130,'16','2025-06-06 15:58:38','MARGARET Changed the price of Live goat to: buyingprice =11000 ,sellingprice =11000, qty= 0.00, items with id 268 . in Main level at 2025-06-06 15:58:38','105.161.232.124',1),(131,'11','2025-06-07 01:59:55','JOHN AWECH Returned 2.00 TUSKER CIDER-BOTTLE with code (205) at 2025-06-07 01:59:55','105.161.232.124',1),(132,'14','2025-06-07 13:27:08','PETER Changed the price of melkan 1.5 litres to: buyingprice =33.3 ,sellingprice =100, qty= 0.00, items with id 272 . in Main level at 2025-06-07 13:27:08','105.161.130.100',1),(133,'14','2025-06-07 14:47:12','PETER Returned 3.00 BALOZI-BOTTLE with code (89) at 2025-06-07 14:47:12','105.161.130.100',1),(134,'17','2025-06-07 19:52:43','TIMOTHY Returned 1.00 CHROME-VODKA 250 with code (115) at 2025-06-07 19:52:43','105.160.49.207',1),(135,'17','2025-06-07 19:52:46','TIMOTHY Returned 1.00 DELMONTE with code (119) at 2025-06-07 19:52:46','105.160.49.207',1),(136,'11','2025-06-08 01:40:27','JOHN AWECH Returned 1.00 LEMONADE with code (160) at 2025-06-08 01:40:27','105.161.216.46',1),(137,'11','2025-06-08 18:41:58','JOHN AWECH Returned 1.00 melkan 1.5 litres with code (272) at 2025-06-08 18:41:58','105.161.234.233',1),(138,'17','2025-06-09 01:01:23','TIMOTHY Returned 1.00 CHIPS with code (47) at 2025-06-09 01:01:23','105.161.145.159',1),(139,'17','2025-06-09 01:01:26','TIMOTHY Returned 1.00 CHICKEN KIENYEJI 1/4 with code (52) at 2025-06-09 01:01:26','105.161.145.159',1),(140,'17','2025-06-09 01:01:37','TIMOTHY Returned 1.00 CHIPS with code (47) at 2025-06-09 01:01:37','105.161.145.159',1),(141,'17','2025-06-09 02:24:36','TIMOTHY Returned 2.00 COUNTY SPIRIT 250ML with code (117) at 2025-06-09 02:24:36','105.161.145.159',1),(142,'16','2025-06-09 19:42:29','MARGARET Changed the price of ABSOLUTE BLUE VODKA 1LTR to: buyingprice =2773 ,sellingprice =4000, qty= 0.00, items with id 274 . in Main level at 2025-06-09 19:42:29','105.160.43.48',1),(143,'16','2025-06-09 19:43:12','MARGARET Changed the price of ABSOLUTE BLUE VODKA 1LTR to: buyingprice =2773 ,sellingprice =3500, qty= 0.00, items with id 274 . in Main level at 2025-06-09 19:43:12','105.160.43.48',1),(144,'16','2025-06-09 23:57:46','MARGARET Returned 4.00 TUSKER LITE-BOTTLE with code (208) at 2025-06-09 23:57:46','105.161.145.159',1),(145,'16','2025-06-10 08:50:32','MARGARET Changed the price of ALL SEASONS 250 to: buyingprice =376 ,sellingprice =500, qty= 0.00, items with id 275 . in Main level at 2025-06-10 08:50:32','196.96.114.211',1),(146,'16','2025-06-10 14:06:43','MARGARET Changed the price of MARAMOJA to: buyingprice =10 ,sellingprice =15, qty= 0.00, items with id 162 . in Main level at 2025-06-10 14:06:43','105.161.205.72',1),(147,'16','2025-06-10 23:23:44','MARGARET Returned 1.00 GOAT CHOMA 1/2 with code (80) at 2025-06-10 23:23:44','105.161.218.112',1),(148,'16','2025-06-13 22:22:22','MARGARET Returned 4.00 ROOM 2 with code (250) at 2025-06-13 22:22:22','105.161.142.142',1),(149,'16','2025-06-13 23:24:25','MARGARET Returned 1.00 ROOMS with code (247) at 2025-06-13 23:24:25','41.90.172.28',1),(150,'16','2025-06-14 12:53:28','MARGARET Returned 1.00 melkan 1.5 litres with code (272) at 2025-06-14 12:53:28','41.90.172.28',1),(151,'16','2025-06-14 13:12:34','MARGARET Returned 1.00 CAPTAIN MORGAN-750 with code (111) at 2025-06-14 13:12:34','41.90.172.28',1),(152,'16','2025-06-15 15:41:57','MARGARET Returned 1.00 SAUSAGE (PAIR) with code (3) at 2025-06-15 15:41:57','41.90.172.28',1),(153,'16','2025-06-15 23:00:53','MARGARET Returned 2.00 BLACK ICE CAN with code (99) at 2025-06-15 23:00:53','41.90.172.28',1),(154,'16','2025-06-15 23:00:57','MARGARET Returned 2.00 BLACK ICE CAN with code (99) at 2025-06-15 23:00:57','41.90.172.28',1),(155,'16','2025-06-15 23:10:44','MARGARET Returned 1.00 Service fee with code (266) at 2025-06-15 23:10:44','41.90.172.28',1),(156,'16','2025-06-16 22:14:01','MARGARET Returned 1.00 UGALI with code (45) at 2025-06-16 22:14:01','41.90.172.28',1),(157,'16','2025-06-17 01:39:19','MARGARET Returned 1.00 SMOKIES(PAIR) with code (15) at 2025-06-17 01:39:19','41.90.172.28',1),(158,'16','2025-06-17 18:25:16','MARGARET Changed the price of Liver - Choma 1kg to: buyingprice =1000 ,sellingprice =1400, qty= 100.00, items with id 286 . in Main level at 2025-06-17 18:25:16','41.90.172.28',1),(159,'16','2025-06-18 16:22:01','MARGARET Changed the price of TONIC WATER BOTTLE to: buyingprice =200 ,sellingprice =300, qty= 0.00, items with id 240 . in Main level at 2025-06-18 16:22:01','41.90.172.28',1),(160,'16','2025-06-18 16:22:57','MARGARET Changed the price of VAT 69-750 to: buyingprice =1520 ,sellingprice =1900, qty= 0.00, items with id 213 . in Main level at 2025-06-18 16:22:57','41.90.172.28',1),(161,'16','2025-06-18 16:24:04','MARGARET Changed the price of VAT 69-350 to: buyingprice =860 ,sellingprice =1200, qty= 0.00, items with id 212 . in Main level at 2025-06-18 16:24:04','41.90.172.28',1),(162,'16','2025-06-18 16:24:24','MARGARET Changed the price of VAT 69-350 to: buyingprice =860 ,sellingprice =1100, qty= 0.00, items with id 212 . in Main level at 2025-06-18 16:24:24','41.90.172.28',1),(163,'16','2025-06-18 16:26:47','MARGARET Changed the price of HEINEKEN-BOTTLE to: buyingprice =265 ,sellingprice =330, qty= 0.00, items with id 138 . in Main level at 2025-06-18 16:26:47','41.90.172.28',1),(164,'16','2025-06-19 13:35:00','MARGARET Changed the price of ROYAL CLUB SODA to: buyingprice =69 ,sellingprice =100, qty= 0.00, items with id 291 . in Main level at 2025-06-19 13:35:00','41.90.217.144',1),(165,'16','2025-06-19 13:37:11','MARGARET Changed the price of MONSTER DRINK to: buyingprice =235 ,sellingprice =300, qty= 0.00, items with id 167 . in Main level at 2025-06-19 13:37:11','41.90.217.144',1),(166,'16','2025-06-19 13:38:14','MARGARET Changed the price of COCA COLA ZERO to: buyingprice =99 ,sellingprice =150, qty= 0.00, items with id 292 . in Main level at 2025-06-19 13:38:14','41.90.217.144',1),(167,'16','2025-06-20 14:12:18','MARGARET Returned 1.00 VICEROY-250 with code (215) at 2025-06-20 14:12:18','196.96.31.64',1),(168,'16','2025-06-20 20:36:49','MARGARET Returned 1.00 BALOZI-BOTTLE with code (89) at 2025-06-20 20:36:49','196.96.85.140',1),(169,'16','2025-06-22 20:16:34','MARGARET Returned 1.00 PREDATOR with code (178) at 2025-06-22 20:16:34','105.161.216.101',1),(170,'16','2025-06-22 20:16:42','MARGARET Returned 4.00 HEINEKEN-BOTTLE with code (138) at 2025-06-22 20:16:42','105.161.216.101',1),(171,'16','2025-06-23 04:32:54','MARGARET Returned 1.00 TUSKER LITE CAN with code (207) at 2025-06-23 04:32:54','105.161.216.101',1),(172,'16','2025-06-23 04:33:05','MARGARET Returned 1.00 WHITECAP-BOTTLE with code (218) at 2025-06-23 04:33:05','105.161.216.101',1),(173,'16','2025-06-23 23:59:53','MARGARET Returned 1.00 EGGS(BOILED/FRIED) with code (1) at 2025-06-23 23:59:53','105.160.62.97',1),(174,'16','2025-06-23 23:59:56','MARGARET Returned 1.00 EGGS(BOILED/FRIED) with code (1) at 2025-06-23 23:59:56','105.160.62.97',1),(175,'16','2025-06-24 23:49:43','MARGARET Returned 2.00 SODA PLASTIC BOTTLE 500ML with code (194) at 2025-06-24 23:49:43','105.160.62.97',1),(176,'16','2025-06-27 18:06:39','MARGARET Returned 1.00 ROOMS with code (247) at 2025-06-27 18:06:39','41.90.172.0',1),(177,'16','2025-06-27 18:06:48','MARGARET Returned 1.00 BEEF WET/DRY FRY 1/4 with code (22) at 2025-06-27 18:06:48','41.90.172.0',1),(178,'16','2025-06-27 18:06:58','MARGARET Returned 1.00 UGALI with code (45) at 2025-06-27 18:06:58','41.90.172.0',1),(179,'16','2025-06-27 23:10:01','MARGARET Changed the price of GUEST ROOM to: buyingprice =3000 ,sellingprice =3000, qty= 0.00, items with id 296 . in Main level at 2025-06-27 23:10:01','41.90.172.0',1),(180,'16','2025-06-28 03:40:59','MARGARET Returned 4.00 COCKTAIL with code (244) at 2025-06-28 03:40:59','105.160.113.203',1),(181,'16','2025-06-28 03:48:04','MARGARET Returned 2.00 COCKTAIL with code (244) at 2025-06-28 03:48:04','105.160.113.203',1),(182,'16','2025-06-28 04:43:54','MARGARET Returned 2.00 WHITE COFFEE with code (12) at 2025-06-28 04:43:54','105.160.113.203',1),(183,'16','2025-06-28 04:44:28','MARGARET Returned 1.00 SAUSAGE (PAIR) with code (3) at 2025-06-28 04:44:28','105.160.113.203',1),(184,'16','2025-06-28 04:55:51','MARGARET Returned 1.00 FISH with code (300) at 2025-06-28 04:55:51','105.160.113.203',1),(185,'16','2025-06-28 04:55:55','MARGARET Returned 1.00 GREENS(KIENYEJI) with code (46) at 2025-06-28 04:55:55','105.160.113.203',1),(186,'16','2025-06-28 04:55:57','MARGARET Returned 1.00 GUEST ROOM with code (296) at 2025-06-28 04:55:57','105.160.113.203',1),(187,'16','2025-06-28 09:33:28','MARGARET Returned 1.00 GUEST ROOM with code (296) at 2025-06-28 09:33:28','105.160.113.203',1),(188,'16','2025-06-28 09:33:29','MARGARET Returned 1.00 DELMONTE with code (299) at 2025-06-28 09:33:29','105.160.113.203',1),(189,'16','2025-06-28 09:33:31','MARGARET Returned 1.00 CHICKEN KIENYEJI 1/2 with code (53) at 2025-06-28 09:33:31','105.160.113.203',1),(190,'16','2025-06-28 09:33:34','MARGARET Returned 2.00 UGALI with code (45) at 2025-06-28 09:33:34','105.160.113.203',1),(191,'16','2025-06-28 09:33:36','MARGARET Returned 1.00 WHITE COFFEE with code (12) at 2025-06-28 09:33:36','105.160.113.203',1),(192,'16','2025-06-28 09:33:39','MARGARET Returned 1.00 SAUTTE POTATO with code (20) at 2025-06-28 09:33:39','105.160.113.203',1),(193,'16','2025-06-28 19:14:44','MARGARET Returned 1.00 GUEST ROOM with code (296) at 2025-06-28 19:14:44','41.90.172.228',1),(194,'16','2025-06-28 19:14:45','MARGARET Returned 1.00 FISH with code (300) at 2025-06-28 19:14:45','41.90.172.228',1),(195,'16','2025-06-28 19:14:46','MARGARET Returned 1.00 GREENS(KIENYEJI) with code (46) at 2025-06-28 19:14:46','41.90.172.228',1),(196,'16','2025-06-28 19:14:48','MARGARET Returned 1.00 CHIPS with code (47) at 2025-06-28 19:14:48','41.90.172.228',1),(197,'16','2025-06-28 19:14:49','MARGARET Returned 2.00 UGALI with code (45) at 2025-06-28 19:14:49','41.90.172.228',1),(198,'16','2025-06-28 19:15:05','MARGARET Returned 1.00 GUEST ROOM with code (296) at 2025-06-28 19:15:05','41.90.172.228',1),(199,'16','2025-06-28 19:15:07','MARGARET Returned 1.00 CHICKEN KIENYEJI 1/2 with code (53) at 2025-06-28 19:15:07','41.90.172.228',1),(200,'16','2025-06-28 19:15:08','MARGARET Returned 2.00 UGALI with code (45) at 2025-06-28 19:15:08','41.90.172.228',1),(201,'16','2025-06-28 19:15:10','MARGARET Returned 1.00 WHITE COFFEE with code (12) at 2025-06-28 19:15:10','41.90.172.228',1),(202,'16','2025-06-28 19:15:12','MARGARET Returned 1.00 CHIPS with code (47) at 2025-06-28 19:15:12','41.90.172.228',1),(203,'16','2025-06-28 19:15:14','MARGARET Returned 1.00 GREENS(KIENYEJI) with code (46) at 2025-06-28 19:15:14','41.90.172.228',1),(204,'16','2025-06-28 19:15:29','MARGARET Returned 1.00 GUEST ROOM with code (296) at 2025-06-28 19:15:29','41.90.172.228',1),(205,'16','2025-06-28 19:15:31','MARGARET Returned 1.00 WHITE COFFEE with code (12) at 2025-06-28 19:15:31','41.90.172.228',1),(206,'16','2025-06-28 19:15:32','MARGARET Returned 1.00 FISH with code (300) at 2025-06-28 19:15:32','41.90.172.228',1),(207,'16','2025-06-28 19:15:33','MARGARET Returned 2.00 UGALI with code (45) at 2025-06-28 19:15:33','41.90.172.228',1),(208,'16','2025-06-28 19:15:35','MARGARET Returned 2.00 DELMONTE with code (119) at 2025-06-28 19:15:35','41.90.172.228',1),(209,'16','2025-06-28 19:15:51','MARGARET Returned 1.00 GUEST ROOM with code (296) at 2025-06-28 19:15:51','41.90.172.228',1),(210,'16','2025-06-28 19:15:52','MARGARET Returned 1.00 DELMONTE with code (119) at 2025-06-28 19:15:52','41.90.172.228',1),(211,'16','2025-06-28 19:15:57','MARGARET Returned 1.00 FISH with code (300) at 2025-06-28 19:15:57','41.90.172.228',1),(212,'16','2025-06-28 19:15:58','MARGARET Returned 1.00 CHIPS MASALA with code (48) at 2025-06-28 19:15:58','41.90.172.228',1),(213,'16','2025-06-28 19:16:00','MARGARET Returned 2.00 WHITE COFFEE with code (298) at 2025-06-28 19:16:00','41.90.172.228',1),(214,'16','2025-06-28 19:43:44','MARGARET Returned 1.00 GUEST ROOM with code (296) at 2025-06-28 19:43:44','41.90.172.228',1),(215,'16','2025-06-28 19:43:46','MARGARET Returned 1.00 GREENS(KIENYEJI) with code (46) at 2025-06-28 19:43:46','41.90.172.228',1),(216,'16','2025-06-28 19:43:47','MARGARET Returned 2.00 UGALI with code (45) at 2025-06-28 19:43:47','41.90.172.228',1),(217,'16','2025-06-28 19:43:49','MARGARET Returned 1.00 CHICKEN KIENYEJI 1/2 with code (53) at 2025-06-28 19:43:49','41.90.172.228',1),(218,'16','2025-06-28 19:43:51','MARGARET Returned 3.00 WHITE COFFEE with code (298) at 2025-06-28 19:43:51','41.90.172.228',1),(219,'16','2025-06-28 19:43:52','MARGARET Returned 1.00 SAUSAGE (PAIR) with code (3) at 2025-06-28 19:43:52','41.90.172.228',1),(220,'16','2025-06-28 19:43:53','MARGARET Returned 1.00 DELMONTE with code (299) at 2025-06-28 19:43:53','41.90.172.228',1),(221,'16','2025-06-28 19:44:08','MARGARET Returned 1.00 GUEST ROOM with code (296) at 2025-06-28 19:44:08','41.90.172.228',1),(222,'16','2025-06-28 19:44:09','MARGARET Returned 1.00 DELMONTE with code (119) at 2025-06-28 19:44:09','41.90.172.228',1),(223,'16','2025-06-28 19:44:10','MARGARET Returned 1.00 GREENS(KIENYEJI) with code (46) at 2025-06-28 19:44:10','41.90.172.228',1),(224,'16','2025-06-28 19:44:11','MARGARET Returned 1.00 CHICKEN KIENYEJI 1/2 with code (53) at 2025-06-28 19:44:11','41.90.172.228',1),(225,'16','2025-06-28 19:44:12','MARGARET Returned 2.00 WHITE COFFEE with code (12) at 2025-06-28 19:44:12','41.90.172.228',1),(226,'16','2025-06-28 19:44:14','MARGARET Returned 1.00 SAUSAGE (PAIR) with code (3) at 2025-06-28 19:44:14','41.90.172.228',1),(227,'16','2025-06-28 19:44:16','MARGARET Returned 2.00 UGALI with code (45) at 2025-06-28 19:44:16','41.90.172.228',1),(228,'16','2025-06-28 19:44:33','MARGARET Returned 1.00 GUEST ROOM with code (296) at 2025-06-28 19:44:33','41.90.172.228',1),(229,'16','2025-06-28 19:44:35','MARGARET Returned 1.00 GREENS(KIENYEJI) with code (46) at 2025-06-28 19:44:35','41.90.172.228',1),(230,'16','2025-06-28 19:44:36','MARGARET Returned 1.00 FISH with code (300) at 2025-06-28 19:44:36','41.90.172.228',1),(231,'16','2025-06-28 19:44:37','MARGARET Returned 2.00 WHITE COFFEE with code (12) at 2025-06-28 19:44:37','41.90.172.228',1),(232,'16','2025-06-28 19:44:39','MARGARET Returned 1.00 SAUSAGE (PAIR) with code (3) at 2025-06-28 19:44:39','41.90.172.228',1),(233,'16','2025-06-28 19:44:41','MARGARET Returned 2.00 DELMONTE with code (119) at 2025-06-28 19:44:41','41.90.172.228',1),(234,'16','2025-06-28 19:44:43','MARGARET Returned 1.00 UGALI with code (45) at 2025-06-28 19:44:43','41.90.172.228',1),(235,'16','2025-06-28 22:46:02','MARGARET Returned 2.00 GOAT WET/DRY FRY 1/4 with code (25) at 2025-06-28 22:46:02','105.160.113.203',1),(236,'16','2025-06-28 22:46:04','MARGARET Returned 2.00 UGALI with code (45) at 2025-06-28 22:46:04','105.160.113.203',1),(237,'16','2025-06-28 22:46:06','MARGARET Returned 1.00 DELMONTE with code (119) at 2025-06-28 22:46:06','105.160.113.203',1),(238,'16','2025-06-29 03:49:49','MARGARET Returned 1.00 melkan 1.5 litres with code (272) at 2025-06-29 03:49:49','105.160.113.203',1),(239,'16','2025-06-29 20:29:44','MARGARET Returned 3.00 BEEF WET/DRY FRY 1/4 with code (22) at 2025-06-29 20:29:44','105.160.113.203',1),(240,'16','2025-06-29 20:29:51','MARGARET Returned 1.00 UGALI with code (45) at 2025-06-29 20:29:51','105.160.113.203',1),(241,'16','2025-06-29 20:29:56','MARGARET Returned 1.00 SAUTTE POTATO with code (20) at 2025-06-29 20:29:56','105.160.113.203',1),(242,'16','2025-06-29 20:30:14','MARGARET Returned 1.00 CHICKEN KIENYEJI FULL with code (54) at 2025-06-29 20:30:14','105.160.113.203',1),(243,'16','2025-06-29 20:36:29','MARGARET Returned 2.00 UGALI with code (45) at 2025-06-29 20:36:29','105.160.113.203',1),(244,'16','2025-06-29 20:36:32','MARGARET Returned 3.00 CHIPS with code (47) at 2025-06-29 20:36:32','105.160.113.203',1),(245,'16','2025-06-30 00:11:08','MARGARET Returned 1.00 COUNTY SPIRIT 250ML with code (117) at 2025-06-30 00:11:08','105.160.113.203',1),(246,'16','2025-06-30 01:38:40','MARGARET Returned 1.00 SODA-BOTTLE with code (195) at 2025-06-30 01:38:40','105.160.113.203',1),(247,'16','2025-06-30 01:49:30','MARGARET Returned 1.00 GUARANA CAN_SMIRNOFF ICE with code (134) at 2025-06-30 01:49:30','105.160.113.203',1),(248,'16','2025-06-30 02:18:22','MARGARET Returned 1.00 GUARANA CAN_SMIRNOFF ICE with code (134) at 2025-06-30 02:18:22','105.160.113.203',1),(249,'16','2025-06-30 02:18:36','MARGARET Returned 1.00 melkan 1.5 litres with code (272) at 2025-06-30 02:18:36','105.160.113.203',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,'MEMPHIS BAR','<H1 style=\"margin:0px;\">MEMPHIS RESORT KIBWEZI </H1>\r\nKIBWEZI TOWN \r\n</BR>TEL:0704055164/0738201189</br>\r\n</BR>POCHI LA BIASHARA:0704055164</br>\r\n\r\n','2025-05-25 13:20:32','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 Mmphis Bar 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, `hscode` varchar(50) NOT 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, `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=3 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-05-28 10:27:37','161748417011','2300','','1000','16','1',1010,'2025-05-28 10:28:47','paid','',15,1),(2,'2025-06-04 22:15:21','161749058630','0','','0','16','1',1050,'2025-06-04 22:16:23','paid','',10,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 AUTO_INCREMENT=25 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 */; INSERT INTO `dailycollections` VALUES (1,'37110805','','17','2025-05-29 03:59:25','','1','','TIMOTHY','','',' 0','0','0','0','0','0','timo','0','0','','2025-05-29 07:00:00','0717890675','','active',0.00,0.00,-37860.00,'',1,0.00,18930.00,18930.00,0.00,0),(2,'37110805','','17','2025-06-05 02:03:11','','1','','TIMOTHY','','',' 11220','0','0','0','0','0','timo','','2800','','2025-06-05 07:00:00','0717890675','','active',0.00,0.00,-42106.00,'',1,22453.00,22453.00,22453.00,14020.00,0),(3,'32343412','','17','2025-06-06 04:16:22','','1','','JOY','','',' 19020','0','0','0','0','0','TIMO','','6820','','2025-06-06 07:00:00','0706639598','','active',0.00,0.00,6820.00,'',1,22453.00,0.00,0.00,25840.00,0),(4,'32343412','','17','2025-06-06 04:21:32','','1','','JOHN AWECH','','',' 23480','0','0','0','0','0','TIMO','','3350','','2025-06-06 07:00:00','0706639598','','active',0.00,0.00,3350.00,'',1,0.00,0.00,0.00,26830.00,0),(5,'32343412','','17','2025-06-06 04:24:13','','1','','JOHN AWECH','','',' 3510','0','0','0','0','0','TIMO','','27510','','2025-06-06 07:00:00','0706639598','','active',0.00,0.00,27510.00,'',1,0.00,0.00,0.00,31020.00,0),(6,'','','17','2025-06-09 03:44:30','','1','','TIMOTHY','','',' 13340','0','0','0','0','0','TIMO','','100','','2025-06-09 07:00:00','','','active',0.00,0.00,100.00,'',1,0.00,0.00,0.00,13440.00,0),(7,'','','17','2025-06-09 03:45:14','','1','','TIMOTHY','','',' 13340','0','0','0','0','0','TIMO','','100','','2025-06-09 07:00:00','','','active',0.00,0.00,100.00,'',1,0.00,0.00,0.00,13440.00,0),(8,'','','17','2025-06-09 03:46:10','','1','','EVELYNE','','',' 14845','0','0','0','0','0','TIMO','','1960','','2025-06-09 07:00:00','','','active',0.00,0.00,1960.00,'',1,0.00,0.00,0.00,16805.00,0),(9,'','','17','2025-06-09 03:46:43','','1','','ABBY','','',' 6470','0','0','0','0','0','TIMO','','7790','','2025-06-09 07:00:00','','','active',0.00,0.00,7790.00,'',1,0.00,0.00,0.00,14260.00,0),(10,'','','17','2025-06-09 03:47:28','','1','','TIMOTHY','','',' 3920','0','0','0','0','0','TIMO','','600','','2025-06-09 07:00:00','','','active',0.00,0.00,600.00,'',1,0.00,0.00,0.00,4520.00,0),(11,'','','17','2025-06-09 03:48:30','','1','','JOHN AWECH','','',' 4315','0','0','0','0','0','TIMO','','1400','','2025-06-09 07:00:00','','','active',0.00,0.00,1400.00,'',1,0.00,0.00,0.00,5715.00,0),(12,'','','17','2025-06-10 00:58:51','','1','','TIMOTHY','','',' 25580','0','0','0','0','0','TIMO','0','2820','','2025-06-10 07:00:00','','','active',0.00,0.00,2820.00,'',1,0.00,0.00,0.00,28400.00,0),(13,'','','17','2025-06-10 18:53:31','','1','','TIMOTHY','','',' 3770','0','0','0','0','0','TIMO','','2020','','2025-06-11 07:00:00','','','active',0.00,0.00,2020.00,'',1,0.00,0.00,0.00,5790.00,0),(14,'','','17','2025-06-11 00:56:37','','1','','TIMOTHY','','',' 6950','0','0','0','0','0','TIMO','','5190','','2025-06-11 07:00:00','','','active',0.00,0.00,5190.00,'',1,0.00,0.00,0.00,12140.00,0),(15,'','','17','2025-06-12 02:55:20','','1','','TIMOTHY','','',' 17110','0','0','0','0','0','TIMO','','6150','','2025-06-12 07:00:00','','','active',0.00,0.00,6150.00,'',1,0.00,0.00,0.00,23260.00,0),(16,'','','17','2025-06-12 02:55:47','','1','','TIMOTHY','','',' 7000','0','0','0','0','0','TIMO','','2400','','2025-06-12 07:00:00','','','active',0.00,0.00,2400.00,'',1,0.00,0.00,0.00,9400.00,0),(17,'','','17','2025-06-12 19:05:26','','1','','JOHN AWECH','','',' 350','0','0','0','0','0','TIMO','','200','','2025-06-13 07:00:00','','','active',0.00,0.00,200.00,'',1,0.00,0.00,0.00,550.00,0),(18,'','','17','2025-06-13 00:50:53','','1','','TIMOTHY','','',' 2700','0','0','0','0','0','TIMO','','970','','2025-06-13 07:00:00','','','active',0.00,0.00,970.00,'',1,0.00,0.00,0.00,3670.00,0),(19,'','','17','2025-06-13 00:54:49','','1','','TIMOTHY','','',' 4130','0','0','0','0','0','TIMO','','0','','2025-06-13 07:00:00','','','active',0.00,0.00,0.00,'',1,0.00,0.00,0.00,4130.00,0),(20,'','','17','2025-06-13 08:29:50','','1','','TIMOTHY','','',' 10625','0','0','0','0','0','TIMO','','2475','','2025-06-14 07:00:00','','','active',0.00,0.00,2475.00,'',1,0.00,0.00,0.00,13100.00,0),(21,'','','17','2025-06-14 03:27:16','','1','','TIMOTHY','','',' 19820','0','0','0','0','0','TIMO','','2220','','2025-06-14 07:00:00','','','active',0.00,0.00,2220.00,'',1,0.00,0.00,0.00,22040.00,0),(22,'','','17','2025-06-14 03:46:44','','1','','JOHN AWECH','','',' 6690','0','0','0','0','0','TIMO','','7140','','2025-06-14 07:00:00','','','active',0.00,0.00,7140.00,'',1,0.00,0.00,0.00,13830.00,0),(23,'','','17','2025-06-14 04:16:19','','1','','TIMOTHY','','',' 13535','0','0','0','0','0','TIMO','','8280','','2025-06-14 07:00:00','','','active',0.00,0.00,8280.00,'',1,0.00,0.00,0.00,21815.00,0),(24,'','','17','2025-06-18 19:49:03','','1','','TIMOTHY','','',' 7695','0','0','310','0','0','TIMO','','3030','','2025-06-19 07:00:00','','','active',0.00,0.00,3030.00,'',1,0.00,0.00,0.00,10725.00,0); /*!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 AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `damages` -- LOCK TABLES `damages` WRITE; /*!40000 ALTER TABLE `damages` DISABLE KEYS */; INSERT INTO `damages` VALUES (1,'1','n/a','1','accident','2025-05-28 23:59:59','eva','204','16','1','2025-05-28 10:09:17','TUSKER CIDER -CAN',100.00,99.00,1,'163591748416157','175','175'),(2,'1','n/a','1','fake','2025-05-28 23:59:59','joy','89','16','1','2025-05-28 10:49:32','BALOZI-BOTTLE',89.00,88.00,1,'168131748418572','0','0'),(3,'1','n/a','1','','2025-06-25 23:59:59','Balle','90','16','1','2025-06-25 18:56:20','BANANA-BOTTLE',24.00,23.00,1,'167391750866980','74','74'); /*!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=15239 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `debitcredit` -- LOCK TABLES `debitcredit` WRITE; /*!40000 ALTER TABLE `debitcredit` DISABLE KEYS */; INSERT INTO `debitcredit` VALUES (1,'1110','51749050508','2025-06-04 18:21:53',NULL,33.33,'','5','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(2,'5500','51749050508','2025-06-04 18:21:48',33.33,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3,'1000','51749050508','2025-06-04 18:21:53',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4,'4000','51749050508','2025-06-04 18:21:53',NULL,100.00,'','5','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(5,'1110','51749051282','2025-06-04 18:36:22',NULL,525.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(6,'1110','51749051282','2025-06-04 18:34:42',NULL,420.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(7,'5500','51749051282','2025-06-04 18:35:40',945.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8,'1000','51749051282','2025-06-04 18:36:22',1300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9,'4000','51749051282','2025-06-04 18:36:22',NULL,780.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(10,'4000','51749051282','2025-06-04 18:34:42',NULL,520.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(11,'1110','51749051463','2025-06-04 18:39:05',NULL,14.00,'','5','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(12,'5500','51749051463','2025-06-04 18:37:44',14.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13,'1000','51749051463','2025-06-04 18:39:05',20.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14,'4000','51749051463','2025-06-04 18:39:05',NULL,20.00,'','5','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(15,'1000','171749052076','2025-06-04 18:47:57',0.00,NULL,'','17','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16,'1000','51749051719','2025-06-04 18:50:37',350.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17,'4000','51749051719','2025-06-04 18:50:37',NULL,300.00,'','5','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(18,'4000','51749051719','2025-06-04 18:41:59',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(19,'1110','51749052443','2025-06-04 18:57:46',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(20,'1110','51749052443','2025-06-04 18:54:03',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(21,'1110','51749052443','2025-06-04 18:54:48',NULL,530.00,'','5','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(22,'1110','51749052443','2025-06-04 18:55:25',NULL,350.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(23,'1110','51749052443','2025-06-04 18:55:57',NULL,33.33,'','5','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(24,'1110','51749052443','2025-06-04 18:57:18',NULL,265.00,'','5','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(25,'5500','51749052443','2025-06-04 18:57:42',1528.33,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(26,'1000','51749052443','2025-06-04 18:57:46',2040.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(27,'4000','51749052443','2025-06-04 18:57:46',NULL,260.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(28,'4000','51749052443','2025-06-04 18:54:03',NULL,260.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(29,'4000','51749052443','2025-06-04 18:54:48',NULL,600.00,'','5','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(30,'4000','51749052443','2025-06-04 18:55:25',NULL,520.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(31,'4000','51749052443','2025-06-04 18:55:57',NULL,100.00,'','5','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(32,'4000','51749052443','2025-06-04 18:57:18',NULL,300.00,'','5','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(33,'1110','111749052794','2025-06-04 19:10:16',NULL,0.00,'','11','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(34,'1110','111749052794','2025-06-04 18:59:54',NULL,35.00,'','11','1','Inventory sold','1','','sales','199','','No',NULL,NULL,''),(35,'1110','111749052794','2025-06-04 19:02:38',NULL,35.00,'','11','1','Inventory sold','1','','sales','200','','No',NULL,NULL,''),(36,'1110','111749052794','2025-06-04 19:02:48',NULL,0.00,'','11','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(37,'1110','111749052794','2025-06-04 19:03:32',NULL,0.00,'','11','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(38,'1110','111749052794','2025-06-04 19:03:58',NULL,33.33,'','11','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(39,'1110','111749052794','2025-06-04 19:05:03',NULL,0.00,'','11','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(40,'1110','111749052794','2025-06-04 19:06:31',NULL,265.00,'','11','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(41,'1110','111749052794','2025-06-04 19:07:56',NULL,265.00,'','11','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(42,'1110','111749052794','2025-06-04 19:08:58',NULL,700.00,'','11','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(43,'1110','111749052794','2025-06-04 19:09:32',NULL,33.33,'','11','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(44,'1110','111749052794','2025-06-04 19:09:57',NULL,265.00,'','11','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(45,'5500','111749052794','2025-06-04 19:10:14',1631.66,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(46,'1000','111749052794','2025-06-04 19:10:16',3190.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(47,'4000','111749052794','2025-06-04 19:10:16',NULL,100.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(48,'4000','111749052794','2025-06-04 18:59:54',NULL,50.00,'','11','1','Good sold','1','','sales','199','','No',NULL,NULL,''),(49,'4000','111749052794','2025-06-04 19:02:38',NULL,50.00,'','11','1','Good sold','1','','sales','200','','No',NULL,NULL,''),(50,'4000','111749052794','2025-06-04 19:02:48',NULL,450.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(51,'4000','111749052794','2025-06-04 19:03:32',NULL,100.00,'','11','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(52,'4000','111749052794','2025-06-04 19:03:58',NULL,100.00,'','11','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(53,'4000','111749052794','2025-06-04 19:05:03',NULL,300.00,'','11','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(54,'4000','111749052794','2025-06-04 19:06:31',NULL,300.00,'','11','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(55,'4000','111749052794','2025-06-04 19:07:56',NULL,300.00,'','11','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(56,'4000','111749052794','2025-06-04 19:08:58',NULL,1040.00,'','11','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(57,'4000','111749052794','2025-06-04 19:09:32',NULL,100.00,'','11','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(58,'4000','111749052794','2025-06-04 19:09:57',NULL,300.00,'','11','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(59,'1110','111749053532','2025-06-04 19:21:46',NULL,200.00,'','11','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(60,'1110','111749053532','2025-06-04 19:12:12',NULL,200.00,'','11','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(61,'1110','111749053532','2025-06-04 19:13:25',NULL,200.00,'','11','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(62,'1110','111749053532','2025-06-04 19:14:06',NULL,0.00,'','11','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(63,'1110','111749053532','2025-06-04 19:15:12',NULL,0.00,'','11','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(64,'1110','111749053532','2025-06-04 19:16:10',NULL,0.00,'','11','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(65,'1110','111749053532','2025-06-04 19:18:20',NULL,245.00,'','11','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(66,'1110','111749053532','2025-06-04 19:19:09',NULL,41.67,'','11','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(67,'1110','111749053532','2025-06-04 19:19:32',NULL,33.33,'','11','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(68,'1110','111749053532','2025-06-04 19:20:17',NULL,0.00,'','11','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(69,'1110','111749053532','2025-06-04 19:21:06',NULL,0.00,'','11','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(70,'5500','111749053532','2025-06-04 19:21:33',920.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(71,'1000','111749053532','2025-06-04 19:21:46',2820.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(72,'4000','111749053532','2025-06-04 19:21:46',NULL,260.00,'','11','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(73,'4000','111749053532','2025-06-04 19:12:12',NULL,200.00,'','11','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(74,'4000','111749053532','2025-06-04 19:13:25',NULL,260.00,'','11','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(75,'4000','111749053532','2025-06-04 19:14:06',NULL,100.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(76,'4000','111749053532','2025-06-04 19:15:12',NULL,300.00,'','11','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(77,'4000','111749053532','2025-06-04 19:16:10',NULL,50.00,'','11','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(78,'4000','111749053532','2025-06-04 19:18:20',NULL,350.00,'','11','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(79,'4000','111749053532','2025-06-04 19:19:09',NULL,100.00,'','11','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(80,'4000','111749053532','2025-06-04 19:19:32',NULL,100.00,'','11','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(81,'4000','111749053532','2025-06-04 19:20:17',NULL,400.00,'','11','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(82,'4000','111749053532','2025-06-04 19:21:06',NULL,700.00,'','11','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(83,'1110','31749054247','2025-06-04 19:25:54',NULL,700.00,'','3','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(84,'5500','31749054247','2025-06-04 19:24:07',700.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(85,'1000','31749054247','2025-06-04 19:25:54',1000.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(86,'4000','31749054247','2025-06-04 19:25:54',NULL,1000.00,'','3','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(87,'1000','31749054441','2025-06-04 19:27:49',1150.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(88,'4000','31749054441','2025-06-04 19:27:49',NULL,900.00,'','3','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(89,'4000','31749054441','2025-06-04 19:27:22',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(90,'4000','31749054441','2025-06-04 19:27:36',NULL,200.00,'','3','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(147,'1110','51749056574','2025-06-04 20:02:56',NULL,185.00,'','5','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(148,'5500','51749056574','2025-06-04 20:02:54',185.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(149,'1000','51749056574','2025-06-04 20:02:56',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(150,'4000','51749056574','2025-06-04 20:02:56',NULL,300.00,'','5','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(151,'1110','51749056731','2025-06-04 20:07:39',NULL,175.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(152,'5500','51749056731','2025-06-04 20:05:32',175.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(153,'1000','51749056731','2025-06-04 20:07:39',250.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(154,'4000','51749056731','2025-06-04 20:07:39',NULL,250.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(155,'1110','51749057942','2025-06-04 20:27:15',NULL,225.00,'','5','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(156,'1110','51749057942','2025-06-04 20:25:42',NULL,250.00,'','5','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(157,'1110','51749057942','2025-06-04 20:25:59',NULL,33.33,'','5','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(158,'5500','51749057942','2025-06-04 20:27:13',508.33,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(159,'1000','51749057942','2025-06-04 20:27:15',800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(160,'4000','51749057942','2025-06-04 20:27:15',NULL,300.00,'','5','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(161,'4000','51749057942','2025-06-04 20:25:42',NULL,400.00,'','5','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(162,'4000','51749057942','2025-06-04 20:25:59',NULL,100.00,'','5','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(163,'1110','111749060895','2025-06-04 21:15:20',NULL,180.00,'','11','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(164,'1110','111749060895','2025-06-04 21:14:55',NULL,180.00,'','11','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(165,'5500','111749060895','2025-06-04 21:15:18',360.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(166,'1000','111749060895','2025-06-04 21:15:20',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(167,'4000','111749060895','2025-06-04 21:15:20',NULL,300.00,'','11','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(168,'4000','111749060895','2025-06-04 21:14:55',NULL,300.00,'','11','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(169,'1110','161749061626','2025-06-04 21:27:06',2500.00,NULL,'','16','1','Inventory Purchased','1','10','Purchases','249','','No',NULL,NULL,''),(170,'2130','161749061626','2025-06-04 21:27:06',NULL,2500.00,'','16','1','Account payable for inventory','1','10','Purchases','','','No',NULL,NULL,''),(171,'1110','111749061708','2025-06-04 21:28:44',NULL,2500.00,'','11','1','Inventory sold','1','','sales','249','','No',NULL,NULL,''),(172,'5500','111749061708','2025-06-04 21:28:28',2500.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(173,'1000','111749061708','2025-06-04 21:28:44',3500.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(174,'4000','111749061708','2025-06-04 21:28:44',NULL,3500.00,'','11','1','Good sold','1','','sales','249','','No',NULL,NULL,''),(175,'1110','51749061936','2025-06-04 21:32:18',NULL,210.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(176,'5500','51749061936','2025-06-04 21:32:16',210.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(177,'1000','51749061936','2025-06-04 21:32:18',260.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(178,'4000','51749061936','2025-06-04 21:32:18',NULL,260.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(179,'1110','51749061986','2025-06-04 21:34:00',NULL,350.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(180,'5500','51749061986','2025-06-04 21:33:06',350.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(181,'1000','51749061986','2025-06-04 21:34:00',500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(182,'4000','51749061986','2025-06-04 21:34:00',NULL,500.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(183,'1000','51749062172','2025-06-04 21:36:13',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(184,'4000','51749062172','2025-06-04 21:36:13',NULL,300.00,'','5','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(185,'1110','111749062345','2025-06-04 21:39:07',NULL,150.00,'','11','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(186,'5500','111749062345','2025-06-04 21:39:05',150.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(187,'1000','111749062345','2025-06-04 21:39:07',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(188,'4000','111749062345','2025-06-04 21:39:07',NULL,200.00,'','11','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(189,'1000','51749062538','2025-06-04 21:42:20',50.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(190,'4000','51749062538','2025-06-04 21:42:20',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(191,'1000','111749063051','2025-06-04 21:51:15',700.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(192,'4000','111749063051','2025-06-04 21:51:15',NULL,100.00,'','11','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(193,'4000','111749063051','2025-06-04 21:50:51',NULL,600.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(194,'1110','111749063427','2025-06-04 21:57:09',NULL,33.33,'','11','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(195,'5500','111749063427','2025-06-04 21:57:07',33.33,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(196,'1000','111749063427','2025-06-04 21:57:09',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(197,'4000','111749063427','2025-06-04 21:57:09',NULL,100.00,'','11','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(198,'4000','111749063051','2025-06-04 22:03:43',100.00,NULL,'','11','1','Returned products','1','','return','','','No',NULL,NULL,''),(199,'1000','111749063051','2025-06-04 22:03:43',NULL,100.00,'','11','1','Returned products','1','','return','','','No',NULL,NULL,''),(200,'5500','111749063051','2025-06-04 22:03:43',NULL,0.00,'','11','1','Cost of goods returned','1','','sales','46','','No',NULL,NULL,''),(201,'1110','111749063051','2025-06-04 22:03:43',0.00,NULL,'','11','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(202,'2130','161749058630','2025-06-04 22:15:21',0.00,NULL,'','16','1','','1','10','supplier payment','','','No',NULL,NULL,''),(203,'1050','161749058630','2025-06-04 22:15:21',NULL,0.00,'','16','1','','1','10','supplier payment','','','No',NULL,NULL,''),(204,'1110','51749066360','2025-06-04 22:47:03',NULL,860.00,'','5','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(205,'1110','51749066360','2025-06-04 22:46:00',NULL,33.33,'','5','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(206,'5500','51749066360','2025-06-04 22:47:02',893.33,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(207,'1000','51749066360','2025-06-04 22:47:03',1100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(208,'4000','51749066360','2025-06-04 22:47:03',NULL,1000.00,'','5','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(209,'4000','51749066360','2025-06-04 22:46:00',NULL,100.00,'','5','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(210,'1000','51749066487','2025-06-04 22:48:18',750.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(211,'4000','51749066487','2025-06-04 22:48:18',NULL,700.00,'','5','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(212,'4000','51749066487','2025-06-04 22:48:07',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(213,'1000','51749066744','2025-06-04 22:52:34',750.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(214,'4000','51749066744','2025-06-04 22:52:34',NULL,700.00,'','5','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(215,'4000','51749066744','2025-06-04 22:52:24',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(220,'1110','111749069214','2025-06-04 23:33:35',NULL,500.00,'','11','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(221,'5500','111749069214','2025-06-04 23:33:34',500.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(222,'1000','111749069214','2025-06-04 23:33:35',1000.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(223,'4000','111749069214','2025-06-04 23:33:35',NULL,1000.00,'','11','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(224,'1110','51749069801','2025-06-04 23:43:31',NULL,270.00,'','5','1','Inventory sold','1','','sales','154','','No',NULL,NULL,''),(225,'1110','51749069801','2025-06-04 23:43:21',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(226,'5500','51749069801','2025-06-04 23:43:30',324.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(227,'1000','51749069801','2025-06-04 23:43:31',500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(228,'4000','51749069801','2025-06-04 23:43:31',NULL,400.00,'','5','1','Good sold','1','','sales','154','','No',NULL,NULL,''),(229,'4000','51749069801','2025-06-04 23:43:21',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(230,'1110','51749069897','2025-06-04 23:45:40',NULL,360.00,'','5','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(231,'1110','51749069897','2025-06-04 23:45:03',NULL,630.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(232,'5500','51749069897','2025-06-04 23:45:39',990.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(233,'1000','51749069897','2025-06-04 23:45:40',1380.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(234,'4000','51749069897','2025-06-04 23:45:40',NULL,600.00,'','5','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(235,'4000','51749069897','2025-06-04 23:45:03',NULL,780.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(236,'4000','51749069801','2025-06-04 23:48:41',100.00,NULL,'','11','1','Returned products','1','','return','','','No',NULL,NULL,''),(237,'1000','51749069801','2025-06-04 23:48:41',NULL,100.00,'','11','1','Returned products','1','','return','','','No',NULL,NULL,''),(238,'5500','51749069801','2025-06-04 23:48:41',NULL,54.17,'','11','1','Cost of goods returned','1','','sales','178','','No',NULL,NULL,''),(239,'1110','51749069801','2025-06-04 23:48:41',54.17,NULL,'','11','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(240,'1110','51749070499','2025-06-04 23:55:00',NULL,270.00,'','5','1','Inventory sold','1','','sales','154','','No',NULL,NULL,''),(241,'5500','51749070499','2025-06-04 23:54:59',270.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(242,'1000','51749070499','2025-06-04 23:55:00',400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(243,'4000','51749070499','2025-06-04 23:55:00',NULL,400.00,'','5','1','Good sold','1','','sales','154','','No',NULL,NULL,''),(244,'1000','51749071725','2025-06-05 00:15:40',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(245,'4000','51749071725','2025-06-05 00:15:40',NULL,300.00,'','5','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(246,'1110','51749071763','2025-06-05 00:17:08',NULL,525.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(247,'1110','51749071763','2025-06-05 00:16:03',NULL,15.00,'','5','1','Inventory sold','1','','sales','162','','No',NULL,NULL,''),(248,'5500','51749071763','2025-06-05 00:17:07',540.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(249,'1000','51749071763','2025-06-05 00:17:08',770.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(250,'4000','51749071763','2025-06-05 00:17:08',NULL,750.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(251,'4000','51749071763','2025-06-05 00:16:03',NULL,20.00,'','5','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(252,'1110','51749072888','2025-06-05 00:35:15',NULL,330.00,'','5','1','Inventory sold','1','','sales','153','','No',NULL,NULL,''),(253,'1110','51749072888','2025-06-05 00:34:48',NULL,66.66,'','5','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(254,'5500','51749072888','2025-06-05 00:35:14',396.66,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(255,'1000','51749072888','2025-06-05 00:35:15',700.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(256,'4000','51749072888','2025-06-05 00:35:15',NULL,500.00,'','5','1','Good sold','1','','sales','153','','No',NULL,NULL,''),(257,'4000','51749072888','2025-06-05 00:34:48',NULL,200.00,'','5','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(258,'1110','51749072954','2025-06-05 00:35:55',NULL,330.00,'','5','1','Inventory sold','1','','sales','153','','No',NULL,NULL,''),(259,'5500','51749072954','2025-06-05 00:35:54',330.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(260,'1000','51749072954','2025-06-05 00:35:55',500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(261,'4000','51749072954','2025-06-05 00:35:55',NULL,500.00,'','5','1','Good sold','1','','sales','153','','No',NULL,NULL,''),(262,'1110','51749074234','2025-06-05 00:57:34',NULL,360.00,'','5','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(263,'5500','51749074234','2025-06-05 00:57:26',360.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(264,'1000','51749074234','2025-06-05 00:57:34',600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(265,'4000','51749074234','2025-06-05 00:57:34',NULL,600.00,'','5','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(266,'1110','51749075831','2025-06-05 01:23:52',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(267,'5500','51749075831','2025-06-05 01:23:51',54.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(268,'1000','51749075831','2025-06-05 01:23:52',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(269,'4000','51749075831','2025-06-05 01:23:52',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(274,'1110','31749119471','2025-06-05 13:31:18',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(275,'1110','31749119471','2025-06-05 13:31:11',NULL,245.00,'','3','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(276,'1110','31749119471','2025-06-05 13:48:26',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(277,'5500','31749119471','2025-06-05 13:50:08',385.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(278,'1000','31749119471','2025-06-05 13:31:18',550.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(279,'4000','31749119471','2025-06-05 13:31:18',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(280,'4000','31749119471','2025-06-05 13:31:11',NULL,350.00,'','3','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(281,'4000','31749119471','2025-06-05 13:48:26',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(284,'1110','31749120806','2025-06-05 13:53:27',NULL,0.00,'','3','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(285,'1110','31749120806','2025-06-05 13:53:26',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(286,'5500','31749120806','2025-06-05 14:13:37',70.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(287,'1000','31749120806','2025-06-05 13:53:27',400.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(288,'4000','31749120806','2025-06-05 13:53:27',NULL,400.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(289,'4000','31749120806','2025-06-05 13:53:26',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(290,'1110','41749127441','2025-06-05 15:44:02',NULL,70.00,'','4','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(291,'5500','41749127441','2025-06-05 15:44:01',70.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(292,'1000','41749127441','2025-06-05 15:44:02',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(293,'4000','41749127441','2025-06-05 15:44:02',NULL,100.00,'','4','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(586,'1000','41749131608','2025-06-05 16:53:50',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(587,'4000','41749131608','2025-06-05 16:53:50',NULL,900.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(588,'4000','41749131608','2025-06-05 16:53:28',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(599,'1000','31749134282','2025-06-05 17:38:17',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(600,'4000','31749134282','2025-06-05 17:38:17',NULL,100.00,'','3','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(613,'1000','61749135340','2025-06-05 17:56:08',1300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(614,'4000','61749135340','2025-06-05 17:56:08',NULL,1200.00,'','6','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(615,'4000','61749135340','2025-06-05 17:55:40',NULL,100.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(620,'1110','61749135489','2025-06-05 17:58:12',NULL,15.00,'','6','1','Inventory sold','1','','sales','162','','No',NULL,NULL,''),(621,'5500','61749135489','2025-06-05 17:58:10',15.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(622,'1000','61749135489','2025-06-05 17:58:12',20.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(623,'4000','61749135489','2025-06-05 17:58:12',NULL,20.00,'','6','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(624,'1110','61749135521','2025-06-05 17:58:43',NULL,175.00,'','6','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(625,'5500','61749135521','2025-06-05 17:58:41',175.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(626,'1000','61749135521','2025-06-05 17:58:43',260.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(627,'4000','61749135521','2025-06-05 17:58:43',NULL,260.00,'','6','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(662,'1110','41749132422','2025-06-05 17:10:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(663,'1110','41749132422','2025-06-05 17:07:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(664,'1110','41749132422','2025-06-05 17:07:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(665,'1110','41749132422','2025-06-05 17:07:45',NULL,210.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(666,'1110','41749132422','2025-06-05 17:08:19',NULL,210.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(667,'1110','41749132422','2025-06-05 17:50:24',NULL,33.33,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(668,'1110','41749132422','2025-06-05 18:06:07',NULL,150.00,'','4','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(669,'1110','41749132422','2025-06-05 18:07:06',NULL,210.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(670,'5500','41749132422','2025-06-05 18:30:54',813.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(671,'1000','41749132422','2025-06-05 17:10:19',3180.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(672,'4000','41749132422','2025-06-05 17:10:19',NULL,1800.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(673,'4000','41749132422','2025-06-05 17:07:03',NULL,100.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(674,'4000','41749132422','2025-06-05 17:07:30',NULL,200.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(675,'4000','41749132422','2025-06-05 17:07:45',NULL,260.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(676,'4000','41749132422','2025-06-05 17:08:19',NULL,260.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(677,'4000','41749132422','2025-06-05 17:50:24',NULL,100.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(678,'4000','41749132422','2025-06-05 18:06:07',NULL,200.00,'','4','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(679,'4000','41749132422','2025-06-05 18:07:06',NULL,260.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(680,'1110','31749137537','2025-06-05 18:33:06',NULL,230.00,'','3','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(681,'1110','31749137537','2025-06-05 18:32:17',NULL,585.00,'','3','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(682,'5500','31749137537','2025-06-05 18:33:03',815.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(683,'1000','31749137537','2025-06-05 18:33:06',1150.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(684,'4000','31749137537','2025-06-05 18:33:06',NULL,300.00,'','3','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(685,'4000','31749137537','2025-06-05 18:32:17',NULL,850.00,'','3','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(686,'1110','61749137978','2025-06-05 18:39:41',NULL,225.00,'','6','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(687,'5500','61749137978','2025-06-05 18:39:38',225.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(688,'1000','61749137978','2025-06-05 18:39:41',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(689,'4000','61749137978','2025-06-05 18:39:41',NULL,300.00,'','6','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(690,'1110','111749131152','2025-06-05 16:45:56',NULL,500.00,'','11','1','Inventory sold','1','','sales','259','','No',NULL,NULL,''),(691,'5500','111749131152','2025-06-05 16:45:52',500.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(692,'1000','111749131152','2025-06-05 16:45:56',1000.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(693,'4000','111749131152','2025-06-05 16:45:56',NULL,1000.00,'','11','1','Good sold','1','','sales','259','','No',NULL,NULL,''),(694,'1110','41749128744','2025-06-05 16:06:06',NULL,599.00,'','4','1','Inventory sold','1','','sales','125','','No',NULL,NULL,''),(695,'1110','41749128744','2025-06-05 16:05:44',NULL,83.34,'','4','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(696,'1110','41749128744','2025-06-05 16:06:05',NULL,423.00,'','4','1','Inventory sold','1','','sales','124','','No',NULL,NULL,''),(697,'1110','41749128744','2025-06-05 18:08:20',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(698,'1110','41749128744','2025-06-05 18:09:13',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(699,'5500','41749128744','2025-06-05 18:49:16',1455.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(700,'1000','41749128744','2025-06-05 16:06:06',2220.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(701,'4000','41749128744','2025-06-05 16:06:06',NULL,900.00,'','4','1','Good sold','1','','sales','125','','No',NULL,NULL,''),(702,'4000','41749128744','2025-06-05 16:05:44',NULL,200.00,'','4','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(703,'4000','41749128744','2025-06-05 16:06:05',NULL,600.00,'','4','1','Good sold','1','','sales','124','','No',NULL,NULL,''),(704,'4000','41749128744','2025-06-05 18:08:20',NULL,260.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(705,'4000','41749128744','2025-06-05 18:09:13',NULL,260.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(706,'1110','61749138689','2025-06-05 18:51:31',NULL,200.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(707,'5500','61749138689','2025-06-05 18:51:29',200.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(708,'1000','61749138689','2025-06-05 18:51:31',260.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(709,'4000','61749138689','2025-06-05 18:51:31',NULL,260.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(710,'1110','31749139181','2025-06-05 19:01:05',NULL,33.33,'','3','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(711,'5500','31749139181','2025-06-05 18:59:41',33.33,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(712,'1000','31749139181','2025-06-05 19:01:05',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(713,'4000','31749139181','2025-06-05 19:01:05',NULL,100.00,'','3','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(714,'1110','51749140169','2025-06-05 19:16:12',NULL,800.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(715,'5500','51749140169','2025-06-05 19:16:10',800.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(716,'1000','51749140169','2025-06-05 19:16:12',1040.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(717,'4000','51749140169','2025-06-05 19:16:12',NULL,1040.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(718,'1110','51749140361','2025-06-05 19:20:28',NULL,705.00,'','5','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(719,'1110','51749140361','2025-06-05 19:19:21',NULL,41.67,'','5','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(720,'1110','51749140361','2025-06-05 19:19:58',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(721,'1110','51749140361','2025-06-05 19:20:09',NULL,33.33,'','5','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(722,'5500','51749140361','2025-06-05 19:20:24',850.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(723,'1000','51749140361','2025-06-05 19:20:28',1300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(724,'4000','51749140361','2025-06-05 19:20:28',NULL,1000.00,'','5','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(725,'4000','51749140361','2025-06-05 19:19:21',NULL,100.00,'','5','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(726,'4000','51749140361','2025-06-05 19:19:58',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(727,'4000','51749140361','2025-06-05 19:20:09',NULL,100.00,'','5','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(728,'1110','51749140499','2025-06-05 19:21:42',NULL,14.00,'','5','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(729,'5500','51749140499','2025-06-05 19:21:39',14.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(730,'1000','51749140499','2025-06-05 19:21:42',20.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(731,'4000','51749140499','2025-06-05 19:21:42',NULL,20.00,'','5','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(739,'1110','31749142139','2025-06-05 19:49:39',NULL,35.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(740,'5500','31749142139','2025-06-05 19:49:00',35.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(741,'1000','31749142139','2025-06-05 19:49:39',50.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(742,'4000','31749142139','2025-06-05 19:49:39',NULL,50.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(753,'1110','61749144456','2025-06-05 20:27:37',NULL,945.00,'','6','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(754,'5500','61749144456','2025-06-05 20:27:36',945.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(755,'1000','61749144456','2025-06-05 20:27:37',1300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(756,'4000','61749144456','2025-06-05 20:27:37',NULL,1300.00,'','6','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(757,'1110','51749144987','2025-06-05 20:36:42',NULL,108.34,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(758,'1110','51749144987','2025-06-05 20:36:27',NULL,33.33,'','5','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(759,'5500','51749144987','2025-06-05 20:36:40',141.67,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(760,'1000','51749144987','2025-06-05 20:36:42',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(761,'4000','51749144987','2025-06-05 20:36:42',NULL,200.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(762,'4000','51749144987','2025-06-05 20:36:27',NULL,100.00,'','5','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(763,'1000','61749145088','2025-06-05 20:38:19',400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(764,'4000','61749145088','2025-06-05 20:38:19',NULL,350.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(765,'4000','61749145088','2025-06-05 20:38:08',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(772,'1110','61749141414','2025-06-05 19:36:57',NULL,530.00,'','6','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(773,'1110','61749141414','2025-06-05 19:36:54',NULL,265.00,'','6','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(774,'5500','61749141414','2025-06-05 20:47:16',795.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(775,'1000','61749141414','2025-06-05 19:36:57',900.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(776,'4000','61749141414','2025-06-05 19:36:57',NULL,600.00,'','6','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(777,'4000','61749141414','2025-06-05 19:36:54',NULL,300.00,'','6','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(778,'1110','61749143783','2025-06-05 20:16:25',NULL,400.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(779,'1110','61749143783','2025-06-05 20:16:23',NULL,150.00,'','6','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(780,'5500','61749143783','2025-06-05 20:53:16',550.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(781,'1000','61749143783','2025-06-05 20:16:25',720.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(782,'4000','61749143783','2025-06-05 20:16:25',NULL,520.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(783,'4000','61749143783','2025-06-05 20:16:23',NULL,200.00,'','6','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(784,'1110','41749141473','2025-06-05 19:38:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(785,'1110','41749141473','2025-06-05 19:37:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(786,'1110','41749141473','2025-06-05 19:38:10',NULL,500.00,'','4','1','Inventory sold','1','','sales','251','','No',NULL,NULL,''),(787,'5500','41749141473','2025-06-05 20:59:42',500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(788,'1000','41749141473','2025-06-05 19:38:11',1900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(789,'4000','41749141473','2025-06-05 19:38:11',NULL,350.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(790,'4000','41749141473','2025-06-05 19:37:53',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(791,'4000','41749141473','2025-06-05 19:38:10',NULL,1500.00,'','4','1','Good sold','1','','sales','251','','No',NULL,NULL,''),(792,'1110','41749147176','2025-06-05 21:13:10',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(793,'1110','41749147176','2025-06-05 21:12:56',NULL,33.33,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(794,'5500','41749147176','2025-06-05 21:13:09',103.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(795,'1000','41749147176','2025-06-05 21:13:10',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(796,'4000','41749147176','2025-06-05 21:13:10',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(797,'4000','41749147176','2025-06-05 21:12:56',NULL,100.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(814,'1000','51749148914','2025-06-05 21:42:09',700.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(815,'4000','51749148914','2025-06-05 21:42:09',NULL,600.00,'','5','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(816,'4000','51749148914','2025-06-05 21:41:54',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(878,'1000','51749151339','2025-06-05 22:23:00',2150.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(879,'4000','51749151339','2025-06-05 22:23:00',NULL,1600.00,'','5','1','Good sold','1','','sales','81','','No',NULL,NULL,''),(880,'4000','51749151339','2025-06-05 22:22:19',NULL,400.00,'','5','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(881,'4000','51749151339','2025-06-05 22:22:31',NULL,150.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(882,'1110','51749151470','2025-06-05 22:26:51',NULL,350.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(883,'1110','51749151470','2025-06-05 22:25:29',NULL,500.00,'','5','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(884,'5500','51749151470','2025-06-05 22:26:50',850.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(885,'1000','51749151470','2025-06-05 22:26:51',1300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(886,'4000','51749151470','2025-06-05 22:26:51',NULL,500.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(887,'4000','51749151470','2025-06-05 22:25:29',NULL,800.00,'','5','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(888,'1110','51749151662','2025-06-05 22:28:39',NULL,494.00,'','5','1','Inventory sold','1','','sales','207','','No',NULL,NULL,''),(889,'1110','51749151662','2025-06-05 22:27:42',NULL,420.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(890,'1110','51749151662','2025-06-05 22:28:08',NULL,175.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(891,'5500','51749151662','2025-06-05 22:28:09',1089.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(892,'1000','51749151662','2025-06-05 22:28:39',1470.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(893,'4000','51749151662','2025-06-05 22:28:39',NULL,700.00,'','5','1','Good sold','1','','sales','207','','No',NULL,NULL,''),(894,'4000','51749151662','2025-06-05 22:27:42',NULL,520.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(895,'4000','51749151662','2025-06-05 22:28:08',NULL,250.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(896,'1000','51749151752','2025-06-05 22:29:14',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(897,'4000','51749151752','2025-06-05 22:29:14',NULL,100.00,'','5','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(898,'1110','51749151850','2025-06-05 22:30:51',NULL,1500.00,'','5','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(899,'5500','51749151850','2025-06-05 22:30:50',1500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(900,'1000','51749151850','2025-06-05 22:30:51',3000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(901,'4000','51749151850','2025-06-05 22:30:51',NULL,3000.00,'','5','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(902,'1110','61749151224','2025-06-05 22:20:32',NULL,0.00,'','6','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(903,'1110','61749151224','2025-06-05 22:20:24',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(904,'1110','61749151224','2025-06-05 22:20:31',NULL,195.00,'','6','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(905,'5500','61749151224','2025-06-05 22:32:48',195.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(906,'1000','61749151224','2025-06-05 22:20:32',760.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(907,'4000','61749151224','2025-06-05 22:20:32',NULL,450.00,'','6','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(908,'4000','61749151224','2025-06-05 22:20:24',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(909,'4000','61749151224','2025-06-05 22:20:31',NULL,260.00,'','6','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(945,'1110','61749152046','2025-06-05 22:36:01',NULL,350.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(946,'1110','61749152046','2025-06-05 22:34:44',NULL,15.00,'','6','1','Inventory sold','1','','sales','162','','No',NULL,NULL,''),(947,'1110','61749152046','2025-06-05 22:35:43',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(948,'1110','61749152046','2025-06-05 22:36:00',NULL,500.00,'','6','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(949,'1110','61749152046','2025-06-05 23:06:55',NULL,15.00,'','6','1','Inventory sold','1','','sales','162','','No',NULL,NULL,''),(950,'5500','61749152046','2025-06-05 23:11:31',880.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(951,'1000','61749152046','2025-06-05 22:36:01',2340.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(952,'4000','61749152046','2025-06-05 22:36:01',NULL,500.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(953,'4000','61749152046','2025-06-05 22:34:44',NULL,20.00,'','6','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(954,'4000','61749152046','2025-06-05 22:35:43',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(955,'4000','61749152046','2025-06-05 22:36:00',NULL,1500.00,'','6','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(956,'4000','61749152046','2025-06-05 23:06:55',NULL,20.00,'','6','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(957,'1000','61749154994','2025-06-05 23:23:15',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(958,'4000','61749154994','2025-06-05 23:23:15',NULL,100.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(959,'1110','41749153889','2025-06-05 23:04:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(960,'1110','41749153889','2025-06-05 23:04:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(961,'1110','41749153889','2025-06-05 23:04:58',NULL,210.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(962,'1110','41749153889','2025-06-05 23:30:50',NULL,200.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(963,'5500','41749153889','2025-06-05 23:31:00',410.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(964,'1000','41749153889','2025-06-05 23:04:59',920.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(965,'4000','41749153889','2025-06-05 23:04:59',NULL,350.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(966,'4000','41749153889','2025-06-05 23:04:49',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(967,'4000','41749153889','2025-06-05 23:04:58',NULL,260.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(968,'4000','41749153889','2025-06-05 23:30:50',NULL,260.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(980,'1110','41749156088','2025-06-05 23:41:29',NULL,350.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(981,'5500','41749156088','2025-06-05 23:41:28',350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(982,'1000','41749156088','2025-06-05 23:41:29',520.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(983,'4000','41749156088','2025-06-05 23:41:29',NULL,520.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(984,'1110','41749156126','2025-06-05 23:42:07',NULL,56.00,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(985,'5500','41749156126','2025-06-05 23:42:06',56.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(986,'1000','41749156126','2025-06-05 23:42:07',80.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(987,'4000','41749156126','2025-06-05 23:42:07',NULL,80.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(988,'1110','61749148540','2025-06-05 21:35:51',NULL,0.00,'','6','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(989,'1110','61749148540','2025-06-05 21:35:40',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(990,'1110','61749148540','2025-06-05 21:35:47',NULL,0.00,'','6','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(991,'1110','61749148540','2025-06-05 21:35:50',NULL,860.00,'','6','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(992,'1110','61749148540','2025-06-05 21:36:14',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(993,'1110','61749148540','2025-06-05 21:36:56',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(994,'1110','61749148540','2025-06-05 22:02:21',NULL,33.33,'','6','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(995,'1110','61749148540','2025-06-05 22:12:06',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(996,'5500','61749148540','2025-06-05 23:47:54',1103.33,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(997,'1000','61749148540','2025-06-05 21:35:51',3450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(998,'4000','61749148540','2025-06-05 21:35:51',NULL,1800.00,'','6','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(999,'4000','61749148540','2025-06-05 21:35:40',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1000,'4000','61749148540','2025-06-05 21:35:47',NULL,200.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(1001,'4000','61749148540','2025-06-05 21:35:50',NULL,1000.00,'','6','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(1002,'4000','61749148540','2025-06-05 21:36:14',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(1003,'4000','61749148540','2025-06-05 21:36:56',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(1004,'4000','61749148540','2025-06-05 22:02:21',NULL,100.00,'','6','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1005,'4000','61749148540','2025-06-05 22:12:06',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(1012,'1110','61749156728','2025-06-05 23:52:19',NULL,710.00,'','6','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(1013,'1110','61749156728','2025-06-05 23:52:08',NULL,108.34,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(1014,'5500','61749156728','2025-06-05 23:52:18',818.34,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1015,'1000','61749156728','2025-06-05 23:52:19',1200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1016,'4000','61749156728','2025-06-05 23:52:19',NULL,1000.00,'','6','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(1017,'4000','61749156728','2025-06-05 23:52:08',NULL,200.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(1018,'1110','51749157075','2025-06-05 23:57:56',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(1019,'5500','51749157075','2025-06-05 23:57:55',54.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1020,'1000','51749157075','2025-06-05 23:57:56',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1021,'4000','51749157075','2025-06-05 23:57:56',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(1022,'1110','51749157131','2025-06-05 23:59:14',NULL,585.00,'','5','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(1023,'1110','51749157131','2025-06-05 23:58:51',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(1024,'1110','51749157131','2025-06-05 23:59:00',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(1025,'5500','51749157131','2025-06-05 23:59:13',709.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1026,'1000','51749157131','2025-06-05 23:59:14',1050.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1027,'4000','51749157131','2025-06-05 23:59:14',NULL,850.00,'','5','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(1028,'4000','51749157131','2025-06-05 23:58:51',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(1029,'4000','51749157131','2025-06-05 23:59:00',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(1030,'1110','51749157601','2025-06-06 00:06:57',NULL,330.00,'','5','1','Inventory sold','1','','sales','153','','No',NULL,NULL,''),(1031,'1110','51749157601','2025-06-06 00:06:41',NULL,33.33,'','5','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(1032,'5500','51749157601','2025-06-06 00:06:56',363.33,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1033,'1000','51749157601','2025-06-06 00:06:57',600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1034,'4000','51749157601','2025-06-06 00:06:57',NULL,500.00,'','5','1','Good sold','1','','sales','153','','No',NULL,NULL,''),(1035,'4000','51749157601','2025-06-06 00:06:41',NULL,100.00,'','5','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1036,'1000','51749157859','2025-06-06 00:11:59',320.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1037,'4000','51749157859','2025-06-06 00:11:59',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(1038,'4000','51749157859','2025-06-06 00:10:59',NULL,120.00,'','5','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1047,'1110','41749158388','2025-06-06 00:20:46',NULL,856.00,'','4','1','Inventory sold','1','','sales','130','','No',NULL,NULL,''),(1048,'1110','41749158388','2025-06-06 00:19:48',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(1049,'1110','41749158388','2025-06-06 00:20:08',NULL,33.33,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(1050,'1110','41749158388','2025-06-06 00:20:35',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(1051,'5500','41749158388','2025-06-06 00:21:14',1029.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1052,'1000','41749158388','2025-06-06 00:20:46',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1053,'4000','41749158388','2025-06-06 00:20:46',NULL,1200.00,'','4','1','Good sold','1','','sales','130','','No',NULL,NULL,''),(1054,'4000','41749158388','2025-06-06 00:19:48',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(1055,'4000','41749158388','2025-06-06 00:20:08',NULL,100.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1056,'4000','41749158388','2025-06-06 00:20:35',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(1057,'1000','51749158720','2025-06-06 00:25:21',200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1058,'4000','51749158720','2025-06-06 00:25:21',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(1077,'1110','41749159414','2025-06-06 00:37:04',NULL,28.00,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(1078,'1110','41749159414','2025-06-06 00:36:54',NULL,5.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(1079,'5500','41749159414','2025-06-06 00:37:03',33.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1080,'1000','41749159414','2025-06-06 00:37:04',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1081,'4000','41749159414','2025-06-06 00:37:04',NULL,40.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(1082,'4000','41749159414','2025-06-06 00:36:54',NULL,10.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1083,'1110','61749143290','2025-06-05 20:08:24',NULL,1734.00,'','6','1','Inventory sold','1','','sales','150','','No',NULL,NULL,''),(1084,'1110','61749143290','2025-06-05 20:08:10',NULL,230.00,'','6','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(1085,'1110','61749143290','2025-06-05 20:08:23',NULL,245.00,'','6','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(1086,'5500','61749143290','2025-06-06 00:46:01',2209.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1087,'1000','61749143290','2025-06-05 20:08:24',3150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1088,'4000','61749143290','2025-06-05 20:08:24',NULL,2500.00,'','6','1','Good sold','1','','sales','150','','No',NULL,NULL,''),(1089,'4000','61749143290','2025-06-05 20:08:10',NULL,300.00,'','6','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(1090,'4000','61749143290','2025-06-05 20:08:23',NULL,350.00,'','6','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(1111,'1110','41749160062','2025-06-06 00:47:43',NULL,800.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(1112,'5500','41749160062','2025-06-06 00:47:42',800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1113,'1000','41749160062','2025-06-06 00:47:43',1040.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1114,'4000','41749160062','2025-06-06 00:47:43',NULL,1040.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(1141,'1110','61749150227','2025-06-05 22:04:04',NULL,710.00,'','6','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(1142,'1110','61749150227','2025-06-05 22:03:47',NULL,108.34,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(1143,'1110','61749150227','2025-06-05 22:04:03',NULL,33.33,'','6','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(1144,'1110','61749150227','2025-06-05 22:11:16',NULL,0.00,'','6','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(1145,'1110','61749150227','2025-06-05 22:57:52',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(1146,'1110','61749150227','2025-06-05 22:58:08',NULL,0.00,'','6','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(1147,'1110','61749150227','2025-06-05 22:58:22',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(1148,'1110','61749150227','2025-06-06 00:28:42',NULL,250.00,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(1149,'1110','61749150227','2025-06-06 00:47:11',NULL,195.00,'','6','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(1150,'1110','61749150227','2025-06-06 01:00:25',NULL,28.00,'','6','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(1151,'1110','61749150227','2025-06-06 01:00:43',NULL,195.00,'','6','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(1152,'5500','61749150227','2025-06-06 01:18:06',1589.67,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1153,'1000','61749150227','2025-06-05 22:04:04',2980.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1154,'4000','61749150227','2025-06-05 22:04:04',NULL,1000.00,'','6','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(1155,'4000','61749150227','2025-06-05 22:03:47',NULL,200.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(1156,'4000','61749150227','2025-06-05 22:04:03',NULL,100.00,'','6','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1157,'4000','61749150227','2025-06-05 22:11:16',NULL,400.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(1158,'4000','61749150227','2025-06-05 22:57:52',NULL,120.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1159,'4000','61749150227','2025-06-05 22:58:08',NULL,100.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(1160,'4000','61749150227','2025-06-05 22:58:22',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(1161,'4000','61749150227','2025-06-06 00:28:42',NULL,400.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(1162,'4000','61749150227','2025-06-06 00:47:11',NULL,260.00,'','6','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(1163,'4000','61749150227','2025-06-06 01:00:25',NULL,40.00,'','6','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(1164,'4000','61749150227','2025-06-06 01:00:43',NULL,260.00,'','6','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(1165,'1110','61749155766','2025-06-05 23:36:21',NULL,0.00,'','6','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(1166,'1110','61749155766','2025-06-05 23:36:06',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1167,'1110','61749155766','2025-06-05 23:36:21',NULL,400.00,'','6','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(1168,'1110','61749155766','2025-06-05 23:36:47',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(1169,'5500','61749155766','2025-06-06 01:21:44',454.17,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1170,'1000','61749155766','2025-06-05 23:36:21',940.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1171,'4000','61749155766','2025-06-05 23:36:21',NULL,200.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(1172,'4000','61749155766','2025-06-05 23:36:06',NULL,120.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1173,'4000','61749155766','2025-06-05 23:36:21',NULL,520.00,'','6','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(1174,'4000','61749155766','2025-06-05 23:36:47',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(1175,'1000','41749162551','2025-06-06 01:29:12',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1176,'4000','41749162551','2025-06-06 01:29:12',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(1177,'1110','61749156500','2025-06-05 23:48:47',NULL,217.00,'','6','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(1178,'1110','61749156500','2025-06-05 23:48:20',NULL,33.33,'','6','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(1179,'1110','61749156500','2025-06-05 23:48:25',NULL,0.00,'','6','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(1180,'1110','61749156500','2025-06-06 01:56:41',NULL,217.00,'','6','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(1181,'5500','61749156500','2025-06-06 01:57:38',467.33,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1182,'1000','61749156500','2025-06-05 23:48:47',900.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1183,'4000','61749156500','2025-06-05 23:48:47',NULL,300.00,'','6','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(1184,'4000','61749156500','2025-06-05 23:48:20',NULL,100.00,'','6','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1185,'4000','61749156500','2025-06-05 23:48:25',NULL,200.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(1186,'4000','61749156500','2025-06-06 01:56:41',NULL,300.00,'','6','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(1187,'1110','41749149581','2025-06-05 21:54:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(1188,'1110','41749149581','2025-06-05 21:53:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(1189,'1110','41749149581','2025-06-05 21:53:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(1190,'1110','41749149581','2025-06-05 21:53:26',NULL,225.00,'','4','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(1191,'1110','41749149581','2025-06-05 21:53:48',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(1192,'1110','41749149581','2025-06-05 21:53:57',NULL,360.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(1193,'1110','41749149581','2025-06-05 21:54:07',NULL,360.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(1194,'1110','41749149581','2025-06-06 02:00:55',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(1195,'1110','41749149581','2025-06-06 02:01:33',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(1196,'1110','41749149581','2025-06-06 02:01:40',NULL,450.00,'','4','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(1197,'5500','41749149581','2025-06-06 02:02:44',1920.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1198,'1000','41749149581','2025-06-05 21:54:08',3810.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1199,'4000','41749149581','2025-06-05 21:54:08',NULL,700.00,'','4','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(1200,'4000','41749149581','2025-06-05 21:53:01',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1201,'4000','41749149581','2025-06-05 21:53:21',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(1202,'4000','41749149581','2025-06-05 21:53:26',NULL,300.00,'','4','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(1203,'4000','41749149581','2025-06-05 21:53:48',NULL,260.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(1204,'4000','41749149581','2025-06-05 21:53:57',NULL,600.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(1205,'4000','41749149581','2025-06-05 21:54:07',NULL,600.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(1206,'4000','41749149581','2025-06-06 02:00:55',NULL,250.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(1207,'4000','41749149581','2025-06-06 02:01:33',NULL,250.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(1208,'4000','41749149581','2025-06-06 02:01:40',NULL,600.00,'','4','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(1209,'1110','41749165351','2025-06-06 02:16:05',NULL,450.00,'','4','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(1210,'1110','41749165351','2025-06-06 02:15:51',NULL,350.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(1211,'5500','41749165351','2025-06-06 02:16:03',800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1212,'1000','41749165351','2025-06-06 02:16:05',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1213,'4000','41749165351','2025-06-06 02:16:05',NULL,600.00,'','4','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(1214,'4000','41749165351','2025-06-06 02:15:51',NULL,500.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(1215,'1110','51749166333','2025-06-06 02:33:26',NULL,480.00,'','5','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(1216,'1110','51749166333','2025-06-06 02:32:13',NULL,33.33,'','5','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(1217,'1110','51749166333','2025-06-06 02:32:31',NULL,360.00,'','5','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(1218,'5500','51749166333','2025-06-06 02:33:25',873.33,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1219,'1000','51749166333','2025-06-06 02:33:26',1400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1220,'4000','51749166333','2025-06-06 02:33:26',NULL,700.00,'','5','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(1221,'4000','51749166333','2025-06-06 02:32:13',NULL,100.00,'','5','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1222,'4000','51749166333','2025-06-06 02:32:31',NULL,600.00,'','5','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(1223,'1110','51749166509','2025-06-06 02:35:20',NULL,440.00,'','5','1','Inventory sold','1','','sales','181','','No',NULL,NULL,''),(1224,'1110','51749166509','2025-06-06 02:35:09',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(1225,'5500','51749166509','2025-06-06 02:35:19',510.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1226,'1000','51749166509','2025-06-06 02:35:20',700.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1227,'4000','51749166509','2025-06-06 02:35:20',NULL,600.00,'','5','1','Good sold','1','','sales','181','','No',NULL,NULL,''),(1228,'4000','51749166509','2025-06-06 02:35:09',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(1229,'1110','51749166644','2025-06-06 02:42:28',NULL,400.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(1230,'1110','51749166644','2025-06-06 02:37:31',NULL,195.00,'','5','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(1231,'1110','51749166644','2025-06-06 02:38:00',NULL,265.00,'','5','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(1232,'1110','51749166644','2025-06-06 02:38:11',NULL,700.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(1233,'1110','51749166644','2025-06-06 02:38:54',NULL,400.00,'','5','1','Inventory sold','1','','sales','240','','No',NULL,NULL,''),(1234,'1110','51749166644','2025-06-06 02:39:29',NULL,33.33,'','5','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(1235,'1110','51749166644','2025-06-06 02:39:50',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(1236,'1110','51749166644','2025-06-06 02:40:01',NULL,225.00,'','5','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(1237,'1110','51749166644','2025-06-06 02:40:17',NULL,2080.00,'','5','1','Inventory sold','1','','sales','262','','No',NULL,NULL,''),(1238,'5500','51749166644','2025-06-06 02:42:02',4368.33,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1239,'1000','51749166644','2025-06-06 02:42:28',6480.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1240,'4000','51749166644','2025-06-06 02:42:28',NULL,520.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(1241,'4000','51749166644','2025-06-06 02:37:31',NULL,260.00,'','5','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(1242,'4000','51749166644','2025-06-06 02:38:00',NULL,300.00,'','5','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(1243,'4000','51749166644','2025-06-06 02:38:11',NULL,1000.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(1244,'4000','51749166644','2025-06-06 02:38:54',NULL,400.00,'','5','1','Good sold','1','','sales','240','','No',NULL,NULL,''),(1245,'4000','51749166644','2025-06-06 02:39:29',NULL,100.00,'','5','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1246,'4000','51749166644','2025-06-06 02:39:50',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(1247,'4000','51749166644','2025-06-06 02:40:01',NULL,300.00,'','5','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(1248,'4000','51749166644','2025-06-06 02:40:17',NULL,3500.00,'','5','1','Good sold','1','','sales','262','','No',NULL,NULL,''),(1249,'1110','51749167012','2025-06-06 02:45:24',NULL,1092.00,'','5','1','Inventory sold','1','','sales','184','','No',NULL,NULL,''),(1250,'1110','51749167012','2025-06-06 02:43:32',NULL,599.00,'','5','1','Inventory sold','1','','sales','125','','No',NULL,NULL,''),(1251,'1110','51749167012','2025-06-06 02:44:06',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(1252,'1110','51749167012','2025-06-06 02:44:37',NULL,33.33,'','5','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(1253,'1110','51749167012','2025-06-06 02:44:47',NULL,423.00,'','5','1','Inventory sold','1','','sales','124','','No',NULL,NULL,''),(1254,'1110','51749167012','2025-06-06 02:45:07',NULL,360.00,'','5','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(1255,'5500','51749167012','2025-06-06 02:45:23',2561.50,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1256,'1000','51749167012','2025-06-06 02:45:24',4000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1257,'4000','51749167012','2025-06-06 02:45:24',NULL,1700.00,'','5','1','Good sold','1','','sales','184','','No',NULL,NULL,''),(1258,'4000','51749167012','2025-06-06 02:43:32',NULL,900.00,'','5','1','Good sold','1','','sales','125','','No',NULL,NULL,''),(1259,'4000','51749167012','2025-06-06 02:44:06',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(1260,'4000','51749167012','2025-06-06 02:44:37',NULL,100.00,'','5','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1261,'4000','51749167012','2025-06-06 02:44:47',NULL,600.00,'','5','1','Good sold','1','','sales','124','','No',NULL,NULL,''),(1262,'4000','51749167012','2025-06-06 02:45:07',NULL,600.00,'','5','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(1263,'1110','51749167195','2025-06-06 02:46:36',NULL,33.33,'','5','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(1264,'5500','51749167195','2025-06-06 02:46:35',33.33,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1265,'1000','51749167195','2025-06-06 02:46:36',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1266,'4000','51749167195','2025-06-06 02:46:36',NULL,100.00,'','5','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1267,'1110','41749167426','2025-06-06 02:55:09',NULL,720.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(1268,'1110','41749167426','2025-06-06 02:50:26',NULL,360.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(1269,'1110','41749167426','2025-06-06 02:50:38',NULL,200.00,'','4','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(1270,'1110','41749167426','2025-06-06 02:52:07',NULL,200.00,'','4','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(1271,'1110','41749167426','2025-06-06 02:52:22',NULL,200.00,'','4','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(1272,'1110','41749167426','2025-06-06 02:52:50',NULL,200.00,'','4','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(1273,'1110','41749167426','2025-06-06 02:53:39',NULL,200.00,'','4','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(1274,'1110','41749167426','2025-06-06 02:53:59',NULL,200.00,'','4','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(1275,'1110','41749167426','2025-06-06 02:54:17',NULL,200.00,'','4','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(1276,'1110','41749167426','2025-06-06 02:54:31',NULL,200.00,'','4','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(1277,'5500','41749167426','2025-06-06 02:54:52',2680.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1278,'1000','41749167426','2025-06-06 02:55:09',3880.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1279,'4000','41749167426','2025-06-06 02:55:09',NULL,1200.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(1280,'4000','41749167426','2025-06-06 02:50:26',NULL,600.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(1281,'4000','41749167426','2025-06-06 02:50:38',NULL,260.00,'','4','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(1282,'4000','41749167426','2025-06-06 02:52:07',NULL,260.00,'','4','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(1283,'4000','41749167426','2025-06-06 02:52:22',NULL,260.00,'','4','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(1284,'4000','41749167426','2025-06-06 02:52:50',NULL,260.00,'','4','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(1285,'4000','41749167426','2025-06-06 02:53:39',NULL,260.00,'','4','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(1286,'4000','41749167426','2025-06-06 02:53:59',NULL,260.00,'','4','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(1287,'4000','41749167426','2025-06-06 02:54:17',NULL,260.00,'','4','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(1288,'4000','41749167426','2025-06-06 02:54:31',NULL,260.00,'','4','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(1289,'1110','61749135458','2025-06-05 17:57:39',NULL,14.00,'','6','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(1290,'1110','61749135458','2025-06-05 17:57:38',NULL,14.00,'','6','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(1291,'1110','61749135458','2025-06-06 02:58:00',NULL,14.00,'','6','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(1292,'5500','61749135458','2025-06-06 02:58:04',42.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1293,'1000','61749135458','2025-06-05 17:57:39',60.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1294,'4000','61749135458','2025-06-05 17:57:39',NULL,20.00,'','6','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(1295,'4000','61749135458','2025-06-05 17:57:38',NULL,20.00,'','6','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(1296,'4000','61749135458','2025-06-06 02:58:00',NULL,20.00,'','6','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(1297,'1110','61749167948','2025-06-06 02:59:10',NULL,175.00,'','6','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(1298,'5500','61749167948','2025-06-06 02:59:08',175.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1299,'1000','61749167948','2025-06-06 02:59:10',250.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1300,'4000','61749167948','2025-06-06 02:59:10',NULL,250.00,'','6','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(1301,'1110','61749167982','2025-06-06 02:59:43',NULL,140.00,'','6','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(1302,'5500','61749167982','2025-06-06 02:59:42',140.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1303,'1000','61749167982','2025-06-06 02:59:43',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1304,'4000','61749167982','2025-06-06 02:59:43',NULL,200.00,'','6','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(1305,'1000','61749168054','2025-06-06 03:01:04',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1306,'4000','61749168054','2025-06-06 03:01:04',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1307,'4000','61749168054','2025-06-06 03:00:54',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1308,'1110','41749168678','2025-06-06 03:11:35',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(1309,'1110','41749168678','2025-06-06 03:11:18',NULL,180.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(1310,'5500','41749168678','2025-06-06 03:11:34',355.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1311,'1000','41749168678','2025-06-06 03:11:35',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1312,'4000','41749168678','2025-06-06 03:11:35',NULL,250.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(1313,'4000','41749168678','2025-06-06 03:11:18',NULL,300.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(1314,'1110','51749169266','2025-06-06 03:21:18',NULL,360.00,'','5','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(1315,'5500','51749169266','2025-06-06 03:21:12',360.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1316,'1000','51749169266','2025-06-06 03:21:18',600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1317,'4000','51749169266','2025-06-06 03:21:18',NULL,600.00,'','5','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(1318,'4000','61749145088','2025-06-06 03:24:33',50.00,NULL,'','17','1','Returned products','1','','return','','','No',NULL,NULL,''),(1319,'1000','61749145088','2025-06-06 03:24:33',NULL,50.00,'','17','1','Returned products','1','','return','','','No',NULL,NULL,''),(1320,'5500','61749145088','2025-06-06 03:24:33',NULL,0.00,'','17','1','Cost of goods returned','1','','sales','45','','No',NULL,NULL,''),(1321,'1110','61749145088','2025-06-06 03:24:33',0.00,NULL,'','17','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(1322,'4000','61749145088','2025-06-06 03:24:35',350.00,NULL,'','17','1','Returned products','1','','return','','','No',NULL,NULL,''),(1323,'1000','61749145088','2025-06-06 03:24:35',NULL,350.00,'','17','1','Returned products','1','','return','','','No',NULL,NULL,''),(1324,'5500','61749145088','2025-06-06 03:24:35',NULL,0.00,'','17','1','Cost of goods returned','1','','sales','25','','No',NULL,NULL,''),(1325,'1110','61749145088','2025-06-06 03:24:35',0.00,NULL,'','17','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(1326,'4000','61749145088','2025-06-06 03:24:46',50.00,NULL,'','17','1','Returned products','1','','return','','','No',NULL,NULL,''),(1327,'1000','61749145088','2025-06-06 03:24:46',NULL,50.00,'','17','1','Returned products','1','','return','','','No',NULL,NULL,''),(1328,'5500','61749145088','2025-06-06 03:24:46',NULL,0.00,'','17','1','Cost of goods returned','1','','sales','45','','No',NULL,NULL,''),(1329,'1110','61749145088','2025-06-06 03:24:46',0.00,NULL,'','17','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(1330,'1110','51749169575','2025-06-06 03:26:16',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(1331,'5500','51749169575','2025-06-06 03:26:15',70.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1332,'1000','51749169575','2025-06-06 03:26:16',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1333,'4000','51749169575','2025-06-06 03:26:16',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(1334,'1110','51749169631','2025-06-06 03:27:12',NULL,33.33,'','5','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(1335,'5500','51749169631','2025-06-06 03:27:11',33.33,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1336,'1000','51749169631','2025-06-06 03:27:12',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1337,'4000','51749169631','2025-06-06 03:27:12',NULL,100.00,'','5','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1338,'1110','61749169742','2025-06-06 03:29:12',NULL,945.00,'','6','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(1339,'1110','61749169742','2025-06-06 03:29:02',NULL,230.00,'','6','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(1340,'5500','61749169742','2025-06-06 03:29:11',1175.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1341,'1000','61749169742','2025-06-06 03:29:12',1600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1342,'4000','61749169742','2025-06-06 03:29:12',NULL,1300.00,'','6','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(1343,'4000','61749169742','2025-06-06 03:29:02',NULL,300.00,'','6','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(1344,'1110','61749169796','2025-06-06 03:30:07',NULL,360.00,'','6','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(1345,'1110','61749169796','2025-06-06 03:29:56',NULL,450.00,'','6','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(1346,'5500','61749169796','2025-06-06 03:30:05',810.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1347,'1000','61749169796','2025-06-06 03:30:07',1200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1348,'4000','61749169796','2025-06-06 03:30:07',NULL,600.00,'','6','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(1349,'4000','61749169796','2025-06-06 03:29:56',NULL,600.00,'','6','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(1350,'4000','51749169266','2025-06-06 03:31:58',600.00,NULL,'','17','1','Returned products','1','','return','','','No',NULL,NULL,''),(1351,'1000','51749169266','2025-06-06 03:31:58',NULL,600.00,'','17','1','Returned products','1','','return','','','No',NULL,NULL,''),(1352,'5500','51749169266','2025-06-06 03:31:58',NULL,360.00,'','17','1','Cost of goods returned','1','','sales','176','','No',NULL,NULL,''),(1353,'1110','51749169266','2025-06-06 03:31:58',360.00,NULL,'','17','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(1354,'1110','61749169835','2025-06-06 03:31:02',NULL,360.00,'','6','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(1355,'1110','61749169835','2025-06-06 03:30:35',NULL,450.00,'','6','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(1356,'5500','61749169835','2025-06-06 03:31:00',810.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1357,'1000','61749169835','2025-06-06 03:31:02',1200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1358,'4000','61749169835','2025-06-06 03:31:02',NULL,600.00,'','6','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(1359,'4000','61749169835','2025-06-06 03:30:35',NULL,600.00,'','6','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(1360,'1110','41749170266','2025-06-06 03:38:49',NULL,680.00,'','4','1','Inventory sold','1','','sales','214','','No',NULL,NULL,''),(1361,'1110','41749170266','2025-06-06 03:37:46',NULL,1300.00,'','4','1','Inventory sold','1','','sales','216','','No',NULL,NULL,''),(1362,'1110','41749170266','2025-06-06 03:37:56',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(1363,'1110','41749170266','2025-06-06 03:38:08',NULL,230.00,'','4','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(1364,'1110','41749170266','2025-06-06 03:38:16',NULL,360.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(1365,'1110','41749170266','2025-06-06 03:38:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(1366,'5500','41749170266','2025-06-06 03:38:48',2640.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1367,'1000','41749170266','2025-06-06 03:38:49',3900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1368,'4000','41749170266','2025-06-06 03:38:49',NULL,900.00,'','4','1','Good sold','1','','sales','214','','No',NULL,NULL,''),(1369,'4000','41749170266','2025-06-06 03:37:46',NULL,1800.00,'','4','1','Good sold','1','','sales','216','','No',NULL,NULL,''),(1370,'4000','41749170266','2025-06-06 03:37:56',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(1371,'4000','41749170266','2025-06-06 03:38:08',NULL,300.00,'','4','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(1372,'4000','41749170266','2025-06-06 03:38:16',NULL,600.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(1373,'4000','41749170266','2025-06-06 03:38:30',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(1374,'1110','41749170388','2025-06-06 03:39:50',NULL,14.00,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(1375,'5500','41749170388','2025-06-06 03:39:49',14.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1376,'1000','41749170388','2025-06-06 03:39:50',20.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1377,'4000','41749170388','2025-06-06 03:39:50',NULL,20.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(1378,'1000','61749170591','2025-06-06 03:43:12',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1379,'4000','61749170591','2025-06-06 03:43:12',NULL,100.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1380,'1110','41749145289','2025-06-05 20:41:48',NULL,2020.00,'','4','1','Inventory sold','1','','sales','131','','No',NULL,NULL,''),(1381,'1110','41749145289','2025-06-05 20:41:29',NULL,33.33,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(1382,'1110','41749145289','2025-06-05 20:41:46',NULL,2020.00,'','4','1','Inventory sold','1','','sales','131','','No',NULL,NULL,''),(1383,'5500','41749145289','2025-06-06 03:56:12',4073.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1384,'1000','41749145289','2025-06-05 20:41:48',5100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1385,'4000','41749145289','2025-06-05 20:41:48',NULL,2500.00,'','4','1','Good sold','1','','sales','131','','No',NULL,NULL,''),(1386,'4000','41749145289','2025-06-05 20:41:29',NULL,100.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1387,'4000','41749145289','2025-06-05 20:41:46',NULL,2500.00,'','4','1','Good sold','1','','sales','131','','No',NULL,NULL,''),(1388,'1110','51749171867','2025-06-06 04:04:29',NULL,180.00,'','5','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(1389,'5500','51749171867','2025-06-06 04:04:27',180.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1390,'1000','51749171867','2025-06-06 04:04:29',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1391,'4000','51749171867','2025-06-06 04:04:29',NULL,300.00,'','5','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(1392,'4000','41749162551','2025-06-06 04:05:27',200.00,NULL,'','17','1','Returned products','1','','return','','','No',NULL,NULL,''),(1393,'1000','41749162551','2025-06-06 04:05:27',NULL,200.00,'','17','1','Returned products','1','','return','','','No',NULL,NULL,''),(1394,'5500','41749162551','2025-06-06 04:05:27',NULL,0.00,'','17','1','Cost of goods returned','1','','sales','47','','No',NULL,NULL,''),(1395,'1110','41749162551','2025-06-06 04:05:27',0.00,NULL,'','17','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(1396,'1110','31749201189','2025-06-06 12:13:10',NULL,200.00,'','3','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(1397,'5500','31749201189','2025-06-06 12:13:09',200.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1398,'1000','31749201189','2025-06-06 12:13:10',260.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1399,'4000','31749201189','2025-06-06 12:13:10',NULL,260.00,'','3','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(1406,'1110','31749201307','2025-06-06 12:15:16',NULL,8.00,'','3','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(1407,'1110','31749201307','2025-06-06 12:15:07',NULL,8.00,'','3','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(1408,'5500','31749201307','2025-06-06 12:15:14',16.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1409,'1000','31749201307','2025-06-06 12:15:16',30.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1410,'4000','31749201307','2025-06-06 12:15:16',NULL,15.00,'','3','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(1411,'4000','31749201307','2025-06-06 12:15:07',NULL,15.00,'','3','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(1412,'1000','31749201551','2025-06-06 12:19:40',700.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1413,'4000','31749201551','2025-06-06 12:19:40',NULL,600.00,'','3','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(1414,'4000','31749201551','2025-06-06 12:19:11',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1415,'4000','31749201551','2025-06-06 12:19:27',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1419,'1110','31749201656','2025-06-06 12:21:07',NULL,0.00,'','3','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(1420,'1110','31749201656','2025-06-06 12:20:56',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(1421,'1110','31749201656','2025-06-06 12:21:05',NULL,33.33,'','3','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(1422,'5500','31749201656','2025-06-06 12:21:55',33.33,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1423,'1000','31749201656','2025-06-06 12:21:07',250.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1424,'4000','31749201656','2025-06-06 12:21:07',NULL,100.00,'','3','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(1425,'4000','31749201656','2025-06-06 12:20:56',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1426,'4000','31749201656','2025-06-06 12:21:05',NULL,100.00,'','3','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1427,'1110','31749201859','2025-06-06 12:24:42',NULL,133.32,'','3','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(1428,'5500','31749201859','2025-06-06 12:24:19',133.32,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1429,'1000','31749201859','2025-06-06 12:24:42',400.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1430,'4000','31749201859','2025-06-06 12:24:42',NULL,400.00,'','3','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1431,'1110','31749201925','2025-06-06 12:25:27',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(1432,'5500','31749201925','2025-06-06 12:25:25',70.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1433,'1000','31749201925','2025-06-06 12:25:27',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1434,'4000','31749201925','2025-06-06 12:25:27',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(1435,'1000','31749202368','2025-06-06 12:33:19',320.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1436,'4000','31749202368','2025-06-06 12:33:19',NULL,120.00,'','3','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1437,'4000','31749202368','2025-06-06 12:32:48',NULL,200.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(1438,'1000','31749203458','2025-06-06 12:51:00',150.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1439,'4000','31749203458','2025-06-06 12:51:00',NULL,150.00,'','3','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1440,'1110','31749203539','2025-06-06 12:53:13',NULL,0.00,'','3','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(1441,'1110','31749203539','2025-06-06 12:52:19',NULL,955.00,'','3','1','Inventory sold','1','','sales','123','','No',NULL,NULL,''),(1442,'5500','31749203539','2025-06-06 12:53:10',955.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1443,'1000','31749203539','2025-06-06 12:53:13',3100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1444,'4000','31749203539','2025-06-06 12:53:13',NULL,1800.00,'','3','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1445,'4000','31749203539','2025-06-06 12:52:19',NULL,1300.00,'','3','1','Good sold','1','','sales','123','','No',NULL,NULL,''),(1446,'1000','31749205290','2025-06-06 13:21:32',250.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1447,'4000','31749205290','2025-06-06 13:21:32',NULL,250.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1448,'1110','31749205361','2025-06-06 13:23:21',NULL,0.00,'','3','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(1449,'1110','31749205361','2025-06-06 13:22:41',NULL,450.00,'','3','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(1450,'5500','31749205361','2025-06-06 13:23:17',450.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1451,'1000','31749205361','2025-06-06 13:23:21',750.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1452,'4000','31749205361','2025-06-06 13:23:21',NULL,150.00,'','3','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1453,'4000','31749205361','2025-06-06 13:22:41',NULL,600.00,'','3','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(1454,'1000','31749206223','2025-06-06 13:37:25',500.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1455,'4000','31749206223','2025-06-06 13:37:25',NULL,500.00,'','3','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(1456,'1110','31749208965','2025-06-06 14:22:47',NULL,24.00,'','3','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(1457,'5500','31749208965','2025-06-06 14:22:45',24.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1458,'1000','31749208965','2025-06-06 14:22:47',45.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1459,'4000','31749208965','2025-06-06 14:22:47',NULL,45.00,'','3','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(1460,'1110','31749212115','2025-06-06 15:17:26',NULL,33.33,'','3','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(1461,'1110','31749212115','2025-06-06 15:15:15',NULL,1650.00,'','3','1','Inventory sold','1','','sales','147','','No',NULL,NULL,''),(1462,'5500','31749212115','2025-06-06 15:17:24',1683.33,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1463,'1000','31749212115','2025-06-06 15:17:26',2300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1464,'4000','31749212115','2025-06-06 15:17:26',NULL,100.00,'','3','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1465,'4000','31749212115','2025-06-06 15:15:15',NULL,2200.00,'','3','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(1486,'1110','31749213384','2025-06-06 15:36:34',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(1487,'5500','31749213384','2025-06-06 15:36:25',70.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1488,'1000','31749213384','2025-06-06 15:36:34',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1489,'4000','31749213384','2025-06-06 15:36:34',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(1490,'1110','51749214677','2025-06-06 15:58:05',NULL,360.00,'','5','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(1491,'5500','51749214677','2025-06-06 15:57:58',360.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1492,'1000','51749214677','2025-06-06 15:58:05',600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1493,'4000','51749214677','2025-06-06 15:58:05',NULL,600.00,'','5','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(1494,'1110','51749214741','2025-06-06 15:59:04',NULL,500.00,'','5','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(1495,'5500','51749214741','2025-06-06 15:59:01',500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1496,'1000','51749214741','2025-06-06 15:59:04',1500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1497,'4000','51749214741','2025-06-06 15:59:04',NULL,1500.00,'','5','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(1498,'1000','31749215493','2025-06-06 16:11:45',1300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1499,'4000','31749215493','2025-06-06 16:11:45',NULL,1200.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(1500,'4000','31749215493','2025-06-06 16:11:33',NULL,100.00,'','3','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(1501,'1110','61749217410','2025-06-06 16:45:22',NULL,350.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(1502,'1110','61749217410','2025-06-06 16:43:30',NULL,33.00,'','6','1','Inventory sold','1','','sales','238','','No',NULL,NULL,''),(1503,'5500','61749217410','2025-06-06 16:44:59',383.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1504,'1000','61749217410','2025-06-06 16:45:22',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1505,'4000','61749217410','2025-06-06 16:45:22',NULL,500.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(1506,'4000','61749217410','2025-06-06 16:43:30',NULL,100.00,'','6','1','Good sold','1','','sales','238','','No',NULL,NULL,''),(1507,'1110','31749212951','2025-06-06 15:34:54',NULL,0.00,'','3','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(1508,'1110','31749212951','2025-06-06 15:29:11',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(1509,'1110','31749212951','2025-06-06 15:29:28',NULL,203.00,'','3','1','Inventory sold','1','','sales','206','','No',NULL,NULL,''),(1510,'1110','31749212951','2025-06-06 15:33:29',NULL,175.00,'','3','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(1511,'1110','31749212951','2025-06-06 15:33:35',NULL,175.00,'','3','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(1512,'1110','31749212951','2025-06-06 15:34:24',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(1513,'1110','31749212951','2025-06-06 16:50:58',NULL,350.00,'','3','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(1514,'1110','31749212951','2025-06-06 16:51:34',NULL,0.00,'','3','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(1515,'1110','31749212951','2025-06-06 16:52:14',NULL,175.00,'','3','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(1516,'5500','31749212951','2025-06-06 16:52:35',1148.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1517,'1000','31749212951','2025-06-06 15:34:54',3200.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1518,'4000','31749212951','2025-06-06 15:34:54',NULL,1350.00,'','3','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(1519,'4000','31749212951','2025-06-06 15:29:11',NULL,100.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1520,'4000','31749212951','2025-06-06 15:29:28',NULL,300.00,'','3','1','Good sold','1','','sales','206','','No',NULL,NULL,''),(1521,'4000','31749212951','2025-06-06 15:33:29',NULL,250.00,'','3','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(1522,'4000','31749212951','2025-06-06 15:33:35',NULL,250.00,'','3','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(1523,'4000','31749212951','2025-06-06 15:34:24',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(1524,'4000','31749212951','2025-06-06 16:50:58',NULL,500.00,'','3','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(1525,'4000','31749212951','2025-06-06 16:51:34',NULL,100.00,'','3','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(1526,'4000','31749212951','2025-06-06 16:52:14',NULL,250.00,'','3','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(1527,'1110','31749212877','2025-06-06 15:27:59',NULL,210.00,'','3','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(1528,'1110','31749212877','2025-06-06 15:27:57',NULL,210.00,'','3','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(1529,'5500','31749212877','2025-06-06 16:56:31',420.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1530,'1000','31749212877','2025-06-06 15:27:59',520.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1531,'4000','31749212877','2025-06-06 15:27:59',NULL,260.00,'','3','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(1532,'4000','31749212877','2025-06-06 15:27:57',NULL,260.00,'','3','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(1533,'1110','31749212822','2025-06-06 15:27:07',NULL,175.00,'','3','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(1534,'1110','31749212822','2025-06-06 15:27:02',NULL,175.00,'','3','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(1535,'1110','31749212822','2025-06-06 16:57:53',NULL,175.00,'','3','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(1536,'5500','31749212822','2025-06-06 16:57:59',525.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1537,'1000','31749212822','2025-06-06 15:27:07',750.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1538,'4000','31749212822','2025-06-06 15:27:07',NULL,250.00,'','3','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(1539,'4000','31749212822','2025-06-06 15:27:02',NULL,250.00,'','3','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(1540,'4000','31749212822','2025-06-06 16:57:53',NULL,250.00,'','3','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(1541,'1110','61749219585','2025-06-06 17:19:46',NULL,245.00,'','6','1','Inventory sold','1','','sales','204','','No',NULL,NULL,''),(1542,'5500','61749219585','2025-06-06 17:19:45',245.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1543,'1000','61749219585','2025-06-06 17:19:46',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1544,'4000','61749219585','2025-06-06 17:19:46',NULL,350.00,'','6','1','Good sold','1','','sales','204','','No',NULL,NULL,''),(1545,'1110','61749224334','2025-06-06 18:38:57',NULL,400.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(1546,'5500','61749224334','2025-06-06 18:38:54',400.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1547,'1000','61749224334','2025-06-06 18:38:57',520.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1548,'4000','61749224334','2025-06-06 18:38:57',NULL,520.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(1561,'1110','31749225145','2025-06-06 18:54:24',NULL,420.00,'','3','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(1562,'1110','31749225145','2025-06-06 18:52:25',NULL,350.00,'','3','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(1563,'5500','31749225145','2025-06-06 18:53:53',770.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1564,'1000','31749225145','2025-06-06 18:54:24',1020.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1565,'4000','31749225145','2025-06-06 18:54:24',NULL,520.00,'','3','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(1566,'4000','31749225145','2025-06-06 18:52:25',NULL,500.00,'','3','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(1567,'1110','41749225836','2025-06-06 19:04:50',NULL,250.00,'','4','1','Inventory sold','1','','sales','266','','No',NULL,NULL,''),(1568,'1110','41749225836','2025-06-06 19:03:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(1569,'1110','41749225836','2025-06-06 19:04:17',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(1570,'5500','41749225836','2025-06-06 19:04:44',320.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1571,'1000','41749225836','2025-06-06 19:04:50',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1572,'4000','41749225836','2025-06-06 19:04:50',NULL,500.00,'','4','1','Good sold','1','','sales','266','','No',NULL,NULL,''),(1573,'4000','41749225836','2025-06-06 19:03:57',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1574,'4000','41749225836','2025-06-06 19:04:17',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(1575,'1110','61749226607','2025-06-06 19:17:06',NULL,217.00,'','6','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(1576,'1110','61749226607','2025-06-06 19:16:48',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(1577,'5500','61749226607','2025-06-06 19:17:04',271.17,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1578,'1000','61749226607','2025-06-06 19:17:06',400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1579,'4000','61749226607','2025-06-06 19:17:06',NULL,300.00,'','6','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(1580,'4000','61749226607','2025-06-06 19:16:48',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(1598,'1110','51749227902','2025-06-06 19:40:14',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(1599,'1110','51749227902','2025-06-06 19:38:22',NULL,210.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(1600,'1110','51749227902','2025-06-06 19:38:28',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(1601,'1110','51749227902','2025-06-06 19:39:32',NULL,175.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(1602,'5500','51749227902','2025-06-06 19:39:34',630.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1603,'1000','51749227902','2025-06-06 19:40:14',860.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1604,'4000','51749227902','2025-06-06 19:40:14',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(1605,'4000','51749227902','2025-06-06 19:38:22',NULL,260.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(1606,'4000','51749227902','2025-06-06 19:38:28',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(1607,'4000','51749227902','2025-06-06 19:39:32',NULL,250.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(1608,'1110','51749228040','2025-06-06 19:40:52',NULL,250.00,'','5','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(1609,'1110','51749228040','2025-06-06 19:40:40',NULL,210.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(1610,'5500','51749228040','2025-06-06 19:40:50',460.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1611,'1000','51749228040','2025-06-06 19:40:52',660.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1612,'4000','51749228040','2025-06-06 19:40:52',NULL,400.00,'','5','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(1613,'4000','51749228040','2025-06-06 19:40:40',NULL,260.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(1614,'1000','51749228115','2025-06-06 19:41:56',200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1615,'4000','51749228115','2025-06-06 19:41:56',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(1616,'1110','51749228179','2025-06-06 19:43:45',NULL,420.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(1617,'1110','51749228179','2025-06-06 19:42:59',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(1618,'5500','51749228179','2025-06-06 19:43:43',490.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1619,'1000','51749228179','2025-06-06 19:43:45',620.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1620,'4000','51749228179','2025-06-06 19:43:45',NULL,520.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(1621,'4000','51749228179','2025-06-06 19:42:59',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(1632,'1000','81749229049','2025-06-06 19:57:57',2100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1633,'4000','81749229049','2025-06-06 19:57:57',NULL,1800.00,'','8','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1634,'4000','81749229049','2025-06-06 19:57:29',NULL,100.00,'','8','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1635,'4000','81749229049','2025-06-06 19:57:43',NULL,200.00,'','8','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(1636,'1110','81749229154','2025-06-06 19:59:15',NULL,360.00,'','8','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(1637,'5500','81749229154','2025-06-06 19:59:14',360.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1638,'1000','81749229154','2025-06-06 19:59:15',600.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1639,'4000','81749229154','2025-06-06 19:59:15',NULL,600.00,'','8','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(1660,'1110','61749230395','2025-06-06 20:19:56',NULL,1500.00,'','6','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(1661,'5500','61749230395','2025-06-06 20:19:55',1500.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1662,'1000','61749230395','2025-06-06 20:19:56',3000.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1663,'4000','61749230395','2025-06-06 20:19:56',NULL,3000.00,'','6','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(1676,'1110','61749226786','2025-06-06 19:20:08',NULL,0.00,'','6','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(1677,'1110','61749226786','2025-06-06 19:19:47',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(1678,'1110','61749226786','2025-06-06 19:20:04',NULL,66.66,'','6','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(1679,'1110','61749226786','2025-06-06 20:18:59',NULL,500.00,'','6','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(1680,'5500','61749226786','2025-06-06 21:04:09',566.66,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1681,'1000','61749226786','2025-06-06 19:20:08',3150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1682,'4000','61749226786','2025-06-06 19:20:08',NULL,1800.00,'','6','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1683,'4000','61749226786','2025-06-06 19:19:47',NULL,150.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1684,'4000','61749226786','2025-06-06 19:20:04',NULL,200.00,'','6','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1685,'4000','61749226786','2025-06-06 20:18:59',NULL,1000.00,'','6','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(1686,'1110','61749224376','2025-06-06 18:42:00',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(1687,'1110','61749224376','2025-06-06 18:39:36',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(1688,'1110','61749224376','2025-06-06 18:39:57',NULL,140.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(1689,'1110','61749224376','2025-06-06 18:40:31',NULL,200.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(1690,'1110','61749224376','2025-06-06 18:41:12',NULL,360.00,'','6','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(1691,'1110','61749224376','2025-06-06 18:41:47',NULL,33.33,'','6','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(1692,'1110','61749224376','2025-06-06 19:18:10',NULL,200.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(1693,'1110','61749224376','2025-06-06 21:04:53',NULL,180.00,'','6','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(1694,'1110','61749224376','2025-06-06 21:05:03',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(1695,'5500','61749224376','2025-06-06 21:05:10',1183.33,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1696,'1000','61749224376','2025-06-06 18:42:00',2820.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1697,'4000','61749224376','2025-06-06 18:42:00',NULL,900.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1698,'4000','61749224376','2025-06-06 18:39:36',NULL,100.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1699,'4000','61749224376','2025-06-06 18:39:57',NULL,200.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(1700,'4000','61749224376','2025-06-06 18:40:31',NULL,260.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(1701,'4000','61749224376','2025-06-06 18:41:12',NULL,600.00,'','6','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(1702,'4000','61749224376','2025-06-06 18:41:47',NULL,100.00,'','6','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1703,'4000','61749224376','2025-06-06 19:18:10',NULL,260.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(1704,'4000','61749224376','2025-06-06 21:04:53',NULL,300.00,'','6','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(1705,'4000','61749224376','2025-06-06 21:05:03',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(1718,'1110','81749229200','2025-06-06 21:18:58',NULL,710.00,'','8','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(1719,'1110','81749229200','2025-06-06 20:00:00',NULL,108.34,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(1720,'5500','81749229200','2025-06-06 21:18:57',818.34,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1721,'1000','81749229200','2025-06-06 21:18:58',1200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1722,'4000','81749229200','2025-06-06 21:18:58',NULL,1000.00,'','8','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(1723,'4000','81749229200','2025-06-06 20:00:00',NULL,200.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(1724,'1110','81749233991','2025-06-06 21:19:52',NULL,360.00,'','8','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(1725,'5500','81749233991','2025-06-06 21:19:51',360.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1726,'1000','81749233991','2025-06-06 21:19:52',600.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1727,'4000','81749233991','2025-06-06 21:19:52',NULL,600.00,'','8','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(1728,'1000','81749234744','2025-06-06 21:32:31',400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1729,'4000','81749234744','2025-06-06 21:32:31',NULL,350.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(1730,'4000','81749234744','2025-06-06 21:32:24',NULL,50.00,'','8','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1731,'1110','41749234846','2025-06-06 21:34:08',NULL,200.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(1732,'5500','41749234846','2025-06-06 21:34:06',200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1733,'1000','41749234846','2025-06-06 21:34:08',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1734,'4000','41749234846','2025-06-06 21:34:08',NULL,300.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(1735,'1110','41749234906','2025-06-06 21:35:08',NULL,420.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(1736,'5500','41749234906','2025-06-06 21:35:06',420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1737,'1000','41749234906','2025-06-06 21:35:08',520.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1738,'4000','41749234906','2025-06-06 21:35:08',NULL,520.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(1739,'1000','61749236387','2025-06-06 21:59:56',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1740,'4000','61749236387','2025-06-06 21:59:56',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1741,'4000','61749236387','2025-06-06 21:59:47',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1742,'1000','61749237002','2025-06-06 22:10:11',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1743,'4000','61749237002','2025-06-06 22:10:11',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1744,'4000','61749237002','2025-06-06 22:10:02',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1763,'1110','61749237147','2025-06-06 22:12:51',NULL,175.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(1764,'1110','61749237147','2025-06-06 22:12:27',NULL,450.00,'','6','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(1765,'5500','61749237147','2025-06-06 22:12:50',625.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1766,'1000','61749237147','2025-06-06 22:12:51',850.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1767,'4000','61749237147','2025-06-06 22:12:51',NULL,250.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(1768,'4000','61749237147','2025-06-06 22:12:27',NULL,600.00,'','6','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(1769,'1110','61749238091','2025-06-06 22:28:13',NULL,56.00,'','6','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(1770,'5500','61749238091','2025-06-06 22:28:11',56.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1771,'1000','61749238091','2025-06-06 22:28:13',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1772,'4000','61749238091','2025-06-06 22:28:13',NULL,80.00,'','6','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(1773,'1110','61749239797','2025-06-06 22:57:12',NULL,250.00,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(1774,'1110','61749239797','2025-06-06 22:56:37',NULL,33.33,'','6','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(1775,'5500','61749239797','2025-06-06 22:56:42',283.33,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1776,'1000','61749239797','2025-06-06 22:57:12',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1777,'4000','61749239797','2025-06-06 22:57:12',NULL,400.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(1778,'4000','61749239797','2025-06-06 22:56:37',NULL,100.00,'','6','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1785,'1000','41749243137','2025-06-06 23:52:18',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1786,'4000','41749243137','2025-06-06 23:52:18',NULL,200.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1787,'1110','41749243193','2025-06-06 23:53:15',NULL,360.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(1788,'5500','41749243193','2025-06-06 23:53:13',360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1789,'1000','41749243193','2025-06-06 23:53:15',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1790,'4000','41749243193','2025-06-06 23:53:15',NULL,600.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(1791,'1110','141749243686','2025-06-07 00:01:27',NULL,28.00,'','14','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(1792,'5500','141749243686','2025-06-07 00:01:26',28.00,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1793,'1000','141749243686','2025-06-07 00:01:27',40.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1794,'4000','141749243686','2025-06-07 00:01:27',NULL,40.00,'','14','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(1798,'1110','61749240792','2025-06-06 23:13:18',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(1799,'1110','61749240792','2025-06-06 23:13:12',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(1800,'1110','61749240792','2025-06-06 23:13:17',NULL,33.33,'','6','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(1801,'5500','61749240792','2025-06-07 00:06:40',33.33,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1802,'1000','61749240792','2025-06-06 23:13:18',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1803,'4000','61749240792','2025-06-06 23:13:18',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1804,'4000','61749240792','2025-06-06 23:13:12',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1805,'4000','61749240792','2025-06-06 23:13:17',NULL,100.00,'','6','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1806,'1110','61749244480','2025-06-07 00:15:26',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(1807,'1110','61749244480','2025-06-07 00:14:40',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(1808,'1110','61749244480','2025-06-07 00:14:48',NULL,450.00,'','6','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(1809,'1110','61749244480','2025-06-07 00:15:05',NULL,33.33,'','6','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(1810,'5500','61749244480','2025-06-07 00:15:06',483.33,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1811,'1000','61749244480','2025-06-07 00:15:26',1650.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1812,'4000','61749244480','2025-06-07 00:15:26',NULL,900.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1813,'4000','61749244480','2025-06-07 00:14:40',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1814,'4000','61749244480','2025-06-07 00:14:48',NULL,600.00,'','6','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(1815,'4000','61749244480','2025-06-07 00:15:05',NULL,100.00,'','6','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1868,'1110','141749245517','2025-06-07 00:43:32',NULL,210.00,'','14','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(1869,'1110','141749245517','2025-06-07 00:31:57',NULL,0.00,'','14','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(1870,'1110','141749245517','2025-06-07 00:32:22',NULL,0.00,'','14','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(1871,'1110','141749245517','2025-06-07 00:33:35',NULL,0.00,'','14','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(1872,'1110','141749245517','2025-06-07 00:33:54',NULL,33.33,'','14','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(1873,'1110','141749245517','2025-06-07 00:34:29',NULL,70.00,'','14','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(1874,'1110','141749245517','2025-06-07 00:34:47',NULL,0.00,'','14','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(1875,'1110','141749245517','2025-06-07 00:35:16',NULL,210.00,'','14','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(1876,'1110','141749245517','2025-06-07 00:35:48',NULL,175.00,'','14','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(1877,'1110','141749245517','2025-06-07 00:35:49',NULL,210.00,'','14','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(1878,'1110','141749245517','2025-06-07 00:37:08',NULL,14.00,'','14','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(1879,'1110','141749245517','2025-06-07 00:37:36',NULL,14.00,'','14','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(1880,'1110','141749245517','2025-06-07 00:37:42',NULL,33.33,'','14','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(1881,'1110','141749245517','2025-06-07 00:37:53',NULL,245.00,'','14','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(1882,'1110','141749245517','2025-06-07 00:38:00',NULL,570.00,'','14','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(1883,'1110','141749245517','2025-06-07 00:38:24',NULL,175.00,'','14','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(1884,'1110','141749245517','2025-06-07 00:39:04',NULL,175.00,'','14','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(1885,'1110','141749245517','2025-06-07 00:39:49',NULL,28.00,'','14','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(1886,'1110','141749245517','2025-06-07 00:40:13',NULL,210.00,'','14','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(1887,'1110','141749245517','2025-06-07 00:40:51',NULL,195.00,'','14','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(1888,'1110','141749245517','2025-06-07 00:41:11',NULL,210.00,'','14','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(1889,'5500','141749245517','2025-06-07 00:41:34',2777.66,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1890,'1000','141749245517','2025-06-07 00:43:32',4840.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1891,'4000','141749245517','2025-06-07 00:43:32',NULL,260.00,'','14','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(1892,'4000','141749245517','2025-06-07 00:31:57',NULL,50.00,'','14','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1893,'4000','141749245517','2025-06-07 00:32:22',NULL,400.00,'','14','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(1894,'4000','141749245517','2025-06-07 00:33:35',NULL,400.00,'','14','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(1895,'4000','141749245517','2025-06-07 00:33:54',NULL,100.00,'','14','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1896,'4000','141749245517','2025-06-07 00:34:29',NULL,100.00,'','14','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(1897,'4000','141749245517','2025-06-07 00:34:47',NULL,50.00,'','14','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1898,'4000','141749245517','2025-06-07 00:35:16',NULL,260.00,'','14','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(1899,'4000','141749245517','2025-06-07 00:35:48',NULL,250.00,'','14','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(1900,'4000','141749245517','2025-06-07 00:35:49',NULL,260.00,'','14','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(1901,'4000','141749245517','2025-06-07 00:37:08',NULL,20.00,'','14','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(1902,'4000','141749245517','2025-06-07 00:37:36',NULL,20.00,'','14','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(1903,'4000','141749245517','2025-06-07 00:37:42',NULL,100.00,'','14','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1904,'4000','141749245517','2025-06-07 00:37:53',NULL,350.00,'','14','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(1905,'4000','141749245517','2025-06-07 00:38:00',NULL,900.00,'','14','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(1906,'4000','141749245517','2025-06-07 00:38:24',NULL,250.00,'','14','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(1907,'4000','141749245517','2025-06-07 00:39:04',NULL,250.00,'','14','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(1908,'4000','141749245517','2025-06-07 00:39:49',NULL,40.00,'','14','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(1909,'4000','141749245517','2025-06-07 00:40:13',NULL,260.00,'','14','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(1910,'4000','141749245517','2025-06-07 00:40:51',NULL,260.00,'','14','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(1911,'4000','141749245517','2025-06-07 00:41:11',NULL,260.00,'','14','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(1912,'1110','81749234805','2025-06-07 00:47:20',NULL,200.00,'','8','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(1913,'1110','81749234805','2025-06-06 21:33:25',NULL,400.00,'','8','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(1914,'5500','81749234805','2025-06-07 00:47:19',600.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1915,'1000','81749234805','2025-06-07 00:47:20',820.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1916,'4000','81749234805','2025-06-07 00:47:20',NULL,300.00,'','8','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(1917,'4000','81749234805','2025-06-06 21:33:25',NULL,520.00,'','8','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(1918,'1110','81749246511','2025-06-07 00:49:17',NULL,710.00,'','8','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(1919,'1110','81749246511','2025-06-07 00:48:31',NULL,330.00,'','8','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(1920,'1110','81749246511','2025-06-07 00:48:51',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(1921,'5500','81749246511','2025-06-07 00:49:16',1094.17,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1922,'1000','81749246511','2025-06-07 00:49:17',1600.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1923,'4000','81749246511','2025-06-07 00:49:17',NULL,1000.00,'','8','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(1924,'4000','81749246511','2025-06-07 00:48:31',NULL,500.00,'','8','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(1925,'4000','81749246511','2025-06-07 00:48:51',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(1926,'1110','81749246658','2025-06-07 00:52:19',NULL,1734.00,'','8','1','Inventory sold','1','','sales','150','','No',NULL,NULL,''),(1927,'1110','81749246658','2025-06-07 00:50:58',NULL,140.00,'','8','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(1928,'1110','81749246658','2025-06-07 00:51:13',NULL,35.00,'','8','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(1929,'5500','81749246658','2025-06-07 00:52:18',1909.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1930,'1000','81749246658','2025-06-07 00:52:19',2750.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1931,'4000','81749246658','2025-06-07 00:52:19',NULL,2500.00,'','8','1','Good sold','1','','sales','150','','No',NULL,NULL,''),(1932,'4000','81749246658','2025-06-07 00:50:58',NULL,200.00,'','8','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(1933,'4000','81749246658','2025-06-07 00:51:13',NULL,50.00,'','8','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(1934,'1110','81749246859','2025-06-07 00:54:44',NULL,710.00,'','8','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(1935,'5500','81749246859','2025-06-07 00:54:19',710.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1936,'1000','81749246859','2025-06-07 00:54:44',1000.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1937,'4000','81749246859','2025-06-07 00:54:44',NULL,1000.00,'','8','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(1938,'1110','81749247111','2025-06-07 00:58:32',NULL,245.00,'','8','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(1939,'5500','81749247111','2025-06-07 00:58:31',245.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1940,'1000','81749247111','2025-06-07 00:58:32',350.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1941,'4000','81749247111','2025-06-07 00:58:32',NULL,350.00,'','8','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(1942,'1110','81749247288','2025-06-07 01:01:30',NULL,600.00,'','8','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(1943,'5500','81749247288','2025-06-07 01:01:28',600.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1944,'1000','81749247288','2025-06-07 01:01:30',780.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1945,'4000','81749247288','2025-06-07 01:01:30',NULL,780.00,'','8','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(1946,'1110','81749247470','2025-06-07 01:05:59',NULL,390.00,'','8','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(1947,'1110','81749247470','2025-06-07 01:04:30',NULL,710.00,'','8','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(1948,'5500','81749247470','2025-06-07 01:05:58',1100.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1949,'1000','81749247470','2025-06-07 01:05:59',1520.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1950,'4000','81749247470','2025-06-07 01:05:59',NULL,520.00,'','8','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(1951,'4000','81749247470','2025-06-07 01:04:30',NULL,1000.00,'','8','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(1952,'1000','81749247667','2025-06-07 01:07:49',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1953,'4000','81749247667','2025-06-07 01:07:49',NULL,100.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1954,'1110','61749248081','2025-06-07 01:14:42',NULL,16.00,'','6','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(1955,'5500','61749248081','2025-06-07 01:14:41',16.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1956,'1000','61749248081','2025-06-07 01:14:42',30.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1957,'4000','61749248081','2025-06-07 01:14:42',NULL,30.00,'','6','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(1986,'1110','61749248321','2025-06-07 01:19:21',NULL,0.00,'','6','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(1987,'1110','61749248321','2025-06-07 01:18:41',NULL,33.33,'','6','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(1988,'5500','61749248321','2025-06-07 01:18:54',33.33,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1989,'1000','61749248321','2025-06-07 01:19:21',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1990,'4000','61749248321','2025-06-07 01:19:21',NULL,200.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(1991,'4000','61749248321','2025-06-07 01:18:41',NULL,100.00,'','6','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1992,'1110','81749250528','2025-06-07 01:55:29',NULL,210.00,'','8','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(1993,'5500','81749250528','2025-06-07 01:55:28',210.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1994,'1000','81749250528','2025-06-07 01:55:29',260.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1995,'4000','81749250528','2025-06-07 01:55:29',NULL,260.00,'','8','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(1996,'1110','81749250593','2025-06-07 01:56:34',NULL,210.00,'','8','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(1997,'5500','81749250593','2025-06-07 01:56:33',210.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1998,'1000','81749250593','2025-06-07 01:56:34',260.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1999,'4000','81749250593','2025-06-07 01:56:34',NULL,260.00,'','8','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(2000,'1110','81749250653','2025-06-07 01:59:05',NULL,175.00,'','8','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(2001,'1110','81749250653','2025-06-07 01:57:33',NULL,350.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(2002,'1110','81749250653','2025-06-07 01:58:45',NULL,175.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(2003,'5500','81749250653','2025-06-07 01:59:04',700.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2004,'1000','81749250653','2025-06-07 01:59:05',1000.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2005,'4000','81749250653','2025-06-07 01:59:05',NULL,250.00,'','8','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(2006,'4000','81749250653','2025-06-07 01:57:33',NULL,500.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(2007,'4000','81749250653','2025-06-07 01:58:45',NULL,250.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(2008,'4000','61749244480','2025-06-07 01:59:55',600.00,NULL,'','11','1','Returned products','1','','return','','','No',NULL,NULL,''),(2009,'1000','61749244480','2025-06-07 01:59:55',NULL,600.00,'','11','1','Returned products','1','','return','','','No',NULL,NULL,''),(2010,'5500','61749244480','2025-06-07 01:59:55',NULL,450.00,'','11','1','Cost of goods returned','1','','sales','205','','No',NULL,NULL,''),(2011,'1110','61749244480','2025-06-07 01:59:55',450.00,NULL,'','11','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(2012,'1110','81749250959','2025-06-07 02:03:44',NULL,33.33,'','8','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(2013,'1110','81749250959','2025-06-07 02:03:07',NULL,680.00,'','8','1','Inventory sold','1','','sales','214','','No',NULL,NULL,''),(2014,'5500','81749250959','2025-06-07 02:03:43',713.33,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2015,'1000','81749250959','2025-06-07 02:03:44',1000.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2016,'4000','81749250959','2025-06-07 02:03:44',NULL,100.00,'','8','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(2017,'4000','81749250959','2025-06-07 02:03:07',NULL,900.00,'','8','1','Good sold','1','','sales','214','','No',NULL,NULL,''),(2018,'1110','61749251099','2025-06-07 02:05:23',NULL,450.00,'','6','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(2019,'1110','61749251099','2025-06-07 02:04:59',NULL,175.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(2020,'5500','61749251099','2025-06-07 02:05:01',625.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2021,'1000','61749251099','2025-06-07 02:05:23',850.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2022,'4000','61749251099','2025-06-07 02:05:23',NULL,600.00,'','6','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(2023,'4000','61749251099','2025-06-07 02:04:59',NULL,250.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(2054,'1110','61749251277','2025-06-07 02:07:58',NULL,32.00,'','6','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(2055,'5500','61749251277','2025-06-07 02:07:57',32.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2056,'1000','61749251277','2025-06-07 02:07:58',60.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2057,'4000','61749251277','2025-06-07 02:07:58',NULL,60.00,'','6','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(2058,'1110','81749251644','2025-06-07 02:14:21',NULL,1300.00,'','8','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(2059,'1110','81749251644','2025-06-07 02:14:04',NULL,230.00,'','8','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(2060,'5500','81749251644','2025-06-07 02:14:20',1530.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2061,'1000','81749251644','2025-06-07 02:14:21',2100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2062,'4000','81749251644','2025-06-07 02:14:21',NULL,1800.00,'','8','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(2063,'4000','81749251644','2025-06-07 02:14:04',NULL,300.00,'','8','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(2064,'1110','81749251723','2025-06-07 02:15:24',NULL,490.00,'','8','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(2065,'5500','81749251723','2025-06-07 02:15:23',490.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2066,'1000','81749251723','2025-06-07 02:15:24',700.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2067,'4000','81749251723','2025-06-07 02:15:24',NULL,700.00,'','8','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(2068,'1110','81749251794','2025-06-07 02:17:05',NULL,330.00,'','8','1','Inventory sold','1','','sales','93','','No',NULL,NULL,''),(2069,'1110','81749251794','2025-06-07 02:16:34',NULL,83.34,'','8','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(2070,'1110','81749251794','2025-06-07 02:17:00',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2071,'5500','81749251794','2025-06-07 02:17:04',467.51,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2072,'1000','81749251794','2025-06-07 02:17:05',800.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2073,'4000','81749251794','2025-06-07 02:17:05',NULL,500.00,'','8','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(2074,'4000','81749251794','2025-06-07 02:16:34',NULL,200.00,'','8','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(2075,'4000','81749251794','2025-06-07 02:17:00',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2076,'1110','81749251870','2025-06-07 02:18:03',NULL,1000.00,'','8','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(2077,'1110','81749251870','2025-06-07 02:17:50',NULL,33.33,'','8','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(2078,'5500','81749251870','2025-06-07 02:18:02',1033.33,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2079,'1000','81749251870','2025-06-07 02:18:03',1900.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2080,'4000','81749251870','2025-06-07 02:18:03',NULL,1800.00,'','8','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(2081,'4000','81749251870','2025-06-07 02:17:50',NULL,100.00,'','8','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(2082,'1110','41749252005','2025-06-07 02:20:18',NULL,585.00,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(2083,'1110','41749252005','2025-06-07 02:20:05',NULL,41.67,'','4','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(2084,'5500','41749252005','2025-06-07 02:20:16',626.67,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2085,'1000','41749252005','2025-06-07 02:20:18',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2086,'4000','41749252005','2025-06-07 02:20:18',NULL,850.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(2087,'4000','41749252005','2025-06-07 02:20:05',NULL,100.00,'','4','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(2088,'1110','41749252089','2025-06-07 02:21:30',NULL,600.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(2089,'5500','41749252089','2025-06-07 02:21:29',600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2090,'1000','41749252089','2025-06-07 02:21:30',780.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2091,'4000','41749252089','2025-06-07 02:21:30',NULL,780.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(2092,'1110','41749241841','2025-06-06 23:31:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(2093,'1110','41749241841','2025-06-06 23:30:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(2094,'1110','41749241841','2025-06-06 23:30:59',NULL,840.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(2095,'1110','41749241841','2025-06-07 02:23:28',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(2096,'1110','41749241841','2025-06-07 02:23:40',NULL,33.33,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(2097,'5500','41749241841','2025-06-07 02:25:31',943.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2098,'1000','41749241841','2025-06-06 23:31:00',2090.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2099,'4000','41749241841','2025-06-06 23:31:00',NULL,800.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(2100,'4000','41749241841','2025-06-06 23:30:41',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2101,'4000','41749241841','2025-06-06 23:30:59',NULL,1040.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(2102,'4000','41749241841','2025-06-07 02:23:28',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(2103,'4000','41749241841','2025-06-07 02:23:40',NULL,100.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(2104,'1110','51749253014','2025-06-07 02:37:27',NULL,680.00,'','5','1','Inventory sold','1','','sales','214','','No',NULL,NULL,''),(2105,'5500','51749253014','2025-06-07 02:37:14',680.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2106,'1000','51749253014','2025-06-07 02:37:27',900.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2107,'4000','51749253014','2025-06-07 02:37:27',NULL,900.00,'','5','1','Good sold','1','','sales','214','','No',NULL,NULL,''),(2108,'1110','51749253094','2025-06-07 02:40:18',NULL,41.67,'','5','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(2109,'1110','51749253094','2025-06-07 02:38:40',NULL,33.33,'','5','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(2110,'1110','51749253094','2025-06-07 02:39:05',NULL,465.00,'','5','1','Inventory sold','1','','sales','215','','No',NULL,NULL,''),(2111,'1110','51749253094','2025-06-07 02:40:06',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(2112,'5500','51749253094','2025-06-07 02:40:17',610.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2113,'1000','51749253094','2025-06-07 02:40:18',900.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2114,'4000','51749253094','2025-06-07 02:40:18',NULL,100.00,'','5','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(2115,'4000','51749253094','2025-06-07 02:38:40',NULL,100.00,'','5','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(2116,'4000','51749253094','2025-06-07 02:39:05',NULL,600.00,'','5','1','Good sold','1','','sales','215','','No',NULL,NULL,''),(2117,'4000','51749253094','2025-06-07 02:40:06',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(2118,'1110','51749253290','2025-06-07 02:41:51',NULL,1060.00,'','5','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(2119,'1110','51749253290','2025-06-07 02:41:30',NULL,680.00,'','5','1','Inventory sold','1','','sales','214','','No',NULL,NULL,''),(2120,'5500','51749253290','2025-06-07 02:41:49',1740.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2121,'1000','51749253290','2025-06-07 02:41:51',2100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2122,'4000','51749253290','2025-06-07 02:41:51',NULL,1200.00,'','5','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(2123,'4000','51749253290','2025-06-07 02:41:30',NULL,900.00,'','5','1','Good sold','1','','sales','214','','No',NULL,NULL,''),(2124,'1110','41749252451','2025-06-07 02:43:08',NULL,800.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(2125,'1110','41749252451','2025-06-07 02:27:31',NULL,450.00,'','4','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(2126,'1110','41749252451','2025-06-07 02:27:43',NULL,350.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(2127,'1110','41749252451','2025-06-07 02:27:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(2128,'1110','41749252451','2025-06-07 02:28:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','78','','No',NULL,NULL,''),(2129,'5500','41749252451','2025-06-07 02:43:06',1600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2130,'1000','41749252451','2025-06-07 02:43:08',3190.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2131,'4000','41749252451','2025-06-07 02:43:08',NULL,1040.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(2132,'4000','41749252451','2025-06-07 02:27:31',NULL,600.00,'','4','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(2133,'4000','41749252451','2025-06-07 02:27:43',NULL,500.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(2134,'4000','41749252451','2025-06-07 02:27:55',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2135,'4000','41749252451','2025-06-07 02:28:09',NULL,1000.00,'','4','1','Good sold','1','','sales','78','','No',NULL,NULL,''),(2136,'1110','41749253549','2025-06-07 02:46:15',NULL,875.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(2137,'1110','41749253549','2025-06-07 02:45:49',NULL,400.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(2138,'5500','41749253549','2025-06-07 02:46:14',1275.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2139,'1000','41749253549','2025-06-07 02:46:15',1770.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2140,'4000','41749253549','2025-06-07 02:46:15',NULL,1250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(2141,'4000','41749253549','2025-06-07 02:45:49',NULL,520.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(2142,'1110','41749253630','2025-06-07 02:47:11',NULL,28.00,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(2143,'5500','41749253630','2025-06-07 02:47:10',28.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2144,'1000','41749253630','2025-06-07 02:47:11',40.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2145,'4000','41749253630','2025-06-07 02:47:11',NULL,40.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(2146,'1110','141749253018','2025-06-07 02:48:02',NULL,860.00,'','14','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(2147,'1110','141749253018','2025-06-07 02:36:58',NULL,225.00,'','14','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(2148,'1110','141749253018','2025-06-07 02:37:21',NULL,150.00,'','14','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(2149,'1110','141749253018','2025-06-07 02:39:07',NULL,150.00,'','14','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(2150,'1110','141749253018','2025-06-07 02:39:26',NULL,250.00,'','14','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(2151,'1110','141749253018','2025-06-07 02:39:27',NULL,33.33,'','14','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(2152,'1110','141749253018','2025-06-07 02:39:57',NULL,710.00,'','14','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(2153,'1110','141749253018','2025-06-07 02:41:08',NULL,33.33,'','14','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(2154,'1110','141749253018','2025-06-07 02:42:33',NULL,945.00,'','14','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(2155,'1110','141749253018','2025-06-07 02:45:36',NULL,70.00,'','14','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(2156,'5500','141749253018','2025-06-07 02:47:41',3426.66,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2157,'1000','141749253018','2025-06-07 02:48:02',4700.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2158,'4000','141749253018','2025-06-07 02:48:02',NULL,1000.00,'','14','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(2159,'4000','141749253018','2025-06-07 02:36:58',NULL,300.00,'','14','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(2160,'4000','141749253018','2025-06-07 02:37:21',NULL,200.00,'','14','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(2161,'4000','141749253018','2025-06-07 02:39:07',NULL,200.00,'','14','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(2162,'4000','141749253018','2025-06-07 02:39:26',NULL,400.00,'','14','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(2163,'4000','141749253018','2025-06-07 02:39:27',NULL,100.00,'','14','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(2164,'4000','141749253018','2025-06-07 02:39:57',NULL,1000.00,'','14','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(2165,'4000','141749253018','2025-06-07 02:41:08',NULL,100.00,'','14','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(2166,'4000','141749253018','2025-06-07 02:42:33',NULL,1300.00,'','14','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(2167,'4000','141749253018','2025-06-07 02:45:36',NULL,100.00,'','14','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(2168,'1110','41749253759','2025-06-07 02:49:20',NULL,585.00,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(2169,'5500','41749253759','2025-06-07 02:49:19',585.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2170,'1000','41749253759','2025-06-07 02:49:20',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2171,'4000','41749253759','2025-06-07 02:49:20',NULL,850.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(2172,'1110','41749253837','2025-06-07 02:50:49',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(2173,'1110','41749253837','2025-06-07 02:50:37',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(2174,'5500','41749253837','2025-06-07 02:50:48',350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2175,'1000','41749253837','2025-06-07 02:50:49',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2176,'4000','41749253837','2025-06-07 02:50:49',NULL,250.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(2177,'4000','41749253837','2025-06-07 02:50:37',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(2178,'1110','41749253903','2025-06-07 02:51:50',NULL,210.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(2179,'1110','41749253903','2025-06-07 02:51:43',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(2180,'5500','41749253903','2025-06-07 02:51:49',280.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2181,'1000','41749253903','2025-06-07 02:51:50',360.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2182,'4000','41749253903','2025-06-07 02:51:50',NULL,260.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(2183,'4000','41749253903','2025-06-07 02:51:43',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(2184,'1110','41749254008','2025-06-07 02:54:25',NULL,525.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(2185,'1110','41749254008','2025-06-07 02:53:28',NULL,225.00,'','4','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(2186,'1110','41749254008','2025-06-07 02:53:42',NULL,33.33,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(2187,'1110','41749254008','2025-06-07 02:53:57',NULL,480.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(2188,'5500','41749254008','2025-06-07 02:54:23',1263.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2189,'1000','41749254008','2025-06-07 02:54:25',1850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2190,'4000','41749254008','2025-06-07 02:54:25',NULL,750.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(2191,'4000','41749254008','2025-06-07 02:53:28',NULL,300.00,'','4','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(2192,'4000','41749254008','2025-06-07 02:53:42',NULL,100.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(2193,'4000','41749254008','2025-06-07 02:53:57',NULL,700.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(2194,'1110','41749254129','2025-06-07 02:56:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(2195,'1110','41749254129','2025-06-07 02:55:29',NULL,245.00,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(2196,'1110','41749254129','2025-06-07 02:55:57',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(2197,'1110','41749254129','2025-06-07 02:56:30',NULL,33.33,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(2198,'5500','41749254129','2025-06-07 02:56:49',453.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2199,'1000','41749254129','2025-06-07 02:56:51',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2200,'4000','41749254129','2025-06-07 02:56:51',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(2201,'4000','41749254129','2025-06-07 02:55:29',NULL,350.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(2202,'4000','41749254129','2025-06-07 02:55:57',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(2203,'4000','41749254129','2025-06-07 02:56:30',NULL,100.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(2204,'1110','41749254279','2025-06-07 02:58:00',NULL,175.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(2205,'5500','41749254279','2025-06-07 02:57:59',175.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2206,'1000','41749254279','2025-06-07 02:58:00',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2207,'4000','41749254279','2025-06-07 02:58:00',NULL,250.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(2208,'1110','51749255075','2025-06-07 03:11:16',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2209,'5500','51749255075','2025-06-07 03:11:15',54.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2210,'1000','51749255075','2025-06-07 03:11:16',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2211,'4000','51749255075','2025-06-07 03:11:16',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2212,'1110','51749255123','2025-06-07 03:12:46',NULL,245.00,'','5','1','Inventory sold','1','','sales','204','','No',NULL,NULL,''),(2213,'1110','51749255123','2025-06-07 03:12:03',NULL,41.67,'','5','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(2214,'1110','51749255123','2025-06-07 03:12:15',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(2215,'1110','51749255123','2025-06-07 03:12:21',NULL,720.00,'','5','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(2216,'5500','51749255123','2025-06-07 03:12:44',1076.67,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2217,'1000','51749255123','2025-06-07 03:12:46',1750.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2218,'4000','51749255123','2025-06-07 03:12:46',NULL,350.00,'','5','1','Good sold','1','','sales','204','','No',NULL,NULL,''),(2219,'4000','51749255123','2025-06-07 03:12:03',NULL,100.00,'','5','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(2220,'4000','51749255123','2025-06-07 03:12:15',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(2221,'4000','51749255123','2025-06-07 03:12:21',NULL,1200.00,'','5','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(2222,'1110','51749255216','2025-06-07 03:13:37',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(2223,'5500','51749255216','2025-06-07 03:13:36',70.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2224,'1000','51749255216','2025-06-07 03:13:37',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2225,'4000','51749255216','2025-06-07 03:13:37',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(2226,'1110','51749255260','2025-06-07 03:14:21',NULL,28.00,'','5','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(2227,'5500','51749255260','2025-06-07 03:14:20',28.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2228,'1000','51749255260','2025-06-07 03:14:21',40.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2229,'4000','51749255260','2025-06-07 03:14:21',NULL,40.00,'','5','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(2230,'1110','51749255305','2025-06-07 03:15:06',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2231,'5500','51749255305','2025-06-07 03:15:05',54.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2232,'1000','51749255305','2025-06-07 03:15:06',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2233,'4000','51749255305','2025-06-07 03:15:06',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2234,'1110','51749255408','2025-06-07 03:16:59',NULL,465.00,'','5','1','Inventory sold','1','','sales','215','','No',NULL,NULL,''),(2235,'1110','51749255408','2025-06-07 03:16:48',NULL,41.67,'','5','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(2236,'5500','51749255408','2025-06-07 03:16:58',506.67,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2237,'1000','51749255408','2025-06-07 03:16:59',700.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2238,'4000','51749255408','2025-06-07 03:16:59',NULL,600.00,'','5','1','Good sold','1','','sales','215','','No',NULL,NULL,''),(2239,'4000','51749255408','2025-06-07 03:16:48',NULL,100.00,'','5','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(2240,'1110','51749255487','2025-06-07 03:18:15',NULL,210.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(2241,'1110','51749255487','2025-06-07 03:18:07',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(2242,'5500','51749255487','2025-06-07 03:18:14',280.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2243,'1000','51749255487','2025-06-07 03:18:15',360.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2244,'4000','51749255487','2025-06-07 03:18:15',NULL,260.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(2245,'4000','51749255487','2025-06-07 03:18:07',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(2246,'1110','51749255550','2025-06-07 03:19:23',NULL,350.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(2247,'1110','51749255550','2025-06-07 03:19:10',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(2248,'5500','51749255550','2025-06-07 03:19:22',525.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2249,'1000','51749255550','2025-06-07 03:19:23',750.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2250,'4000','51749255550','2025-06-07 03:19:23',NULL,500.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(2251,'4000','51749255550','2025-06-07 03:19:10',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(2252,'1110','51749255618','2025-06-07 03:21:32',NULL,630.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(2253,'1110','51749255618','2025-06-07 03:20:18',NULL,540.00,'','5','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(2254,'1110','51749255618','2025-06-07 03:20:35',NULL,33.33,'','5','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(2255,'1110','51749255618','2025-06-07 03:21:04',NULL,217.00,'','5','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(2256,'1110','51749255618','2025-06-07 03:21:20',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(2257,'5500','51749255618','2025-06-07 03:21:30',1595.33,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2258,'1000','51749255618','2025-06-07 03:21:32',2330.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2259,'4000','51749255618','2025-06-07 03:21:32',NULL,780.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(2260,'4000','51749255618','2025-06-07 03:20:18',NULL,900.00,'','5','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(2261,'4000','51749255618','2025-06-07 03:20:35',NULL,100.00,'','5','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(2262,'4000','51749255618','2025-06-07 03:21:04',NULL,300.00,'','5','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(2263,'4000','51749255618','2025-06-07 03:21:20',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(2264,'1110','51749255796','2025-06-07 03:23:17',NULL,175.00,'','5','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(2265,'5500','51749255796','2025-06-07 03:23:16',175.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2266,'1000','51749255796','2025-06-07 03:23:17',250.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2267,'4000','51749255796','2025-06-07 03:23:17',NULL,250.00,'','5','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(2268,'1110','51749255879','2025-06-07 03:25:01',NULL,680.00,'','5','1','Inventory sold','1','','sales','214','','No',NULL,NULL,''),(2269,'1110','51749255879','2025-06-07 03:24:39',NULL,140.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(2270,'1110','51749255879','2025-06-07 03:24:51',NULL,33.33,'','5','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(2271,'5500','51749255879','2025-06-07 03:25:00',853.33,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2272,'1000','51749255879','2025-06-07 03:25:01',1200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2273,'4000','51749255879','2025-06-07 03:25:01',NULL,900.00,'','5','1','Good sold','1','','sales','214','','No',NULL,NULL,''),(2274,'4000','51749255879','2025-06-07 03:24:39',NULL,200.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(2275,'4000','51749255879','2025-06-07 03:24:51',NULL,100.00,'','5','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(2276,'1110','41749256123','2025-06-07 03:28:58',NULL,245.00,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(2277,'1110','41749256123','2025-06-07 03:28:43',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2278,'5500','41749256123','2025-06-07 03:28:57',299.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2279,'1000','41749256123','2025-06-07 03:28:58',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2280,'4000','41749256123','2025-06-07 03:28:58',NULL,350.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(2281,'4000','41749256123','2025-06-07 03:28:43',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2282,'1110','41749256300','2025-06-07 03:31:41',NULL,245.00,'','4','1','Inventory sold','1','','sales','204','','No',NULL,NULL,''),(2283,'5500','41749256300','2025-06-07 03:31:40',245.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2284,'1000','41749256300','2025-06-07 03:31:41',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2285,'4000','41749256300','2025-06-07 03:31:41',NULL,350.00,'','4','1','Good sold','1','','sales','204','','No',NULL,NULL,''),(2286,'1110','41749256355','2025-06-07 03:32:36',NULL,33.33,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(2287,'5500','41749256355','2025-06-07 03:32:35',33.33,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2288,'1000','41749256355','2025-06-07 03:32:36',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2289,'4000','41749256355','2025-06-07 03:32:36',NULL,100.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(2290,'1110','41749256425','2025-06-07 03:34:19',NULL,175.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(2291,'1110','41749256425','2025-06-07 03:33:45',NULL,200.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(2292,'1110','41749256425','2025-06-07 03:33:56',NULL,335.00,'','4','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(2293,'5500','41749256425','2025-06-07 03:34:18',710.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2294,'1000','41749256425','2025-06-07 03:34:19',1010.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2295,'4000','41749256425','2025-06-07 03:34:19',NULL,250.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(2296,'4000','41749256425','2025-06-07 03:33:45',NULL,260.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(2297,'4000','41749256425','2025-06-07 03:33:56',NULL,500.00,'','4','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(2298,'1110','61749228689','2025-06-06 19:52:55',NULL,1000.00,'','6','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(2299,'1110','61749228689','2025-06-06 19:51:29',NULL,440.00,'','6','1','Inventory sold','1','','sales','181','','No',NULL,NULL,''),(2300,'1110','61749228689','2025-06-06 19:51:49',NULL,33.33,'','6','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(2301,'1110','61749228689','2025-06-06 19:52:09',NULL,230.00,'','6','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(2302,'1110','61749228689','2025-06-06 19:52:36',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(2303,'1110','61749228689','2025-06-06 20:06:56',NULL,1000.00,'','6','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(2304,'1110','61749228689','2025-06-06 22:11:11',NULL,180.00,'','6','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(2305,'1110','61749228689','2025-06-06 22:11:44',NULL,360.00,'','6','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(2306,'1110','61749228689','2025-06-06 22:11:51',NULL,450.00,'','6','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(2307,'1110','61749228689','2025-06-07 00:17:30',NULL,360.00,'','6','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(2308,'1110','61749228689','2025-06-07 00:17:39',NULL,1000.00,'','6','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(2309,'1110','61749228689','2025-06-07 00:17:58',NULL,180.00,'','6','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(2310,'1110','61749228689','2025-06-07 00:29:28',NULL,225.00,'','6','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(2311,'1110','61749228689','2025-06-07 00:29:38',NULL,450.00,'','6','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(2312,'5500','61749228689','2025-06-07 02:07:22',5908.33,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2313,'1000','61749228689','2025-06-06 19:52:55',9750.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2314,'4000','61749228689','2025-06-06 19:52:55',NULL,1800.00,'','6','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(2315,'4000','61749228689','2025-06-06 19:51:29',NULL,600.00,'','6','1','Good sold','1','','sales','181','','No',NULL,NULL,''),(2316,'4000','61749228689','2025-06-06 19:51:49',NULL,100.00,'','6','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(2317,'4000','61749228689','2025-06-06 19:52:09',NULL,300.00,'','6','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(2318,'4000','61749228689','2025-06-06 19:52:36',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2319,'4000','61749228689','2025-06-06 20:06:56',NULL,1800.00,'','6','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(2320,'4000','61749228689','2025-06-06 22:11:11',NULL,300.00,'','6','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(2321,'4000','61749228689','2025-06-06 22:11:44',NULL,600.00,'','6','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(2322,'4000','61749228689','2025-06-06 22:11:51',NULL,600.00,'','6','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(2323,'4000','61749228689','2025-06-07 00:17:30',NULL,600.00,'','6','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(2324,'4000','61749228689','2025-06-07 00:17:39',NULL,1800.00,'','6','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(2325,'4000','61749228689','2025-06-07 00:17:58',NULL,300.00,'','6','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(2326,'4000','61749228689','2025-06-07 00:29:28',NULL,300.00,'','6','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(2327,'4000','61749228689','2025-06-07 00:29:38',NULL,600.00,'','6','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(2328,'1000','61749256834','2025-06-07 03:40:54',800.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2329,'4000','61749256834','2025-06-07 03:40:54',NULL,700.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2330,'4000','61749256834','2025-06-07 03:40:34',NULL,100.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2331,'1110','61749256890','2025-06-07 03:42:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(2332,'1110','61749256890','2025-06-07 03:41:30',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(2333,'1110','61749256890','2025-06-07 03:41:46',NULL,1000.00,'','6','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(2334,'1110','61749256890','2025-06-07 03:41:55',NULL,33.33,'','6','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(2335,'5500','61749256890','2025-06-07 03:42:12',1033.33,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2336,'1000','61749256890','2025-06-07 03:42:35',2950.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2337,'4000','61749256890','2025-06-07 03:42:35',NULL,900.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2338,'4000','61749256890','2025-06-07 03:41:30',NULL,150.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2339,'4000','61749256890','2025-06-07 03:41:46',NULL,1800.00,'','6','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(2340,'4000','61749256890','2025-06-07 03:41:55',NULL,100.00,'','6','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(2341,'1000','61749256988','2025-06-07 03:43:15',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2342,'4000','61749256988','2025-06-07 03:43:15',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2343,'4000','61749256988','2025-06-07 03:43:08',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2344,'1110','141749256041','2025-06-07 03:43:41',NULL,175.00,'','14','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(2345,'1110','141749256041','2025-06-07 03:27:21',NULL,33.33,'','14','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(2346,'1110','141749256041','2025-06-07 03:42:57',NULL,210.00,'','14','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(2347,'5500','141749256041','2025-06-07 03:42:59',418.33,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2348,'1000','141749256041','2025-06-07 03:43:41',610.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2349,'4000','141749256041','2025-06-07 03:43:41',NULL,250.00,'','14','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(2350,'4000','141749256041','2025-06-07 03:27:21',NULL,100.00,'','14','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(2351,'4000','141749256041','2025-06-07 03:42:57',NULL,260.00,'','14','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(2352,'1110','41749257390','2025-06-07 03:50:04',NULL,41.67,'','4','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(2353,'1110','41749257390','2025-06-07 03:49:50',NULL,33.33,'','4','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(2354,'5500','41749257390','2025-06-07 03:50:03',75.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2355,'1000','41749257390','2025-06-07 03:50:04',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2356,'4000','41749257390','2025-06-07 03:50:04',NULL,100.00,'','4','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(2357,'4000','41749257390','2025-06-07 03:49:50',NULL,100.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(2358,'1000','51749257465','2025-06-07 03:51:28',850.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2359,'4000','51749257465','2025-06-07 03:51:28',NULL,800.00,'','5','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(2360,'4000','51749257465','2025-06-07 03:51:05',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2361,'1000','51749257518','2025-06-07 03:51:59',400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2362,'4000','51749257518','2025-06-07 03:51:59',NULL,400.00,'','5','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(2363,'1110','41749257604','2025-06-07 03:53:25',NULL,350.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(2364,'5500','41749257604','2025-06-07 03:53:24',350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2365,'1000','41749257604','2025-06-07 03:53:25',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2366,'4000','41749257604','2025-06-07 03:53:25',NULL,500.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(2367,'1110','41749257658','2025-06-07 03:54:48',NULL,585.00,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(2368,'5500','41749257658','2025-06-07 03:54:18',585.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2369,'1000','41749257658','2025-06-07 03:54:48',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2370,'4000','41749257658','2025-06-07 03:54:48',NULL,850.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(2371,'1110','51749257908','2025-06-07 03:58:35',NULL,390.00,'','5','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(2372,'1110','51749257908','2025-06-07 03:58:28',NULL,200.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(2373,'5500','51749257908','2025-06-07 03:58:34',590.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2374,'1000','51749257908','2025-06-07 03:58:35',780.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2375,'4000','51749257908','2025-06-07 03:58:35',NULL,520.00,'','5','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(2376,'4000','51749257908','2025-06-07 03:58:28',NULL,260.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(2377,'1110','51749258161','2025-06-07 04:02:42',NULL,800.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(2378,'5500','51749258161','2025-06-07 04:02:41',800.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2379,'1000','51749258161','2025-06-07 04:02:42',1040.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2380,'4000','51749258161','2025-06-07 04:02:42',NULL,1040.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(2381,'1110','81749258292','2025-06-07 04:05:01',NULL,525.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(2382,'1110','81749258292','2025-06-07 04:04:52',NULL,200.00,'','8','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(2383,'5500','81749258292','2025-06-07 04:05:00',725.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2384,'1000','81749258292','2025-06-07 04:05:01',1010.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2385,'4000','81749258292','2025-06-07 04:05:01',NULL,750.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(2386,'4000','81749258292','2025-06-07 04:04:52',NULL,260.00,'','8','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(2387,'1110','81749258366','2025-06-07 04:07:08',NULL,66.66,'','8','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(2388,'1110','81749258366','2025-06-07 04:06:06',NULL,1000.00,'','8','1','Inventory sold','1','','sales','82','','No',NULL,NULL,''),(2389,'1110','81749258366','2025-06-07 04:06:36',NULL,108.34,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2390,'5500','81749258366','2025-06-07 04:06:51',1175.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2391,'1000','81749258366','2025-06-07 04:07:08',1900.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2392,'4000','81749258366','2025-06-07 04:07:08',NULL,200.00,'','8','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(2393,'4000','81749258366','2025-06-07 04:06:06',NULL,1500.00,'','8','1','Good sold','1','','sales','82','','No',NULL,NULL,''),(2394,'4000','81749258366','2025-06-07 04:06:36',NULL,200.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2395,'1000','61749258642','2025-06-07 04:10:43',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2396,'4000','61749258642','2025-06-07 04:10:43',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2397,'1000','61749258691','2025-06-07 04:11:37',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2398,'4000','61749258691','2025-06-07 04:11:37',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2399,'4000','61749258691','2025-06-07 04:11:31',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2400,'1110','41749259478','2025-06-07 04:24:40',NULL,225.00,'','4','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(2401,'5500','41749259478','2025-06-07 04:24:38',225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2402,'1000','41749259478','2025-06-07 04:24:40',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2403,'4000','41749259478','2025-06-07 04:24:40',NULL,300.00,'','4','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(2404,'1110','61749260517','2025-06-07 04:41:58',NULL,70.00,'','6','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(2405,'5500','61749260517','2025-06-07 04:41:57',70.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2406,'1000','61749260517','2025-06-07 04:41:58',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2407,'4000','61749260517','2025-06-07 04:41:58',NULL,100.00,'','6','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(2408,'1110','61749260554','2025-06-07 04:42:49',NULL,200.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(2409,'1110','61749260554','2025-06-07 04:42:34',NULL,175.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(2410,'5500','61749260554','2025-06-07 04:42:47',375.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2411,'1000','61749260554','2025-06-07 04:42:49',510.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2412,'4000','61749260554','2025-06-07 04:42:49',NULL,260.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(2413,'4000','61749260554','2025-06-07 04:42:34',NULL,250.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(2414,'1110','61749260647','2025-06-07 04:44:08',NULL,175.00,'','6','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(2415,'5500','61749260647','2025-06-07 04:44:07',175.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2416,'1000','61749260647','2025-06-07 04:44:08',250.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2417,'4000','61749260647','2025-06-07 04:44:08',NULL,250.00,'','6','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(2418,'1110','51749260724','2025-06-07 04:45:34',NULL,330.00,'','5','1','Inventory sold','1','','sales','93','','No',NULL,NULL,''),(2419,'1110','51749260724','2025-06-07 04:45:24',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(2420,'5500','51749260724','2025-06-07 04:45:33',400.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2421,'1000','51749260724','2025-06-07 04:45:34',600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2422,'4000','51749260724','2025-06-07 04:45:34',NULL,500.00,'','5','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(2423,'4000','51749260724','2025-06-07 04:45:24',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(2424,'1110','81749260875','2025-06-07 04:59:09',NULL,420.00,'','8','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(2425,'1110','81749260875','2025-06-07 04:47:55',NULL,400.00,'','8','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(2426,'1110','81749260875','2025-06-07 04:48:04',NULL,175.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(2427,'1110','81749260875','2025-06-07 04:48:15',NULL,210.00,'','8','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(2428,'1110','81749260875','2025-06-07 04:48:20',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2429,'1110','81749260875','2025-06-07 04:48:29',NULL,490.00,'','8','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(2430,'1110','81749260875','2025-06-07 04:48:49',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2431,'1110','81749260875','2025-06-07 04:49:07',NULL,0.00,'','8','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(2432,'1110','81749260875','2025-06-07 04:49:22',NULL,0.00,'','8','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(2433,'1110','81749260875','2025-06-07 04:49:38',NULL,165.00,'','8','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(2434,'1110','81749260875','2025-06-07 04:50:04',NULL,495.00,'','8','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(2435,'1110','81749260875','2025-06-07 04:50:18',NULL,175.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(2436,'1110','81749260875','2025-06-07 04:50:29',NULL,335.00,'','8','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(2437,'1110','81749260875','2025-06-07 04:53:20',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2438,'1110','81749260875','2025-06-07 04:53:30',NULL,200.00,'','8','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(2439,'1110','81749260875','2025-06-07 04:53:41',NULL,108.34,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2440,'5500','81749260875','2025-06-07 04:59:07',3335.85,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2441,'1000','81749260875','2025-06-07 04:59:09',5210.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2442,'4000','81749260875','2025-06-07 04:59:09',NULL,520.00,'','8','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(2443,'4000','81749260875','2025-06-07 04:47:55',NULL,520.00,'','8','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(2444,'4000','81749260875','2025-06-07 04:48:04',NULL,250.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(2445,'4000','81749260875','2025-06-07 04:48:15',NULL,260.00,'','8','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(2446,'4000','81749260875','2025-06-07 04:48:20',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2447,'4000','81749260875','2025-06-07 04:48:29',NULL,700.00,'','8','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(2448,'4000','81749260875','2025-06-07 04:48:49',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2449,'4000','81749260875','2025-06-07 04:49:07',NULL,50.00,'','8','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2450,'4000','81749260875','2025-06-07 04:49:22',NULL,400.00,'','8','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(2451,'4000','81749260875','2025-06-07 04:49:38',NULL,250.00,'','8','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(2452,'4000','81749260875','2025-06-07 04:50:04',NULL,750.00,'','8','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(2453,'4000','81749260875','2025-06-07 04:50:18',NULL,250.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(2454,'4000','81749260875','2025-06-07 04:50:29',NULL,500.00,'','8','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(2455,'4000','81749260875','2025-06-07 04:53:20',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2456,'4000','81749260875','2025-06-07 04:53:30',NULL,260.00,'','8','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(2457,'4000','81749260875','2025-06-07 04:53:41',NULL,200.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2458,'1000','51749264762','2025-06-07 05:52:43',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2459,'4000','51749264762','2025-06-07 05:52:43',NULL,100.00,'','5','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(2460,'1110','51749264827','2025-06-07 05:54:00',NULL,1300.00,'','5','1','Inventory sold','1','','sales','216','','No',NULL,NULL,''),(2461,'1110','51749264827','2025-06-07 05:53:47',NULL,230.00,'','5','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(2462,'5500','51749264827','2025-06-07 05:53:59',1530.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2463,'1000','51749264827','2025-06-07 05:54:00',2100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2464,'4000','51749264827','2025-06-07 05:54:00',NULL,1800.00,'','5','1','Good sold','1','','sales','216','','No',NULL,NULL,''),(2465,'4000','51749264827','2025-06-07 05:53:47',NULL,300.00,'','5','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(2466,'1000','51749264932','2025-06-07 05:55:33',200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2467,'4000','51749264932','2025-06-07 05:55:33',NULL,200.00,'','5','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2468,'1000','81749265814','2025-06-07 06:15:54',7800.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2469,'4000','81749265814','2025-06-07 06:15:54',NULL,3000.00,'','8','1','Good sold','1','','sales','78','','No',NULL,NULL,''),(2470,'4000','81749265814','2025-06-07 06:10:14',NULL,600.00,'','8','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(2471,'4000','81749265814','2025-06-07 06:10:22',NULL,800.00,'','8','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(2472,'4000','81749265814','2025-06-07 06:11:06',NULL,400.00,'','8','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(2473,'4000','81749265814','2025-06-07 06:11:11',NULL,1200.00,'','8','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(2474,'4000','81749265814','2025-06-07 06:11:36',NULL,360.00,'','8','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2475,'4000','81749265814','2025-06-07 06:14:07',NULL,360.00,'','8','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2476,'4000','81749265814','2025-06-07 06:14:55',NULL,400.00,'','8','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(2477,'4000','81749265814','2025-06-07 06:15:25',NULL,480.00,'','8','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2478,'4000','81749265814','2025-06-07 06:15:43',NULL,200.00,'','8','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2479,'1110','81749266220','2025-06-07 06:23:26',NULL,245.00,'','8','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(2480,'1110','81749266220','2025-06-07 06:17:00',NULL,570.00,'','8','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(2481,'1110','81749266220','2025-06-07 06:17:20',NULL,33.33,'','8','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(2482,'1110','81749266220','2025-06-07 06:18:05',NULL,175.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(2483,'1110','81749266220','2025-06-07 06:18:15',NULL,330.00,'','8','1','Inventory sold','1','','sales','93','','No',NULL,NULL,''),(2484,'1110','81749266220','2025-06-07 06:19:30',NULL,175.00,'','8','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(2485,'5500','81749266220','2025-06-07 06:23:14',1528.33,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2486,'1000','81749266220','2025-06-07 06:23:26',2350.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2487,'4000','81749266220','2025-06-07 06:23:26',NULL,350.00,'','8','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(2488,'4000','81749266220','2025-06-07 06:17:00',NULL,900.00,'','8','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(2489,'4000','81749266220','2025-06-07 06:17:20',NULL,100.00,'','8','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(2490,'4000','81749266220','2025-06-07 06:18:05',NULL,250.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(2491,'4000','81749266220','2025-06-07 06:18:15',NULL,500.00,'','8','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(2492,'4000','81749266220','2025-06-07 06:19:30',NULL,250.00,'','8','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(2493,'1110','91749266776','2025-06-07 06:26:40',NULL,465.00,'','9','1','Inventory sold','1','','sales','215','','No',NULL,NULL,''),(2494,'1110','91749266776','2025-06-07 06:26:16',NULL,54.17,'','9','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2495,'5500','91749266776','2025-06-07 06:26:38',519.17,NULL,'','9','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2496,'1000','91749266776','2025-06-07 06:26:40',700.00,NULL,'','9','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2497,'4000','91749266776','2025-06-07 06:26:40',NULL,600.00,'','9','1','Good sold','1','','sales','215','','No',NULL,NULL,''),(2498,'4000','91749266776','2025-06-07 06:26:16',NULL,100.00,'','9','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2499,'1110','91749266851','2025-06-07 06:27:33',NULL,8.00,'','9','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(2500,'5500','91749266851','2025-06-07 06:27:31',8.00,NULL,'','9','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2501,'1000','91749266851','2025-06-07 06:27:33',15.00,NULL,'','9','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2502,'4000','91749266851','2025-06-07 06:27:33',NULL,15.00,'','9','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(2509,'1110','91749266924','2025-06-07 06:29:04',NULL,8.00,'','9','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(2510,'1110','91749266924','2025-06-07 06:28:44',NULL,32.00,'','9','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(2511,'5500','91749266924','2025-06-07 06:29:03',40.00,NULL,'','9','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2512,'1000','91749266924','2025-06-07 06:29:04',70.00,NULL,'','9','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2513,'4000','91749266924','2025-06-07 06:29:04',NULL,10.00,'','9','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(2514,'4000','91749266924','2025-06-07 06:28:44',NULL,60.00,'','9','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(2515,'1110','91749267731','2025-06-07 06:42:12',NULL,180.00,'','9','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(2516,'5500','91749267731','2025-06-07 06:42:11',180.00,NULL,'','9','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2517,'1000','91749267731','2025-06-07 06:42:12',300.00,NULL,'','9','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2518,'4000','91749267731','2025-06-07 06:42:12',NULL,300.00,'','9','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(2519,'1110','91749267809','2025-06-07 06:43:39',NULL,175.00,'','9','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(2520,'1110','91749267809','2025-06-07 06:43:29',NULL,210.00,'','9','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(2521,'5500','91749267809','2025-06-07 06:43:37',385.00,NULL,'','9','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2522,'1000','91749267809','2025-06-07 06:43:39',510.00,NULL,'','9','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2523,'4000','91749267809','2025-06-07 06:43:39',NULL,250.00,'','9','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(2524,'4000','91749267809','2025-06-07 06:43:29',NULL,260.00,'','9','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(2525,'1110','91749267902','2025-06-07 06:45:35',NULL,200.00,'','9','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(2526,'1110','91749267902','2025-06-07 06:45:02',NULL,200.00,'','9','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(2527,'1110','91749267902','2025-06-07 06:45:26',NULL,200.00,'','9','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(2528,'1110','91749267902','2025-06-07 06:45:30',NULL,200.00,'','9','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(2529,'5500','91749267902','2025-06-07 06:45:33',800.00,NULL,'','9','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2530,'1000','91749267902','2025-06-07 06:45:35',1040.00,NULL,'','9','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2531,'4000','91749267902','2025-06-07 06:45:35',NULL,260.00,'','9','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(2532,'4000','91749267902','2025-06-07 06:45:02',NULL,260.00,'','9','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(2533,'4000','91749267902','2025-06-07 06:45:26',NULL,260.00,'','9','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(2534,'4000','91749267902','2025-06-07 06:45:30',NULL,260.00,'','9','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(2535,'1110','91749268003','2025-06-07 06:46:50',NULL,175.00,'','9','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(2536,'1110','91749268003','2025-06-07 06:46:43',NULL,210.00,'','9','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(2537,'5500','91749268003','2025-06-07 06:46:49',385.00,NULL,'','9','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2538,'1000','91749268003','2025-06-07 06:46:50',510.00,NULL,'','9','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2539,'4000','91749268003','2025-06-07 06:46:50',NULL,250.00,'','9','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(2540,'4000','91749268003','2025-06-07 06:46:43',NULL,260.00,'','9','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(2541,'1110','41749268052','2025-06-07 06:47:37',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2542,'1110','41749268052','2025-06-07 06:47:32',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2543,'5500','41749268052','2025-06-07 06:47:36',108.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2544,'1000','41749268052','2025-06-07 06:47:37',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2545,'4000','41749268052','2025-06-07 06:47:37',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2546,'4000','41749268052','2025-06-07 06:47:32',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2547,'1110','91749268103','2025-06-07 06:48:25',NULL,175.00,'','9','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(2548,'5500','91749268103','2025-06-07 06:48:23',175.00,NULL,'','9','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2549,'1000','91749268103','2025-06-07 06:48:25',250.00,NULL,'','9','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2550,'4000','91749268103','2025-06-07 06:48:25',NULL,250.00,'','9','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(2551,'1000','91749268181','2025-06-07 06:49:42',400.00,NULL,'','9','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2552,'4000','91749268181','2025-06-07 06:49:42',NULL,400.00,'','9','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(2553,'1110','91749268255','2025-06-07 06:53:11',NULL,710.00,'','9','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(2554,'1110','91749268255','2025-06-07 06:50:55',NULL,70.00,'','9','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(2555,'1110','91749268255','2025-06-07 06:51:08',NULL,250.00,'','9','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(2556,'1110','91749268255','2025-06-07 06:52:43',NULL,35.00,'','9','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(2557,'1110','91749268255','2025-06-07 06:53:02',NULL,35.00,'','9','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(2558,'5500','91749268255','2025-06-07 06:53:10',1100.00,NULL,'','9','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2559,'1000','91749268255','2025-06-07 06:53:11',1600.00,NULL,'','9','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2560,'4000','91749268255','2025-06-07 06:53:11',NULL,1000.00,'','9','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(2561,'4000','91749268255','2025-06-07 06:50:55',NULL,100.00,'','9','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(2562,'4000','91749268255','2025-06-07 06:51:08',NULL,400.00,'','9','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(2563,'4000','91749268255','2025-06-07 06:52:43',NULL,50.00,'','9','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(2564,'4000','91749268255','2025-06-07 06:53:02',NULL,50.00,'','9','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(2565,'1110','91749268451','2025-06-07 06:54:25',NULL,945.00,'','9','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(2566,'1110','91749268451','2025-06-07 06:54:11',NULL,35.00,'','9','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(2567,'1110','91749268451','2025-06-07 06:54:21',NULL,35.00,'','9','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(2568,'5500','91749268451','2025-06-07 06:54:24',1015.00,NULL,'','9','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2569,'1000','91749268451','2025-06-07 06:54:25',1400.00,NULL,'','9','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2570,'4000','91749268451','2025-06-07 06:54:25',NULL,1300.00,'','9','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(2571,'4000','91749268451','2025-06-07 06:54:11',NULL,50.00,'','9','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(2572,'4000','91749268451','2025-06-07 06:54:21',NULL,50.00,'','9','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(2573,'1110','91749268546','2025-06-07 06:55:48',NULL,860.00,'','9','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(2574,'5500','91749268546','2025-06-07 06:55:47',860.00,NULL,'','9','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2575,'1000','91749268546','2025-06-07 06:55:48',1000.00,NULL,'','9','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2576,'4000','91749268546','2025-06-07 06:55:48',NULL,1000.00,'','9','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(2579,'1000','91749268617','2025-06-07 06:56:58',350.00,NULL,'','9','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2580,'4000','91749268617','2025-06-07 06:56:58',NULL,300.00,'','9','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(2581,'4000','91749268617','2025-06-07 06:56:57',NULL,50.00,'','9','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2582,'1000','91749269049','2025-06-07 07:04:26',450.00,NULL,'','9','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2583,'4000','91749269049','2025-06-07 07:04:26',NULL,50.00,'','9','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2584,'4000','91749269049','2025-06-07 07:04:09',NULL,400.00,'','9','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(2585,'1000','91749269123','2025-06-07 07:05:32',450.00,NULL,'','9','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2586,'4000','91749269123','2025-06-07 07:05:32',NULL,50.00,'','9','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2587,'4000','91749269123','2025-06-07 07:05:23',NULL,400.00,'','9','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(2588,'1000','91749269202','2025-06-07 07:06:52',450.00,NULL,'','9','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2589,'4000','91749269202','2025-06-07 07:06:52',NULL,50.00,'','9','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2590,'4000','91749269202','2025-06-07 07:06:42',NULL,400.00,'','9','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(2591,'1000','91749269270','2025-06-07 07:07:51',400.00,NULL,'','9','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2592,'4000','91749269270','2025-06-07 07:07:51',NULL,400.00,'','9','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(2593,'1110','31749280105','2025-06-07 10:08:26',NULL,400.00,'','3','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(2594,'5500','31749280105','2025-06-07 10:08:25',400.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2595,'1000','31749280105','2025-06-07 10:08:26',520.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2596,'4000','31749280105','2025-06-07 10:08:26',NULL,520.00,'','3','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(2597,'1110','31749280160','2025-06-07 10:09:22',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2598,'5500','31749280160','2025-06-07 10:09:20',54.17,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2599,'1000','31749280160','2025-06-07 10:09:22',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2600,'4000','31749280160','2025-06-07 10:09:22',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2601,'1110','31749282469','2025-06-07 10:48:36',NULL,200.00,'','3','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(2602,'5500','31749282469','2025-06-07 10:47:49',200.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2603,'1000','31749282469','2025-06-07 10:48:36',300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2604,'4000','31749282469','2025-06-07 10:48:36',NULL,300.00,'','3','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(2605,'1110','31749287751','2025-06-07 13:04:03',NULL,225.00,'','3','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(2606,'1110','31749287751','2025-06-07 12:15:52',NULL,225.00,'','3','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(2607,'5500','31749287751','2025-06-07 13:04:00',450.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2608,'1000','31749287751','2025-06-07 13:04:03',600.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2609,'4000','31749287751','2025-06-07 13:04:03',NULL,300.00,'','3','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(2610,'4000','31749287751','2025-06-07 12:15:52',NULL,300.00,'','3','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(2611,'1110','31749290753','2025-06-07 13:06:32',NULL,400.00,'','3','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(2612,'5500','31749290753','2025-06-07 13:05:53',400.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2613,'1000','31749290753','2025-06-07 13:06:32',600.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2614,'4000','31749290753','2025-06-07 13:06:32',NULL,600.00,'','3','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(2615,'1110','31749292396','2025-06-07 13:33:33',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(2616,'1110','31749292396','2025-06-07 13:33:16',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(2617,'5500','31749292396','2025-06-07 13:33:31',66.60,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2618,'1000','31749292396','2025-06-07 13:33:33',200.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2619,'4000','31749292396','2025-06-07 13:33:33',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(2620,'4000','31749292396','2025-06-07 13:33:16',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(2621,'1110','31749292551','2025-06-07 13:35:52',NULL,532.80,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(2622,'5500','31749292551','2025-06-07 13:35:51',532.80,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2623,'1000','31749292551','2025-06-07 13:35:52',1600.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2624,'4000','31749292551','2025-06-07 13:35:52',NULL,1600.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(2625,'1110','31749293584','2025-06-07 13:53:33',NULL,217.00,'','3','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(2626,'1110','31749293584','2025-06-07 13:53:04',NULL,250.00,'','3','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(2627,'5500','31749293584','2025-06-07 13:53:30',467.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2628,'1000','31749293584','2025-06-07 13:53:33',700.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2629,'4000','31749293584','2025-06-07 13:53:33',NULL,300.00,'','3','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(2630,'4000','31749293584','2025-06-07 13:53:04',NULL,400.00,'','3','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(2631,'1110','31749295411','2025-06-07 14:24:29',NULL,200.00,'','3','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(2632,'5500','31749295411','2025-06-07 14:23:31',200.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2633,'1000','31749295411','2025-06-07 14:24:29',300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2634,'4000','31749295411','2025-06-07 14:24:29',NULL,300.00,'','3','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(2635,'1110','31749295527','2025-06-07 14:28:04',NULL,250.00,'','3','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(2636,'1110','31749295527','2025-06-07 14:25:27',NULL,217.00,'','3','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(2637,'1110','31749295527','2025-06-07 14:25:50',NULL,0.00,'','3','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(2638,'1110','31749295527','2025-06-07 14:27:19',NULL,0.00,'','3','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(2639,'1110','31749295527','2025-06-07 14:27:30',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(2640,'5500','31749295527','2025-06-07 14:28:00',467.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2641,'1000','31749295527','2025-06-07 14:28:04',1500.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2642,'4000','31749295527','2025-06-07 14:28:04',NULL,400.00,'','3','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(2643,'4000','31749295527','2025-06-07 14:25:27',NULL,300.00,'','3','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(2644,'4000','31749295527','2025-06-07 14:25:50',NULL,350.00,'','3','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2645,'4000','31749295527','2025-06-07 14:27:19',NULL,350.00,'','3','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2646,'4000','31749295527','2025-06-07 14:27:30',NULL,100.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2647,'1110','31749295713','2025-06-07 14:28:34',NULL,8.00,'','3','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(2648,'5500','31749295713','2025-06-07 14:28:33',8.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2649,'1000','31749295713','2025-06-07 14:28:34',15.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2650,'4000','31749295713','2025-06-07 14:28:34',NULL,15.00,'','3','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(2651,'1110','31749295770','2025-06-07 14:29:31',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(2652,'5500','31749295770','2025-06-07 14:29:30',33.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2653,'1000','31749295770','2025-06-07 14:29:31',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2654,'4000','31749295770','2025-06-07 14:29:31',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(2663,'1110','31749295988','2025-06-07 14:33:09',NULL,350.00,'','3','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(2664,'1110','31749295988','2025-06-07 14:47:39',NULL,400.00,'','3','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(2665,'5500','31749295988','2025-06-07 14:48:49',750.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2666,'1000','31749295988','2025-06-07 14:34:02',1020.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2667,'4000','31749295988','2025-06-07 14:33:09',NULL,500.00,'','3','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(2668,'4000','31749295988','2025-06-07 14:47:39',NULL,520.00,'','3','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(2681,'1110','111749212131','2025-06-07 17:38:52',NULL,0.00,'','11','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(2682,'1110','111749212131','2025-06-06 15:24:38',NULL,8250.00,'','11','1','Inventory sold','1','','sales','267','','No',NULL,NULL,''),(2683,'1110','111749212131','2025-06-06 15:48:11',NULL,0.00,'','11','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(2684,'1110','111749212131','2025-06-06 15:48:46',NULL,2000.00,'','11','1','Inventory sold','1','','sales','264','','No',NULL,NULL,''),(2685,'1110','111749212131','2025-06-06 15:52:23',NULL,22000.00,'','11','1','Inventory sold','1','','sales','268','','No',NULL,NULL,''),(2686,'5500','111749212131','2025-06-06 15:58:48',32250.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2687,'1000','111749212131','2025-06-07 17:38:52',40750.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2688,'4000','111749212131','2025-06-07 17:38:52',NULL,2750.00,'','11','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2689,'4000','111749212131','2025-06-06 15:24:38',NULL,11000.00,'','11','1','Good sold','1','','sales','267','','No',NULL,NULL,''),(2690,'4000','111749212131','2025-06-06 15:48:11',NULL,1000.00,'','11','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(2691,'4000','111749212131','2025-06-06 15:48:46',NULL,4000.00,'','11','1','Good sold','1','','sales','264','','No',NULL,NULL,''),(2692,'4000','111749212131','2025-06-06 15:52:23',NULL,22000.00,'','11','1','Good sold','1','','sales','268','','No',NULL,NULL,''),(2693,'1110','31749309277','2025-06-07 18:14:39',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(2694,'5500','31749309277','2025-06-07 18:14:37',33.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2695,'1000','31749309277','2025-06-07 18:14:39',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2696,'4000','31749309277','2025-06-07 18:14:39',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(2703,'1110','31749310061','2025-06-07 18:28:57',NULL,465.00,'','3','1','Inventory sold','1','','sales','215','','No',NULL,NULL,''),(2704,'1110','31749310061','2025-06-07 18:27:41',NULL,41.67,'','3','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(2705,'1110','31749310061','2025-06-07 18:28:43',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(2706,'5500','31749310061','2025-06-07 18:31:01',539.97,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2707,'1000','31749310061','2025-06-07 18:28:57',800.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2708,'4000','31749310061','2025-06-07 18:28:57',NULL,600.00,'','3','1','Good sold','1','','sales','215','','No',NULL,NULL,''),(2709,'4000','31749310061','2025-06-07 18:27:41',NULL,100.00,'','3','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(2710,'4000','31749310061','2025-06-07 18:28:43',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(2711,'1110','41749310619','2025-06-07 18:37:06',NULL,350.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(2712,'5500','41749310619','2025-06-07 18:36:59',350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2713,'1000','41749310619','2025-06-07 18:37:06',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2714,'4000','41749310619','2025-06-07 18:37:06',NULL,500.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(2715,'1000','51749310779','2025-06-07 18:40:37',2100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2716,'4000','51749310779','2025-06-07 18:40:37',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2717,'4000','51749310779','2025-06-07 18:39:40',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(2718,'4000','51749310779','2025-06-07 18:39:55',NULL,1800.00,'','5','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(2719,'1000','51749310906','2025-06-07 18:43:05',2150.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2720,'4000','51749310906','2025-06-07 18:43:05',NULL,1800.00,'','5','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(2721,'4000','51749310906','2025-06-07 18:41:46',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(2722,'4000','51749310906','2025-06-07 18:42:19',NULL,150.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2723,'1110','31749311106','2025-06-07 18:45:25',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(2724,'5500','31749311106','2025-06-07 18:45:06',70.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2725,'1000','31749311106','2025-06-07 18:45:25',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2726,'4000','31749311106','2025-06-07 18:45:25',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(2727,'1110','41749312544','2025-06-07 19:09:09',NULL,140.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(2728,'5500','41749312544','2025-06-07 19:09:04',140.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2729,'1000','41749312544','2025-06-07 19:09:09',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2730,'4000','41749312544','2025-06-07 19:09:09',NULL,200.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(2737,'1110','61749314982','2025-06-07 19:49:46',NULL,140.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(2738,'5500','61749314982','2025-06-07 19:49:42',140.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2739,'1000','61749314982','2025-06-07 19:49:46',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2740,'4000','61749314982','2025-06-07 19:49:46',NULL,200.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(2741,'4000','31749293584','2025-06-07 19:52:43',300.00,NULL,'','17','1','Returned products','1','','return','','','No',NULL,NULL,''),(2742,'1000','31749293584','2025-06-07 19:52:43',NULL,300.00,'','17','1','Returned products','1','','return','','','No',NULL,NULL,''),(2743,'5500','31749293584','2025-06-07 19:52:43',NULL,217.00,'','17','1','Cost of goods returned','1','','sales','115','','No',NULL,NULL,''),(2744,'1110','31749293584','2025-06-07 19:52:43',217.00,NULL,'','17','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(2745,'4000','31749293584','2025-06-07 19:52:46',400.00,NULL,'','17','1','Returned products','1','','return','','','No',NULL,NULL,''),(2746,'1000','31749293584','2025-06-07 19:52:46',NULL,400.00,'','17','1','Returned products','1','','return','','','No',NULL,NULL,''),(2747,'5500','31749293584','2025-06-07 19:52:46',NULL,250.00,'','17','1','Cost of goods returned','1','','sales','119','','No',NULL,NULL,''),(2748,'1110','31749293584','2025-06-07 19:52:46',250.00,NULL,'','17','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(2749,'1110','61749315807','2025-06-07 20:04:07',NULL,0.00,'','6','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(2750,'1110','61749315807','2025-06-07 20:03:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(2751,'1110','61749315807','2025-06-07 20:03:43',NULL,955.00,'','6','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(2752,'5500','61749315807','2025-06-07 20:04:04',955.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2753,'1000','61749315807','2025-06-07 20:04:07',1800.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2754,'4000','61749315807','2025-06-07 20:04:07',NULL,450.00,'','6','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(2755,'4000','61749315807','2025-06-07 20:03:27',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2756,'4000','61749315807','2025-06-07 20:03:43',NULL,1300.00,'','6','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(2770,'1110','61749314929','2025-06-07 19:49:14',NULL,350.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(2771,'1110','61749314929','2025-06-07 19:48:49',NULL,68.00,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(2772,'1110','61749314929','2025-06-07 19:49:11',NULL,68.00,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(2773,'5500','61749314929','2025-06-07 20:23:29',486.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2774,'1000','61749314929','2025-06-07 19:49:14',700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2775,'4000','61749314929','2025-06-07 19:49:14',NULL,500.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(2776,'4000','61749314929','2025-06-07 19:48:49',NULL,100.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(2777,'4000','61749314929','2025-06-07 19:49:11',NULL,100.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(2778,'1110','141749315977','2025-06-07 20:09:25',NULL,0.00,'','14','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2779,'1110','141749315977','2025-06-07 20:06:17',NULL,15.00,'','14','1','Inventory sold','1','','sales','162','','No',NULL,NULL,''),(2780,'1110','141749315977','2025-06-07 20:06:30',NULL,33.30,'','14','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(2781,'1110','141749315977','2025-06-07 20:07:56',NULL,0.00,'','14','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(2782,'1110','141749315977','2025-06-07 20:08:17',NULL,0.00,'','14','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(2783,'1110','141749315977','2025-06-07 20:19:18',NULL,0.00,'','14','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(2784,'1110','141749315977','2025-06-07 20:20:19',NULL,200.00,'','14','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(2785,'1110','141749315977','2025-06-07 20:20:33',NULL,54.17,'','14','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2786,'5500','141749315977','2025-06-07 20:21:16',302.47,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2787,'1000','141749315977','2025-06-07 20:09:25',1850.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2788,'4000','141749315977','2025-06-07 20:09:25',NULL,120.00,'','14','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2789,'4000','141749315977','2025-06-07 20:06:17',NULL,20.00,'','14','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(2790,'4000','141749315977','2025-06-07 20:06:30',NULL,100.00,'','14','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(2791,'4000','141749315977','2025-06-07 20:07:56',NULL,400.00,'','14','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(2792,'4000','141749315977','2025-06-07 20:08:17',NULL,800.00,'','14','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(2793,'4000','141749315977','2025-06-07 20:19:18',NULL,50.00,'','14','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2794,'4000','141749315977','2025-06-07 20:20:19',NULL,260.00,'','14','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(2795,'4000','141749315977','2025-06-07 20:20:33',NULL,100.00,'','14','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2796,'1000','41749317281','2025-06-07 20:28:04',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2797,'4000','41749317281','2025-06-07 20:28:04',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(2798,'1110','41749320001','2025-06-07 21:13:23',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(2799,'5500','41749320001','2025-06-07 21:13:21',175.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2800,'1000','41749320001','2025-06-07 21:13:23',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2801,'4000','41749320001','2025-06-07 21:13:23',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(2812,'1110','41749320195','2025-06-07 21:17:24',NULL,1910.00,'','4','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(2813,'1110','41749320195','2025-06-07 21:16:35',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(2814,'5500','41749320195','2025-06-07 21:17:21',1943.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2815,'1000','41749320195','2025-06-07 21:17:24',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2816,'4000','41749320195','2025-06-07 21:17:24',NULL,2600.00,'','4','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(2817,'4000','41749320195','2025-06-07 21:16:35',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(2818,'1110','41749321556','2025-06-07 21:39:33',NULL,200.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(2819,'1110','41749321556','2025-06-07 21:39:16',NULL,200.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(2820,'5500','41749321556','2025-06-07 21:39:31',400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2821,'1000','41749321556','2025-06-07 21:39:33',560.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2822,'4000','41749321556','2025-06-07 21:39:33',NULL,300.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(2823,'4000','41749321556','2025-06-07 21:39:16',NULL,260.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(2824,'1110','41749321603','2025-06-07 21:40:42',NULL,800.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(2825,'1110','41749321603','2025-06-07 21:40:03',NULL,200.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(2826,'1110','41749321603','2025-06-07 21:40:31',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(2827,'5500','41749321603','2025-06-07 21:40:41',1033.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2828,'1000','41749321603','2025-06-07 21:40:42',1440.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2829,'4000','41749321603','2025-06-07 21:40:42',NULL,1040.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(2830,'4000','41749321603','2025-06-07 21:40:03',NULL,300.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(2831,'4000','41749321603','2025-06-07 21:40:31',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(2858,'1110','61749323365','2025-06-07 22:09:26',NULL,68.00,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(2859,'5500','61749323365','2025-06-07 22:09:25',68.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2860,'1000','61749323365','2025-06-07 22:09:26',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2861,'4000','61749323365','2025-06-07 22:09:26',NULL,100.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(2862,'1110','61749323612','2025-06-07 22:13:34',NULL,200.00,'','6','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(2863,'5500','61749323612','2025-06-07 22:13:32',200.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2864,'1000','61749323612','2025-06-07 22:13:34',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2865,'4000','61749323612','2025-06-07 22:13:34',NULL,300.00,'','6','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(2866,'1110','41749325219','2025-06-07 22:40:31',NULL,213.00,'','4','1','Inventory sold','1','','sales','151','','No',NULL,NULL,''),(2867,'1110','41749325219','2025-06-07 22:40:19',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2868,'5500','41749325219','2025-06-07 22:40:30',267.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2869,'1000','41749325219','2025-06-07 22:40:31',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2870,'4000','41749325219','2025-06-07 22:40:31',NULL,300.00,'','4','1','Good sold','1','','sales','151','','No',NULL,NULL,''),(2871,'4000','41749325219','2025-06-07 22:40:19',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2872,'1110','111749325844','2025-06-07 22:59:39',NULL,585.00,'','11','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(2873,'1110','111749325844','2025-06-07 22:50:45',NULL,54.17,'','11','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2874,'1110','111749325844','2025-06-07 22:51:41',NULL,33.30,'','11','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(2875,'5500','111749325844','2025-06-07 22:59:00',672.47,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2876,'1000','111749325844','2025-06-07 22:59:39',1050.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2877,'4000','111749325844','2025-06-07 22:59:39',NULL,850.00,'','11','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(2878,'4000','111749325844','2025-06-07 22:50:45',NULL,100.00,'','11','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2879,'4000','111749325844','2025-06-07 22:51:41',NULL,100.00,'','11','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(2880,'1000','41749326982','2025-06-07 23:10:06',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2881,'4000','41749326982','2025-06-07 23:10:06',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2882,'4000','41749326982','2025-06-07 23:09:42',NULL,350.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2887,'1110','61749328101','2025-06-07 23:28:22',NULL,225.00,'','6','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(2888,'5500','61749328101','2025-06-07 23:28:21',225.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2889,'1000','61749328101','2025-06-07 23:28:22',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2890,'4000','61749328101','2025-06-07 23:28:22',NULL,300.00,'','6','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(2891,'1000','61749316375','2025-06-07 20:13:13',1250.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2892,'4000','61749316375','2025-06-07 20:13:13',NULL,900.00,'','6','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(2893,'4000','61749316375','2025-06-07 20:12:55',NULL,250.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2894,'4000','61749316375','2025-06-07 20:13:11',NULL,100.00,'','6','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(2897,'1110','41749330163','2025-06-08 00:02:53',NULL,639.00,'','4','1','Inventory sold','1','','sales','151','','No',NULL,NULL,''),(2898,'1110','41749330163','2025-06-08 00:02:43',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2899,'5500','41749330163','2025-06-08 00:02:51',693.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2900,'1000','41749330163','2025-06-08 00:02:53',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2901,'4000','41749330163','2025-06-08 00:02:53',NULL,900.00,'','4','1','Good sold','1','','sales','151','','No',NULL,NULL,''),(2902,'4000','41749330163','2025-06-08 00:02:43',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2903,'1110','41749330208','2025-06-08 00:03:29',NULL,74.00,'','4','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(2904,'5500','41749330208','2025-06-08 00:03:28',74.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2905,'1000','41749330208','2025-06-08 00:03:29',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2906,'4000','41749330208','2025-06-08 00:03:29',NULL,100.00,'','4','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(2907,'1110','41749330251','2025-06-08 00:04:25',NULL,14.00,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(2908,'1110','41749330251','2025-06-08 00:04:11',NULL,5.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(2909,'5500','41749330251','2025-06-08 00:04:24',19.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2910,'1000','41749330251','2025-06-08 00:04:25',30.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2911,'4000','41749330251','2025-06-08 00:04:25',NULL,20.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(2912,'4000','41749330251','2025-06-08 00:04:11',NULL,10.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(2913,'1110','41749330769','2025-06-08 00:12:50',NULL,108.34,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2914,'5500','41749330769','2025-06-08 00:12:49',108.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2915,'1000','41749330769','2025-06-08 00:12:50',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2916,'4000','41749330769','2025-06-08 00:12:50',NULL,200.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2917,'1110','41749330791','2025-06-08 00:13:34',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2918,'1110','41749330791','2025-06-08 00:13:11',NULL,66.60,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(2919,'1110','41749330791','2025-06-08 00:13:21',NULL,200.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(2920,'5500','41749330791','2025-06-08 00:13:32',320.77,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2921,'1000','41749330791','2025-06-08 00:13:34',560.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2922,'4000','41749330791','2025-06-08 00:13:34',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2923,'4000','41749330791','2025-06-08 00:13:11',NULL,200.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(2924,'4000','41749330791','2025-06-08 00:13:21',NULL,260.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(2925,'1110','141749304619','2025-06-07 16:59:35',NULL,423.00,'','14','1','Inventory sold','1','','sales','124','','No',NULL,NULL,''),(2926,'1110','141749304619','2025-06-07 16:56:59',NULL,70.00,'','14','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(2927,'1110','141749304619','2025-06-07 16:57:35',NULL,0.00,'','14','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(2928,'1110','141749304619','2025-06-07 16:57:59',NULL,251.00,'','14','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(2929,'1110','141749304619','2025-06-07 16:58:18',NULL,0.00,'','14','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2930,'1110','141749304619','2025-06-07 16:58:35',NULL,0.00,'','14','1','Inventory sold','1','','sales','24','','No',NULL,NULL,''),(2931,'1110','141749304619','2025-06-08 00:13:49',NULL,0.00,'','14','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(2932,'1110','141749304619','2025-06-08 00:14:14',NULL,0.00,'','14','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(2933,'1110','141749304619','2025-06-08 00:14:35',NULL,217.00,'','14','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(2934,'1110','141749304619','2025-06-08 00:15:44',NULL,585.00,'','14','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(2935,'1110','141749304619','2025-06-08 00:17:05',NULL,33.30,'','14','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(2936,'1110','141749304619','2025-06-08 00:17:36',NULL,54.17,'','14','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(2937,'1110','141749304619','2025-06-08 00:17:54',NULL,330.00,'','14','1','Inventory sold','1','','sales','153','','No',NULL,NULL,''),(2938,'1110','141749304619','2025-06-08 00:18:14',NULL,250.00,'','14','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(2939,'5500','141749304619','2025-06-08 00:21:11',2213.47,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2940,'1000','141749304619','2025-06-07 16:59:35',4920.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2941,'4000','141749304619','2025-06-07 16:59:35',NULL,600.00,'','14','1','Good sold','1','','sales','124','','No',NULL,NULL,''),(2942,'4000','141749304619','2025-06-07 16:56:59',NULL,100.00,'','14','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(2943,'4000','141749304619','2025-06-07 16:57:35',NULL,200.00,'','14','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(2944,'4000','141749304619','2025-06-07 16:57:59',NULL,300.00,'','14','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(2945,'4000','141749304619','2025-06-07 16:58:18',NULL,120.00,'','14','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2946,'4000','141749304619','2025-06-07 16:58:35',NULL,1200.00,'','14','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(2947,'4000','141749304619','2025-06-08 00:13:49',NULL,100.00,'','14','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(2948,'4000','141749304619','2025-06-08 00:14:14',NULL,50.00,'','14','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(2949,'4000','141749304619','2025-06-08 00:14:35',NULL,300.00,'','14','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(2950,'4000','141749304619','2025-06-08 00:15:44',NULL,850.00,'','14','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(2951,'4000','141749304619','2025-06-08 00:17:05',NULL,100.00,'','14','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(2952,'4000','141749304619','2025-06-08 00:17:36',NULL,100.00,'','14','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(2953,'4000','141749304619','2025-06-08 00:17:54',NULL,500.00,'','14','1','Good sold','1','','sales','153','','No',NULL,NULL,''),(2954,'4000','141749304619','2025-06-08 00:18:14',NULL,400.00,'','14','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(3033,'1000','61749332498','2025-06-08 00:41:39',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3034,'4000','61749332498','2025-06-08 00:41:39',NULL,100.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3035,'1000','61749332533','2025-06-08 00:42:14',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3036,'4000','61749332533','2025-06-08 00:42:14',NULL,500.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(3037,'1110','41749332604','2025-06-08 00:43:25',NULL,330.00,'','4','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(3038,'5500','41749332604','2025-06-08 00:43:24',330.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3039,'1000','41749332604','2025-06-08 00:43:25',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3040,'4000','41749332604','2025-06-08 00:43:25',NULL,500.00,'','4','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(3041,'1110','41749332649','2025-06-08 00:44:11',NULL,250.00,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(3042,'5500','41749332649','2025-06-08 00:44:09',250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3043,'1000','41749332649','2025-06-08 00:44:11',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3044,'4000','41749332649','2025-06-08 00:44:11',NULL,400.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(3059,'1110','61749332347','2025-06-08 00:40:49',NULL,345.00,'','6','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(3060,'1110','61749332347','2025-06-08 00:39:07',NULL,41.67,'','6','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(3061,'1110','61749332347','2025-06-08 00:39:24',NULL,900.00,'','6','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(3062,'1110','61749332347','2025-06-08 00:40:23',NULL,530.00,'','6','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(3063,'1110','61749332347','2025-06-08 00:40:24',NULL,225.00,'','6','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(3064,'1110','61749332347','2025-06-08 00:51:16',NULL,251.00,'','6','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(3065,'1110','61749332347','2025-06-08 00:51:23',NULL,41.67,'','6','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(3066,'5500','61749332347','2025-06-08 01:16:48',2334.34,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3067,'1000','61749332347','2025-06-08 00:40:49',3100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3068,'4000','61749332347','2025-06-08 00:40:49',NULL,500.00,'','6','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(3069,'4000','61749332347','2025-06-08 00:39:07',NULL,100.00,'','6','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(3070,'4000','61749332347','2025-06-08 00:39:24',NULL,1200.00,'','6','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(3071,'4000','61749332347','2025-06-08 00:40:23',NULL,600.00,'','6','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(3072,'4000','61749332347','2025-06-08 00:40:24',NULL,300.00,'','6','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(3073,'4000','61749332347','2025-06-08 00:51:16',NULL,300.00,'','6','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(3074,'4000','61749332347','2025-06-08 00:51:23',NULL,100.00,'','6','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(3075,'1110','61749334650','2025-06-08 01:18:01',NULL,330.00,'','6','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(3076,'5500','61749334650','2025-06-08 01:17:30',330.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3077,'1000','61749334650','2025-06-08 01:18:01',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3078,'4000','61749334650','2025-06-08 01:18:01',NULL,500.00,'','6','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(3079,'1110','61749334713','2025-06-08 01:19:03',NULL,970.00,'','6','1','Inventory sold','1','','sales','107','','No',NULL,NULL,''),(3080,'5500','61749334713','2025-06-08 01:18:33',970.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3081,'1000','61749334713','2025-06-08 01:19:03',1300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3082,'4000','61749334713','2025-06-08 01:19:03',NULL,1300.00,'','6','1','Good sold','1','','sales','107','','No',NULL,NULL,''),(3083,'1110','41749334829','2025-06-08 01:20:31',NULL,180.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(3084,'5500','41749334829','2025-06-08 01:20:29',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3085,'1000','41749334829','2025-06-08 01:20:31',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3086,'4000','41749334829','2025-06-08 01:20:31',NULL,300.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(3087,'1110','41749334869','2025-06-08 01:21:10',NULL,180.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(3088,'5500','41749334869','2025-06-08 01:21:09',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3089,'1000','41749334869','2025-06-08 01:21:10',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3090,'4000','41749334869','2025-06-08 01:21:10',NULL,300.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(3091,'1110','41749334902','2025-06-08 01:21:43',NULL,180.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(3092,'5500','41749334902','2025-06-08 01:21:42',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3093,'1000','41749334902','2025-06-08 01:21:43',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3094,'4000','41749334902','2025-06-08 01:21:43',NULL,300.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(3095,'1110','41749334926','2025-06-08 01:22:08',NULL,180.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(3096,'5500','41749334926','2025-06-08 01:22:06',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3097,'1000','41749334926','2025-06-08 01:22:08',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3098,'4000','41749334926','2025-06-08 01:22:08',NULL,300.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(3099,'1110','41749334958','2025-06-08 01:22:39',NULL,34.00,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(3100,'5500','41749334958','2025-06-08 01:22:38',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3101,'1000','41749334958','2025-06-08 01:22:39',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3102,'4000','41749334958','2025-06-08 01:22:39',NULL,50.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(3103,'1110','41749334984','2025-06-08 01:23:05',NULL,360.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(3104,'5500','41749334984','2025-06-08 01:23:04',360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3105,'1000','41749334984','2025-06-08 01:23:05',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3106,'4000','41749334984','2025-06-08 01:23:05',NULL,600.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(3111,'1110','61749335692','2025-06-08 01:34:53',NULL,140.00,'','6','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(3112,'5500','61749335692','2025-06-08 01:34:52',140.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3113,'1000','61749335692','2025-06-08 01:34:53',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3114,'4000','61749335692','2025-06-08 01:34:53',NULL,200.00,'','6','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(3115,'1110','41749335986','2025-06-08 01:40:09',NULL,1600.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(3116,'1110','41749335986','2025-06-08 01:39:46',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(3117,'1110','41749335986','2025-06-08 01:39:52',NULL,360.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(3118,'5500','41749335986','2025-06-08 01:40:07',2135.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3119,'1000','41749335986','2025-06-08 01:40:09',2930.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3120,'4000','41749335986','2025-06-08 01:40:09',NULL,2080.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(3121,'4000','41749335986','2025-06-08 01:39:46',NULL,250.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(3122,'4000','41749335986','2025-06-08 01:39:52',NULL,600.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(3123,'4000','61749332347','2025-06-08 01:40:27',100.00,NULL,'','11','1','Returned products','1','','return','','','No',NULL,NULL,''),(3124,'1000','61749332347','2025-06-08 01:40:27',NULL,100.00,'','11','1','Returned products','1','','return','','','No',NULL,NULL,''),(3125,'5500','61749332347','2025-06-08 01:40:27',NULL,41.67,'','11','1','Cost of goods returned','1','','sales','160','','No',NULL,NULL,''),(3126,'1110','61749332347','2025-06-08 01:40:27',41.67,NULL,'','11','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(3127,'1110','41749320041','2025-06-07 21:16:00',NULL,1300.00,'','4','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(3128,'1110','41749320041','2025-06-07 21:14:01',NULL,83.34,'','4','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(3129,'1110','41749320041','2025-06-07 21:15:13',NULL,35.00,'','4','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(3130,'1110','41749320041','2025-06-07 21:15:28',NULL,250.00,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(3131,'1110','41749320041','2025-06-07 21:15:59',NULL,35.00,'','4','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(3132,'1110','41749320041','2025-06-07 21:41:31',NULL,1000.00,'','4','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(3133,'1110','41749320041','2025-06-07 21:55:15',NULL,1300.00,'','4','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(3134,'1110','41749320041','2025-06-08 01:52:16',NULL,1000.00,'','4','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(3135,'5500','41749320041','2025-06-08 01:53:05',5003.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3136,'1000','41749320041','2025-06-07 21:16:00',7900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3137,'4000','41749320041','2025-06-07 21:16:00',NULL,1800.00,'','4','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(3138,'4000','41749320041','2025-06-07 21:14:01',NULL,200.00,'','4','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(3139,'4000','41749320041','2025-06-07 21:15:13',NULL,50.00,'','4','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(3140,'4000','41749320041','2025-06-07 21:15:28',NULL,400.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(3141,'4000','41749320041','2025-06-07 21:15:59',NULL,50.00,'','4','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(3142,'4000','41749320041','2025-06-07 21:41:31',NULL,1800.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(3143,'4000','41749320041','2025-06-07 21:55:15',NULL,1800.00,'','4','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(3144,'4000','41749320041','2025-06-08 01:52:16',NULL,1800.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(3251,'1110','61749335152','2025-06-08 01:26:19',NULL,175.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(3252,'1110','61749335152','2025-06-08 01:25:52',NULL,175.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(3253,'5500','61749335152','2025-06-08 02:35:58',350.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3254,'1000','61749335152','2025-06-08 01:26:19',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3255,'4000','61749335152','2025-06-08 01:26:19',NULL,250.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(3256,'4000','61749335152','2025-06-08 01:25:52',NULL,250.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(3257,'1110','61749339394','2025-06-08 02:36:45',NULL,175.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(3258,'5500','61749339394','2025-06-08 02:36:34',175.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3259,'1000','61749339394','2025-06-08 02:36:45',250.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3260,'4000','61749339394','2025-06-08 02:36:45',NULL,250.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(3319,'1110','51749341786','2025-06-08 03:17:05',NULL,250.00,'','5','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(3320,'1110','51749341786','2025-06-08 03:16:26',NULL,225.00,'','5','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(3321,'1110','51749341786','2025-06-08 03:16:38',NULL,251.00,'','5','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(3322,'1110','51749341786','2025-06-08 03:16:46',NULL,225.00,'','5','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(3323,'5500','51749341786','2025-06-08 03:17:04',951.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3324,'1000','51749341786','2025-06-08 03:17:05',1300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3325,'4000','51749341786','2025-06-08 03:17:05',NULL,400.00,'','5','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(3326,'4000','51749341786','2025-06-08 03:16:26',NULL,300.00,'','5','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(3327,'4000','51749341786','2025-06-08 03:16:38',NULL,300.00,'','5','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(3328,'4000','51749341786','2025-06-08 03:16:46',NULL,300.00,'','5','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(3329,'1110','51749342063','2025-06-08 03:26:50',NULL,2862.00,'','5','1','Inventory sold','1','','sales','145','','No',NULL,NULL,''),(3330,'1110','51749342063','2025-06-08 03:21:14',NULL,370.00,'','5','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(3331,'1110','51749342063','2025-06-08 03:25:37',NULL,41.67,'','5','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(3332,'1110','51749342063','2025-06-08 03:25:46',NULL,17.00,'','5','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(3333,'5500','51749342063','2025-06-08 03:26:23',3290.67,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3334,'1000','51749342063','2025-06-08 03:26:50',4225.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3335,'4000','51749342063','2025-06-08 03:26:50',NULL,3500.00,'','5','1','Good sold','1','','sales','145','','No',NULL,NULL,''),(3336,'4000','51749342063','2025-06-08 03:21:14',NULL,600.00,'','5','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(3337,'4000','51749342063','2025-06-08 03:25:37',NULL,100.00,'','5','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(3338,'4000','51749342063','2025-06-08 03:25:46',NULL,25.00,'','5','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(3339,'1110','51749342948','2025-06-08 03:35:58',NULL,345.00,'','5','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(3340,'1110','51749342948','2025-06-08 03:35:49',NULL,41.67,'','5','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(3341,'5500','51749342948','2025-06-08 03:35:57',386.67,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3342,'1000','51749342948','2025-06-08 03:35:58',600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3343,'4000','51749342948','2025-06-08 03:35:58',NULL,500.00,'','5','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(3344,'4000','51749342948','2025-06-08 03:35:49',NULL,100.00,'','5','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(3345,'1110','51749343025','2025-06-08 03:37:38',NULL,250.00,'','5','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(3346,'1110','51749343025','2025-06-08 03:37:05',NULL,360.00,'','5','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(3347,'1110','51749343025','2025-06-08 03:37:24',NULL,180.00,'','5','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(3348,'1110','51749343025','2025-06-08 03:37:29',NULL,180.00,'','5','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(3349,'5500','51749343025','2025-06-08 03:37:37',970.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3350,'1000','51749343025','2025-06-08 03:37:38',1600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3351,'4000','51749343025','2025-06-08 03:37:38',NULL,400.00,'','5','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(3352,'4000','51749343025','2025-06-08 03:37:05',NULL,600.00,'','5','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(3353,'4000','51749343025','2025-06-08 03:37:24',NULL,300.00,'','5','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(3354,'4000','51749343025','2025-06-08 03:37:29',NULL,300.00,'','5','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(3355,'1110','51749343134','2025-06-08 03:38:55',NULL,8.00,'','5','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(3356,'5500','51749343134','2025-06-08 03:38:54',8.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3357,'1000','51749343134','2025-06-08 03:38:55',15.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3358,'4000','51749343134','2025-06-08 03:38:55',NULL,15.00,'','5','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(3359,'1110','51749343184','2025-06-08 03:39:45',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3360,'5500','51749343184','2025-06-08 03:39:44',54.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3361,'1000','51749343184','2025-06-08 03:39:45',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3362,'4000','51749343184','2025-06-08 03:39:45',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3363,'1110','51749343237','2025-06-08 03:40:38',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3364,'5500','51749343237','2025-06-08 03:40:37',54.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3365,'1000','51749343237','2025-06-08 03:40:38',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3366,'4000','51749343237','2025-06-08 03:40:38',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3367,'1110','51749343288','2025-06-08 03:41:30',NULL,180.00,'','5','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(3368,'5500','51749343288','2025-06-08 03:41:28',180.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3369,'1000','51749343288','2025-06-08 03:41:30',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3370,'4000','51749343288','2025-06-08 03:41:30',NULL,300.00,'','5','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(3371,'1110','51749343399','2025-06-08 03:43:31',NULL,245.00,'','5','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(3372,'1110','51749343399','2025-06-08 03:43:19',NULL,108.34,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3373,'5500','51749343399','2025-06-08 03:43:30',353.34,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3374,'1000','51749343399','2025-06-08 03:43:31',550.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3375,'4000','51749343399','2025-06-08 03:43:31',NULL,350.00,'','5','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(3376,'4000','51749343399','2025-06-08 03:43:19',NULL,200.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3377,'1110','51749343525','2025-06-08 03:45:35',NULL,423.00,'','5','1','Inventory sold','1','','sales','124','','No',NULL,NULL,''),(3378,'1110','51749343525','2025-06-08 03:45:25',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(3379,'5500','51749343525','2025-06-08 03:45:34',493.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3380,'1000','51749343525','2025-06-08 03:45:35',700.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3381,'4000','51749343525','2025-06-08 03:45:35',NULL,600.00,'','5','1','Good sold','1','','sales','124','','No',NULL,NULL,''),(3382,'4000','51749343525','2025-06-08 03:45:25',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(3383,'1110','51749343593','2025-06-08 03:46:34',NULL,68.00,'','5','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(3384,'5500','51749343593','2025-06-08 03:46:33',68.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3385,'1000','51749343593','2025-06-08 03:46:34',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3386,'4000','51749343593','2025-06-08 03:46:34',NULL,100.00,'','5','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(3387,'1110','51749343664','2025-06-08 03:47:45',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3388,'5500','51749343664','2025-06-08 03:47:44',33.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3389,'1000','51749343664','2025-06-08 03:47:45',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3390,'4000','51749343664','2025-06-08 03:47:45',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3391,'1110','51749343736','2025-06-08 03:49:26',NULL,16.00,'','5','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(3392,'5500','51749343736','2025-06-08 03:48:56',16.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3393,'1000','51749343736','2025-06-08 03:49:26',30.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3394,'4000','51749343736','2025-06-08 03:49:26',NULL,30.00,'','5','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(3395,'1110','51749343856','2025-06-08 03:52:12',NULL,360.00,'','5','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(3396,'1110','51749343856','2025-06-08 03:50:56',NULL,175.00,'','5','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(3397,'5500','51749343856','2025-06-08 03:52:11',535.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3398,'1000','51749343856','2025-06-08 03:52:12',850.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3399,'4000','51749343856','2025-06-08 03:52:12',NULL,600.00,'','5','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(3400,'4000','51749343856','2025-06-08 03:50:56',NULL,250.00,'','5','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(3401,'1110','51749343992','2025-06-08 03:53:13',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3402,'5500','51749343992','2025-06-08 03:53:12',33.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3403,'1000','51749343992','2025-06-08 03:53:13',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3404,'4000','51749343992','2025-06-08 03:53:13',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3405,'1110','51749344075','2025-06-08 03:55:03',NULL,1125.00,'','5','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(3406,'1110','51749344075','2025-06-08 03:54:35',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3407,'5500','51749344075','2025-06-08 03:55:02',1158.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3408,'1000','51749344075','2025-06-08 03:55:03',1600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3409,'4000','51749344075','2025-06-08 03:55:03',NULL,1500.00,'','5','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(3410,'4000','51749344075','2025-06-08 03:54:35',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3411,'1000','51749344189','2025-06-08 03:56:44',700.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3412,'4000','51749344189','2025-06-08 03:56:44',NULL,600.00,'','5','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3413,'4000','51749344189','2025-06-08 03:56:29',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(3414,'1110','51749344343','2025-06-08 03:59:04',NULL,140.00,'','5','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(3415,'5500','51749344343','2025-06-08 03:59:03',140.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3416,'1000','51749344343','2025-06-08 03:59:04',200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3417,'4000','51749344343','2025-06-08 03:59:04',NULL,200.00,'','5','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(3418,'1110','51749344581','2025-06-08 04:03:33',NULL,1600.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(3419,'1110','51749344581','2025-06-08 04:03:01',NULL,250.00,'','5','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(3420,'1110','51749344581','2025-06-08 04:03:12',NULL,51.00,'','5','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(3421,'5500','51749344581','2025-06-08 04:03:32',1901.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3422,'1000','51749344581','2025-06-08 04:03:33',2555.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3423,'4000','51749344581','2025-06-08 04:03:33',NULL,2080.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(3424,'4000','51749344581','2025-06-08 04:03:01',NULL,400.00,'','5','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(3425,'4000','51749344581','2025-06-08 04:03:12',NULL,75.00,'','5','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(3426,'1000','51749344702','2025-06-08 04:05:19',1400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3427,'4000','51749344702','2025-06-08 04:05:19',NULL,1200.00,'','5','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(3428,'4000','51749344702','2025-06-08 04:05:02',NULL,200.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(3429,'1110','51749344788','2025-06-08 04:06:29',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3430,'5500','51749344788','2025-06-08 04:06:28',33.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3431,'1000','51749344788','2025-06-08 04:06:29',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3432,'4000','51749344788','2025-06-08 04:06:29',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3433,'1110','51749344838','2025-06-08 04:07:43',NULL,2000.00,'','5','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(3434,'5500','51749344838','2025-06-08 04:07:38',2000.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3435,'1000','51749344838','2025-06-08 04:07:43',4000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3436,'4000','51749344838','2025-06-08 04:07:43',NULL,4000.00,'','5','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(3437,'1110','51749344962','2025-06-08 04:09:50',NULL,245.00,'','5','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(3438,'1110','51749344962','2025-06-08 04:09:22',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3439,'1110','51749344962','2025-06-08 04:09:34',NULL,28.00,'','5','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(3440,'5500','51749344962','2025-06-08 04:09:49',327.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3441,'1000','51749344962','2025-06-08 04:09:50',490.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3442,'4000','51749344962','2025-06-08 04:09:50',NULL,350.00,'','5','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(3443,'4000','51749344962','2025-06-08 04:09:22',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3444,'4000','51749344962','2025-06-08 04:09:34',NULL,40.00,'','5','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(3445,'1110','51749345045','2025-06-08 04:10:47',NULL,350.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(3446,'5500','51749345045','2025-06-08 04:10:45',350.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3447,'1000','51749345045','2025-06-08 04:10:47',500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3448,'4000','51749345045','2025-06-08 04:10:47',NULL,500.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(3449,'1110','51749345103','2025-06-08 04:11:44',NULL,450.00,'','5','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(3450,'5500','51749345103','2025-06-08 04:11:43',450.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3451,'1000','51749345103','2025-06-08 04:11:44',600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3452,'4000','51749345103','2025-06-08 04:11:44',NULL,600.00,'','5','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(3453,'1110','51749345311','2025-06-08 04:15:12',NULL,400.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(3454,'5500','51749345311','2025-06-08 04:15:11',400.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3455,'1000','51749345311','2025-06-08 04:15:12',520.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3456,'4000','51749345311','2025-06-08 04:15:12',NULL,520.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(3457,'1110','51749345372','2025-06-08 04:16:21',NULL,180.00,'','5','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(3458,'1110','51749345372','2025-06-08 04:16:12',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(3459,'5500','51749345372','2025-06-08 04:16:20',355.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3460,'1000','51749345372','2025-06-08 04:16:21',550.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3461,'4000','51749345372','2025-06-08 04:16:21',NULL,300.00,'','5','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(3462,'4000','51749345372','2025-06-08 04:16:12',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(3463,'1110','51749345524','2025-06-08 04:18:53',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3464,'1110','51749345524','2025-06-08 04:18:44',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3465,'5500','51749345524','2025-06-08 04:18:51',87.47,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3466,'1000','51749345524','2025-06-08 04:18:53',200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3467,'4000','51749345524','2025-06-08 04:18:53',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3468,'4000','51749345524','2025-06-08 04:18:44',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3469,'1110','51749345608','2025-06-08 04:20:26',NULL,860.00,'','5','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(3470,'1110','51749345608','2025-06-08 04:20:08',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3471,'1110','51749345608','2025-06-08 04:20:20',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(3472,'5500','51749345608','2025-06-08 04:20:25',984.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3473,'1000','51749345608','2025-06-08 04:20:26',1200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3474,'4000','51749345608','2025-06-08 04:20:26',NULL,1000.00,'','5','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(3475,'4000','51749345608','2025-06-08 04:20:08',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3476,'4000','51749345608','2025-06-08 04:20:20',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(3477,'1000','51749345679','2025-06-08 04:21:54',750.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3478,'4000','51749345679','2025-06-08 04:21:54',NULL,600.00,'','5','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3479,'4000','51749345679','2025-06-08 04:21:19',NULL,100.00,'','5','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(3480,'4000','51749345679','2025-06-08 04:21:49',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(3481,'1110','51749345776','2025-06-08 04:23:21',NULL,180.00,'','5','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(3482,'5500','51749345776','2025-06-08 04:22:56',180.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3483,'1000','51749345776','2025-06-08 04:23:21',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3484,'4000','51749345776','2025-06-08 04:23:21',NULL,300.00,'','5','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(3485,'1000','51749345898','2025-06-08 04:25:06',350.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3486,'4000','51749345898','2025-06-08 04:25:06',NULL,300.00,'','5','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(3487,'4000','51749345898','2025-06-08 04:24:59',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(3488,'1000','51749346169','2025-06-08 04:29:31',200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3489,'4000','51749346169','2025-06-08 04:29:31',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(3550,'1110','61749347022','2025-06-08 04:44:17',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3551,'1110','61749347022','2025-06-08 04:43:42',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3552,'5500','61749347022','2025-06-08 04:44:02',87.47,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3553,'1000','61749347022','2025-06-08 04:44:17',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3554,'4000','61749347022','2025-06-08 04:44:17',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3555,'4000','61749347022','2025-06-08 04:43:42',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3556,'1110','61749347103','2025-06-08 04:47:09',NULL,1855.00,'','6','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(3557,'1110','61749347103','2025-06-08 04:46:14',NULL,1255.00,'','6','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(3558,'5500','61749347103','2025-06-08 04:46:47',3110.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3559,'1000','61749347103','2025-06-08 04:47:09',3600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3560,'4000','61749347103','2025-06-08 04:47:09',NULL,2100.00,'','6','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(3561,'4000','61749347103','2025-06-08 04:46:14',NULL,1500.00,'','6','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(3562,'1110','61749347277','2025-06-08 04:49:17',NULL,945.00,'','6','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(3563,'1110','61749347277','2025-06-08 04:47:57',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3564,'5500','61749347277','2025-06-08 04:48:20',978.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3565,'1000','61749347277','2025-06-08 04:49:17',1400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3566,'4000','61749347277','2025-06-08 04:49:17',NULL,1300.00,'','6','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(3567,'4000','61749347277','2025-06-08 04:47:57',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3568,'1000','51749348699','2025-06-08 05:11:40',200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3569,'4000','51749348699','2025-06-08 05:11:40',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(3570,'1110','141749348524','2025-06-08 05:14:01',NULL,70.00,'','14','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(3571,'1110','141749348524','2025-06-08 05:08:44',NULL,33.30,'','14','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3572,'1110','141749348524','2025-06-08 05:09:58',NULL,1890.00,'','14','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(3573,'1110','141749348524','2025-06-08 05:11:59',NULL,33.30,'','14','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3574,'1110','141749348524','2025-06-08 05:12:26',NULL,0.00,'','14','1','Inventory sold','1','','sales','24','','No',NULL,NULL,''),(3575,'1110','141749348524','2025-06-08 05:12:57',NULL,0.00,'','14','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(3576,'5500','141749348524','2025-06-08 05:13:48',2026.60,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3577,'1000','141749348524','2025-06-08 05:14:01',4150.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3578,'4000','141749348524','2025-06-08 05:14:01',NULL,100.00,'','14','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(3579,'4000','141749348524','2025-06-08 05:08:44',NULL,100.00,'','14','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3580,'4000','141749348524','2025-06-08 05:09:58',NULL,2600.00,'','14','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(3581,'4000','141749348524','2025-06-08 05:11:59',NULL,100.00,'','14','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3582,'4000','141749348524','2025-06-08 05:12:26',NULL,1200.00,'','14','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(3583,'4000','141749348524','2025-06-08 05:12:57',NULL,50.00,'','14','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(3584,'1000','141749349572','2025-06-08 05:27:06',1400.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3585,'4000','141749349572','2025-06-08 05:27:06',NULL,1400.00,'','14','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(3586,'1110','61749349682','2025-06-08 05:29:06',NULL,24.00,'','6','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(3587,'1110','61749349682','2025-06-08 05:28:02',NULL,5.00,'','6','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(3588,'5500','61749349682','2025-06-08 05:28:24',29.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3589,'1000','61749349682','2025-06-08 05:29:06',55.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3590,'4000','61749349682','2025-06-08 05:29:06',NULL,45.00,'','6','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(3591,'4000','61749349682','2025-06-08 05:28:02',NULL,10.00,'','6','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(3592,'1110','61749329751','2025-06-07 23:55:52',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(3593,'1110','61749329751','2025-06-07 23:55:51',NULL,360.00,'','6','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(3594,'1110','61749329751','2025-06-07 23:57:56',NULL,450.00,'','6','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(3595,'1110','61749329751','2025-06-08 00:17:54',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(3596,'1110','61749329751','2025-06-08 00:18:22',NULL,599.00,'','6','1','Inventory sold','1','','sales','125','','No',NULL,NULL,''),(3597,'1110','61749329751','2025-06-08 00:19:05',NULL,245.00,'','6','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(3598,'1110','61749329751','2025-06-08 00:21:01',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3599,'1110','61749329751','2025-06-08 00:21:24',NULL,2000.00,'','6','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(3600,'1110','61749329751','2025-06-08 00:21:41',NULL,230.00,'','6','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(3601,'1110','61749329751','2025-06-08 00:22:26',NULL,450.00,'','6','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(3602,'1110','61749329751','2025-06-08 00:32:02',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(3603,'1110','61749329751','2025-06-08 00:32:12',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3604,'1110','61749329751','2025-06-08 00:32:20',NULL,250.00,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(3605,'1110','61749329751','2025-06-08 00:33:25',NULL,360.00,'','6','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(3606,'1110','61749329751','2025-06-08 00:33:40',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3607,'1110','61749329751','2025-06-08 00:34:59',NULL,360.00,'','6','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(3608,'1110','61749329751','2025-06-08 00:35:10',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3609,'1110','61749329751','2025-06-08 00:35:16',NULL,360.00,'','6','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(3610,'1110','61749329751','2025-06-08 00:35:26',NULL,1300.00,'','6','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(3611,'1110','61749329751','2025-06-08 00:35:28',NULL,945.00,'','6','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(3612,'1110','61749329751','2025-06-08 00:36:46',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3613,'1110','61749329751','2025-06-08 00:37:19',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3614,'1110','61749329751','2025-06-08 00:37:40',NULL,70.00,'','6','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(3615,'1110','61749329751','2025-06-08 00:37:54',NULL,2910.00,'','6','1','Inventory sold','1','','sales','107','','No',NULL,NULL,''),(3616,'1110','61749329751','2025-06-08 01:55:24',NULL,199.80,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3617,'1110','61749329751','2025-06-08 01:55:58',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3618,'1110','61749329751','2025-06-08 02:33:13',NULL,1000.00,'','6','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(3619,'1110','61749329751','2025-06-08 02:38:18',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(3620,'1110','61749329751','2025-06-08 02:38:37',NULL,165.00,'','6','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(3621,'1110','61749329751','2025-06-08 04:30:42',NULL,805.00,'','6','1','Inventory sold','1','','sales','211','','No',NULL,NULL,''),(3622,'5500','61749329751','2025-06-08 05:29:37',13577.99,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3623,'1000','61749329751','2025-06-07 23:55:52',21700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3624,'4000','61749329751','2025-06-07 23:55:52',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(3625,'4000','61749329751','2025-06-07 23:55:51',NULL,600.00,'','6','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(3626,'4000','61749329751','2025-06-07 23:57:56',NULL,600.00,'','6','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(3627,'4000','61749329751','2025-06-08 00:17:54',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(3628,'4000','61749329751','2025-06-08 00:18:22',NULL,900.00,'','6','1','Good sold','1','','sales','125','','No',NULL,NULL,''),(3629,'4000','61749329751','2025-06-08 00:19:05',NULL,350.00,'','6','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(3630,'4000','61749329751','2025-06-08 00:21:01',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3631,'4000','61749329751','2025-06-08 00:21:24',NULL,3600.00,'','6','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(3632,'4000','61749329751','2025-06-08 00:21:41',NULL,300.00,'','6','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(3633,'4000','61749329751','2025-06-08 00:22:26',NULL,600.00,'','6','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(3634,'4000','61749329751','2025-06-08 00:32:02',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(3635,'4000','61749329751','2025-06-08 00:32:12',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3636,'4000','61749329751','2025-06-08 00:32:20',NULL,400.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(3637,'4000','61749329751','2025-06-08 00:33:25',NULL,600.00,'','6','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(3638,'4000','61749329751','2025-06-08 00:33:40',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3639,'4000','61749329751','2025-06-08 00:34:59',NULL,600.00,'','6','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(3640,'4000','61749329751','2025-06-08 00:35:10',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3641,'4000','61749329751','2025-06-08 00:35:16',NULL,600.00,'','6','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(3642,'4000','61749329751','2025-06-08 00:35:26',NULL,1800.00,'','6','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(3643,'4000','61749329751','2025-06-08 00:35:28',NULL,1300.00,'','6','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(3644,'4000','61749329751','2025-06-08 00:36:46',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3645,'4000','61749329751','2025-06-08 00:37:19',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3646,'4000','61749329751','2025-06-08 00:37:40',NULL,100.00,'','6','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(3647,'4000','61749329751','2025-06-08 00:37:54',NULL,3900.00,'','6','1','Good sold','1','','sales','107','','No',NULL,NULL,''),(3648,'4000','61749329751','2025-06-08 01:55:24',NULL,600.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3649,'4000','61749329751','2025-06-08 01:55:58',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3650,'4000','61749329751','2025-06-08 02:33:13',NULL,1800.00,'','6','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(3651,'4000','61749329751','2025-06-08 02:38:18',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(3652,'4000','61749329751','2025-06-08 02:38:37',NULL,250.00,'','6','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(3653,'4000','61749329751','2025-06-08 04:30:42',NULL,1300.00,'','6','1','Good sold','1','','sales','211','','No',NULL,NULL,''),(3654,'1000','51749350753','2025-06-08 05:45:54',400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3655,'4000','51749350753','2025-06-08 05:45:54',NULL,400.00,'','5','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(3660,'1110','61749351123','2025-06-08 05:52:28',NULL,2080.00,'','6','1','Inventory sold','1','','sales','112','','No',NULL,NULL,''),(3661,'5500','61749351123','2025-06-08 05:52:03',2080.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3662,'1000','61749351123','2025-06-08 05:52:28',2600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3663,'4000','61749351123','2025-06-08 05:52:28',NULL,2600.00,'','6','1','Good sold','1','','sales','112','','No',NULL,NULL,''),(3664,'1110','41749351865','2025-06-08 06:06:17',NULL,540.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(3665,'1110','41749351865','2025-06-08 06:04:25',NULL,540.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(3666,'1110','41749351865','2025-06-08 06:05:01',NULL,390.00,'','4','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(3667,'1110','41749351865','2025-06-08 06:05:14',NULL,245.00,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(3668,'1110','41749351865','2025-06-08 06:05:30',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3669,'1110','41749351865','2025-06-08 06:05:43',NULL,2000.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(3670,'1110','41749351865','2025-06-08 06:06:00',NULL,875.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(3671,'5500','41749351865','2025-06-08 06:06:16',4644.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3672,'1000','41749351865','2025-06-08 06:06:17',6620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3673,'4000','41749351865','2025-06-08 06:06:17',NULL,900.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(3674,'4000','41749351865','2025-06-08 06:04:25',NULL,900.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(3675,'4000','41749351865','2025-06-08 06:05:01',NULL,520.00,'','4','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(3676,'4000','41749351865','2025-06-08 06:05:14',NULL,350.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(3677,'4000','41749351865','2025-06-08 06:05:30',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3678,'4000','41749351865','2025-06-08 06:05:43',NULL,2600.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(3679,'4000','41749351865','2025-06-08 06:06:00',NULL,1250.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(3680,'1110','41749352043','2025-06-08 06:07:38',NULL,600.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(3681,'1110','41749352043','2025-06-08 06:07:23',NULL,225.00,'','4','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(3682,'5500','41749352043','2025-06-08 06:07:37',825.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3683,'1000','41749352043','2025-06-08 06:07:38',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3684,'4000','41749352043','2025-06-08 06:07:38',NULL,780.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(3685,'4000','41749352043','2025-06-08 06:07:23',NULL,300.00,'','4','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(3686,'1110','41749352208','2025-06-08 06:11:40',NULL,1520.00,'','4','1','Inventory sold','1','','sales','213','','No',NULL,NULL,''),(3687,'1110','41749352208','2025-06-08 06:10:08',NULL,860.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(3688,'1110','41749352208','2025-06-08 06:10:32',NULL,108.34,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3689,'1110','41749352208','2025-06-08 06:10:47',NULL,360.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(3690,'1110','41749352208','2025-06-08 06:11:12',NULL,360.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(3691,'1110','41749352208','2025-06-08 06:11:20',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3692,'1110','41749352208','2025-06-08 06:11:28',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3693,'5500','41749352208','2025-06-08 06:11:38',3274.94,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3694,'1000','41749352208','2025-06-08 06:11:40',4400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3695,'4000','41749352208','2025-06-08 06:11:40',NULL,1800.00,'','4','1','Good sold','1','','sales','213','','No',NULL,NULL,''),(3696,'4000','41749352208','2025-06-08 06:10:08',NULL,1000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(3697,'4000','41749352208','2025-06-08 06:10:32',NULL,200.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3698,'4000','41749352208','2025-06-08 06:10:47',NULL,600.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(3699,'4000','41749352208','2025-06-08 06:11:12',NULL,600.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(3700,'4000','41749352208','2025-06-08 06:11:20',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3701,'4000','41749352208','2025-06-08 06:11:28',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3702,'1110','41749352350','2025-06-08 06:12:32',NULL,16.00,'','4','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(3703,'5500','41749352350','2025-06-08 06:12:30',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3704,'1000','41749352350','2025-06-08 06:12:32',30.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3705,'4000','41749352350','2025-06-08 06:12:32',NULL,30.00,'','4','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(3706,'1110','41749352464','2025-06-08 06:15:55',NULL,345.00,'','4','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(3707,'1110','41749352464','2025-06-08 06:14:24',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3708,'1110','41749352464','2025-06-08 06:15:04',NULL,390.00,'','4','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(3709,'1110','41749352464','2025-06-08 06:15:19',NULL,180.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(3710,'1110','41749352464','2025-06-08 06:15:27',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3711,'1110','41749352464','2025-06-08 06:15:35',NULL,400.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(3712,'5500','41749352464','2025-06-08 06:15:53',1402.47,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3713,'1000','41749352464','2025-06-08 06:15:55',2040.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3714,'4000','41749352464','2025-06-08 06:15:55',NULL,500.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(3715,'4000','41749352464','2025-06-08 06:14:24',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3716,'4000','41749352464','2025-06-08 06:15:04',NULL,520.00,'','4','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(3717,'4000','41749352464','2025-06-08 06:15:19',NULL,300.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(3718,'4000','41749352464','2025-06-08 06:15:27',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3719,'4000','41749352464','2025-06-08 06:15:35',NULL,520.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(3720,'1110','41749352604','2025-06-08 06:18:01',NULL,1950.00,'','4','1','Inventory sold','1','','sales','142','','No',NULL,NULL,''),(3721,'1110','41749352604','2025-06-08 06:16:44',NULL,280.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(3722,'1110','41749352604','2025-06-08 06:17:27',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3723,'1110','41749352604','2025-06-08 06:17:36',NULL,423.00,'','4','1','Inventory sold','1','','sales','124','','No',NULL,NULL,''),(3724,'1110','41749352604','2025-06-08 06:17:47',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(3725,'5500','41749352604','2025-06-08 06:17:59',2777.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3726,'1000','41749352604','2025-06-08 06:18:01',4000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3727,'4000','41749352604','2025-06-08 06:18:01',NULL,2800.00,'','4','1','Good sold','1','','sales','142','','No',NULL,NULL,''),(3728,'4000','41749352604','2025-06-08 06:16:44',NULL,400.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(3729,'4000','41749352604','2025-06-08 06:17:27',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3730,'4000','41749352604','2025-06-08 06:17:36',NULL,600.00,'','4','1','Good sold','1','','sales','124','','No',NULL,NULL,''),(3731,'4000','41749352604','2025-06-08 06:17:47',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(3732,'1110','41749352721','2025-06-08 06:18:42',NULL,400.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(3733,'5500','41749352721','2025-06-08 06:18:41',400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3734,'1000','41749352721','2025-06-08 06:18:42',520.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3735,'4000','41749352721','2025-06-08 06:18:42',NULL,520.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(3736,'1110','41749352766','2025-06-08 06:19:27',NULL,180.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(3737,'5500','41749352766','2025-06-08 06:19:26',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3738,'1000','41749352766','2025-06-08 06:19:27',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3739,'4000','41749352766','2025-06-08 06:19:27',NULL,300.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(3740,'1110','41749352811','2025-06-08 06:20:19',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3741,'1110','41749352811','2025-06-08 06:20:11',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3742,'5500','41749352811','2025-06-08 06:20:18',87.47,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3743,'1000','41749352811','2025-06-08 06:20:19',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3744,'4000','41749352811','2025-06-08 06:20:19',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3745,'4000','41749352811','2025-06-08 06:20:11',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3746,'1000','41749352870','2025-06-08 06:21:11',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3747,'4000','41749352870','2025-06-08 06:21:11',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(3748,'1110','41749352928','2025-06-08 06:22:47',NULL,1520.00,'','4','1','Inventory sold','1','','sales','213','','No',NULL,NULL,''),(3749,'1110','41749352928','2025-06-08 06:22:08',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3750,'5500','41749352928','2025-06-08 06:22:45',1553.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3751,'1000','41749352928','2025-06-08 06:22:47',1900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3752,'4000','41749352928','2025-06-08 06:22:47',NULL,1800.00,'','4','1','Good sold','1','','sales','213','','No',NULL,NULL,''),(3753,'4000','41749352928','2025-06-08 06:22:08',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3754,'1110','41749353029','2025-06-08 06:23:50',NULL,1440.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(3755,'5500','41749353029','2025-06-08 06:23:49',1440.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3756,'1000','41749353029','2025-06-08 06:23:50',2400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3757,'4000','41749353029','2025-06-08 06:23:50',NULL,2400.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(3758,'1110','41749353131','2025-06-08 06:25:47',NULL,423.00,'','4','1','Inventory sold','1','','sales','124','','No',NULL,NULL,''),(3759,'1110','41749353131','2025-06-08 06:25:31',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(3760,'5500','41749353131','2025-06-08 06:25:46',493.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3761,'1000','41749353131','2025-06-08 06:25:47',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3762,'4000','41749353131','2025-06-08 06:25:47',NULL,600.00,'','4','1','Good sold','1','','sales','124','','No',NULL,NULL,''),(3763,'4000','41749353131','2025-06-08 06:25:31',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(3764,'1110','41749353321','2025-06-08 06:28:42',NULL,350.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(3765,'5500','41749353321','2025-06-08 06:28:41',350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3766,'1000','41749353321','2025-06-08 06:28:42',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3767,'4000','41749353321','2025-06-08 06:28:42',NULL,500.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(3768,'1110','41749353483','2025-06-08 06:34:19',NULL,180.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(3769,'1110','41749353483','2025-06-08 06:31:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(3770,'1110','41749353483','2025-06-08 06:34:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(3771,'5500','41749353483','2025-06-08 06:34:18',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3772,'1000','41749353483','2025-06-08 06:34:19',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3773,'4000','41749353483','2025-06-08 06:34:19',NULL,300.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(3774,'4000','41749353483','2025-06-08 06:31:23',NULL,350.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(3775,'4000','41749353483','2025-06-08 06:34:08',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(3776,'1110','41749353893','2025-06-08 06:38:42',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(3777,'1110','41749353893','2025-06-08 06:38:13',NULL,16.00,'','4','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(3778,'1110','41749353893','2025-06-08 06:38:23',NULL,5.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(3779,'5500','41749353893','2025-06-08 06:38:41',196.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3780,'1000','41749353893','2025-06-08 06:38:42',290.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3781,'4000','41749353893','2025-06-08 06:38:42',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(3782,'4000','41749353893','2025-06-08 06:38:13',NULL,30.00,'','4','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(3783,'4000','41749353893','2025-06-08 06:38:23',NULL,10.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(3784,'1110','41749353958','2025-06-08 06:39:19',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3785,'5500','41749353958','2025-06-08 06:39:18',33.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3786,'1000','41749353958','2025-06-08 06:39:19',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3787,'4000','41749353958','2025-06-08 06:39:19',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3788,'1110','41749354066','2025-06-08 06:41:08',NULL,675.00,'','4','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(3789,'5500','41749354066','2025-06-08 06:41:06',675.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3790,'1000','41749354066','2025-06-08 06:41:08',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3791,'4000','41749354066','2025-06-08 06:41:08',NULL,900.00,'','4','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(3792,'1110','41749354166','2025-06-08 06:43:40',NULL,860.00,'','4','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(3793,'1110','41749354166','2025-06-08 06:42:46',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3794,'1110','41749354166','2025-06-08 06:43:23',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3795,'5500','41749354166','2025-06-08 06:43:39',947.47,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3796,'1000','41749354166','2025-06-08 06:43:40',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3797,'4000','41749354166','2025-06-08 06:43:40',NULL,1000.00,'','4','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(3798,'4000','41749354166','2025-06-08 06:42:46',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3799,'4000','41749354166','2025-06-08 06:43:23',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3800,'1110','41749356225','2025-06-08 07:18:35',NULL,1000.00,'','4','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(3801,'1110','41749356225','2025-06-08 07:17:05',NULL,140.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(3802,'1110','41749356225','2025-06-08 07:17:29',NULL,1060.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(3803,'1110','41749356225','2025-06-08 07:17:46',NULL,200.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(3804,'1110','41749356225','2025-06-08 07:18:13',NULL,180.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(3805,'1110','41749356225','2025-06-08 07:18:24',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3806,'5500','41749356225','2025-06-08 07:18:33',2613.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3807,'1000','41749356225','2025-06-08 07:18:35',3860.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3808,'4000','41749356225','2025-06-08 07:18:35',NULL,1800.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(3809,'4000','41749356225','2025-06-08 07:17:05',NULL,200.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(3810,'4000','41749356225','2025-06-08 07:17:29',NULL,1200.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(3811,'4000','41749356225','2025-06-08 07:17:46',NULL,260.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(3812,'4000','41749356225','2025-06-08 07:18:13',NULL,300.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(3813,'4000','41749356225','2025-06-08 07:18:24',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3814,'1110','41749356374','2025-06-08 07:19:35',NULL,500.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(3815,'5500','41749356374','2025-06-08 07:19:34',500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3816,'1000','41749356374','2025-06-08 07:19:35',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3817,'4000','41749356374','2025-06-08 07:19:35',NULL,1500.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(3818,'1110','81749357303','2025-06-08 07:35:17',NULL,330.00,'','8','1','Inventory sold','1','','sales','93','','No',NULL,NULL,''),(3819,'5500','81749357303','2025-06-08 07:35:03',330.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3820,'1000','81749357303','2025-06-08 07:35:17',500.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3821,'4000','81749357303','2025-06-08 07:35:17',NULL,500.00,'','8','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(3822,'1110','31749377069','2025-06-08 13:04:31',NULL,250.00,'','3','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(3823,'5500','31749377069','2025-06-08 13:04:29',250.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3824,'1000','31749377069','2025-06-08 13:04:31',400.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3825,'4000','31749377069','2025-06-08 13:04:31',NULL,400.00,'','3','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(3826,'1110','31749377562','2025-06-08 13:12:44',NULL,500.00,'','3','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(3827,'5500','31749377562','2025-06-08 13:12:42',500.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3828,'1000','31749377562','2025-06-08 13:12:44',1500.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3829,'4000','31749377562','2025-06-08 13:12:44',NULL,1500.00,'','3','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(3830,'1110','31749386250','2025-06-08 15:37:32',NULL,14.00,'','3','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(3831,'5500','31749386250','2025-06-08 15:37:30',14.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3832,'1000','31749386250','2025-06-08 15:37:32',20.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3833,'4000','31749386250','2025-06-08 15:37:32',NULL,20.00,'','3','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(3840,'1110','31749390539','2025-06-08 16:49:00',NULL,133.20,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3841,'5500','31749390539','2025-06-08 16:48:59',133.20,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3842,'1000','31749390539','2025-06-08 16:49:00',400.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3843,'4000','31749390539','2025-06-08 16:49:00',NULL,400.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3844,'1110','31749390577','2025-06-08 16:49:40',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3845,'5500','31749390577','2025-06-08 16:49:37',33.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3846,'1000','31749390577','2025-06-08 16:49:40',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3847,'4000','31749390577','2025-06-08 16:49:40',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3852,'1110','31749390670','2025-06-08 16:51:46',NULL,345.00,'','3','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(3853,'1110','31749390670','2025-06-08 16:51:10',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(3854,'1110','31749390670','2025-06-08 16:51:24',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3855,'5500','31749390670','2025-06-08 16:51:42',448.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3856,'1000','31749390670','2025-06-08 16:51:46',700.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3857,'4000','31749390670','2025-06-08 16:51:46',NULL,500.00,'','3','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(3858,'4000','31749390670','2025-06-08 16:51:10',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(3859,'4000','31749390670','2025-06-08 16:51:24',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3868,'1110','111749394358','2025-06-08 17:53:06',NULL,34.00,'','11','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(3869,'5500','111749394358','2025-06-08 17:52:38',34.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3870,'1000','111749394358','2025-06-08 17:53:06',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3871,'4000','111749394358','2025-06-08 17:53:06',NULL,50.00,'','11','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(3884,'1000','41749395579','2025-06-08 18:13:01',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3885,'4000','41749395579','2025-06-08 18:13:01',NULL,1000.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3886,'1110','41749395664','2025-06-08 18:14:41',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(3887,'1110','41749395664','2025-06-08 18:14:24',NULL,16.00,'','4','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(3888,'5500','41749395664','2025-06-08 18:14:38',49.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3889,'1000','41749395664','2025-06-08 18:14:41',130.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3890,'4000','41749395664','2025-06-08 18:14:41',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(3891,'4000','41749395664','2025-06-08 18:14:24',NULL,30.00,'','4','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(3892,'1110','41749395760','2025-06-08 18:16:28',NULL,350.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(3893,'1110','41749395760','2025-06-08 18:16:00',NULL,250.00,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(3894,'5500','41749395760','2025-06-08 18:16:26',600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3895,'1000','41749395760','2025-06-08 18:16:28',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3896,'4000','41749395760','2025-06-08 18:16:28',NULL,500.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(3897,'4000','41749395760','2025-06-08 18:16:00',NULL,400.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(3904,'4000','31749390670','2025-06-08 18:41:58',100.00,NULL,'','11','1','Returned products','1','','return','','','No',NULL,NULL,''),(3905,'1000','31749390670','2025-06-08 18:41:58',NULL,100.00,'','11','1','Returned products','1','','return','','','No',NULL,NULL,''),(3906,'5500','31749390670','2025-06-08 18:41:58',NULL,33.30,'','11','1','Cost of goods returned','1','','sales','272','','No',NULL,NULL,''),(3907,'1110','31749390670','2025-06-08 18:41:58',33.30,NULL,'','11','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(3908,'1110','31749390624','2025-06-08 16:50:25',NULL,140.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(3909,'5500','31749390624','2025-06-08 16:50:24',140.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3910,'1000','31749390624','2025-06-08 16:50:25',200.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3911,'4000','31749390624','2025-06-08 16:50:25',NULL,200.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(3912,'1110','31749398013','2025-06-08 18:53:34',NULL,41.67,'','3','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(3913,'5500','31749398013','2025-06-08 18:53:33',41.67,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3914,'1000','31749398013','2025-06-08 18:53:34',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3915,'4000','31749398013','2025-06-08 18:53:34',NULL,100.00,'','3','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(3916,'1110','31749387806','2025-06-08 16:04:00',NULL,710.00,'','3','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(3917,'1110','31749387806','2025-06-08 16:03:26',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3918,'1110','31749387806','2025-06-08 16:03:58',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3919,'5500','31749387806','2025-06-08 18:12:09',818.34,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3920,'1000','31749387806','2025-06-08 16:04:00',1200.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3921,'4000','31749387806','2025-06-08 16:04:00',NULL,1000.00,'','3','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(3922,'4000','31749387806','2025-06-08 16:03:26',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3923,'4000','31749387806','2025-06-08 16:03:58',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3924,'1110','61749395423','2025-06-08 18:10:45',NULL,530.00,'','6','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(3925,'1110','61749395423','2025-06-08 18:10:24',NULL,265.00,'','6','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(3926,'1110','61749395423','2025-06-08 18:35:07',NULL,265.00,'','6','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(3927,'1110','61749395423','2025-06-08 19:09:41',NULL,200.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(3928,'1110','61749395423','2025-06-08 19:10:40',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(3929,'1110','61749395423','2025-06-08 19:11:24',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(3930,'5500','61749395423','2025-06-08 19:11:37',1260.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3931,'1000','61749395423','2025-06-08 18:10:45',1810.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3932,'4000','61749395423','2025-06-08 18:10:45',NULL,600.00,'','6','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(3933,'4000','61749395423','2025-06-08 18:10:24',NULL,300.00,'','6','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(3934,'4000','61749395423','2025-06-08 18:35:07',NULL,300.00,'','6','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(3935,'4000','61749395423','2025-06-08 19:09:41',NULL,260.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(3936,'4000','61749395423','2025-06-08 19:10:40',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(3937,'4000','61749395423','2025-06-08 19:11:24',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(3956,'1110','41749400468','2025-06-08 19:34:47',NULL,420.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(3957,'1110','41749400468','2025-06-08 19:34:28',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(3958,'5500','41749400468','2025-06-08 19:34:39',490.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3959,'1000','41749400468','2025-06-08 19:34:47',620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3960,'4000','41749400468','2025-06-08 19:34:47',NULL,520.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(3961,'4000','41749400468','2025-06-08 19:34:28',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(3962,'1110','41749400573','2025-06-08 19:36:17',NULL,162.51,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(3963,'5500','41749400573','2025-06-08 19:36:13',162.51,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3964,'1000','41749400573','2025-06-08 19:36:17',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3965,'4000','41749400573','2025-06-08 19:36:17',NULL,300.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(3986,'1110','111749403041','2025-06-08 20:26:09',NULL,24.00,'','11','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(3987,'1110','111749403041','2025-06-08 20:17:21',NULL,390.00,'','11','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(3988,'1110','111749403041','2025-06-08 20:17:58',NULL,175.00,'','11','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(3989,'1110','111749403041','2025-06-08 20:23:39',NULL,245.00,'','11','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(3990,'1110','111749403041','2025-06-08 20:24:04',NULL,70.00,'','11','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(3991,'5500','111749403041','2025-06-08 20:24:28',904.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3992,'1000','111749403041','2025-06-08 20:26:09',1265.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3993,'4000','111749403041','2025-06-08 20:26:09',NULL,45.00,'','11','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(3994,'4000','111749403041','2025-06-08 20:17:21',NULL,520.00,'','11','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(3995,'4000','111749403041','2025-06-08 20:17:58',NULL,250.00,'','11','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(3996,'4000','111749403041','2025-06-08 20:23:39',NULL,350.00,'','11','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(3997,'4000','111749403041','2025-06-08 20:24:04',NULL,100.00,'','11','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(3998,'1110','41749403935','2025-06-08 20:32:17',NULL,195.00,'','4','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(3999,'5500','41749403935','2025-06-08 20:32:15',195.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4000,'1000','41749403935','2025-06-08 20:32:17',260.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4001,'4000','41749403935','2025-06-08 20:32:17',NULL,260.00,'','4','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(4002,'1110','111749403634','2025-06-08 20:35:00',NULL,345.00,'','11','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(4003,'1110','111749403634','2025-06-08 20:27:14',NULL,54.17,'','11','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(4004,'1110','111749403634','2025-06-08 20:28:57',NULL,70.00,'','11','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(4005,'5500','111749403634','2025-06-08 20:34:48',469.17,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4006,'1000','111749403634','2025-06-08 20:35:00',700.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4007,'4000','111749403634','2025-06-08 20:35:00',NULL,500.00,'','11','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(4008,'4000','111749403634','2025-06-08 20:27:14',NULL,100.00,'','11','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(4009,'4000','111749403634','2025-06-08 20:28:57',NULL,100.00,'','11','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(4010,'1110','51749404371','2025-06-08 20:39:33',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(4011,'5500','51749404371','2025-06-08 20:39:31',54.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4012,'1000','51749404371','2025-06-08 20:39:33',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4013,'4000','51749404371','2025-06-08 20:39:33',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(4014,'1110','51749404416','2025-06-08 20:41:02',NULL,265.00,'','5','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(4015,'1110','51749404416','2025-06-08 20:40:17',NULL,200.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(4016,'1110','51749404416','2025-06-08 20:40:23',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4017,'1110','51749404416','2025-06-08 20:40:41',NULL,51.00,'','5','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(4018,'5500','51749404416','2025-06-08 20:41:00',549.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4019,'1000','51749404416','2025-06-08 20:41:02',735.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4020,'4000','51749404416','2025-06-08 20:41:02',NULL,300.00,'','5','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(4021,'4000','51749404416','2025-06-08 20:40:17',NULL,260.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(4022,'4000','51749404416','2025-06-08 20:40:23',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4023,'4000','51749404416','2025-06-08 20:40:41',NULL,75.00,'','5','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(4024,'1110','51749404518','2025-06-08 20:42:02',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(4025,'5500','51749404518','2025-06-08 20:41:58',54.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4026,'1000','51749404518','2025-06-08 20:42:02',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4027,'4000','51749404518','2025-06-08 20:42:02',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(4028,'1000','51749404587','2025-06-08 20:43:24',650.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4029,'4000','51749404587','2025-06-08 20:43:24',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(4030,'4000','51749404587','2025-06-08 20:43:07',NULL,450.00,'','5','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(4031,'1110','51749405993','2025-06-08 21:06:43',NULL,420.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(4032,'1110','51749405993','2025-06-08 21:06:33',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(4033,'5500','51749405993','2025-06-08 21:06:42',490.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4034,'1000','51749405993','2025-06-08 21:06:43',620.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4035,'4000','51749405993','2025-06-08 21:06:43',NULL,520.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(4036,'4000','51749405993','2025-06-08 21:06:33',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(4037,'1000','51749406106','2025-06-08 21:08:49',1400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4038,'4000','51749406106','2025-06-08 21:08:49',NULL,1200.00,'','5','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(4039,'4000','51749406106','2025-06-08 21:08:26',NULL,200.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4040,'1110','51749406220','2025-06-08 21:10:27',NULL,140.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(4041,'1110','51749406220','2025-06-08 21:10:20',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(4042,'5500','51749406220','2025-06-08 21:10:25',194.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4043,'1000','51749406220','2025-06-08 21:10:27',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4044,'4000','51749406220','2025-06-08 21:10:27',NULL,200.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(4045,'4000','51749406220','2025-06-08 21:10:20',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(4070,'1110','41749407245','2025-06-08 21:27:27',NULL,210.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(4071,'5500','41749407245','2025-06-08 21:27:25',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4072,'1000','41749407245','2025-06-08 21:27:27',260.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4073,'4000','41749407245','2025-06-08 21:27:27',NULL,260.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(4074,'1110','41749400793','2025-06-08 19:40:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(4075,'1110','41749400793','2025-06-08 19:39:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(4076,'1110','41749400793','2025-06-08 19:40:20',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(4077,'1110','41749400793','2025-06-08 21:28:44',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4078,'5500','41749400793','2025-06-08 21:28:55',208.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4079,'1000','41749400793','2025-06-08 19:40:24',1250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4080,'4000','41749400793','2025-06-08 19:40:24',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(4081,'4000','41749400793','2025-06-08 19:39:54',NULL,700.00,'','4','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(4082,'4000','41749400793','2025-06-08 19:40:20',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(4083,'4000','41749400793','2025-06-08 21:28:44',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4084,'1110','41749408254','2025-06-08 21:44:16',NULL,245.00,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(4085,'5500','41749408254','2025-06-08 21:44:14',245.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4086,'1000','41749408254','2025-06-08 21:44:16',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4087,'4000','41749408254','2025-06-08 21:44:16',NULL,350.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(4104,'1110','41749408817','2025-06-08 21:54:22',NULL,600.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(4105,'1110','41749408817','2025-06-08 21:53:37',NULL,68.00,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(4106,'1110','41749408817','2025-06-08 21:53:50',NULL,175.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(4107,'1110','41749408817','2025-06-08 21:53:59',NULL,180.00,'','4','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(4108,'5500','41749408817','2025-06-08 21:54:20',1023.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4109,'1000','41749408817','2025-06-08 21:54:22',1430.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4110,'4000','41749408817','2025-06-08 21:54:22',NULL,780.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(4111,'4000','41749408817','2025-06-08 21:53:37',NULL,100.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(4112,'4000','41749408817','2025-06-08 21:53:50',NULL,250.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(4113,'4000','41749408817','2025-06-08 21:53:59',NULL,300.00,'','4','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(4114,'1110','41749408985','2025-06-08 21:56:36',NULL,245.00,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(4115,'1110','41749408985','2025-06-08 21:56:25',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(4116,'5500','41749408985','2025-06-08 21:56:35',299.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4117,'1000','41749408985','2025-06-08 21:56:36',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4118,'4000','41749408985','2025-06-08 21:56:36',NULL,350.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(4119,'4000','41749408985','2025-06-08 21:56:25',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(4120,'1110','51749409352','2025-06-08 22:02:39',NULL,530.00,'','5','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(4121,'1110','51749409352','2025-06-08 22:02:32',NULL,200.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(4122,'5500','51749409352','2025-06-08 22:02:38',730.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4123,'1000','51749409352','2025-06-08 22:02:39',860.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4124,'4000','51749409352','2025-06-08 22:02:39',NULL,600.00,'','5','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(4125,'4000','51749409352','2025-06-08 22:02:32',NULL,260.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(4128,'1110','51749409640','2025-06-08 22:07:27',NULL,210.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(4129,'1110','51749409640','2025-06-08 22:07:20',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(4130,'5500','51749409640','2025-06-08 22:07:25',385.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4131,'1000','51749409640','2025-06-08 22:07:27',510.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4132,'4000','51749409640','2025-06-08 22:07:27',NULL,260.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(4133,'4000','51749409640','2025-06-08 22:07:20',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(4134,'1110','41749410268','2025-06-08 22:17:50',NULL,350.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(4135,'5500','41749410268','2025-06-08 22:17:48',350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4136,'1000','41749410268','2025-06-08 22:17:50',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4137,'4000','41749410268','2025-06-08 22:17:50',NULL,500.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(4138,'1110','61749391717','2025-06-08 17:09:21',NULL,148.00,'','6','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(4139,'1110','61749391717','2025-06-08 17:08:37',NULL,0.00,'','6','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(4140,'1110','61749391717','2025-06-08 19:14:35',NULL,250.00,'','6','1','Inventory sold','1','','sales','266','','No',NULL,NULL,''),(4141,'1110','61749391717','2025-06-08 19:14:55',NULL,74.00,'','6','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(4142,'1110','61749391717','2025-06-08 19:19:45',NULL,74.00,'','6','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(4143,'1110','61749391717','2025-06-08 21:23:53',NULL,360.00,'','6','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(4144,'1110','61749391717','2025-06-08 21:24:09',NULL,74.00,'','6','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(4145,'1110','61749391717','2025-06-08 21:48:19',NULL,34.00,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(4146,'5500','61749391717','2025-06-08 22:20:05',1014.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4147,'1000','61749391717','2025-06-08 17:09:21',1850.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4148,'4000','61749391717','2025-06-08 17:09:21',NULL,200.00,'','6','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(4149,'4000','61749391717','2025-06-08 17:08:37',NULL,200.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(4150,'4000','61749391717','2025-06-08 19:14:35',NULL,500.00,'','6','1','Good sold','1','','sales','266','','No',NULL,NULL,''),(4151,'4000','61749391717','2025-06-08 19:14:55',NULL,100.00,'','6','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(4152,'4000','61749391717','2025-06-08 19:19:45',NULL,100.00,'','6','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(4153,'4000','61749391717','2025-06-08 21:23:53',NULL,600.00,'','6','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(4154,'4000','61749391717','2025-06-08 21:24:09',NULL,100.00,'','6','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(4155,'4000','61749391717','2025-06-08 21:48:19',NULL,50.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(4156,'1000','111749410393','2025-06-08 22:20:25',700.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4157,'4000','111749410393','2025-06-08 22:20:25',NULL,700.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4161,'1110','61749412337','2025-06-08 22:52:45',NULL,230.00,'','6','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(4162,'1110','61749412337','2025-06-08 22:52:17',NULL,605.00,'','6','1','Inventory sold','1','','sales','96','','No',NULL,NULL,''),(4163,'5500','61749412337','2025-06-08 22:52:30',835.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4164,'1000','61749412337','2025-06-08 22:52:45',1150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4165,'4000','61749412337','2025-06-08 22:52:45',NULL,300.00,'','6','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(4166,'4000','61749412337','2025-06-08 22:52:17',NULL,850.00,'','6','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(4171,'1110','61749413091','2025-06-08 23:05:04',NULL,300.00,'','6','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(4172,'5500','61749413091','2025-06-08 23:04:51',300.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4173,'1000','61749413091','2025-06-08 23:05:04',400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4174,'4000','61749413091','2025-06-08 23:05:04',NULL,400.00,'','6','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(4197,'1110','111749413492','2025-06-08 23:15:40',NULL,0.00,'','11','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(4198,'1110','111749413492','2025-06-08 23:11:32',NULL,0.00,'','11','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(4199,'1110','111749413492','2025-06-08 23:12:12',NULL,70.00,'','11','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(4200,'1110','111749413492','2025-06-08 23:12:36',NULL,70.00,'','11','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(4201,'1110','111749413492','2025-06-08 23:13:33',NULL,217.00,'','11','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(4202,'1110','111749413492','2025-06-08 23:13:56',NULL,54.17,'','11','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(4203,'1110','111749413492','2025-06-08 23:14:22',NULL,705.00,'','11','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(4204,'1110','111749413492','2025-06-08 23:14:34',NULL,70.00,'','11','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(4205,'1110','111749413492','2025-06-08 23:14:58',NULL,33.30,'','11','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4206,'1110','111749413492','2025-06-08 23:15:14',NULL,54.17,'','11','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(4207,'5500','111749413492','2025-06-08 23:15:29',1273.64,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4208,'1000','111749413492','2025-06-08 23:15:40',2550.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4209,'4000','111749413492','2025-06-08 23:15:40',NULL,600.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4210,'4000','111749413492','2025-06-08 23:11:32',NULL,50.00,'','11','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4211,'4000','111749413492','2025-06-08 23:12:12',NULL,100.00,'','11','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(4212,'4000','111749413492','2025-06-08 23:12:36',NULL,100.00,'','11','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(4213,'4000','111749413492','2025-06-08 23:13:33',NULL,300.00,'','11','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(4214,'4000','111749413492','2025-06-08 23:13:56',NULL,100.00,'','11','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(4215,'4000','111749413492','2025-06-08 23:14:22',NULL,1000.00,'','11','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(4216,'4000','111749413492','2025-06-08 23:14:34',NULL,100.00,'','11','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(4217,'4000','111749413492','2025-06-08 23:14:58',NULL,100.00,'','11','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4218,'4000','111749413492','2025-06-08 23:15:14',NULL,100.00,'','11','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(4219,'1110','51749415452','2025-06-08 23:44:14',NULL,500.00,'','5','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(4220,'5500','51749415452','2025-06-08 23:44:12',500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4221,'1000','51749415452','2025-06-08 23:44:14',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4222,'4000','51749415452','2025-06-08 23:44:14',NULL,1000.00,'','5','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(4223,'1110','51749415502','2025-06-08 23:45:38',NULL,800.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(4224,'1110','51749415502','2025-06-08 23:45:02',NULL,840.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(4225,'1110','51749415502','2025-06-08 23:45:21',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4226,'5500','51749415502','2025-06-08 23:45:37',1673.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4227,'1000','51749415502','2025-06-08 23:45:38',2180.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4228,'4000','51749415502','2025-06-08 23:45:38',NULL,1040.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(4229,'4000','51749415502','2025-06-08 23:45:02',NULL,1040.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(4230,'4000','51749415502','2025-06-08 23:45:21',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4231,'1000','51749415585','2025-06-08 23:46:38',800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4232,'4000','51749415585','2025-06-08 23:46:38',NULL,700.00,'','5','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(4233,'4000','51749415585','2025-06-08 23:46:25',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4234,'1110','51749415653','2025-06-08 23:49:20',NULL,599.00,'','5','1','Inventory sold','1','','sales','125','','No',NULL,NULL,''),(4235,'1110','51749415653','2025-06-08 23:47:50',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4236,'1110','51749415653','2025-06-08 23:48:09',NULL,720.00,'','5','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(4237,'1110','51749415653','2025-06-08 23:48:40',NULL,350.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(4238,'1110','51749415653','2025-06-08 23:49:07',NULL,210.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(4239,'5500','51749415653','2025-06-08 23:49:19',1912.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4240,'1000','51749415653','2025-06-08 23:49:20',2960.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4241,'4000','51749415653','2025-06-08 23:49:20',NULL,900.00,'','5','1','Good sold','1','','sales','125','','No',NULL,NULL,''),(4242,'4000','51749415653','2025-06-08 23:47:50',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4243,'4000','51749415653','2025-06-08 23:48:09',NULL,1200.00,'','5','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(4244,'4000','51749415653','2025-06-08 23:48:40',NULL,500.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(4245,'4000','51749415653','2025-06-08 23:49:07',NULL,260.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(4246,'1000','51749415802','2025-06-08 23:50:04',200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4247,'4000','51749415802','2025-06-08 23:50:04',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(4248,'1000','51749415857','2025-06-08 23:51:12',450.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4249,'4000','51749415857','2025-06-08 23:51:12',NULL,400.00,'','5','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(4250,'4000','51749415857','2025-06-08 23:50:57',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4251,'1110','41749415941','2025-06-08 23:52:22',NULL,34.00,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(4252,'5500','41749415941','2025-06-08 23:52:21',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4253,'1000','41749415941','2025-06-08 23:52:22',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4254,'4000','41749415941','2025-06-08 23:52:22',NULL,50.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(4255,'1110','61749410414','2025-06-08 22:21:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(4256,'1110','61749410414','2025-06-08 22:20:14',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(4257,'1110','61749410414','2025-06-08 22:20:49',NULL,0.00,'','6','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(4258,'1110','61749410414','2025-06-08 23:02:29',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(4259,'1110','61749410414','2025-06-08 23:54:59',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(4260,'5500','61749410414','2025-06-08 23:55:11',124.17,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4261,'1000','61749410414','2025-06-08 22:21:04',720.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4262,'4000','61749410414','2025-06-08 22:21:04',NULL,300.00,'','6','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(4263,'4000','61749410414','2025-06-08 22:20:14',NULL,120.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4264,'4000','61749410414','2025-06-08 22:20:49',NULL,100.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(4265,'4000','61749410414','2025-06-08 23:02:29',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(4266,'4000','61749410414','2025-06-08 23:54:59',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(4267,'1000','51749409421','2025-06-08 22:03:43',400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4268,'4000','51749409421','2025-06-08 22:03:43',NULL,400.00,'','5','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(4269,'1110','41749417722','2025-06-09 00:22:12',NULL,217.00,'','4','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(4270,'1110','41749417722','2025-06-09 00:22:02',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(4271,'5500','41749417722','2025-06-09 00:22:10',271.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4272,'1000','41749417722','2025-06-09 00:22:12',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4273,'4000','41749417722','2025-06-09 00:22:12',NULL,300.00,'','4','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(4274,'4000','41749417722','2025-06-09 00:22:02',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(4275,'1110','51749417949','2025-06-09 00:26:49',NULL,360.00,'','5','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(4276,'1110','51749417949','2025-06-09 00:25:49',NULL,180.00,'','5','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(4277,'1110','51749417949','2025-06-09 00:25:58',NULL,180.00,'','5','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(4278,'1110','51749417949','2025-06-09 00:26:06',NULL,525.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(4279,'1110','51749417949','2025-06-09 00:26:37',NULL,420.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(4280,'5500','51749417949','2025-06-09 00:26:48',1665.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4281,'1000','51749417949','2025-06-09 00:26:49',2470.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4282,'4000','51749417949','2025-06-09 00:26:49',NULL,600.00,'','5','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(4283,'4000','51749417949','2025-06-09 00:25:49',NULL,300.00,'','5','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(4284,'4000','51749417949','2025-06-09 00:25:58',NULL,300.00,'','5','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(4285,'4000','51749417949','2025-06-09 00:26:06',NULL,750.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(4286,'4000','51749417949','2025-06-09 00:26:37',NULL,520.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(4287,'1110','51749418046','2025-06-09 00:27:28',NULL,245.00,'','5','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(4288,'5500','51749418046','2025-06-09 00:27:26',245.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4289,'1000','51749418046','2025-06-09 00:27:28',350.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4290,'4000','51749418046','2025-06-09 00:27:28',NULL,350.00,'','5','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(4291,'1110','51749418092','2025-06-09 00:28:22',NULL,217.00,'','5','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(4292,'1110','51749418092','2025-06-09 00:28:12',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4293,'5500','51749418092','2025-06-09 00:28:21',250.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4294,'1000','51749418092','2025-06-09 00:28:22',400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4295,'4000','51749418092','2025-06-09 00:28:22',NULL,300.00,'','5','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(4296,'4000','51749418092','2025-06-09 00:28:12',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4297,'1000','51749418145','2025-06-09 00:29:13',350.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4298,'4000','51749418145','2025-06-09 00:29:13',NULL,300.00,'','5','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4299,'4000','51749418145','2025-06-09 00:29:06',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4300,'1110','61749392297','2025-06-08 17:18:30',NULL,705.00,'','6','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(4301,'1110','61749392297','2025-06-08 17:18:17',NULL,180.00,'','6','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(4302,'1110','61749392297','2025-06-08 21:22:43',NULL,360.00,'','6','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(4303,'1110','61749392297','2025-06-09 00:34:04',NULL,200.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(4304,'1110','61749392297','2025-06-09 00:35:10',NULL,330.00,'','6','1','Inventory sold','1','','sales','153','','No',NULL,NULL,''),(4305,'1110','61749392297','2025-06-09 00:37:56',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(4306,'5500','61749392297','2025-06-09 00:38:29',1775.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4307,'1000','61749392297','2025-06-08 17:18:30',2900.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4308,'4000','61749392297','2025-06-08 17:18:30',NULL,1000.00,'','6','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(4309,'4000','61749392297','2025-06-08 17:18:17',NULL,300.00,'','6','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(4310,'4000','61749392297','2025-06-08 21:22:43',NULL,600.00,'','6','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(4311,'4000','61749392297','2025-06-09 00:34:04',NULL,260.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(4312,'4000','61749392297','2025-06-09 00:35:10',NULL,500.00,'','6','1','Good sold','1','','sales','153','','No',NULL,NULL,''),(4313,'4000','61749392297','2025-06-09 00:37:56',NULL,240.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4314,'1110','61749419008','2025-06-09 00:44:13',NULL,330.00,'','6','1','Inventory sold','1','','sales','153','','No',NULL,NULL,''),(4315,'1110','61749419008','2025-06-09 00:43:28',NULL,165.00,'','6','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(4316,'5500','61749419008','2025-06-09 00:43:52',495.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4317,'1000','61749419008','2025-06-09 00:44:13',750.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4318,'4000','61749419008','2025-06-09 00:44:13',NULL,500.00,'','6','1','Good sold','1','','sales','153','','No',NULL,NULL,''),(4319,'4000','61749419008','2025-06-09 00:43:28',NULL,250.00,'','6','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(4320,'1110','61749419127','2025-06-09 00:45:49',NULL,450.00,'','6','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(4321,'5500','61749419127','2025-06-09 00:45:27',450.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4322,'1000','61749419127','2025-06-09 00:45:49',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4323,'4000','61749419127','2025-06-09 00:45:49',NULL,600.00,'','6','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(4324,'4000','51749404587','2025-06-09 01:01:23',200.00,NULL,'','17','1','Returned products','1','','return','','','No',NULL,NULL,''),(4325,'1000','51749404587','2025-06-09 01:01:23',NULL,200.00,'','17','1','Returned products','1','','return','','','No',NULL,NULL,''),(4326,'5500','51749404587','2025-06-09 01:01:23',NULL,0.00,'','17','1','Cost of goods returned','1','','sales','47','','No',NULL,NULL,''),(4327,'1110','51749404587','2025-06-09 01:01:23',0.00,NULL,'','17','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(4328,'4000','51749404587','2025-06-09 01:01:26',450.00,NULL,'','17','1','Returned products','1','','return','','','No',NULL,NULL,''),(4329,'1000','51749404587','2025-06-09 01:01:26',NULL,450.00,'','17','1','Returned products','1','','return','','','No',NULL,NULL,''),(4330,'5500','51749404587','2025-06-09 01:01:26',NULL,0.00,'','17','1','Cost of goods returned','1','','sales','52','','No',NULL,NULL,''),(4331,'1110','51749404587','2025-06-09 01:01:26',0.00,NULL,'','17','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(4332,'4000','51749404587','2025-06-09 01:01:37',200.00,NULL,'','17','1','Returned products','1','','return','','','No',NULL,NULL,''),(4333,'1000','51749404587','2025-06-09 01:01:37',NULL,200.00,'','17','1','Returned products','1','','return','','','No',NULL,NULL,''),(4334,'5500','51749404587','2025-06-09 01:01:37',NULL,0.00,'','17','1','Cost of goods returned','1','','sales','47','','No',NULL,NULL,''),(4335,'1110','51749404587','2025-06-09 01:01:37',0.00,NULL,'','17','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(4336,'1110','51749420219','2025-06-09 01:03:40',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(4337,'5500','51749420219','2025-06-09 01:03:39',70.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4338,'1000','51749420219','2025-06-09 01:03:40',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4339,'4000','51749420219','2025-06-09 01:03:40',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(4340,'1110','41749420340','2025-06-09 01:05:48',NULL,217.00,'','4','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(4341,'1110','41749420340','2025-06-09 01:05:40',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(4342,'5500','41749420340','2025-06-09 01:05:47',271.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4343,'1000','41749420340','2025-06-09 01:05:48',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4344,'4000','41749420340','2025-06-09 01:05:48',NULL,300.00,'','4','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(4345,'4000','41749420340','2025-06-09 01:05:40',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(4346,'1110','61749401017','2025-06-08 19:44:07',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(4347,'1110','61749401017','2025-06-08 19:43:37',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(4348,'1110','61749401017','2025-06-08 19:43:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(4349,'1110','61749401017','2025-06-08 20:02:34',NULL,150.00,'','6','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(4350,'1110','61749401017','2025-06-08 20:25:17',NULL,150.00,'','6','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(4351,'5500','61749401017','2025-06-09 01:09:32',300.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4352,'1000','61749401017','2025-06-08 19:44:07',1050.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4353,'4000','61749401017','2025-06-08 19:44:07',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4354,'4000','61749401017','2025-06-08 19:43:37',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4355,'4000','61749401017','2025-06-08 19:43:50',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4356,'4000','61749401017','2025-06-08 20:02:34',NULL,200.00,'','6','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(4357,'4000','61749401017','2025-06-08 20:25:17',NULL,200.00,'','6','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(4358,'1110','61749420603','2025-06-09 01:10:40',NULL,34.00,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(4359,'5500','61749420603','2025-06-09 01:10:03',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4360,'1000','61749420603','2025-06-09 01:10:40',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4361,'4000','61749420603','2025-06-09 01:10:40',NULL,50.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(4362,'1110','61749420715','2025-06-09 01:12:32',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4363,'1110','61749420715','2025-06-09 01:11:55',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(4364,'5500','61749420715','2025-06-09 01:12:13',87.47,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4365,'1000','61749420715','2025-06-09 01:12:32',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4366,'4000','61749420715','2025-06-09 01:12:32',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4367,'4000','61749420715','2025-06-09 01:11:55',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(4368,'1110','61749420762','2025-06-09 01:12:57',NULL,41.67,'','6','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(4369,'5500','61749420762','2025-06-09 01:12:42',41.67,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4370,'1000','61749420762','2025-06-09 01:12:57',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4371,'4000','61749420762','2025-06-09 01:12:57',NULL,100.00,'','6','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(4372,'1110','61749420794','2025-06-09 01:14:39',NULL,200.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(4373,'1110','61749420794','2025-06-09 01:13:14',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(4374,'1110','61749420794','2025-06-09 01:13:38',NULL,502.00,'','6','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(4375,'1110','61749420794','2025-06-09 01:13:51',NULL,0.00,'','6','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(4376,'1110','61749420794','2025-06-09 01:14:05',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(4377,'5500','61749420794','2025-06-09 01:14:26',756.17,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4378,'1000','61749420794','2025-06-09 01:14:39',1410.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4379,'4000','61749420794','2025-06-09 01:14:39',NULL,260.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(4380,'4000','61749420794','2025-06-09 01:13:14',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(4381,'4000','61749420794','2025-06-09 01:13:38',NULL,600.00,'','6','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(4382,'4000','61749420794','2025-06-09 01:13:51',NULL,400.00,'','6','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(4383,'4000','61749420794','2025-06-09 01:14:05',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4384,'1110','141749420490','2025-06-09 01:15:09',NULL,0.00,'','14','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(4385,'1110','141749420490','2025-06-09 01:08:10',NULL,0.00,'','14','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(4386,'1110','141749420490','2025-06-09 01:08:41',NULL,450.00,'','14','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(4387,'1110','141749420490','2025-06-09 01:11:12',NULL,180.00,'','14','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(4388,'1110','141749420490','2025-06-09 01:11:29',NULL,480.00,'','14','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(4389,'1110','141749420490','2025-06-09 01:14:28',NULL,33.30,'','14','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4390,'5500','141749420490','2025-06-09 01:14:56',1143.30,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4391,'1000','141749420490','2025-06-09 01:15:09',3000.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4392,'4000','141749420490','2025-06-09 01:15:09',NULL,1200.00,'','14','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(4393,'4000','141749420490','2025-06-09 01:08:10',NULL,100.00,'','14','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4394,'4000','141749420490','2025-06-09 01:08:41',NULL,600.00,'','14','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(4395,'4000','141749420490','2025-06-09 01:11:12',NULL,300.00,'','14','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(4396,'4000','141749420490','2025-06-09 01:11:29',NULL,700.00,'','14','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(4397,'4000','141749420490','2025-06-09 01:14:28',NULL,100.00,'','14','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4404,'1110','111749421099','2025-06-09 01:19:30',NULL,70.00,'','11','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(4405,'1110','111749421099','2025-06-09 01:18:19',NULL,0.00,'','11','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(4406,'1110','111749421099','2025-06-09 01:18:35',NULL,0.00,'','11','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(4407,'5500','111749421099','2025-06-09 01:19:12',70.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4408,'1000','111749421099','2025-06-09 01:19:30',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4409,'4000','111749421099','2025-06-09 01:19:30',NULL,100.00,'','11','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(4410,'4000','111749421099','2025-06-09 01:18:19',NULL,300.00,'','11','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4411,'4000','111749421099','2025-06-09 01:18:35',NULL,50.00,'','11','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4412,'1110','51749421412','2025-06-09 01:23:34',NULL,400.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(4413,'5500','51749421412','2025-06-09 01:23:32',400.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4414,'1000','51749421412','2025-06-09 01:23:34',520.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4415,'4000','51749421412','2025-06-09 01:23:34',NULL,520.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(4416,'1110','41749421474','2025-06-09 01:24:35',NULL,360.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(4417,'5500','41749421474','2025-06-09 01:24:34',360.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4418,'1000','41749421474','2025-06-09 01:24:35',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4419,'4000','41749421474','2025-06-09 01:24:35',NULL,600.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(4424,'1110','61749420958','2025-06-09 01:15:58',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(4425,'1110','61749420958','2025-06-09 01:16:14',NULL,245.00,'','6','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(4426,'5500','61749420958','2025-06-09 02:26:39',315.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4427,'1000','61749420958','2025-06-09 01:16:30',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4428,'4000','61749420958','2025-06-09 01:15:58',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(4429,'4000','61749420958','2025-06-09 01:16:14',NULL,350.00,'','6','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(4430,'1000','41749474567','2025-06-09 16:10:14',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4431,'4000','41749474567','2025-06-09 16:10:14',NULL,900.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(4432,'4000','41749474567','2025-06-09 16:09:28',NULL,450.00,'','4','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(4433,'4000','41749474567','2025-06-09 16:09:39',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4434,'4000','41749474567','2025-06-09 16:10:03',NULL,100.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(4441,'1110','41749478010','2025-06-09 17:08:49',NULL,420.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(4442,'1110','41749478010','2025-06-09 17:06:50',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4443,'1110','41749478010','2025-06-09 17:07:14',NULL,955.00,'','4','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(4444,'1110','41749478010','2025-06-09 17:07:30',NULL,185.00,'','4','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(4445,'1110','41749478010','2025-06-09 17:07:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(4446,'1110','41749478010','2025-06-09 17:08:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(4447,'1110','41749478010','2025-06-09 17:08:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(4448,'5500','41749478010','2025-06-09 17:08:48',1593.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4449,'1000','41749478010','2025-06-09 17:08:49',4170.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4450,'4000','41749478010','2025-06-09 17:08:49',NULL,520.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(4451,'4000','41749478010','2025-06-09 17:06:50',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4452,'4000','41749478010','2025-06-09 17:07:14',NULL,1300.00,'','4','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(4453,'4000','41749478010','2025-06-09 17:07:30',NULL,300.00,'','4','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(4454,'4000','41749478010','2025-06-09 17:07:38',NULL,1800.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(4455,'4000','41749478010','2025-06-09 17:08:32',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4456,'4000','41749478010','2025-06-09 17:08:43',NULL,100.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(4473,'1000','41749478155','2025-06-09 17:09:48',820.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4474,'4000','41749478155','2025-06-09 17:09:48',NULL,120.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4475,'4000','41749478155','2025-06-09 17:09:15',NULL,300.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4476,'4000','41749478155','2025-06-09 17:09:38',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(4477,'4000','41749478155','2025-06-09 17:09:47',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(4478,'1110','41749477967','2025-06-09 17:06:24',NULL,400.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(4479,'1110','41749477967','2025-06-09 17:06:07',NULL,330.00,'','4','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(4480,'1110','41749477967','2025-06-09 17:06:20',NULL,400.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(4481,'1110','41749477967','2025-06-09 17:32:28',NULL,200.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(4482,'1110','41749477967','2025-06-09 18:52:20',NULL,165.00,'','4','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(4483,'5500','41749477967','2025-06-09 18:52:26',1495.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4484,'1000','41749477967','2025-06-09 17:06:24',2050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4485,'4000','41749477967','2025-06-09 17:06:24',NULL,520.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(4486,'4000','41749477967','2025-06-09 17:06:07',NULL,500.00,'','4','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(4487,'4000','41749477967','2025-06-09 17:06:20',NULL,520.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(4488,'4000','41749477967','2025-06-09 17:32:28',NULL,260.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(4489,'4000','41749477967','2025-06-09 18:52:20',NULL,250.00,'','4','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(4490,'1110','41749484634','2025-06-09 18:59:30',NULL,1860.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4491,'1110','41749484634','2025-06-09 18:57:14',NULL,970.00,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(4492,'1110','41749484634','2025-06-09 18:57:50',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4493,'1110','41749484634','2025-06-09 18:58:45',NULL,230.00,'','4','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(4494,'1110','41749484634','2025-06-09 18:59:06',NULL,15.00,'','4','1','Inventory sold','1','','sales','162','','No',NULL,NULL,''),(4495,'5500','41749484634','2025-06-09 18:59:27',3108.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4496,'1000','41749484634','2025-06-09 18:59:30',4420.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4497,'4000','41749484634','2025-06-09 18:59:30',NULL,2700.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4498,'4000','41749484634','2025-06-09 18:57:14',NULL,1300.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(4499,'4000','41749484634','2025-06-09 18:57:50',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4500,'4000','41749484634','2025-06-09 18:58:45',NULL,300.00,'','4','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(4501,'4000','41749484634','2025-06-09 18:59:06',NULL,20.00,'','4','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(4502,'1110','41749480749','2025-06-09 17:52:31',NULL,350.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(4503,'1110','41749480749','2025-06-09 17:52:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(4504,'1110','41749480749','2025-06-09 19:05:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(4505,'5500','41749480749','2025-06-09 19:05:44',350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4506,'1000','41749480749','2025-06-09 17:52:31',1250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4507,'4000','41749480749','2025-06-09 17:52:31',NULL,500.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(4508,'4000','41749480749','2025-06-09 17:52:29',NULL,300.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(4509,'4000','41749480749','2025-06-09 19:05:14',NULL,450.00,'','4','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(4510,'1110','41749486124','2025-06-09 19:22:12',NULL,420.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(4511,'5500','41749486124','2025-06-09 19:22:04',420.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4512,'1000','41749486124','2025-06-09 19:22:12',520.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4513,'4000','41749486124','2025-06-09 19:22:12',NULL,520.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(4518,'1110','41749486920','2025-06-09 19:35:37',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4519,'1110','41749486920','2025-06-09 19:35:21',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(4520,'5500','41749486920','2025-06-09 19:35:34',87.47,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4521,'1000','41749486920','2025-06-09 19:35:37',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4522,'4000','41749486920','2025-06-09 19:35:37',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4523,'4000','41749486920','2025-06-09 19:35:21',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(4548,'1110','41749492233','2025-06-09 21:05:15',NULL,200.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(4549,'1110','41749492233','2025-06-09 21:03:53',NULL,165.00,'','4','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(4550,'1110','41749492233','2025-06-09 21:03:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(4551,'1110','41749492233','2025-06-09 21:04:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(4552,'1110','41749492233','2025-06-09 21:05:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(4553,'5500','41749492233','2025-06-09 21:05:13',365.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4554,'1000','41749492233','2025-06-09 21:05:15',1610.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4555,'4000','41749492233','2025-06-09 21:05:15',NULL,260.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(4556,'4000','41749492233','2025-06-09 21:03:53',NULL,250.00,'','4','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(4557,'4000','41749492233','2025-06-09 21:03:57',NULL,900.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(4558,'4000','41749492233','2025-06-09 21:04:30',NULL,100.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4559,'4000','41749492233','2025-06-09 21:05:08',NULL,100.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(4560,'1110','41749486180','2025-06-09 19:23:05',NULL,350.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(4561,'1110','41749486180','2025-06-09 19:23:01',NULL,350.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(4562,'1110','41749486180','2025-06-09 21:17:42',NULL,250.00,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(4563,'1110','41749486180','2025-06-09 21:17:51',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(4564,'1110','41749486180','2025-06-09 21:17:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(4565,'1110','41749486180','2025-06-09 21:18:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(4566,'1110','41749486180','2025-06-09 21:18:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(4567,'5500','41749486180','2025-06-09 21:18:54',1020.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4568,'1000','41749486180','2025-06-09 19:23:05',2950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4569,'4000','41749486180','2025-06-09 19:23:05',NULL,500.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(4570,'4000','41749486180','2025-06-09 19:23:01',NULL,500.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(4571,'4000','41749486180','2025-06-09 21:17:42',NULL,400.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(4572,'4000','41749486180','2025-06-09 21:17:51',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(4573,'4000','41749486180','2025-06-09 21:17:56',NULL,100.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4574,'4000','41749486180','2025-06-09 21:18:21',NULL,900.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(4575,'4000','41749486180','2025-06-09 21:18:49',NULL,450.00,'','4','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(4576,'1110','41749493193','2025-06-09 21:19:54',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(4577,'5500','41749493193','2025-06-09 21:19:53',175.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4578,'1000','41749493193','2025-06-09 21:19:54',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4579,'4000','41749493193','2025-06-09 21:19:54',NULL,250.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(4580,'1000','41749493457','2025-06-09 21:24:18',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4581,'4000','41749493457','2025-06-09 21:24:18',NULL,100.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(4582,'1110','41749486961','2025-06-09 19:39:11',NULL,400.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(4583,'1110','41749486961','2025-06-09 19:36:01',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4584,'1110','41749486961','2025-06-09 19:36:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(4585,'1110','41749486961','2025-06-09 19:36:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(4586,'1110','41749486961','2025-06-09 19:36:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(4587,'1110','41749486961','2025-06-09 19:39:08',NULL,200.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(4588,'1110','41749486961','2025-06-09 22:05:15',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(4589,'1110','41749486961','2025-06-09 22:05:22',NULL,245.00,'','4','1','Inventory sold','1','','sales','204','','No',NULL,NULL,''),(4590,'1110','41749486961','2025-06-09 22:05:36',NULL,780.00,'','4','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(4591,'5500','41749486961','2025-06-09 22:06:12',1833.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4592,'1000','41749486961','2025-06-09 19:39:11',4270.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4593,'4000','41749486961','2025-06-09 19:39:11',NULL,520.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(4594,'4000','41749486961','2025-06-09 19:36:01',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4595,'4000','41749486961','2025-06-09 19:36:12',NULL,1400.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(4596,'4000','41749486961','2025-06-09 19:36:31',NULL,150.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4597,'4000','41749486961','2025-06-09 19:36:53',NULL,200.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(4598,'4000','41749486961','2025-06-09 19:39:08',NULL,260.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(4599,'4000','41749486961','2025-06-09 22:05:15',NULL,250.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(4600,'4000','41749486961','2025-06-09 22:05:22',NULL,350.00,'','4','1','Good sold','1','','sales','204','','No',NULL,NULL,''),(4601,'4000','41749486961','2025-06-09 22:05:36',NULL,1040.00,'','4','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(4602,'1000','41749496023','2025-06-09 22:07:15',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4603,'4000','41749496023','2025-06-09 22:07:15',NULL,300.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4604,'4000','41749496023','2025-06-09 22:07:03',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4605,'1110','41749496088','2025-06-09 22:08:20',NULL,222.00,'','4','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(4606,'1110','41749496088','2025-06-09 22:08:09',NULL,68.00,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(4607,'5500','41749496088','2025-06-09 22:08:19',290.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4608,'1000','41749496088','2025-06-09 22:08:20',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4609,'4000','41749496088','2025-06-09 22:08:20',NULL,300.00,'','4','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(4610,'4000','41749496088','2025-06-09 22:08:09',NULL,100.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(4611,'1110','41749496829','2025-06-09 22:20:31',NULL,500.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(4612,'5500','41749496829','2025-06-09 22:20:29',500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4613,'1000','41749496829','2025-06-09 22:20:31',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4614,'4000','41749496829','2025-06-09 22:20:31',NULL,1500.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(4615,'1110','41749502265','2025-06-09 23:51:32',NULL,1000.00,'','4','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(4616,'1110','41749502265','2025-06-09 23:51:05',NULL,225.00,'','4','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(4617,'5500','41749502265','2025-06-09 23:51:31',1225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4618,'1000','41749502265','2025-06-09 23:51:32',2300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4619,'4000','41749502265','2025-06-09 23:51:32',NULL,2000.00,'','4','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(4620,'4000','41749502265','2025-06-09 23:51:05',NULL,300.00,'','4','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(4621,'4000','41749486961','2025-06-09 23:57:46',1040.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(4622,'1000','41749486961','2025-06-09 23:57:46',NULL,1040.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(4623,'5500','41749486961','2025-06-09 23:57:46',NULL,780.00,'','16','1','Cost of goods returned','1','','sales','208','','No',NULL,NULL,''),(4624,'1110','41749486961','2025-06-09 23:57:46',780.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(4625,'1110','41749502709','2025-06-09 23:58:30',NULL,585.00,'','4','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(4626,'5500','41749502709','2025-06-09 23:58:29',585.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4627,'1000','41749502709','2025-06-09 23:58:30',780.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4628,'4000','41749502709','2025-06-09 23:58:30',NULL,780.00,'','4','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(4629,'1110','31749539989','2025-06-10 10:19:50',NULL,14.00,'','3','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(4630,'5500','31749539989','2025-06-10 10:19:49',14.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4631,'1000','31749539989','2025-06-10 10:19:50',20.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4632,'4000','31749539989','2025-06-10 10:19:50',NULL,20.00,'','3','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(4633,'1000','31749544647','2025-06-10 11:38:01',320.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4634,'4000','31749544647','2025-06-10 11:38:01',NULL,120.00,'','3','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4635,'4000','31749544647','2025-06-10 11:37:27',NULL,100.00,'','3','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4636,'4000','31749544647','2025-06-10 11:37:49',NULL,100.00,'','3','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4637,'1110','31749547559','2025-06-10 12:26:11',NULL,245.00,'','3','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(4638,'1110','31749547559','2025-06-10 12:25:59',NULL,41.67,'','3','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(4639,'5500','31749547559','2025-06-10 12:26:10',286.67,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4640,'1000','31749547559','2025-06-10 12:26:11',450.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4641,'4000','31749547559','2025-06-10 12:26:11',NULL,350.00,'','3','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(4642,'4000','31749547559','2025-06-10 12:25:59',NULL,100.00,'','3','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(4643,'1000','31749548770','2025-06-10 12:46:12',200.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4644,'4000','31749548770','2025-06-10 12:46:12',NULL,200.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(4645,'1110','31749553897','2025-06-10 14:11:38',NULL,251.00,'','3','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(4646,'5500','31749553897','2025-06-10 14:11:37',251.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4647,'1000','31749553897','2025-06-10 14:11:38',300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4648,'4000','31749553897','2025-06-10 14:11:38',NULL,300.00,'','3','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(4649,'1110','31749559907','2025-06-10 15:52:13',NULL,251.00,'','3','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(4650,'1110','31749559907','2025-06-10 15:51:47',NULL,162.51,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(4651,'5500','31749559907','2025-06-10 15:52:12',413.51,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4652,'1000','31749559907','2025-06-10 15:52:13',600.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4653,'4000','31749559907','2025-06-10 15:52:13',NULL,300.00,'','3','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(4654,'4000','31749559907','2025-06-10 15:51:47',NULL,300.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(4663,'1110','31749564409','2025-06-10 17:07:25',NULL,350.00,'','3','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(4664,'5500','31749564409','2025-06-10 17:06:49',350.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4665,'1000','31749564409','2025-06-10 17:07:25',500.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4666,'4000','31749564409','2025-06-10 17:07:25',NULL,500.00,'','3','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(4667,'1110','31749563454','2025-06-10 16:51:35',NULL,165.00,'','3','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(4668,'1110','31749563454','2025-06-10 16:50:55',NULL,175.00,'','3','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(4669,'1110','31749563454','2025-06-10 16:51:13',NULL,68.00,'','3','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(4670,'1110','31749563454','2025-06-10 16:51:33',NULL,175.00,'','3','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(4671,'1110','31749563454','2025-06-10 17:16:48',NULL,165.00,'','3','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(4672,'5500','31749563454','2025-06-10 17:16:59',748.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4673,'1000','31749563454','2025-06-10 16:51:35',1100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4674,'4000','31749563454','2025-06-10 16:51:35',NULL,250.00,'','3','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(4675,'4000','31749563454','2025-06-10 16:50:55',NULL,250.00,'','3','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(4676,'4000','31749563454','2025-06-10 16:51:13',NULL,100.00,'','3','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(4677,'4000','31749563454','2025-06-10 16:51:33',NULL,250.00,'','3','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(4678,'4000','31749563454','2025-06-10 17:16:48',NULL,250.00,'','3','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(4679,'1110','61749565902','2025-06-10 17:32:43',NULL,185.00,'','6','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(4680,'1110','61749565902','2025-06-10 17:31:42',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4681,'5500','61749565902','2025-06-10 17:32:18',218.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4682,'1000','61749565902','2025-06-10 17:32:43',400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4683,'4000','61749565902','2025-06-10 17:32:43',NULL,300.00,'','6','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(4684,'4000','61749565902','2025-06-10 17:31:42',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4685,'1110','31749566874','2025-06-10 17:48:55',NULL,945.00,'','3','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(4686,'1110','31749566874','2025-06-10 17:47:54',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4687,'5500','31749566874','2025-06-10 17:48:44',978.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4688,'1000','31749566874','2025-06-10 17:48:55',1400.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4689,'4000','31749566874','2025-06-10 17:48:55',NULL,1300.00,'','3','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(4690,'4000','31749566874','2025-06-10 17:47:54',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4691,'1110','31749567042','2025-06-10 17:53:51',NULL,250.00,'','3','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(4692,'1110','31749567042','2025-06-10 17:50:42',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(4693,'1110','31749567042','2025-06-10 17:51:07',NULL,270.00,'','3','1','Inventory sold','1','','sales','154','','No',NULL,NULL,''),(4694,'5500','31749567042','2025-06-10 17:53:39',574.17,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4695,'1000','31749567042','2025-06-10 17:53:51',900.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4696,'4000','31749567042','2025-06-10 17:53:51',NULL,400.00,'','3','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(4697,'4000','31749567042','2025-06-10 17:50:42',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(4698,'4000','31749567042','2025-06-10 17:51:07',NULL,400.00,'','3','1','Good sold','1','','sales','154','','No',NULL,NULL,''),(4708,'1110','61749573222','2025-06-10 19:34:42',NULL,0.00,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(4709,'1110','61749573222','2025-06-10 19:33:42',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(4710,'1110','61749573222','2025-06-10 19:34:23',NULL,185.00,'','6','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(4711,'1110','61749573222','2025-06-10 20:18:22',NULL,185.00,'','6','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(4712,'5500','61749573222','2025-06-10 20:19:25',370.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4713,'1000','61749573222','2025-06-10 19:34:42',1450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4714,'4000','61749573222','2025-06-10 19:34:42',NULL,800.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(4715,'4000','61749573222','2025-06-10 19:33:42',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4716,'4000','61749573222','2025-06-10 19:34:23',NULL,300.00,'','6','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(4717,'4000','61749573222','2025-06-10 20:18:22',NULL,300.00,'','6','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(4718,'1110','61749576007','2025-06-10 20:20:23',NULL,376.00,'','6','1','Inventory sold','1','','sales','275','','No',NULL,NULL,''),(4719,'5500','61749576007','2025-06-10 20:20:07',376.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4720,'1000','61749576007','2025-06-10 20:20:23',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4721,'4000','61749576007','2025-06-10 20:20:23',NULL,500.00,'','6','1','Good sold','1','','sales','275','','No',NULL,NULL,''),(4722,'1110','61749576105','2025-06-10 20:22:55',NULL,350.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(4723,'1110','61749576105','2025-06-10 20:21:45',NULL,200.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(4724,'1110','61749576105','2025-06-10 20:22:03',NULL,350.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(4725,'1110','61749576105','2025-06-10 20:22:17',NULL,450.00,'','6','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(4726,'5500','61749576105','2025-06-10 20:22:34',1350.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4727,'1000','61749576105','2025-06-10 20:22:55',1860.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4728,'4000','61749576105','2025-06-10 20:22:55',NULL,500.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(4729,'4000','61749576105','2025-06-10 20:21:45',NULL,260.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(4730,'4000','61749576105','2025-06-10 20:22:03',NULL,500.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(4731,'4000','61749576105','2025-06-10 20:22:17',NULL,600.00,'','6','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(4732,'1110','61749577689','2025-06-10 20:48:26',NULL,350.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(4733,'5500','61749577689','2025-06-10 20:48:09',350.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4734,'1000','61749577689','2025-06-10 20:48:26',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4735,'4000','61749577689','2025-06-10 20:48:26',NULL,500.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(4742,'1110','61749578218','2025-06-10 20:57:16',NULL,217.00,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(4743,'5500','61749578218','2025-06-10 20:56:58',217.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4744,'1000','61749578218','2025-06-10 20:57:16',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4745,'4000','61749578218','2025-06-10 20:57:16',NULL,300.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(4748,'1000','61749580899','2025-06-10 21:41:55',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4749,'4000','61749580899','2025-06-10 21:41:55',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4756,'1110','61749581005','2025-06-10 21:44:28',NULL,0.00,'','6','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(4757,'1110','61749581005','2025-06-10 21:43:25',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(4758,'1110','61749581005','2025-06-10 21:43:49',NULL,217.00,'','6','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(4759,'1110','61749581005','2025-06-10 21:43:59',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(4760,'5500','61749581005','2025-06-10 21:44:16',271.17,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4761,'1000','61749581005','2025-06-10 21:44:28',1350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4762,'4000','61749581005','2025-06-10 21:44:28',NULL,900.00,'','6','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(4763,'4000','61749581005','2025-06-10 21:43:25',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4764,'4000','61749581005','2025-06-10 21:43:49',NULL,300.00,'','6','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(4765,'4000','61749581005','2025-06-10 21:43:59',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(4766,'1110','61749580845','2025-06-10 21:41:29',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(4767,'1110','61749580845','2025-06-10 21:40:45',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4768,'1110','61749580845','2025-06-10 21:42:14',NULL,0.00,'','6','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(4769,'5500','61749580845','2025-06-10 21:47:30',33.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4770,'1000','61749580845','2025-06-10 21:41:29',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4771,'4000','61749580845','2025-06-10 21:41:29',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4772,'4000','61749580845','2025-06-10 21:40:45',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4773,'4000','61749580845','2025-06-10 21:42:14',NULL,100.00,'','6','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(4788,'1110','61749584577','2025-06-10 22:43:52',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4789,'1110','61749584577','2025-06-10 22:43:11',NULL,860.00,'','6','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(4790,'1110','61749584577','2025-06-10 22:43:29',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(4791,'5500','61749584577','2025-06-10 22:43:41',947.47,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4792,'1000','61749584577','2025-06-10 22:43:52',1200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4793,'4000','61749584577','2025-06-10 22:43:52',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4794,'4000','61749584577','2025-06-10 22:43:11',NULL,1000.00,'','6','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(4795,'4000','61749584577','2025-06-10 22:43:29',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(4800,'1110','61749578162','2025-06-10 20:56:47',NULL,502.00,'','6','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(4801,'1110','61749578162','2025-06-10 20:56:02',NULL,390.00,'','6','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(4802,'1110','61749578162','2025-06-10 21:57:07',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(4803,'1110','61749578162','2025-06-10 21:57:21',NULL,251.00,'','6','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(4804,'1110','61749578162','2025-06-10 21:57:36',NULL,195.00,'','6','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(4805,'1110','61749578162','2025-06-10 21:57:48',NULL,0.00,'','6','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(4806,'5500','61749578162','2025-06-10 23:25:47',1338.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4807,'1000','61749578162','2025-06-10 20:56:47',2430.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4808,'4000','61749578162','2025-06-10 20:56:47',NULL,600.00,'','6','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(4809,'4000','61749578162','2025-06-10 20:56:02',NULL,520.00,'','6','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(4810,'4000','61749578162','2025-06-10 21:57:07',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4811,'4000','61749578162','2025-06-10 21:57:21',NULL,300.00,'','6','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(4812,'4000','61749578162','2025-06-10 21:57:36',NULL,260.00,'','6','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(4813,'4000','61749578162','2025-06-10 21:57:48',NULL,700.00,'','6','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(4814,'1110','61749571722','2025-06-10 19:09:42',NULL,28.00,'','6','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(4815,'1110','61749571722','2025-06-10 19:08:42',NULL,5.00,'','6','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(4816,'5500','61749571722','2025-06-10 19:09:20',33.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4817,'1000','61749571722','2025-06-10 19:09:42',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4818,'4000','61749571722','2025-06-10 19:09:42',NULL,40.00,'','6','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(4819,'4000','61749571722','2025-06-10 19:08:42',NULL,10.00,'','6','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(4820,'1110','61749589253','2025-06-11 00:00:54',NULL,16.00,'','6','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(4821,'5500','61749589253','2025-06-11 00:00:53',16.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4822,'1000','61749589253','2025-06-11 00:00:54',30.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4823,'4000','61749589253','2025-06-11 00:00:54',NULL,30.00,'','6','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(4824,'1110','61749589286','2025-06-11 00:01:38',NULL,148.00,'','6','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(4825,'5500','61749589286','2025-06-11 00:01:26',148.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4826,'1000','61749589286','2025-06-11 00:01:38',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4827,'4000','61749589286','2025-06-11 00:01:38',NULL,200.00,'','6','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(4828,'1110','61749589319','2025-06-11 00:04:30',NULL,400.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(4829,'1110','61749589319','2025-06-11 00:02:00',NULL,350.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(4830,'1110','61749589319','2025-06-11 00:03:32',NULL,251.00,'','6','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(4831,'5500','61749589319','2025-06-11 00:04:20',1001.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4832,'1000','61749589319','2025-06-11 00:04:30',1320.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4833,'4000','61749589319','2025-06-11 00:04:30',NULL,520.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(4834,'4000','61749589319','2025-06-11 00:02:00',NULL,500.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(4835,'4000','61749589319','2025-06-11 00:03:32',NULL,300.00,'','6','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(4849,'1110','31749636410','2025-06-11 13:06:54',NULL,500.00,'','3','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(4850,'5500','31749636410','2025-06-11 13:06:51',500.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4851,'1000','31749636410','2025-06-11 13:06:54',1000.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4852,'4000','31749636410','2025-06-11 13:06:54',NULL,1000.00,'','3','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(4853,'1110','31749635995','2025-06-11 13:02:52',NULL,0.00,'','3','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(4854,'1110','31749635995','2025-06-11 12:59:55',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(4855,'1110','31749635995','2025-06-11 13:02:50',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4856,'5500','31749635995','2025-06-11 13:54:35',33.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4857,'1000','31749635995','2025-06-11 13:02:52',850.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4858,'4000','31749635995','2025-06-11 13:02:52',NULL,700.00,'','3','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(4859,'4000','31749635995','2025-06-11 12:59:55',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4860,'4000','31749635995','2025-06-11 13:02:50',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4861,'1110','31749639891','2025-06-11 14:04:52',NULL,1218.00,'','3','1','Inventory sold','1','','sales','206','','No',NULL,NULL,''),(4862,'5500','31749639891','2025-06-11 14:04:51',1218.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4863,'1000','31749639891','2025-06-11 14:04:52',1800.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4864,'4000','31749639891','2025-06-11 14:04:52',NULL,1800.00,'','3','1','Good sold','1','','sales','206','','No',NULL,NULL,''),(4865,'1110','31749636236','2025-06-11 13:05:51',NULL,0.00,'','3','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(4866,'1110','31749636236','2025-06-11 13:03:57',NULL,0.00,'','3','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(4867,'1110','31749636236','2025-06-11 13:04:25',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(4868,'1110','31749636236','2025-06-11 13:05:11',NULL,350.00,'','3','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(4869,'1110','31749636236','2025-06-11 13:05:47',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(4870,'5500','31749636236','2025-06-11 14:16:44',490.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4871,'1000','31749636236','2025-06-11 13:05:51',1800.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4872,'4000','31749636236','2025-06-11 13:05:51',NULL,900.00,'','3','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(4873,'4000','31749636236','2025-06-11 13:03:57',NULL,200.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(4874,'4000','31749636236','2025-06-11 13:04:25',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(4875,'4000','31749636236','2025-06-11 13:05:11',NULL,500.00,'','3','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(4876,'4000','31749636236','2025-06-11 13:05:47',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(4885,'1110','31749646135','2025-06-11 15:48:57',NULL,500.00,'','3','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(4886,'5500','31749646135','2025-06-11 15:48:55',500.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4887,'1000','31749646135','2025-06-11 15:48:57',1000.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4888,'4000','31749646135','2025-06-11 15:48:57',NULL,1000.00,'','3','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(4889,'1110','31749644520','2025-06-11 15:22:59',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4890,'1110','31749644520','2025-06-11 15:22:00',NULL,605.00,'','3','1','Inventory sold','1','','sales','96','','No',NULL,NULL,''),(4891,'1110','31749644520','2025-06-11 15:22:28',NULL,0.00,'','3','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(4892,'1110','31749644520','2025-06-11 15:22:58',NULL,0.00,'','3','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(4893,'5500','31749644520','2025-06-11 16:04:13',638.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4894,'1000','31749644520','2025-06-11 15:22:59',1750.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4895,'4000','31749644520','2025-06-11 15:22:59',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4896,'4000','31749644520','2025-06-11 15:22:00',NULL,850.00,'','3','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(4897,'4000','31749644520','2025-06-11 15:22:28',NULL,700.00,'','3','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(4898,'4000','31749644520','2025-06-11 15:22:58',NULL,100.00,'','3','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(4899,'1110','31749650351','2025-06-11 16:59:13',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(4900,'5500','31749650351','2025-06-11 16:59:11',70.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4901,'1000','31749650351','2025-06-11 16:59:13',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4902,'4000','31749650351','2025-06-11 16:59:13',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(4903,'1110','31749650397','2025-06-11 17:00:04',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(4904,'5500','31749650397','2025-06-11 16:59:57',70.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4905,'1000','31749650397','2025-06-11 17:00:04',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4906,'4000','31749650397','2025-06-11 17:00:04',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(4907,'1000','31749651305','2025-06-11 17:15:08',300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4908,'4000','31749651305','2025-06-11 17:15:08',NULL,300.00,'','3','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4909,'1110','31749652268','2025-06-11 17:31:10',NULL,70.00,'','3','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(4910,'5500','31749652268','2025-06-11 17:31:08',70.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4911,'1000','31749652268','2025-06-11 17:31:10',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4912,'4000','31749652268','2025-06-11 17:31:10',NULL,100.00,'','3','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(4913,'1110','31749655528','2025-06-11 18:25:38',NULL,434.00,'','3','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(4914,'5500','31749655528','2025-06-11 18:25:29',434.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4915,'1000','31749655528','2025-06-11 18:25:38',600.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4916,'4000','31749655528','2025-06-11 18:25:38',NULL,600.00,'','3','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(4917,'1110','51749655817','2025-06-11 18:30:20',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(4918,'5500','51749655817','2025-06-11 18:30:17',54.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4919,'1000','51749655817','2025-06-11 18:30:20',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4920,'4000','51749655817','2025-06-11 18:30:20',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(4921,'1000','51749656025','2025-06-11 18:33:50',200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4922,'4000','51749656025','2025-06-11 18:33:50',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(4923,'1000','51749656081','2025-06-11 18:34:45',200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4924,'4000','51749656081','2025-06-11 18:34:45',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(4925,'1000','51749656155','2025-06-11 18:36:02',200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4926,'4000','51749656155','2025-06-11 18:36:02',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(4927,'1110','51749659454','2025-06-11 19:31:41',NULL,245.00,'','5','1','Inventory sold','1','','sales','204','','No',NULL,NULL,''),(4928,'1110','51749659454','2025-06-11 19:30:55',NULL,225.00,'','5','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(4929,'1110','51749659454','2025-06-11 19:31:16',NULL,245.00,'','5','1','Inventory sold','1','','sales','204','','No',NULL,NULL,''),(4930,'5500','51749659454','2025-06-11 19:31:31',715.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4931,'1000','51749659454','2025-06-11 19:31:41',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4932,'4000','51749659454','2025-06-11 19:31:41',NULL,350.00,'','5','1','Good sold','1','','sales','204','','No',NULL,NULL,''),(4933,'4000','51749659454','2025-06-11 19:30:55',NULL,300.00,'','5','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(4934,'4000','51749659454','2025-06-11 19:31:16',NULL,350.00,'','5','1','Good sold','1','','sales','204','','No',NULL,NULL,''),(4935,'1110','51749660069','2025-06-11 19:42:32',NULL,585.00,'','5','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(4936,'1110','51749660069','2025-06-11 19:41:09',NULL,162.51,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(4937,'1110','51749660069','2025-06-11 19:41:34',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4938,'5500','51749660069','2025-06-11 19:42:22',780.81,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4939,'1000','51749660069','2025-06-11 19:42:32',1250.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4940,'4000','51749660069','2025-06-11 19:42:32',NULL,850.00,'','5','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(4941,'4000','51749660069','2025-06-11 19:41:09',NULL,300.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(4942,'4000','51749660069','2025-06-11 19:41:34',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4943,'1110','51749663839','2025-06-11 20:44:02',NULL,70.00,'','5','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(4944,'5500','51749663839','2025-06-11 20:43:59',70.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4945,'1000','51749663839','2025-06-11 20:44:02',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4946,'4000','51749663839','2025-06-11 20:44:02',NULL,100.00,'','5','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(4947,'1110','51749665458','2025-06-11 21:11:00',NULL,525.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(4948,'5500','51749665458','2025-06-11 21:10:58',525.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4949,'1000','51749665458','2025-06-11 21:11:00',750.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4950,'4000','51749665458','2025-06-11 21:11:00',NULL,750.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(4951,'1110','51749665551','2025-06-11 21:12:48',NULL,710.00,'','5','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(4952,'1110','51749665551','2025-06-11 21:12:31',NULL,41.67,'','5','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(4953,'1110','51749665551','2025-06-11 21:12:42',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(4954,'5500','51749665551','2025-06-11 21:12:47',805.84,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4955,'1000','51749665551','2025-06-11 21:12:48',1200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4956,'4000','51749665551','2025-06-11 21:12:48',NULL,1000.00,'','5','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(4957,'4000','51749665551','2025-06-11 21:12:31',NULL,100.00,'','5','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(4958,'4000','51749665551','2025-06-11 21:12:42',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(4959,'1000','51749666280','2025-06-11 21:24:41',200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4960,'4000','51749666280','2025-06-11 21:24:41',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(4961,'1000','51749666335','2025-06-11 21:26:15',700.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4962,'4000','51749666335','2025-06-11 21:26:15',NULL,300.00,'','5','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4963,'4000','51749666335','2025-06-11 21:25:35',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4964,'4000','51749666335','2025-06-11 21:25:45',NULL,300.00,'','5','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(4965,'4000','51749666335','2025-06-11 21:26:01',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4966,'1110','51749666804','2025-06-11 21:33:26',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4967,'5500','51749666804','2025-06-11 21:33:24',33.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4968,'1000','51749666804','2025-06-11 21:33:26',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4969,'4000','51749666804','2025-06-11 21:33:26',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4970,'1110','51749667492','2025-06-11 21:44:54',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(4971,'5500','51749667492','2025-06-11 21:44:52',70.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4972,'1000','51749667492','2025-06-11 21:44:54',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4973,'4000','51749667492','2025-06-11 21:44:54',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(4974,'1000','51749672161','2025-06-11 23:03:07',500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4975,'4000','51749672161','2025-06-11 23:03:07',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4976,'4000','51749672161','2025-06-11 23:02:41',NULL,450.00,'','5','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(4977,'1110','51749672260','2025-06-11 23:05:30',NULL,330.00,'','5','1','Inventory sold','1','','sales','93','','No',NULL,NULL,''),(4978,'1110','51749672260','2025-06-11 23:04:20',NULL,41.67,'','5','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(4979,'5500','51749672260','2025-06-11 23:04:27',371.67,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4980,'1000','51749672260','2025-06-11 23:05:30',600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4981,'4000','51749672260','2025-06-11 23:05:30',NULL,500.00,'','5','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(4982,'4000','51749672260','2025-06-11 23:04:20',NULL,100.00,'','5','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(4983,'1110','51749678543','2025-06-12 00:50:37',NULL,690.00,'','5','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(4984,'1110','51749678543','2025-06-12 00:49:27',NULL,350.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(4985,'1110','51749678543','2025-06-12 00:49:52',NULL,490.00,'','5','1','Inventory sold','1','','sales','204','','No',NULL,NULL,''),(4986,'1110','51749678543','2025-06-12 00:50:25',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(4987,'5500','51749678543','2025-06-12 00:50:36',1563.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4988,'1000','51749678543','2025-06-12 00:50:37',2300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4989,'4000','51749678543','2025-06-12 00:50:37',NULL,1000.00,'','5','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(4990,'4000','51749678543','2025-06-12 00:49:27',NULL,500.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(4991,'4000','51749678543','2025-06-12 00:49:52',NULL,700.00,'','5','1','Good sold','1','','sales','204','','No',NULL,NULL,''),(4992,'4000','51749678543','2025-06-12 00:50:25',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(4993,'1110','51749678684','2025-06-12 00:51:26',NULL,70.00,'','5','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(4994,'5500','51749678684','2025-06-12 00:51:24',70.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4995,'1000','51749678684','2025-06-12 00:51:26',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4996,'4000','51749678684','2025-06-12 00:51:26',NULL,100.00,'','5','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(4997,'1110','51749678726','2025-06-12 00:52:13',NULL,420.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(4998,'1110','51749678726','2025-06-12 00:52:06',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(4999,'5500','51749678726','2025-06-12 00:52:12',490.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5000,'1000','51749678726','2025-06-12 00:52:13',620.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5001,'4000','51749678726','2025-06-12 00:52:13',NULL,520.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(5002,'4000','51749678726','2025-06-12 00:52:06',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(5003,'1000','51749678925','2025-06-12 00:55:26',400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5004,'4000','51749678925','2025-06-12 00:55:26',NULL,400.00,'','5','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(5005,'1000','51749678962','2025-06-12 00:56:03',50.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5006,'4000','51749678962','2025-06-12 00:56:03',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5007,'1110','51749679860','2025-06-12 01:11:01',NULL,500.00,'','5','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(5008,'5500','51749679860','2025-06-12 01:11:00',500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5009,'1000','51749679860','2025-06-12 01:11:01',1500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5010,'4000','51749679860','2025-06-12 01:11:01',NULL,1500.00,'','5','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(5011,'1110','51749679891','2025-06-12 01:11:32',NULL,500.00,'','5','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(5012,'5500','51749679891','2025-06-12 01:11:31',500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5013,'1000','51749679891','2025-06-12 01:11:32',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5014,'4000','51749679891','2025-06-12 01:11:32',NULL,1000.00,'','5','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(5015,'1110','51749679924','2025-06-12 01:12:05',NULL,500.00,'','5','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(5016,'5500','51749679924','2025-06-12 01:12:04',500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5017,'1000','51749679924','2025-06-12 01:12:05',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5018,'4000','51749679924','2025-06-12 01:12:05',NULL,1000.00,'','5','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(5019,'1110','51749679954','2025-06-12 01:12:36',NULL,500.00,'','5','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(5020,'5500','51749679954','2025-06-12 01:12:34',500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5021,'1000','51749679954','2025-06-12 01:12:36',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5022,'4000','51749679954','2025-06-12 01:12:36',NULL,1000.00,'','5','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(5023,'1110','51749679999','2025-06-12 01:13:20',NULL,500.00,'','5','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(5024,'5500','51749679999','2025-06-12 01:13:19',500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5025,'1000','51749679999','2025-06-12 01:13:20',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5026,'4000','51749679999','2025-06-12 01:13:20',NULL,1000.00,'','5','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(5027,'1110','51749680756','2025-06-12 01:25:57',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(5028,'5500','51749680756','2025-06-12 01:25:56',33.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5029,'1000','51749680756','2025-06-12 01:25:57',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5030,'4000','51749680756','2025-06-12 01:25:57',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(5031,'1110','51749680839','2025-06-12 01:27:32',NULL,330.00,'','5','1','Inventory sold','1','','sales','153','','No',NULL,NULL,''),(5032,'1110','51749680839','2025-06-12 01:27:19',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(5033,'5500','51749680839','2025-06-12 01:27:31',363.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5034,'1000','51749680839','2025-06-12 01:27:32',600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5035,'4000','51749680839','2025-06-12 01:27:32',NULL,500.00,'','5','1','Good sold','1','','sales','153','','No',NULL,NULL,''),(5036,'4000','51749680839','2025-06-12 01:27:19',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(5037,'1110','51749682025','2025-06-12 01:47:06',NULL,28.00,'','5','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(5038,'5500','51749682025','2025-06-12 01:47:05',28.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5039,'1000','51749682025','2025-06-12 01:47:06',40.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5040,'4000','51749682025','2025-06-12 01:47:06',NULL,40.00,'','5','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(5041,'1110','51749682066','2025-06-12 01:48:13',NULL,540.00,'','5','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(5042,'1110','51749682066','2025-06-12 01:47:46',NULL,900.00,'','5','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(5043,'1110','51749682066','2025-06-12 01:48:01',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(5044,'5500','51749682066','2025-06-12 01:48:12',1510.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5045,'1000','51749682066','2025-06-12 01:48:13',2200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5046,'4000','51749682066','2025-06-12 01:48:13',NULL,900.00,'','5','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(5047,'4000','51749682066','2025-06-12 01:47:46',NULL,1200.00,'','5','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(5048,'4000','51749682066','2025-06-12 01:48:01',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(5049,'1110','51749682140','2025-06-12 01:50:00',NULL,350.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(5050,'1110','51749682140','2025-06-12 01:49:00',NULL,350.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(5051,'1110','51749682140','2025-06-12 01:49:20',NULL,540.00,'','5','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(5052,'1110','51749682140','2025-06-12 01:49:39',NULL,450.00,'','5','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(5053,'5500','51749682140','2025-06-12 01:49:58',1690.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5054,'1000','51749682140','2025-06-12 01:50:00',2500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5055,'4000','51749682140','2025-06-12 01:50:00',NULL,500.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(5056,'4000','51749682140','2025-06-12 01:49:00',NULL,500.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(5057,'4000','51749682140','2025-06-12 01:49:20',NULL,900.00,'','5','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(5058,'4000','51749682140','2025-06-12 01:49:39',NULL,600.00,'','5','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(5059,'1110','51749683261','2025-06-12 02:08:09',NULL,525.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(5060,'1110','51749683261','2025-06-12 02:07:42',NULL,450.00,'','5','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(5061,'1110','51749683261','2025-06-12 02:07:59',NULL,180.00,'','5','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(5062,'5500','51749683261','2025-06-12 02:08:07',1155.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5063,'1000','51749683261','2025-06-12 02:08:09',1650.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5064,'4000','51749683261','2025-06-12 02:08:09',NULL,750.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(5065,'4000','51749683261','2025-06-12 02:07:42',NULL,600.00,'','5','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(5066,'4000','51749683261','2025-06-12 02:07:59',NULL,300.00,'','5','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(5067,'1110','31749727100','2025-06-12 14:18:22',NULL,175.00,'','3','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(5068,'5500','31749727100','2025-06-12 14:18:20',175.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5069,'1000','31749727100','2025-06-12 14:18:22',250.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5070,'4000','31749727100','2025-06-12 14:18:22',NULL,250.00,'','3','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(5071,'1110','31749730149','2025-06-12 15:09:10',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(5072,'5500','31749730149','2025-06-12 15:09:09',70.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5073,'1000','31749730149','2025-06-12 15:09:10',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5074,'4000','31749730149','2025-06-12 15:09:10',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(5075,'1110','51749736152','2025-06-12 16:49:56',NULL,41.67,'','5','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(5076,'1110','51749736152','2025-06-12 16:49:12',NULL,108.34,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(5077,'1110','51749736152','2025-06-12 16:49:21',NULL,710.00,'','5','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(5078,'5500','51749736152','2025-06-12 16:49:54',860.01,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5079,'1000','51749736152','2025-06-12 16:49:56',1300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5080,'4000','51749736152','2025-06-12 16:49:56',NULL,100.00,'','5','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(5081,'4000','51749736152','2025-06-12 16:49:12',NULL,200.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(5082,'4000','51749736152','2025-06-12 16:49:21',NULL,1000.00,'','5','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(5085,'1110','31749739499','2025-06-12 17:45:01',NULL,0.00,'','3','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5086,'1110','31749739499','2025-06-12 17:44:59',NULL,74.00,'','3','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(5087,'5500','31749739499','2025-06-12 18:38:00',74.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5088,'1000','31749739499','2025-06-12 17:45:01',200.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5089,'4000','31749739499','2025-06-12 17:45:01',NULL,100.00,'','3','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5090,'4000','31749739499','2025-06-12 17:44:59',NULL,100.00,'','3','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(5115,'1110','51749750785','2025-06-12 20:53:07',NULL,28.00,'','5','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(5116,'5500','51749750785','2025-06-12 20:53:05',28.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5117,'1000','51749750785','2025-06-12 20:53:07',40.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5118,'4000','51749750785','2025-06-12 20:53:07',NULL,40.00,'','5','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(5119,'1110','61749747176','2025-06-12 19:53:08',NULL,148.00,'','6','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(5120,'1110','61749747176','2025-06-12 19:52:56',NULL,34.00,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(5121,'1110','61749747176','2025-06-12 20:08:25',NULL,5.00,'','6','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(5122,'1110','61749747176','2025-06-12 20:08:48',NULL,74.00,'','6','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(5123,'1110','61749747176','2025-06-12 20:43:19',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(5124,'1110','61749747176','2025-06-12 20:43:36',NULL,34.00,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(5125,'5500','61749747176','2025-06-12 21:08:17',349.17,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5126,'1000','61749747176','2025-06-12 19:53:08',510.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5127,'4000','61749747176','2025-06-12 19:53:08',NULL,200.00,'','6','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(5128,'4000','61749747176','2025-06-12 19:52:56',NULL,50.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(5129,'4000','61749747176','2025-06-12 20:08:25',NULL,10.00,'','6','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(5130,'4000','61749747176','2025-06-12 20:08:48',NULL,100.00,'','6','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(5131,'4000','61749747176','2025-06-12 20:43:19',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(5132,'4000','61749747176','2025-06-12 20:43:36',NULL,50.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(5133,'1110','61749753267','2025-06-12 21:34:28',NULL,500.00,'','6','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(5134,'5500','61749753267','2025-06-12 21:34:27',500.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5135,'1000','61749753267','2025-06-12 21:34:28',1500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5136,'4000','61749753267','2025-06-12 21:34:28',NULL,1500.00,'','6','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(5137,'1110','41749754225','2025-06-12 21:50:36',NULL,420.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(5138,'1110','41749754225','2025-06-12 21:50:25',NULL,180.00,'','4','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(5139,'5500','41749754225','2025-06-12 21:50:35',600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5140,'1000','41749754225','2025-06-12 21:50:36',820.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5141,'4000','41749754225','2025-06-12 21:50:36',NULL,520.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(5142,'4000','41749754225','2025-06-12 21:50:25',NULL,300.00,'','4','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(5143,'1110','41749755164','2025-06-12 22:07:23',NULL,970.00,'','4','1','Inventory sold','1','','sales','108','','No',NULL,NULL,''),(5144,'1110','41749755164','2025-06-12 22:06:04',NULL,185.00,'','4','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(5145,'1110','41749755164','2025-06-12 22:06:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(5146,'1110','41749755164','2025-06-12 22:07:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(5147,'5500','41749755164','2025-06-12 22:07:22',1155.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5148,'1000','41749755164','2025-06-12 22:07:23',2600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5149,'4000','41749755164','2025-06-12 22:07:23',NULL,1300.00,'','4','1','Good sold','1','','sales','108','','No',NULL,NULL,''),(5150,'4000','41749755164','2025-06-12 22:06:04',NULL,300.00,'','4','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(5151,'4000','41749755164','2025-06-12 22:06:11',NULL,800.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(5152,'4000','41749755164','2025-06-12 22:07:10',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(5153,'1110','61749756820','2025-06-12 22:34:53',NULL,0.00,'','6','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(5154,'1110','61749756820','2025-06-12 22:33:40',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(5155,'1110','61749756820','2025-06-12 22:34:03',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(5156,'1110','61749756820','2025-06-12 22:34:20',NULL,500.00,'','6','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(5157,'5500','61749756820','2025-06-12 22:34:38',570.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5158,'1000','61749756820','2025-06-12 22:34:53',2000.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5159,'4000','61749756820','2025-06-12 22:34:53',NULL,350.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(5160,'4000','61749756820','2025-06-12 22:33:40',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5161,'4000','61749756820','2025-06-12 22:34:03',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(5162,'4000','61749756820','2025-06-12 22:34:20',NULL,1500.00,'','6','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(5163,'1000','41749756979','2025-06-12 22:36:28',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5164,'4000','41749756979','2025-06-12 22:36:28',NULL,100.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5165,'4000','41749756979','2025-06-12 22:36:19',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5166,'1110','41749757284','2025-06-12 22:41:43',NULL,70.00,'','4','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(5167,'5500','41749757284','2025-06-12 22:41:24',70.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5168,'1000','41749757284','2025-06-12 22:41:43',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5169,'4000','41749757284','2025-06-12 22:41:43',NULL,100.00,'','4','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(5170,'1000','51749758695','2025-06-12 23:05:13',450.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5171,'4000','51749758695','2025-06-12 23:05:13',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5172,'4000','51749758695','2025-06-12 23:04:55',NULL,400.00,'','5','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(5173,'1000','51749759374','2025-06-12 23:16:15',50.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5174,'4000','51749759374','2025-06-12 23:16:15',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5175,'1110','51749759399','2025-06-12 23:16:40',NULL,42.00,'','5','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(5176,'5500','51749759399','2025-06-12 23:16:39',42.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5177,'1000','51749759399','2025-06-12 23:16:40',60.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5178,'4000','51749759399','2025-06-12 23:16:40',NULL,60.00,'','5','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(5179,'1000','61749759816','2025-06-12 23:23:49',120.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5180,'4000','61749759816','2025-06-12 23:23:49',NULL,120.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5181,'1110','51749762352','2025-06-13 00:05:53',NULL,200.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(5182,'5500','51749762352','2025-06-13 00:05:52',200.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5183,'1000','51749762352','2025-06-13 00:05:53',260.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5184,'4000','51749762352','2025-06-13 00:05:53',NULL,260.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(5185,'1110','51749764624','2025-06-13 00:43:45',NULL,1300.00,'','5','1','Inventory sold','1','','sales','216','','No',NULL,NULL,''),(5186,'5500','51749764624','2025-06-13 00:43:44',1300.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5187,'1000','51749764624','2025-06-13 00:43:45',1800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5188,'4000','51749764624','2025-06-13 00:43:45',NULL,1800.00,'','5','1','Good sold','1','','sales','216','','No',NULL,NULL,''),(5189,'1000','51749764676','2025-06-13 00:44:44',350.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5190,'4000','51749764676','2025-06-13 00:44:44',NULL,300.00,'','5','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(5191,'4000','51749764676','2025-06-13 00:44:36',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5192,'1110','171749770131','2025-06-13 05:31:14',NULL,700.00,'','17','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(5193,'1110','171749770131','2025-06-13 02:15:31',NULL,14.00,'','17','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(5194,'1110','171749770131','2025-06-13 02:15:54',NULL,2000.00,'','17','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(5195,'1110','171749770131','2025-06-13 02:17:17',NULL,700.00,'','17','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(5196,'1110','171749770131','2025-06-13 02:24:07',NULL,700.00,'','17','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(5197,'1110','171749770131','2025-06-13 02:58:16',NULL,14.00,'','17','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(5198,'1110','171749770131','2025-06-13 03:12:54',NULL,525.00,'','17','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(5199,'1110','171749770131','2025-06-13 03:50:19',NULL,14.00,'','17','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(5200,'1110','171749770131','2025-06-13 03:57:04',NULL,700.00,'','17','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(5201,'1110','171749770131','2025-06-13 04:32:20',NULL,700.00,'','17','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(5202,'1110','171749770131','2025-06-13 04:56:36',NULL,14.00,'','17','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(5203,'1110','171749770131','2025-06-13 04:56:53',NULL,14.00,'','17','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(5204,'5500','171749770131','2025-06-13 05:31:08',6095.00,NULL,'','17','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5205,'1000','171749770131','2025-06-13 05:31:14',9850.00,NULL,'','17','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5206,'4000','171749770131','2025-06-13 05:31:14',NULL,1000.00,'','17','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(5207,'4000','171749770131','2025-06-13 02:15:31',NULL,20.00,'','17','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(5208,'4000','171749770131','2025-06-13 02:15:54',NULL,4000.00,'','17','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(5209,'4000','171749770131','2025-06-13 02:17:17',NULL,1000.00,'','17','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(5210,'4000','171749770131','2025-06-13 02:24:07',NULL,1000.00,'','17','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(5211,'4000','171749770131','2025-06-13 02:58:16',NULL,20.00,'','17','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(5212,'4000','171749770131','2025-06-13 03:12:54',NULL,750.00,'','17','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(5213,'4000','171749770131','2025-06-13 03:50:19',NULL,20.00,'','17','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(5214,'4000','171749770131','2025-06-13 03:57:04',NULL,1000.00,'','17','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(5215,'4000','171749770131','2025-06-13 04:32:20',NULL,1000.00,'','17','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(5216,'4000','171749770131','2025-06-13 04:56:36',NULL,20.00,'','17','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(5217,'4000','171749770131','2025-06-13 04:56:53',NULL,20.00,'','17','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(5218,'1110','171749782353','2025-06-13 07:02:57',NULL,700.00,'','17','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(5219,'1110','171749782353','2025-06-13 05:39:13',NULL,175.00,'','17','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(5220,'1110','171749782353','2025-06-13 05:47:41',NULL,175.00,'','17','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(5221,'1110','171749782353','2025-06-13 05:50:32',NULL,34.00,'','17','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(5222,'1110','171749782353','2025-06-13 05:56:51',NULL,14.00,'','17','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(5223,'1110','171749782353','2025-06-13 06:04:03',NULL,350.00,'','17','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(5224,'1110','171749782353','2025-06-13 06:09:17',NULL,406.00,'','17','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(5225,'1110','171749782353','2025-06-13 06:33:08',NULL,14.00,'','17','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(5226,'1110','171749782353','2025-06-13 06:45:48',NULL,5.00,'','17','1','Inventory sold','1','','sales','243','','No',NULL,NULL,''),(5227,'1110','171749782353','2025-06-13 06:47:51',NULL,175.00,'','17','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(5228,'1110','171749782353','2025-06-13 06:57:58',NULL,175.00,'','17','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(5229,'1110','171749782353','2025-06-13 06:59:00',NULL,34.00,'','17','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(5230,'5500','171749782353','2025-06-13 07:02:47',2257.00,NULL,'','17','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5231,'1000','171749782353','2025-06-13 07:02:57',3250.00,NULL,'','17','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5232,'4000','171749782353','2025-06-13 07:02:57',NULL,1000.00,'','17','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(5233,'4000','171749782353','2025-06-13 05:39:13',NULL,250.00,'','17','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(5234,'4000','171749782353','2025-06-13 05:47:41',NULL,250.00,'','17','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(5235,'4000','171749782353','2025-06-13 05:50:32',NULL,50.00,'','17','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(5236,'4000','171749782353','2025-06-13 05:56:51',NULL,20.00,'','17','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(5237,'4000','171749782353','2025-06-13 06:04:03',NULL,500.00,'','17','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(5238,'4000','171749782353','2025-06-13 06:09:17',NULL,600.00,'','17','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(5239,'4000','171749782353','2025-06-13 06:33:08',NULL,20.00,'','17','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(5240,'4000','171749782353','2025-06-13 06:45:48',NULL,10.00,'','17','1','Good sold','1','','sales','243','','No',NULL,NULL,''),(5241,'4000','171749782353','2025-06-13 06:47:51',NULL,250.00,'','17','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(5242,'4000','171749782353','2025-06-13 06:57:58',NULL,250.00,'','17','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(5243,'4000','171749782353','2025-06-13 06:59:00',NULL,50.00,'','17','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(5258,'1110','31749805472','2025-06-13 12:08:56',NULL,500.00,'','3','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(5259,'1110','31749805472','2025-06-13 12:04:32',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(5260,'1110','31749805472','2025-06-13 12:07:34',NULL,360.00,'','3','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(5261,'1110','31749805472','2025-06-13 12:07:57',NULL,0.00,'','3','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(5262,'1110','31749805472','2025-06-13 12:08:31',NULL,0.00,'','3','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(5263,'1110','31749805472','2025-06-13 12:08:44',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(5264,'1110','31749805472','2025-06-13 12:08:53',NULL,0.00,'','3','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(5265,'5500','31749805472','2025-06-13 12:17:11',893.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5266,'1000','31749805472','2025-06-13 12:08:56',2850.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5267,'4000','31749805472','2025-06-13 12:08:56',NULL,1000.00,'','3','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(5268,'4000','31749805472','2025-06-13 12:04:32',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(5269,'4000','31749805472','2025-06-13 12:07:34',NULL,600.00,'','3','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(5270,'4000','31749805472','2025-06-13 12:07:57',NULL,900.00,'','3','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(5271,'4000','31749805472','2025-06-13 12:08:31',NULL,100.00,'','3','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(5272,'4000','31749805472','2025-06-13 12:08:44',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5273,'4000','31749805472','2025-06-13 12:08:53',NULL,100.00,'','3','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(5274,'1110','31749812077','2025-06-13 13:55:13',NULL,605.00,'','3','1','Inventory sold','1','','sales','96','','No',NULL,NULL,''),(5275,'1110','31749812077','2025-06-13 13:54:37',NULL,340.00,'','3','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(5276,'1110','31749812077','2025-06-13 13:54:59',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(5277,'5500','31749812077','2025-06-13 13:55:12',978.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5278,'1000','31749812077','2025-06-13 13:55:13',1450.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5279,'4000','31749812077','2025-06-13 13:55:13',NULL,850.00,'','3','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(5280,'4000','31749812077','2025-06-13 13:54:37',NULL,500.00,'','3','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(5281,'4000','31749812077','2025-06-13 13:54:59',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(5282,'1000','31749813132','2025-06-13 14:12:29',300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5283,'4000','31749813132','2025-06-13 14:12:29',NULL,100.00,'','3','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(5284,'4000','31749813132','2025-06-13 14:12:12',NULL,100.00,'','3','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5285,'4000','31749813132','2025-06-13 14:12:23',NULL,100.00,'','3','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5286,'1110','31749814713','2025-06-13 14:38:34',NULL,210.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(5287,'5500','31749814713','2025-06-13 14:38:33',210.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5288,'1000','31749814713','2025-06-13 14:38:34',300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5289,'4000','31749814713','2025-06-13 14:38:34',NULL,300.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(5290,'1110','31749814763','2025-06-13 14:39:24',NULL,210.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(5291,'5500','31749814763','2025-06-13 14:39:23',210.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5292,'1000','31749814763','2025-06-13 14:39:24',300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5293,'4000','31749814763','2025-06-13 14:39:24',NULL,300.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(5294,'1110','31749818346','2025-06-13 15:39:26',NULL,230.00,'','3','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(5295,'1110','31749818346','2025-06-13 15:39:06',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(5296,'1110','31749818346','2025-06-13 15:39:20',NULL,0.00,'','3','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(5297,'5500','31749818346','2025-06-13 15:39:25',230.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5298,'1000','31749818346','2025-06-13 15:39:26',450.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5299,'4000','31749818346','2025-06-13 15:39:26',NULL,300.00,'','3','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(5300,'4000','31749818346','2025-06-13 15:39:06',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5301,'4000','31749818346','2025-06-13 15:39:20',NULL,100.00,'','3','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(5302,'1110','61749822807','2025-06-13 16:53:51',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(5303,'5500','61749822807','2025-06-13 16:53:27',70.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5304,'1000','61749822807','2025-06-13 16:53:51',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5305,'4000','61749822807','2025-06-13 16:53:51',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(5306,'1110','41749822997','2025-06-13 16:56:38',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(5307,'5500','41749822997','2025-06-13 16:56:37',70.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5308,'1000','41749822997','2025-06-13 16:56:38',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5309,'4000','41749822997','2025-06-13 16:56:38',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(5315,'1110','41749823144','2025-06-13 16:59:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(5316,'1110','41749823144','2025-06-13 16:59:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(5317,'1110','41749823144','2025-06-13 16:59:13',NULL,599.00,'','4','1','Inventory sold','1','','sales','125','','No',NULL,NULL,''),(5318,'1110','41749823144','2025-06-13 17:06:21',NULL,83.34,'','4','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(5319,'5500','41749823144','2025-06-13 17:06:32',682.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5320,'1000','41749823144','2025-06-13 16:59:16',2050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5321,'4000','41749823144','2025-06-13 16:59:16',NULL,900.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(5322,'4000','41749823144','2025-06-13 16:59:04',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5323,'4000','41749823144','2025-06-13 16:59:13',NULL,900.00,'','4','1','Good sold','1','','sales','125','','No',NULL,NULL,''),(5324,'4000','41749823144','2025-06-13 17:06:21',NULL,200.00,'','4','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(5333,'1110','41749824053','2025-06-13 17:14:14',NULL,10.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(5334,'5500','41749824053','2025-06-13 17:14:13',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5335,'1000','41749824053','2025-06-13 17:14:14',20.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5336,'4000','41749824053','2025-06-13 17:14:14',NULL,20.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(5355,'1000','81749825276','2025-06-13 17:35:55',850.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5356,'4000','81749825276','2025-06-13 17:35:55',NULL,700.00,'','8','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(5357,'4000','81749825276','2025-06-13 17:34:37',NULL,50.00,'','8','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5358,'4000','81749825276','2025-06-13 17:35:20',NULL,100.00,'','8','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(5363,'1000','81749827140','2025-06-13 18:05:49',800.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5364,'4000','81749827140','2025-06-13 18:05:49',NULL,800.00,'','8','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(5381,'1110','81749828800','2025-06-13 18:33:51',NULL,1300.00,'','8','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(5382,'1110','81749828800','2025-06-13 18:33:20',NULL,70.00,'','8','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(5383,'1110','81749828800','2025-06-13 18:33:35',NULL,230.00,'','8','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(5384,'5500','81749828800','2025-06-13 18:33:47',1600.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5385,'1000','81749828800','2025-06-13 18:33:51',2200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5386,'4000','81749828800','2025-06-13 18:33:51',NULL,1800.00,'','8','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(5387,'4000','81749828800','2025-06-13 18:33:20',NULL,100.00,'','8','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(5388,'4000','81749828800','2025-06-13 18:33:35',NULL,300.00,'','8','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(5409,'1110','31749054544','2025-06-04 19:52:16',NULL,180.00,'','3','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(5410,'1110','31749054544','2025-06-04 19:29:05',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(5411,'1110','31749054544','2025-06-04 19:33:11',NULL,210.00,'','3','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(5412,'1110','31749054544','2025-06-04 19:33:51',NULL,66.66,'','3','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(5413,'1110','31749054544','2025-06-04 19:34:16',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(5414,'1110','31749054544','2025-06-04 19:34:36',NULL,0.00,'','3','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(5415,'1110','31749054544','2025-06-04 19:41:08',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(5416,'1110','31749054544','2025-06-04 19:41:24',NULL,0.00,'','3','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(5417,'1110','31749054544','2025-06-04 19:41:47',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(5418,'1110','31749054544','2025-06-04 19:42:18',NULL,200.00,'','3','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(5419,'1110','31749054544','2025-06-04 19:43:02',NULL,185.00,'','3','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(5420,'1110','31749054544','2025-06-04 19:46:42',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(5421,'1110','31749054544','2025-06-04 19:46:58',NULL,0.00,'','3','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(5422,'1110','31749054544','2025-06-04 19:47:04',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(5423,'1110','31749054544','2025-06-04 19:47:30',NULL,379.19,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(5424,'1110','31749054544','2025-06-04 19:48:49',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(5425,'1110','31749054544','2025-06-04 19:48:55',NULL,33.33,'','3','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(5426,'1110','31749054544','2025-06-04 19:49:08',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(5427,'1110','31749054544','2025-06-04 19:49:28',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(5428,'1110','31749054544','2025-06-04 19:49:45',NULL,210.00,'','3','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(5429,'1110','31749054544','2025-06-04 19:50:09',NULL,8.00,'','3','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(5430,'1110','31749054544','2025-06-04 19:50:29',NULL,8.00,'','3','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(5431,'1110','31749054544','2025-06-04 19:50:35',NULL,0.00,'','3','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(5432,'1110','31749054544','2025-06-04 19:51:15',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(5433,'1110','31749054544','2025-06-04 19:51:26',NULL,0.00,'','3','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(5434,'1110','31749054544','2025-06-04 19:51:54',NULL,33.33,'','3','1','Inventory sold','1','','sales','165','','No',NULL,NULL,''),(5435,'1110','31749054544','2025-06-04 19:52:13',NULL,0.00,'','3','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(5436,'5500','31749054544','2025-06-05 16:41:49',1971.85,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5437,'1000','31749054544','2025-06-04 19:52:16',5954.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5438,'4000','31749054544','2025-06-04 19:52:16',NULL,300.00,'','3','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(5439,'4000','31749054544','2025-06-04 19:29:05',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(5440,'4000','31749054544','2025-06-04 19:33:11',NULL,260.00,'','3','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(5441,'4000','31749054544','2025-06-04 19:33:51',NULL,200.00,'','3','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(5442,'4000','31749054544','2025-06-04 19:34:16',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(5443,'4000','31749054544','2025-06-04 19:34:36',NULL,900.00,'','3','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(5444,'4000','31749054544','2025-06-04 19:41:08',NULL,100.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5445,'4000','31749054544','2025-06-04 19:41:24',NULL,100.00,'','3','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(5446,'4000','31749054544','2025-06-04 19:41:47',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(5447,'4000','31749054544','2025-06-04 19:42:18',NULL,260.00,'','3','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(5448,'4000','31749054544','2025-06-04 19:43:02',NULL,300.00,'','3','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(5449,'4000','31749054544','2025-06-04 19:46:42',NULL,100.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5450,'4000','31749054544','2025-06-04 19:46:58',NULL,100.00,'','3','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(5451,'4000','31749054544','2025-06-04 19:47:04',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(5452,'4000','31749054544','2025-06-04 19:47:30',NULL,700.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(5453,'4000','31749054544','2025-06-04 19:48:49',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(5454,'4000','31749054544','2025-06-04 19:48:55',NULL,100.00,'','3','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(5455,'4000','31749054544','2025-06-04 19:49:08',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(5456,'4000','31749054544','2025-06-04 19:49:28',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(5457,'4000','31749054544','2025-06-04 19:49:45',NULL,260.00,'','3','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(5458,'4000','31749054544','2025-06-04 19:50:09',NULL,12.00,'','3','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(5459,'4000','31749054544','2025-06-04 19:50:29',NULL,12.00,'','3','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(5460,'4000','31749054544','2025-06-04 19:50:35',NULL,100.00,'','3','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(5461,'4000','31749054544','2025-06-04 19:51:15',NULL,150.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5462,'4000','31749054544','2025-06-04 19:51:26',NULL,600.00,'','3','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(5463,'4000','31749054544','2025-06-04 19:51:54',NULL,100.00,'','3','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(5464,'4000','31749054544','2025-06-04 19:52:13',NULL,600.00,'','3','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(5473,'1110','161749829959','2025-06-13 18:53:04',NULL,525.00,'','16','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(5474,'5500','161749829959','2025-06-13 18:52:39',525.00,NULL,'','16','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5475,'1000','161749829959','2025-06-13 18:53:04',750.00,NULL,'','16','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5476,'4000','161749829959','2025-06-13 18:53:04',NULL,750.00,'','16','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(5477,'1110','81749830059','2025-06-13 18:56:05',NULL,1175.00,'','8','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(5478,'1110','81749830059','2025-06-13 18:54:19',NULL,180.00,'','8','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(5479,'1110','81749830059','2025-06-13 18:54:52',NULL,33.30,'','8','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(5480,'5500','81749830059','2025-06-13 18:56:04',1388.30,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5481,'1000','81749830059','2025-06-13 18:56:05',2200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5482,'4000','81749830059','2025-06-13 18:56:05',NULL,1800.00,'','8','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(5483,'4000','81749830059','2025-06-13 18:54:19',NULL,300.00,'','8','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(5484,'4000','81749830059','2025-06-13 18:54:52',NULL,100.00,'','8','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(5485,'1110','31749830284','2025-06-13 18:59:26',NULL,345.00,'','3','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(5486,'1110','31749830284','2025-06-13 18:58:18',NULL,345.00,'','3','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(5487,'1110','31749830284','2025-06-13 18:58:41',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(5488,'1110','31749830284','2025-06-13 18:59:00',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(5489,'5500','31749830284','2025-06-13 18:59:24',793.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5490,'1000','31749830284','2025-06-13 18:59:26',1200.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5491,'4000','31749830284','2025-06-13 18:59:26',NULL,500.00,'','3','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(5492,'4000','31749830284','2025-06-13 18:58:18',NULL,500.00,'','3','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(5493,'4000','31749830284','2025-06-13 18:58:41',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(5494,'4000','31749830284','2025-06-13 18:59:00',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(5495,'1110','31749825091','2025-06-13 17:33:14',NULL,0.00,'','3','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(5496,'1110','31749825091','2025-06-13 17:31:31',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(5497,'1110','31749825091','2025-06-13 17:31:45',NULL,680.00,'','3','1','Inventory sold','1','','sales','214','','No',NULL,NULL,''),(5498,'1110','31749825091','2025-06-13 17:32:37',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(5499,'1110','31749825091','2025-06-13 17:32:54',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(5500,'1110','31749825091','2025-06-13 17:33:09',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(5501,'5500','31749825091','2025-06-13 19:04:36',853.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5502,'1000','31749825091','2025-06-13 17:33:14',2300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5503,'4000','31749825091','2025-06-13 17:33:14',NULL,900.00,'','3','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(5504,'4000','31749825091','2025-06-13 17:31:31',NULL,200.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5505,'4000','31749825091','2025-06-13 17:31:45',NULL,900.00,'','3','1','Good sold','1','','sales','214','','No',NULL,NULL,''),(5506,'4000','31749825091','2025-06-13 17:32:37',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(5507,'4000','31749825091','2025-06-13 17:32:54',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(5508,'4000','31749825091','2025-06-13 17:33:09',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(5509,'1000','31749831035','2025-06-13 19:10:43',1200.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5510,'4000','31749831035','2025-06-13 19:10:43',NULL,1200.00,'','3','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(5543,'1110','61749831290','2025-06-13 19:15:06',NULL,222.00,'','6','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(5544,'5500','61749831290','2025-06-13 19:14:51',222.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5545,'1000','61749831290','2025-06-13 19:15:06',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5546,'4000','61749831290','2025-06-13 19:15:06',NULL,300.00,'','6','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(5547,'1000','81749831507','2025-06-13 19:18:52',700.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5548,'4000','81749831507','2025-06-13 19:18:52',NULL,600.00,'','8','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(5549,'4000','81749831507','2025-06-13 19:18:27',NULL,100.00,'','8','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5582,'1110','81749832075','2025-06-13 19:27:57',NULL,585.00,'','8','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(5583,'5500','81749832075','2025-06-13 19:27:55',585.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5584,'1000','81749832075','2025-06-13 19:27:57',850.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5585,'4000','81749832075','2025-06-13 19:27:57',NULL,850.00,'','8','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(5586,'1110','61749833060','2025-06-13 19:44:24',NULL,28.00,'','6','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(5587,'5500','61749833060','2025-06-13 19:44:20',28.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5588,'1000','61749833060','2025-06-13 19:44:24',40.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5589,'4000','61749833060','2025-06-13 19:44:24',NULL,40.00,'','6','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(5590,'1110','51749833289','2025-06-13 19:48:10',NULL,350.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(5591,'5500','51749833289','2025-06-13 19:48:09',350.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5592,'1000','51749833289','2025-06-13 19:48:10',500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5593,'4000','51749833289','2025-06-13 19:48:10',NULL,500.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(5594,'1000','51749834342','2025-06-13 20:06:00',1800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5595,'4000','51749834342','2025-06-13 20:06:00',NULL,200.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5596,'4000','51749834342','2025-06-13 20:05:42',NULL,1600.00,'','5','1','Good sold','1','','sales','81','','No',NULL,NULL,''),(5655,'1110','61749826737','2025-06-13 18:03:13',NULL,0.00,'','6','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(5656,'1110','61749826737','2025-06-13 17:58:58',NULL,0.00,'','6','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(5657,'1110','61749826737','2025-06-13 17:59:32',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(5658,'1110','61749826737','2025-06-13 17:59:46',NULL,250.00,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(5659,'1110','61749826737','2025-06-13 19:13:53',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(5660,'5500','61749826737','2025-06-13 20:14:06',283.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5661,'1000','61749826737','2025-06-13 18:03:13',2350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5662,'4000','61749826737','2025-06-13 18:03:13',NULL,1400.00,'','6','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(5663,'4000','61749826737','2025-06-13 17:58:58',NULL,400.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(5664,'4000','61749826737','2025-06-13 17:59:32',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5665,'4000','61749826737','2025-06-13 17:59:46',NULL,400.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(5666,'4000','61749826737','2025-06-13 19:13:53',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(5667,'1110','41749823051','2025-06-13 16:57:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5668,'1110','41749823051','2025-06-13 16:57:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5669,'1110','41749823051','2025-06-13 17:07:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(5670,'1110','41749823051','2025-06-13 17:12:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(5671,'1110','41749823051','2025-06-13 17:12:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5672,'1110','41749823051','2025-06-13 17:21:07',NULL,1400.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(5673,'1110','41749823051','2025-06-13 18:25:08',NULL,14.00,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(5674,'1110','41749823051','2025-06-13 18:25:22',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(5675,'1110','41749823051','2025-06-13 18:36:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5676,'1110','41749823051','2025-06-13 18:37:05',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(5677,'1110','41749823051','2025-06-13 19:12:50',NULL,350.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(5678,'1110','41749823051','2025-06-13 19:25:50',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(5679,'1110','41749823051','2025-06-13 20:12:16',NULL,10.00,'','4','1','Inventory sold','1','','sales','243','','No',NULL,NULL,''),(5680,'1110','41749823051','2025-06-13 20:12:27',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(5681,'1110','41749823051','2025-06-13 20:13:03',NULL,56.00,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(5682,'5500','41749823051','2025-06-13 20:26:28',2283.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5683,'1000','41749823051','2025-06-13 16:57:32',5920.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5684,'4000','41749823051','2025-06-13 16:57:32',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5685,'4000','41749823051','2025-06-13 16:57:31',NULL,200.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5686,'4000','41749823051','2025-06-13 17:07:14',NULL,1800.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(5687,'4000','41749823051','2025-06-13 17:12:41',NULL,300.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5688,'4000','41749823051','2025-06-13 17:12:55',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5689,'4000','41749823051','2025-06-13 17:21:07',NULL,2000.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(5690,'4000','41749823051','2025-06-13 18:25:08',NULL,20.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(5691,'4000','41749823051','2025-06-13 18:25:22',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(5692,'4000','41749823051','2025-06-13 18:36:49',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5693,'4000','41749823051','2025-06-13 18:37:05',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(5694,'4000','41749823051','2025-06-13 19:12:50',NULL,500.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(5695,'4000','41749823051','2025-06-13 19:25:50',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(5696,'4000','41749823051','2025-06-13 20:12:16',NULL,20.00,'','4','1','Good sold','1','','sales','243','','No',NULL,NULL,''),(5697,'4000','41749823051','2025-06-13 20:12:27',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(5698,'4000','41749823051','2025-06-13 20:13:03',NULL,80.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(5699,'1110','41749835774','2025-06-13 20:29:36',NULL,500.00,'','4','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(5700,'5500','41749835774','2025-06-13 20:29:34',500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5701,'1000','41749835774','2025-06-13 20:29:36',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5702,'4000','41749835774','2025-06-13 20:29:36',NULL,1000.00,'','4','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(5703,'1110','41749836676','2025-06-13 20:44:37',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(5704,'5500','41749836676','2025-06-13 20:44:36',70.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5705,'1000','41749836676','2025-06-13 20:44:37',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5706,'4000','41749836676','2025-06-13 20:44:37',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(5707,'1110','81749836997','2025-06-13 20:50:16',NULL,175.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(5708,'1110','81749836997','2025-06-13 20:49:58',NULL,33.30,'','8','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(5709,'5500','81749836997','2025-06-13 20:50:14',208.30,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5710,'1000','81749836997','2025-06-13 20:50:16',350.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5711,'4000','81749836997','2025-06-13 20:50:16',NULL,250.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(5712,'4000','81749836997','2025-06-13 20:49:58',NULL,100.00,'','8','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(5713,'1000','81749837161','2025-06-13 20:53:03',850.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5714,'4000','81749837161','2025-06-13 20:53:03',NULL,800.00,'','8','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(5715,'4000','81749837161','2025-06-13 20:52:42',NULL,50.00,'','8','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5716,'1000','81749837966','2025-06-13 21:06:08',400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5717,'4000','81749837966','2025-06-13 21:06:08',NULL,400.00,'','8','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(5718,'1110','81749838019','2025-06-13 21:07:02',NULL,175.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(5719,'5500','81749838019','2025-06-13 21:06:59',175.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5720,'1000','81749838019','2025-06-13 21:07:02',250.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5721,'4000','81749838019','2025-06-13 21:07:02',NULL,250.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(5722,'1110','51749838067','2025-06-13 21:07:49',NULL,16.00,'','5','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(5723,'5500','51749838067','2025-06-13 21:07:47',16.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5724,'1000','51749838067','2025-06-13 21:07:49',30.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5725,'4000','51749838067','2025-06-13 21:07:49',NULL,30.00,'','5','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(5726,'1000','81749838193','2025-06-13 21:09:54',240.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5727,'4000','81749838193','2025-06-13 21:09:54',NULL,240.00,'','8','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5728,'1110','81749838228','2025-06-13 21:10:31',NULL,33.30,'','8','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(5729,'5500','81749838228','2025-06-13 21:10:28',33.30,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5730,'1000','81749838228','2025-06-13 21:10:31',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5731,'4000','81749838228','2025-06-13 21:10:31',NULL,100.00,'','8','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(5732,'1110','41749838376','2025-06-13 21:13:33',NULL,700.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(5733,'1110','41749838376','2025-06-13 21:12:56',NULL,970.00,'','4','1','Inventory sold','1','','sales','105','','No',NULL,NULL,''),(5734,'5500','41749838376','2025-06-13 21:13:08',1670.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5735,'1000','41749838376','2025-06-13 21:13:33',2300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5736,'4000','41749838376','2025-06-13 21:13:33',NULL,1000.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(5737,'4000','41749838376','2025-06-13 21:12:56',NULL,1300.00,'','4','1','Good sold','1','','sales','105','','No',NULL,NULL,''),(5738,'1110','41749838772','2025-06-13 21:19:34',NULL,500.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(5739,'5500','41749838772','2025-06-13 21:19:32',500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5740,'1000','41749838772','2025-06-13 21:19:34',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5741,'4000','41749838772','2025-06-13 21:19:34',NULL,1500.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(5766,'1110','41749839484','2025-06-13 21:31:25',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(5767,'5500','41749839484','2025-06-13 21:31:24',175.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5768,'1000','41749839484','2025-06-13 21:31:25',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5769,'4000','41749839484','2025-06-13 21:31:25',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(5770,'1110','41749839743','2025-06-13 21:35:44',NULL,2000.00,'','4','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(5771,'5500','41749839743','2025-06-13 21:35:43',2000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5772,'1000','41749839743','2025-06-13 21:35:44',4000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5773,'4000','41749839743','2025-06-13 21:35:44',NULL,4000.00,'','4','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(5774,'1000','51749841004','2025-06-13 21:56:52',1450.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5775,'4000','51749841004','2025-06-13 21:56:52',NULL,1400.00,'','5','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(5776,'4000','51749841004','2025-06-13 21:56:44',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5777,'1000','81749841071','2025-06-13 21:57:52',400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5778,'4000','81749841071','2025-06-13 21:57:52',NULL,400.00,'','8','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(5779,'1110','81749841161','2025-06-13 21:59:23',NULL,420.00,'','8','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(5780,'5500','81749841161','2025-06-13 21:59:22',420.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5781,'1000','81749841161','2025-06-13 21:59:23',520.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5782,'4000','81749841161','2025-06-13 21:59:23',NULL,520.00,'','8','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(5791,'4000','41749839743','2025-06-13 22:22:22',4000.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(5792,'1000','41749839743','2025-06-13 22:22:22',NULL,4000.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(5793,'5500','41749839743','2025-06-13 22:22:22',NULL,2000.00,'','16','1','Cost of goods returned','1','','sales','250','','No',NULL,NULL,''),(5794,'1110','41749839743','2025-06-13 22:22:22',2000.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(5795,'1110','41749843112','2025-06-13 22:31:53',NULL,500.00,'','4','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(5796,'5500','41749843112','2025-06-13 22:31:52',500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5797,'1000','41749843112','2025-06-13 22:31:53',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5798,'4000','41749843112','2025-06-13 22:31:53',NULL,1000.00,'','4','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(5799,'1110','41749843145','2025-06-13 22:33:35',NULL,500.00,'','4','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(5800,'5500','41749843145','2025-06-13 22:33:04',500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5801,'1000','41749843145','2025-06-13 22:33:35',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5802,'4000','41749843145','2025-06-13 22:33:35',NULL,1000.00,'','4','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(5803,'1110','41749843252','2025-06-13 22:34:13',NULL,500.00,'','4','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(5804,'5500','41749843252','2025-06-13 22:34:12',500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5805,'1000','41749843252','2025-06-13 22:34:13',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5806,'4000','41749843252','2025-06-13 22:34:13',NULL,1000.00,'','4','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(5807,'1110','41749843309','2025-06-13 22:35:11',NULL,500.00,'','4','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(5808,'5500','41749843309','2025-06-13 22:35:09',500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5809,'1000','41749843309','2025-06-13 22:35:11',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5810,'4000','41749843309','2025-06-13 22:35:11',NULL,1000.00,'','4','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(5811,'1110','61749829574','2025-06-13 18:46:40',NULL,250.00,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(5812,'1110','61749829574','2025-06-13 18:46:14',NULL,1040.00,'','6','1','Inventory sold','1','','sales','112','','No',NULL,NULL,''),(5813,'5500','61749829574','2025-06-13 22:42:57',1290.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5814,'1000','61749829574','2025-06-13 18:46:40',1700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5815,'4000','61749829574','2025-06-13 18:46:40',NULL,400.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(5816,'4000','61749829574','2025-06-13 18:46:14',NULL,1300.00,'','6','1','Good sold','1','','sales','112','','No',NULL,NULL,''),(5817,'1110','61749829611','2025-06-13 18:47:09',NULL,148.00,'','6','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(5818,'1110','61749829611','2025-06-13 18:46:52',NULL,74.00,'','6','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(5819,'1110','61749829611','2025-06-13 19:24:23',NULL,34.00,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(5820,'1110','61749829611','2025-06-13 19:24:42',NULL,0.00,'','6','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(5821,'1110','61749829611','2025-06-13 21:23:03',NULL,250.00,'','6','1','Inventory sold','1','','sales','266','','No',NULL,NULL,''),(5822,'1110','61749829611','2025-06-13 21:25:55',NULL,148.00,'','6','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(5823,'1110','61749829611','2025-06-13 22:44:25',NULL,330.00,'','6','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(5824,'1110','61749829611','2025-06-13 22:44:37',NULL,360.00,'','6','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(5825,'1110','61749829611','2025-06-13 22:45:08',NULL,68.00,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(5826,'1110','61749829611','2025-06-13 22:45:42',NULL,360.00,'','6','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(5827,'5500','61749829611','2025-06-13 22:46:04',1772.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5828,'1000','61749829611','2025-06-13 18:47:09',3250.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5829,'4000','61749829611','2025-06-13 18:47:09',NULL,200.00,'','6','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(5830,'4000','61749829611','2025-06-13 18:46:52',NULL,100.00,'','6','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(5831,'4000','61749829611','2025-06-13 19:24:23',NULL,50.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(5832,'4000','61749829611','2025-06-13 19:24:42',NULL,400.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(5833,'4000','61749829611','2025-06-13 21:23:03',NULL,500.00,'','6','1','Good sold','1','','sales','266','','No',NULL,NULL,''),(5834,'4000','61749829611','2025-06-13 21:25:55',NULL,200.00,'','6','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(5835,'4000','61749829611','2025-06-13 22:44:25',NULL,500.00,'','6','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(5836,'4000','61749829611','2025-06-13 22:44:37',NULL,600.00,'','6','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(5837,'4000','61749829611','2025-06-13 22:45:08',NULL,100.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(5838,'4000','61749829611','2025-06-13 22:45:42',NULL,600.00,'','6','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(5839,'1110','61749838847','2025-06-13 21:21:03',NULL,0.00,'','6','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(5840,'1110','61749838847','2025-06-13 21:20:47',NULL,195.00,'','6','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(5841,'5500','61749838847','2025-06-13 22:51:23',195.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5842,'1000','61749838847','2025-06-13 21:21:03',460.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5843,'4000','61749838847','2025-06-13 21:21:03',NULL,200.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(5844,'4000','61749838847','2025-06-13 21:20:47',NULL,260.00,'','6','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(5845,'1110','41749844387','2025-06-13 22:54:02',NULL,330.00,'','4','1','Inventory sold','1','','sales','93','','No',NULL,NULL,''),(5846,'1110','41749844387','2025-06-13 22:53:07',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(5847,'5500','41749844387','2025-06-13 22:54:01',384.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5848,'1000','41749844387','2025-06-13 22:54:02',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5849,'4000','41749844387','2025-06-13 22:54:02',NULL,500.00,'','4','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(5850,'4000','41749844387','2025-06-13 22:53:07',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(5851,'1110','41749844476','2025-06-13 22:54:38',NULL,400.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(5852,'5500','41749844476','2025-06-13 22:54:36',400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5853,'1000','41749844476','2025-06-13 22:54:38',520.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5854,'4000','41749844476','2025-06-13 22:54:38',NULL,520.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(5855,'1000','51749845482','2025-06-13 23:11:30',350.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5856,'4000','51749845482','2025-06-13 23:11:30',NULL,300.00,'','5','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(5857,'4000','51749845482','2025-06-13 23:11:22',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5858,'1000','51749845508','2025-06-13 23:11:49',200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5859,'4000','51749845508','2025-06-13 23:11:49',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(5860,'1110','41749842013','2025-06-13 22:13:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(5861,'1110','41749842013','2025-06-13 22:13:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(5862,'1110','41749842013','2025-06-13 22:13:41',NULL,200.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(5863,'1110','41749842013','2025-06-13 22:13:54',NULL,200.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(5864,'5500','41749842013','2025-06-13 23:14:23',400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5865,'1000','41749842013','2025-06-13 22:13:55',920.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5866,'4000','41749842013','2025-06-13 22:13:55',NULL,350.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(5867,'4000','41749842013','2025-06-13 22:13:33',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5868,'4000','41749842013','2025-06-13 22:13:41',NULL,260.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(5869,'4000','41749842013','2025-06-13 22:13:54',NULL,260.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(5870,'1110','51749845772','2025-06-13 23:17:53',NULL,1040.00,'','5','1','Inventory sold','1','','sales','235','','No',NULL,NULL,''),(5871,'1110','51749845772','2025-06-13 23:16:12',NULL,162.51,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(5872,'1110','51749845772','2025-06-13 23:16:39',NULL,185.00,'','5','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(5873,'1110','51749845772','2025-06-13 23:16:49',NULL,630.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(5874,'1110','51749845772','2025-06-13 23:17:02',NULL,360.00,'','5','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(5875,'1110','51749845772','2025-06-13 23:17:26',NULL,1300.00,'','5','1','Inventory sold','1','','sales','216','','No',NULL,NULL,''),(5876,'5500','51749845772','2025-06-13 23:17:52',3677.51,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5877,'1000','51749845772','2025-06-13 23:17:53',5180.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5878,'4000','51749845772','2025-06-13 23:17:53',NULL,1400.00,'','5','1','Good sold','1','','sales','235','','No',NULL,NULL,''),(5879,'4000','51749845772','2025-06-13 23:16:12',NULL,300.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(5880,'4000','51749845772','2025-06-13 23:16:39',NULL,300.00,'','5','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(5881,'4000','51749845772','2025-06-13 23:16:49',NULL,780.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(5882,'4000','51749845772','2025-06-13 23:17:02',NULL,600.00,'','5','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(5883,'4000','51749845772','2025-06-13 23:17:26',NULL,1800.00,'','5','1','Good sold','1','','sales','216','','No',NULL,NULL,''),(5884,'4000','41749838772','2025-06-13 23:24:25',1500.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(5885,'1000','41749838772','2025-06-13 23:24:25',NULL,1500.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(5886,'5500','41749838772','2025-06-13 23:24:25',NULL,500.00,'','16','1','Cost of goods returned','1','','sales','247','','No',NULL,NULL,''),(5887,'1110','41749838772','2025-06-13 23:24:25',500.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(5888,'1110','81749846304','2025-06-13 23:26:10',NULL,210.00,'','8','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(5889,'1110','81749846304','2025-06-13 23:25:04',NULL,210.00,'','8','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(5890,'1110','81749846304','2025-06-13 23:25:16',NULL,34.00,'','8','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(5891,'1110','81749846304','2025-06-13 23:25:37',NULL,420.00,'','8','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(5892,'1110','81749846304','2025-06-13 23:25:50',NULL,420.00,'','8','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(5893,'5500','81749846304','2025-06-13 23:26:09',1294.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5894,'1000','81749846304','2025-06-13 23:26:10',1610.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5895,'4000','81749846304','2025-06-13 23:26:10',NULL,260.00,'','8','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(5896,'4000','81749846304','2025-06-13 23:25:04',NULL,260.00,'','8','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(5897,'4000','81749846304','2025-06-13 23:25:16',NULL,50.00,'','8','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(5898,'4000','81749846304','2025-06-13 23:25:37',NULL,520.00,'','8','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(5899,'4000','81749846304','2025-06-13 23:25:50',NULL,520.00,'','8','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(5900,'1000','81749846587','2025-06-13 23:29:48',120.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5901,'4000','81749846587','2025-06-13 23:29:48',NULL,120.00,'','8','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5902,'1110','81749846674','2025-06-13 23:31:23',NULL,210.00,'','8','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(5903,'1110','81749846674','2025-06-13 23:31:14',NULL,200.00,'','8','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(5904,'5500','81749846674','2025-06-13 23:31:22',410.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5905,'1000','81749846674','2025-06-13 23:31:23',520.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5906,'4000','81749846674','2025-06-13 23:31:23',NULL,260.00,'','8','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(5907,'4000','81749846674','2025-06-13 23:31:14',NULL,260.00,'','8','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(5908,'1110','41749846760','2025-06-13 23:32:41',NULL,1000.00,'','4','1','Inventory sold','1','','sales','283','','No',NULL,NULL,''),(5909,'5500','41749846760','2025-06-13 23:32:40',1000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5910,'1000','41749846760','2025-06-13 23:32:41',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5911,'4000','41749846760','2025-06-13 23:32:41',NULL,2000.00,'','4','1','Good sold','1','','sales','283','','No',NULL,NULL,''),(5912,'1000','51749847160','2025-06-13 23:39:37',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5913,'4000','51749847160','2025-06-13 23:39:37',NULL,600.00,'','5','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(5914,'4000','51749847160','2025-06-13 23:39:20',NULL,300.00,'','5','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(5915,'4000','51749847160','2025-06-13 23:39:24',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5916,'1110','81749847418','2025-06-13 23:43:39',NULL,200.00,'','8','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(5917,'5500','81749847418','2025-06-13 23:43:38',200.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5918,'1000','81749847418','2025-06-13 23:43:39',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5919,'4000','81749847418','2025-06-13 23:43:39',NULL,300.00,'','8','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(5920,'1110','41749848097','2025-06-13 23:54:58',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(5921,'5500','41749848097','2025-06-13 23:54:57',54.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5922,'1000','41749848097','2025-06-13 23:54:58',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5923,'4000','41749848097','2025-06-13 23:54:58',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(5924,'1110','51749849977','2025-06-14 00:26:30',NULL,360.00,'','5','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(5925,'1110','51749849977','2025-06-14 00:26:17',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(5926,'5500','51749849977','2025-06-14 00:26:29',393.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5927,'1000','51749849977','2025-06-14 00:26:30',700.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5928,'4000','51749849977','2025-06-14 00:26:30',NULL,600.00,'','5','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(5929,'4000','51749849977','2025-06-14 00:26:17',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(5930,'1110','51749850030','2025-06-14 00:27:22',NULL,216.00,'','5','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(5931,'1110','51749850030','2025-06-14 00:27:10',NULL,251.00,'','5','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(5932,'5500','51749850030','2025-06-14 00:27:21',467.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5933,'1000','51749850030','2025-06-14 00:27:22',600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5934,'4000','51749850030','2025-06-14 00:27:22',NULL,300.00,'','5','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(5935,'4000','51749850030','2025-06-14 00:27:10',NULL,300.00,'','5','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(5936,'1110','51749850233','2025-06-14 00:31:16',NULL,330.00,'','5','1','Inventory sold','1','','sales','153','','No',NULL,NULL,''),(5937,'1110','51749850233','2025-06-14 00:30:52',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(5938,'5500','51749850233','2025-06-14 00:31:15',363.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5939,'1000','51749850233','2025-06-14 00:31:16',600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5940,'4000','51749850233','2025-06-14 00:31:16',NULL,500.00,'','5','1','Good sold','1','','sales','153','','No',NULL,NULL,''),(5941,'4000','51749850233','2025-06-14 00:30:52',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(5942,'1110','41749850824','2025-06-14 00:40:25',NULL,210.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(5943,'5500','41749850824','2025-06-14 00:40:24',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5944,'1000','41749850824','2025-06-14 00:40:25',260.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5945,'4000','41749850824','2025-06-14 00:40:25',NULL,260.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(5946,'1110','51749852693','2025-06-14 01:11:42',NULL,140.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(5947,'1110','51749852693','2025-06-14 01:11:33',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(5948,'5500','51749852693','2025-06-14 01:11:41',173.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5949,'1000','51749852693','2025-06-14 01:11:42',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5950,'4000','51749852693','2025-06-14 01:11:42',NULL,200.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(5951,'4000','51749852693','2025-06-14 01:11:33',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(5952,'1110','51749852812','2025-06-14 01:21:03',NULL,875.00,'','5','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(5953,'1110','51749852812','2025-06-14 01:13:32',NULL,1400.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(5954,'1110','51749852812','2025-06-14 01:13:54',NULL,350.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(5955,'1110','51749852812','2025-06-14 01:14:10',NULL,480.00,'','5','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(5956,'1110','51749852812','2025-06-14 01:15:19',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(5957,'1110','51749852812','2025-06-14 01:15:32',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(5958,'5500','51749852812','2025-06-14 01:20:27',3208.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5959,'1000','51749852812','2025-06-14 01:21:03',4470.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5960,'4000','51749852812','2025-06-14 01:21:03',NULL,1250.00,'','5','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(5961,'4000','51749852812','2025-06-14 01:13:32',NULL,1820.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(5962,'4000','51749852812','2025-06-14 01:13:54',NULL,500.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(5963,'4000','51749852812','2025-06-14 01:14:10',NULL,700.00,'','5','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(5964,'4000','51749852812','2025-06-14 01:15:19',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(5965,'4000','51749852812','2025-06-14 01:15:32',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(5966,'1110','81749855464','2025-06-14 01:57:54',NULL,210.00,'','8','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(5967,'1110','81749855464','2025-06-14 01:57:44',NULL,200.00,'','8','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(5968,'5500','81749855464','2025-06-14 01:57:46',410.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5969,'1000','81749855464','2025-06-14 01:57:54',520.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5970,'4000','81749855464','2025-06-14 01:57:54',NULL,260.00,'','8','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(5971,'4000','81749855464','2025-06-14 01:57:44',NULL,260.00,'','8','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(5972,'1110','81749855539','2025-06-14 02:03:15',NULL,600.00,'','8','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(5973,'1110','81749855539','2025-06-14 01:58:59',NULL,210.00,'','8','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(5974,'1110','81749855539','2025-06-14 01:59:41',NULL,251.00,'','8','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(5975,'5500','81749855539','2025-06-14 02:03:14',1061.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5976,'1000','81749855539','2025-06-14 02:03:15',1340.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5977,'4000','81749855539','2025-06-14 02:03:15',NULL,780.00,'','8','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(5978,'4000','81749855539','2025-06-14 01:58:59',NULL,260.00,'','8','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(5979,'4000','81749855539','2025-06-14 01:59:41',NULL,300.00,'','8','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(5980,'1110','81749855879','2025-06-14 02:04:40',NULL,217.00,'','8','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(5981,'5500','81749855879','2025-06-14 02:04:39',217.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5982,'1000','81749855879','2025-06-14 02:04:40',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5983,'4000','81749855879','2025-06-14 02:04:40',NULL,300.00,'','8','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(5984,'1110','41749855930','2025-06-14 02:05:31',NULL,180.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(5985,'5500','41749855930','2025-06-14 02:05:30',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5986,'1000','41749855930','2025-06-14 02:05:31',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5987,'4000','41749855930','2025-06-14 02:05:31',NULL,300.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(5988,'1110','81749855992','2025-06-14 02:06:33',NULL,14.00,'','8','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(5989,'5500','81749855992','2025-06-14 02:06:32',14.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5990,'1000','81749855992','2025-06-14 02:06:33',20.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5991,'4000','81749855992','2025-06-14 02:06:33',NULL,20.00,'','8','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(5992,'1110','81749856536','2025-06-14 02:15:37',NULL,216.00,'','8','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(5993,'5500','81749856536','2025-06-14 02:15:36',216.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5994,'1000','81749856536','2025-06-14 02:15:37',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5995,'4000','81749856536','2025-06-14 02:15:37',NULL,300.00,'','8','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(5996,'1110','81749856714','2025-06-14 02:18:35',NULL,180.00,'','8','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(5997,'5500','81749856714','2025-06-14 02:18:34',180.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5998,'1000','81749856714','2025-06-14 02:18:35',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5999,'4000','81749856714','2025-06-14 02:18:35',NULL,300.00,'','8','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(6000,'1110','81749856764','2025-06-14 02:19:25',NULL,17.00,'','8','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(6001,'5500','81749856764','2025-06-14 02:19:24',17.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6002,'1000','81749856764','2025-06-14 02:19:25',25.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6003,'4000','81749856764','2025-06-14 02:19:25',NULL,25.00,'','8','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(6004,'1110','61749857030','2025-06-14 02:24:56',NULL,270.00,'','6','1','Inventory sold','1','','sales','154','','No',NULL,NULL,''),(6005,'1110','61749857030','2025-06-14 02:23:50',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6006,'5500','61749857030','2025-06-14 02:24:41',303.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6007,'1000','61749857030','2025-06-14 02:24:56',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6008,'4000','61749857030','2025-06-14 02:24:56',NULL,400.00,'','6','1','Good sold','1','','sales','154','','No',NULL,NULL,''),(6009,'4000','61749857030','2025-06-14 02:23:50',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6010,'1110','51749857165','2025-06-14 02:27:18',NULL,945.00,'','5','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(6011,'1110','51749857165','2025-06-14 02:26:05',NULL,230.00,'','5','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(6012,'1110','51749857165','2025-06-14 02:26:21',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(6013,'1110','51749857165','2025-06-14 02:26:26',NULL,14.00,'','5','1','Inventory sold','1','','sales','171','','No',NULL,NULL,''),(6014,'5500','51749857165','2025-06-14 02:27:17',1259.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6015,'1000','51749857165','2025-06-14 02:27:18',1750.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6016,'4000','51749857165','2025-06-14 02:27:18',NULL,1300.00,'','5','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(6017,'4000','51749857165','2025-06-14 02:26:05',NULL,300.00,'','5','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(6018,'4000','51749857165','2025-06-14 02:26:21',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(6019,'4000','51749857165','2025-06-14 02:26:26',NULL,50.00,'','5','1','Good sold','1','','sales','171','','No',NULL,NULL,''),(6020,'1110','61749857284','2025-06-14 02:30:13',NULL,700.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6021,'1110','61749857284','2025-06-14 02:28:04',NULL,250.00,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(6022,'1110','61749857284','2025-06-14 02:28:26',NULL,0.00,'','6','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(6023,'1110','61749857284','2025-06-14 02:28:39',NULL,0.00,'','6','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(6024,'1110','61749857284','2025-06-14 02:28:58',NULL,250.00,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(6025,'5500','61749857284','2025-06-14 02:29:26',1200.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6026,'1000','61749857284','2025-06-14 02:30:13',2900.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6027,'4000','61749857284','2025-06-14 02:30:13',NULL,1000.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6028,'4000','61749857284','2025-06-14 02:28:04',NULL,400.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(6029,'4000','61749857284','2025-06-14 02:28:26',NULL,200.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(6030,'4000','61749857284','2025-06-14 02:28:39',NULL,900.00,'','6','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(6031,'4000','61749857284','2025-06-14 02:28:58',NULL,400.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(6032,'1110','61749857435','2025-06-14 02:31:02',NULL,14.00,'','6','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(6033,'1110','61749857435','2025-06-14 02:30:35',NULL,5.00,'','6','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(6034,'5500','61749857435','2025-06-14 02:30:53',19.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6035,'1000','61749857435','2025-06-14 02:31:02',30.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6036,'4000','61749857435','2025-06-14 02:31:02',NULL,20.00,'','6','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(6037,'4000','61749857435','2025-06-14 02:30:35',NULL,10.00,'','6','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(6038,'1110','61749857479','2025-06-14 02:33:05',NULL,360.00,'','6','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(6039,'1110','61749857479','2025-06-14 02:31:19',NULL,350.00,'','6','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(6040,'1110','61749857479','2025-06-14 02:31:38',NULL,175.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6041,'1110','61749857479','2025-06-14 02:32:09',NULL,0.00,'','6','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(6042,'5500','61749857479','2025-06-14 02:32:50',885.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6043,'1000','61749857479','2025-06-14 02:33:05',1550.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6044,'4000','61749857479','2025-06-14 02:33:05',NULL,600.00,'','6','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(6045,'4000','61749857479','2025-06-14 02:31:19',NULL,500.00,'','6','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(6046,'4000','61749857479','2025-06-14 02:31:38',NULL,250.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6047,'4000','61749857479','2025-06-14 02:32:09',NULL,200.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(6048,'1110','51749857632','2025-06-14 02:35:41',NULL,68.00,'','5','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(6049,'1110','51749857632','2025-06-14 02:33:52',NULL,600.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(6050,'1110','51749857632','2025-06-14 02:34:29',NULL,175.00,'','5','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(6051,'1110','51749857632','2025-06-14 02:34:39',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(6052,'1110','51749857632','2025-06-14 02:34:56',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6053,'1110','51749857632','2025-06-14 02:35:06',NULL,345.00,'','5','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(6054,'1110','51749857632','2025-06-14 02:35:23',NULL,24.00,'','5','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(6055,'5500','51749857632','2025-06-14 02:35:40',1420.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6056,'1000','51749857632','2025-06-14 02:35:41',2025.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6057,'4000','51749857632','2025-06-14 02:35:41',NULL,100.00,'','5','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(6058,'4000','51749857632','2025-06-14 02:33:52',NULL,780.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(6059,'4000','51749857632','2025-06-14 02:34:29',NULL,250.00,'','5','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(6060,'4000','51749857632','2025-06-14 02:34:39',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(6061,'4000','51749857632','2025-06-14 02:34:56',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6062,'4000','51749857632','2025-06-14 02:35:06',NULL,500.00,'','5','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(6063,'4000','51749857632','2025-06-14 02:35:23',NULL,45.00,'','5','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(6064,'1110','51749857780','2025-06-14 02:36:34',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(6065,'1110','51749857780','2025-06-14 02:36:20',NULL,175.00,'','5','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(6066,'1110','51749857780','2025-06-14 02:36:26',NULL,200.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(6067,'5500','51749857780','2025-06-14 02:36:33',550.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6068,'1000','51749857780','2025-06-14 02:36:34',760.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6069,'4000','51749857780','2025-06-14 02:36:34',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(6070,'4000','51749857780','2025-06-14 02:36:20',NULL,250.00,'','5','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(6071,'4000','51749857780','2025-06-14 02:36:26',NULL,260.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(6072,'1110','51749857826','2025-06-14 02:37:07',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6073,'5500','51749857826','2025-06-14 02:37:06',33.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6074,'1000','51749857826','2025-06-14 02:37:07',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6075,'4000','51749857826','2025-06-14 02:37:07',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6076,'1110','41749858573','2025-06-14 02:49:54',NULL,74.00,'','4','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(6077,'5500','41749858573','2025-06-14 02:49:33',74.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6078,'1000','41749858573','2025-06-14 02:49:54',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6079,'4000','41749858573','2025-06-14 02:49:54',NULL,100.00,'','4','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(6080,'1000','61749858813','2025-06-14 02:53:55',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6081,'4000','61749858813','2025-06-14 02:53:55',NULL,200.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(6082,'1110','61749858853','2025-06-14 02:54:24',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(6083,'5500','61749858853','2025-06-14 02:54:13',70.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6084,'1000','61749858853','2025-06-14 02:54:24',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6085,'4000','61749858853','2025-06-14 02:54:24',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(6086,'1000','61749859463','2025-06-14 03:05:05',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6087,'4000','61749859463','2025-06-14 03:05:05',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(6088,'4000','61749859463','2025-06-14 03:04:23',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(6089,'1110','31749879182','2025-06-14 08:33:18',NULL,35.00,'','3','1','Inventory sold','1','','sales','199','','No',NULL,NULL,''),(6090,'1110','31749879182','2025-06-14 08:33:02',NULL,35.00,'','3','1','Inventory sold','1','','sales','200','','No',NULL,NULL,''),(6091,'1110','31749879182','2025-06-14 08:33:06',NULL,35.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(6092,'5500','31749879182','2025-06-14 08:33:16',105.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6093,'1000','31749879182','2025-06-14 08:33:18',150.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6094,'4000','31749879182','2025-06-14 08:33:18',NULL,50.00,'','3','1','Good sold','1','','sales','199','','No',NULL,NULL,''),(6095,'4000','31749879182','2025-06-14 08:33:02',NULL,50.00,'','3','1','Good sold','1','','sales','200','','No',NULL,NULL,''),(6096,'4000','31749879182','2025-06-14 08:33:06',NULL,50.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(6097,'1000','31749881761','2025-06-14 09:16:19',420.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6098,'4000','31749881761','2025-06-14 09:16:19',NULL,200.00,'','3','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6099,'4000','31749881761','2025-06-14 09:16:01',NULL,100.00,'','3','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6100,'4000','31749881761','2025-06-14 09:16:06',NULL,120.00,'','3','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6101,'1000','31749881909','2025-06-14 09:18:31',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6102,'4000','31749881909','2025-06-14 09:18:31',NULL,100.00,'','3','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6103,'1110','31749893807','2025-06-14 12:37:01',NULL,945.00,'','3','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(6104,'1110','31749893807','2025-06-14 12:36:47',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6105,'5500','31749893807','2025-06-14 12:37:01',978.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6106,'1000','31749893807','2025-06-14 12:37:01',1300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6107,'4000','31749893807','2025-06-14 12:37:01',NULL,1300.00,'','3','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(6108,'4000','31749893807','2025-06-14 12:36:47',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6109,'4000','31749893807','2025-06-14 12:53:28',100.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(6110,'1000','31749893807','2025-06-14 12:53:28',NULL,100.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(6111,'5500','31749893807','2025-06-14 12:53:28',NULL,33.30,'','16','1','Cost of goods returned','1','','sales','272','','No',NULL,NULL,''),(6112,'1110','31749893807','2025-06-14 12:53:28',33.30,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(6113,'1110','31749895040','2025-06-14 12:57:25',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6114,'5500','31749895040','2025-06-14 12:57:21',33.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6115,'1000','31749895040','2025-06-14 12:57:25',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6116,'4000','31749895040','2025-06-14 12:57:25',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6117,'4000','31749893807','2025-06-14 13:12:34',1300.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(6118,'1000','31749893807','2025-06-14 13:12:34',NULL,1300.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(6119,'5500','31749893807','2025-06-14 13:12:34',NULL,945.00,'','16','1','Cost of goods returned','1','','sales','111','','No',NULL,NULL,''),(6120,'1110','31749893807','2025-06-14 13:12:34',945.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(6121,'1110','31749896025','2025-06-14 13:13:55',NULL,945.00,'','3','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(6122,'5500','31749896025','2025-06-14 13:13:45',945.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6123,'1000','31749896025','2025-06-14 13:13:55',1300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6124,'4000','31749896025','2025-06-14 13:13:55',NULL,1300.00,'','3','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(6125,'1110','31749901064','2025-06-14 14:37:54',NULL,420.00,'','3','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(6126,'5500','31749901064','2025-06-14 14:37:44',420.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6127,'1000','31749901064','2025-06-14 14:37:54',520.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6128,'4000','31749901064','2025-06-14 14:37:54',NULL,520.00,'','3','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(6129,'1000','31749901169','2025-06-14 14:39:50',750.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6130,'4000','31749901169','2025-06-14 14:39:50',NULL,700.00,'','3','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(6131,'4000','31749901169','2025-06-14 14:39:30',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(6136,'1110','31749903338','2025-06-14 15:15:40',NULL,210.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(6137,'5500','31749903338','2025-06-14 15:15:38',210.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6138,'1000','31749903338','2025-06-14 15:15:40',300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6139,'4000','31749903338','2025-06-14 15:15:40',NULL,300.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(6140,'1110','31749905143','2025-06-14 15:46:03',NULL,1170.00,'','3','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(6141,'1110','31749905143','2025-06-14 15:45:43',NULL,230.00,'','3','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(6142,'5500','31749905143','2025-06-14 15:45:59',1400.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6143,'1000','31749905143','2025-06-14 15:46:03',2000.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6144,'4000','31749905143','2025-06-14 15:46:03',NULL,1700.00,'','3','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(6145,'4000','31749905143','2025-06-14 15:45:43',NULL,300.00,'','3','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(6146,'1110','31749901226','2025-06-14 14:40:39',NULL,250.00,'','3','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(6147,'1110','31749901226','2025-06-14 14:40:26',NULL,0.00,'','3','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(6148,'1110','31749901226','2025-06-14 15:55:28',NULL,0.00,'','3','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(6149,'5500','31749901226','2025-06-14 15:55:45',250.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6150,'1000','31749901226','2025-06-14 14:40:39',640.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6151,'4000','31749901226','2025-06-14 14:40:39',NULL,400.00,'','3','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(6152,'4000','31749901226','2025-06-14 14:40:26',NULL,120.00,'','3','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6153,'4000','31749901226','2025-06-14 15:55:28',NULL,120.00,'','3','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6158,'1000','31749907980','2025-06-14 16:34:08',220.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6159,'4000','31749907980','2025-06-14 16:34:08',NULL,100.00,'','3','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6160,'4000','31749907980','2025-06-14 16:33:00',NULL,120.00,'','3','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6177,'1000','51749909841','2025-06-14 17:04:19',120.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6178,'4000','51749909841','2025-06-14 17:04:19',NULL,120.00,'','5','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6195,'1110','31749905853','2025-06-14 15:57:39',NULL,350.00,'','3','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(6196,'1110','31749905853','2025-06-14 15:57:33',NULL,175.00,'','3','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(6197,'5500','31749905853','2025-06-14 17:10:05',525.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6198,'1000','31749905853','2025-06-14 15:57:39',750.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6199,'4000','31749905853','2025-06-14 15:57:39',NULL,500.00,'','3','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(6200,'4000','31749905853','2025-06-14 15:57:33',NULL,250.00,'','3','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(6219,'1110','31749913532','2025-06-14 18:07:48',NULL,213.00,'','3','1','Inventory sold','1','','sales','151','','No',NULL,NULL,''),(6220,'1110','31749913532','2025-06-14 18:05:32',NULL,35.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(6221,'5500','31749913532','2025-06-14 18:07:18',248.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6222,'1000','31749913532','2025-06-14 18:07:48',350.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6223,'4000','31749913532','2025-06-14 18:07:48',NULL,300.00,'','3','1','Good sold','1','','sales','151','','No',NULL,NULL,''),(6224,'4000','31749913532','2025-06-14 18:05:32',NULL,50.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(6231,'1000','61749913940','2025-06-14 18:12:48',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6232,'4000','61749913940','2025-06-14 18:12:48',NULL,200.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(6233,'1110','61749908864','2025-06-14 16:48:22',NULL,350.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6234,'1110','61749908864','2025-06-14 16:47:45',NULL,175.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6235,'1110','61749908864','2025-06-14 18:11:33',NULL,0.00,'','6','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(6236,'5500','61749908864','2025-06-14 18:14:32',525.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6237,'1000','61749908864','2025-06-14 16:48:22',950.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6238,'4000','61749908864','2025-06-14 16:48:22',NULL,500.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6239,'4000','61749908864','2025-06-14 16:47:45',NULL,250.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6240,'4000','61749908864','2025-06-14 18:11:33',NULL,200.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(6241,'1110','31749914141','2025-06-14 18:15:45',NULL,10.00,'','3','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(6242,'5500','31749914141','2025-06-14 18:15:41',10.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6243,'1000','31749914141','2025-06-14 18:15:45',20.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6244,'4000','31749914141','2025-06-14 18:15:45',NULL,20.00,'','3','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(6245,'1000','51749914219','2025-06-14 18:17:03',800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6246,'4000','51749914219','2025-06-14 18:17:03',NULL,800.00,'','5','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(6247,'1110','41749914413','2025-06-14 18:20:19',NULL,108.34,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(6248,'5500','41749914413','2025-06-14 18:20:14',108.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6249,'1000','41749914413','2025-06-14 18:20:19',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6250,'4000','41749914413','2025-06-14 18:20:19',NULL,200.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(6255,'1110','61749914546','2025-06-14 18:23:00',NULL,1050.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6256,'1110','61749914546','2025-06-14 18:22:27',NULL,70.00,'','6','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(6257,'5500','61749914546','2025-06-14 18:40:45',1120.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6258,'1000','61749914546','2025-06-14 18:23:00',1600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6259,'4000','61749914546','2025-06-14 18:23:00',NULL,1500.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6260,'4000','61749914546','2025-06-14 18:22:27',NULL,100.00,'','6','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(6261,'1110','51749916649','2025-06-14 18:57:48',NULL,350.00,'','5','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(6262,'5500','51749916649','2025-06-14 18:57:30',350.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6263,'1000','51749916649','2025-06-14 18:57:48',500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6264,'4000','51749916649','2025-06-14 18:57:48',NULL,500.00,'','5','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(6265,'1110','31749908252','2025-06-14 16:40:36',NULL,0.00,'','3','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(6266,'1110','31749908252','2025-06-14 16:37:32',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(6267,'1110','31749908252','2025-06-14 16:38:25',NULL,0.00,'','3','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(6268,'1110','31749908252','2025-06-14 16:39:08',NULL,0.00,'','3','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(6269,'1110','31749908252','2025-06-14 16:39:34',NULL,210.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(6270,'1110','31749908252','2025-06-14 16:40:33',NULL,1300.00,'','3','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(6271,'1110','31749908252','2025-06-14 17:06:31',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6272,'1110','31749908252','2025-06-14 17:07:11',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(6273,'1110','31749908252','2025-06-14 18:02:07',NULL,1300.00,'','3','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(6274,'5500','31749908252','2025-06-14 19:02:32',2843.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6275,'1000','31749908252','2025-06-14 16:40:36',6000.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6276,'4000','31749908252','2025-06-14 16:40:36',NULL,1400.00,'','3','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(6277,'4000','31749908252','2025-06-14 16:37:32',NULL,100.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(6278,'4000','31749908252','2025-06-14 16:38:25',NULL,200.00,'','3','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(6279,'4000','31749908252','2025-06-14 16:39:08',NULL,200.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(6280,'4000','31749908252','2025-06-14 16:39:34',NULL,300.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(6281,'4000','31749908252','2025-06-14 16:40:33',NULL,1800.00,'','3','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(6282,'4000','31749908252','2025-06-14 17:06:31',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6283,'4000','31749908252','2025-06-14 17:07:11',NULL,100.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(6284,'4000','31749908252','2025-06-14 18:02:07',NULL,1800.00,'','3','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(6285,'1000','31749917038','2025-06-14 19:04:16',400.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6286,'4000','31749917038','2025-06-14 19:04:16',NULL,300.00,'','3','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(6287,'4000','31749917038','2025-06-14 19:03:58',NULL,100.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(6292,'1110','31749917723','2025-06-14 19:15:30',NULL,14.00,'','3','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(6293,'5500','31749917723','2025-06-14 19:15:23',14.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6294,'1000','31749917723','2025-06-14 19:15:30',20.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6295,'4000','31749917723','2025-06-14 19:15:30',NULL,20.00,'','3','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(6299,'1000','51749918081','2025-06-14 19:22:08',320.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6300,'4000','51749918081','2025-06-14 19:22:08',NULL,120.00,'','5','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6301,'4000','51749918081','2025-06-14 19:21:22',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(6302,'1110','61749918513','2025-06-14 19:28:35',NULL,70.00,'','6','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(6303,'5500','61749918513','2025-06-14 19:28:33',70.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6304,'1000','61749918513','2025-06-14 19:28:35',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6305,'4000','61749918513','2025-06-14 19:28:35',NULL,100.00,'','6','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(6306,'1110','61749918557','2025-06-14 19:29:20',NULL,360.00,'','6','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(6307,'5500','61749918557','2025-06-14 19:29:17',360.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6308,'1000','61749918557','2025-06-14 19:29:20',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6309,'4000','61749918557','2025-06-14 19:29:20',NULL,600.00,'','6','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(6310,'1110','41749917244','2025-06-14 19:07:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(6311,'1110','41749917244','2025-06-14 19:07:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(6312,'1110','41749917244','2025-06-14 19:07:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(6313,'1110','41749917244','2025-06-14 19:07:47',NULL,210.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(6314,'1110','41749917244','2025-06-14 19:30:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(6315,'5500','41749917244','2025-06-14 19:31:57',210.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6316,'1000','41749917244','2025-06-14 19:07:48',2010.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6317,'4000','41749917244','2025-06-14 19:07:48',NULL,700.00,'','4','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(6318,'4000','41749917244','2025-06-14 19:07:24',NULL,700.00,'','4','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(6319,'4000','41749917244','2025-06-14 19:07:36',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(6320,'4000','41749917244','2025-06-14 19:07:47',NULL,260.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(6321,'4000','41749917244','2025-06-14 19:30:38',NULL,150.00,'','4','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6322,'1110','41749919078','2025-06-14 19:39:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(6323,'1110','41749919078','2025-06-14 19:37:58',NULL,200.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(6324,'1110','41749919078','2025-06-14 19:38:15',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(6325,'1110','41749919078','2025-06-14 19:39:25',NULL,175.00,'','4','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(6326,'5500','41749919078','2025-06-14 19:39:30',550.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6327,'1000','41749919078','2025-06-14 19:39:32',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6328,'4000','41749919078','2025-06-14 19:39:32',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(6329,'4000','41749919078','2025-06-14 19:37:58',NULL,200.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(6330,'4000','41749919078','2025-06-14 19:38:15',NULL,250.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(6331,'4000','41749919078','2025-06-14 19:39:25',NULL,250.00,'','4','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(6332,'1110','41749917812','2025-06-14 19:17:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(6333,'1110','41749917812','2025-06-14 19:16:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(6334,'1110','41749917812','2025-06-14 19:17:19',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6335,'1110','41749917812','2025-06-14 19:53:26',NULL,180.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(6336,'5500','41749917812','2025-06-14 19:53:34',355.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6337,'1000','41749917812','2025-06-14 19:17:22',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6338,'4000','41749917812','2025-06-14 19:17:22',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(6339,'4000','41749917812','2025-06-14 19:16:53',NULL,300.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(6340,'4000','41749917812','2025-06-14 19:17:19',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6341,'4000','41749917812','2025-06-14 19:53:26',NULL,300.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(6342,'1110','61749920586','2025-06-14 20:04:13',NULL,525.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6343,'5500','61749920586','2025-06-14 20:03:06',525.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6344,'1000','61749920586','2025-06-14 20:04:13',750.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6345,'4000','61749920586','2025-06-14 20:04:13',NULL,750.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6346,'1110','61749920665','2025-06-14 20:04:49',NULL,585.00,'','6','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(6347,'5500','61749920665','2025-06-14 20:04:25',585.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6348,'1000','61749920665','2025-06-14 20:04:49',850.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6349,'4000','61749920665','2025-06-14 20:04:49',NULL,850.00,'','6','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(6350,'1110','61749922683','2025-06-14 20:38:28',NULL,217.00,'','6','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(6351,'1110','61749922683','2025-06-14 20:38:04',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6352,'5500','61749922683','2025-06-14 20:38:15',250.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6353,'1000','61749922683','2025-06-14 20:38:28',400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6354,'4000','61749922683','2025-06-14 20:38:28',NULL,300.00,'','6','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(6355,'4000','61749922683','2025-06-14 20:38:04',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6356,'1110','61749922723','2025-06-14 20:39:31',NULL,945.00,'','6','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(6357,'1110','61749922723','2025-06-14 20:38:43',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(6358,'1110','61749922723','2025-06-14 20:39:03',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6359,'5500','61749922723','2025-06-14 20:39:17',1048.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6360,'1000','61749922723','2025-06-14 20:39:31',1500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6361,'4000','61749922723','2025-06-14 20:39:31',NULL,1300.00,'','6','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(6362,'4000','61749922723','2025-06-14 20:38:43',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(6363,'4000','61749922723','2025-06-14 20:39:03',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6364,'1110','41749923208','2025-06-14 20:47:09',NULL,705.00,'','4','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(6365,'5500','41749923208','2025-06-14 20:46:48',705.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6366,'1000','41749923208','2025-06-14 20:47:09',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6367,'4000','41749923208','2025-06-14 20:47:09',NULL,1000.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(6372,'1000','61749923966','2025-06-14 20:59:52',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6373,'4000','61749923966','2025-06-14 20:59:52',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(6374,'4000','61749923966','2025-06-14 20:59:26',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(6375,'1110','41749924617','2025-06-14 21:10:18',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(6376,'5500','41749924617','2025-06-14 21:10:18',175.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6377,'1000','41749924617','2025-06-14 21:10:18',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6378,'4000','41749924617','2025-06-14 21:10:18',NULL,250.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(6379,'1110','41749924635','2025-06-14 21:10:36',NULL,180.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(6380,'5500','41749924635','2025-06-14 21:10:35',180.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6381,'1000','41749924635','2025-06-14 21:10:36',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6382,'4000','41749924635','2025-06-14 21:10:36',NULL,300.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(6383,'1110','41749924676','2025-06-14 21:11:17',NULL,1000.00,'','4','1','Inventory sold','1','','sales','283','','No',NULL,NULL,''),(6384,'5500','41749924676','2025-06-14 21:11:16',1000.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6385,'1000','41749924676','2025-06-14 21:11:17',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6386,'4000','41749924676','2025-06-14 21:11:17',NULL,2000.00,'','4','1','Good sold','1','','sales','283','','No',NULL,NULL,''),(6387,'1110','61749925239','2025-06-14 21:21:09',NULL,175.00,'','6','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(6388,'1110','61749925239','2025-06-14 21:20:39',NULL,195.00,'','6','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(6389,'5500','61749925239','2025-06-14 21:20:54',370.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6390,'1000','61749925239','2025-06-14 21:21:09',510.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6391,'4000','61749925239','2025-06-14 21:21:09',NULL,250.00,'','6','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(6392,'4000','61749925239','2025-06-14 21:20:39',NULL,260.00,'','6','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(6393,'1110','41749923259','2025-06-14 20:47:40',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6394,'1110','41749923259','2025-06-14 20:47:39',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6395,'5500','41749923259','2025-06-14 21:39:48',350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6396,'1000','41749923259','2025-06-14 20:47:40',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6397,'4000','41749923259','2025-06-14 20:47:40',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6398,'4000','41749923259','2025-06-14 20:47:39',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6415,'1110','41749926529','2025-06-14 21:42:10',NULL,200.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(6416,'5500','41749926529','2025-06-14 21:42:09',200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6417,'1000','41749926529','2025-06-14 21:42:10',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6418,'4000','41749926529','2025-06-14 21:42:10',NULL,200.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(6419,'1000','41749926553','2025-06-14 21:42:46',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6420,'4000','41749926553','2025-06-14 21:42:46',NULL,400.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(6421,'4000','41749926553','2025-06-14 21:42:33',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(6422,'1110','41749927260','2025-06-14 21:54:21',NULL,217.00,'','4','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(6423,'5500','41749927260','2025-06-14 21:54:20',217.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6424,'1000','41749927260','2025-06-14 21:54:21',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6425,'4000','41749927260','2025-06-14 21:54:21',NULL,300.00,'','4','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(6426,'1110','41749927277','2025-06-14 21:54:38',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(6427,'5500','41749927277','2025-06-14 21:54:37',70.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6428,'1000','41749927277','2025-06-14 21:54:38',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6429,'4000','41749927277','2025-06-14 21:54:38',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(6438,'1110','41749928680','2025-06-14 22:18:10',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(6439,'1110','41749928680','2025-06-14 22:18:00',NULL,250.00,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(6440,'5500','41749928680','2025-06-14 22:18:09',425.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6441,'1000','41749928680','2025-06-14 22:18:10',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6442,'4000','41749928680','2025-06-14 22:18:10',NULL,250.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(6443,'4000','41749928680','2025-06-14 22:18:00',NULL,400.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(6474,'1000','61749928943','2025-06-14 22:22:54',320.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6475,'4000','61749928943','2025-06-14 22:22:54',NULL,200.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(6476,'4000','61749928943','2025-06-14 22:22:23',NULL,120.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6477,'1110','41749929180','2025-06-14 22:26:25',NULL,28.00,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(6478,'5500','41749929180','2025-06-14 22:26:20',28.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6479,'1000','41749929180','2025-06-14 22:26:25',40.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6480,'4000','41749929180','2025-06-14 22:26:25',NULL,40.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(6481,'1110','41749929194','2025-06-14 22:26:50',NULL,480.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(6482,'5500','41749929194','2025-06-14 22:26:34',480.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6483,'1000','41749929194','2025-06-14 22:26:50',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6484,'4000','41749929194','2025-06-14 22:26:50',NULL,700.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(6485,'1110','41749926461','2025-06-14 21:41:49',NULL,480.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(6486,'1110','41749926461','2025-06-14 21:41:01',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6487,'1110','41749926461','2025-06-14 21:41:35',NULL,32.00,'','4','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(6488,'1110','41749926461','2025-06-14 21:41:48',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(6489,'1110','41749926461','2025-06-14 22:21:02',NULL,16.00,'','4','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(6490,'1110','41749926461','2025-06-14 22:44:18',NULL,5.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(6491,'5500','41749926461','2025-06-14 22:44:29',636.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6492,'1000','41749926461','2025-06-14 21:41:49',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6493,'4000','41749926461','2025-06-14 21:41:49',NULL,700.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(6494,'4000','41749926461','2025-06-14 21:41:01',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6495,'4000','41749926461','2025-06-14 21:41:35',NULL,60.00,'','4','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(6496,'4000','41749926461','2025-06-14 21:41:48',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(6497,'4000','41749926461','2025-06-14 22:21:02',NULL,30.00,'','4','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(6498,'4000','41749926461','2025-06-14 22:44:18',NULL,10.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(6515,'1110','51749930676','2025-06-14 22:51:17',NULL,247.00,'','5','1','Inventory sold','1','','sales','207','','No',NULL,NULL,''),(6516,'5500','51749930676','2025-06-14 22:51:16',247.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6517,'1000','51749930676','2025-06-14 22:51:17',350.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6518,'4000','51749930676','2025-06-14 22:51:17',NULL,350.00,'','5','1','Good sold','1','','sales','207','','No',NULL,NULL,''),(6519,'1110','51749930784','2025-06-14 22:55:01',NULL,600.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(6520,'1110','51749930784','2025-06-14 22:53:04',NULL,175.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6521,'1110','51749930784','2025-06-14 22:53:17',NULL,350.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(6522,'1110','51749930784','2025-06-14 22:53:42',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6523,'1110','51749930784','2025-06-14 22:53:58',NULL,400.00,'','5','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(6524,'5500','51749930784','2025-06-14 22:54:32',1558.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6525,'1000','51749930784','2025-06-14 22:55:01',2030.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6526,'4000','51749930784','2025-06-14 22:55:01',NULL,780.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(6527,'4000','51749930784','2025-06-14 22:53:04',NULL,250.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6528,'4000','51749930784','2025-06-14 22:53:17',NULL,500.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(6529,'4000','51749930784','2025-06-14 22:53:42',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6530,'4000','51749930784','2025-06-14 22:53:58',NULL,400.00,'','5','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(6531,'1110','41749930963','2025-06-14 22:56:39',NULL,480.00,'','4','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(6532,'1110','41749930963','2025-06-14 22:56:03',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6533,'5500','41749930963','2025-06-14 22:56:38',513.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6534,'1000','41749930963','2025-06-14 22:56:39',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6535,'4000','41749930963','2025-06-14 22:56:39',NULL,700.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(6536,'4000','41749930963','2025-06-14 22:56:03',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6537,'1000','51749931097','2025-06-14 22:58:37',1800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6538,'4000','51749931097','2025-06-14 22:58:37',NULL,200.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(6539,'4000','51749931097','2025-06-14 22:58:17',NULL,1600.00,'','5','1','Good sold','1','','sales','81','','No',NULL,NULL,''),(6540,'1110','51749931208','2025-06-14 23:00:44',NULL,1000.00,'','5','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(6541,'1110','51749931208','2025-06-14 23:00:13',NULL,140.00,'','5','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(6542,'5500','51749931208','2025-06-14 23:00:43',1140.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6543,'1000','51749931208','2025-06-14 23:00:44',3200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6544,'4000','51749931208','2025-06-14 23:00:44',NULL,3000.00,'','5','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(6545,'4000','51749931208','2025-06-14 23:00:13',NULL,200.00,'','5','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(6546,'1000','51749931447','2025-06-14 23:04:34',2200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6547,'4000','51749931447','2025-06-14 23:04:34',NULL,1600.00,'','5','1','Good sold','1','','sales','81','','No',NULL,NULL,''),(6548,'4000','51749931447','2025-06-14 23:04:07',NULL,400.00,'','5','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(6549,'4000','51749931447','2025-06-14 23:04:12',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(6550,'4000','51749931447','2025-06-14 23:04:26',NULL,100.00,'','5','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(6554,'1000','61749931535','2025-06-14 23:05:59',550.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6555,'4000','61749931535','2025-06-14 23:05:59',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(6556,'4000','61749931535','2025-06-14 23:05:35',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(6557,'4000','61749931535','2025-06-14 23:05:51',NULL,200.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(6570,'1110','41749931926','2025-06-14 23:12:24',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(6571,'1110','41749931926','2025-06-14 23:12:06',NULL,148.00,'','4','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(6572,'5500','41749931926','2025-06-14 23:12:23',202.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6573,'1000','41749931926','2025-06-14 23:12:24',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6574,'4000','41749931926','2025-06-14 23:12:24',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(6575,'4000','41749931926','2025-06-14 23:12:06',NULL,200.00,'','4','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(6576,'1110','61749932325','2025-06-14 23:19:02',NULL,432.00,'','6','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(6577,'5500','61749932325','2025-06-14 23:18:45',432.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6578,'1000','61749932325','2025-06-14 23:19:02',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6579,'4000','61749932325','2025-06-14 23:19:02',NULL,600.00,'','6','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(6580,'1110','51749933178','2025-06-14 23:32:59',NULL,1575.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6581,'5500','51749933178','2025-06-14 23:32:58',1575.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6582,'1000','51749933178','2025-06-14 23:32:59',2250.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6583,'4000','51749933178','2025-06-14 23:32:59',NULL,2250.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6584,'1110','51749933261','2025-06-14 23:36:55',NULL,1800.00,'','5','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(6585,'1110','51749933261','2025-06-14 23:34:21',NULL,720.00,'','5','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(6586,'1110','51749933261','2025-06-14 23:35:24',NULL,99.90,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6587,'1110','51749933261','2025-06-14 23:35:41',NULL,1800.00,'','5','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(6588,'1110','51749933261','2025-06-14 23:36:08',NULL,175.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6589,'1110','51749933261','2025-06-14 23:36:33',NULL,780.00,'','5','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(6590,'5500','51749933261','2025-06-14 23:36:53',5374.90,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6591,'1000','51749933261','2025-06-14 23:36:55',8190.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6592,'4000','51749933261','2025-06-14 23:36:55',NULL,3000.00,'','5','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(6593,'4000','51749933261','2025-06-14 23:34:21',NULL,1200.00,'','5','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(6594,'4000','51749933261','2025-06-14 23:35:24',NULL,300.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6595,'4000','51749933261','2025-06-14 23:35:41',NULL,2400.00,'','5','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(6596,'4000','51749933261','2025-06-14 23:36:08',NULL,250.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6597,'4000','51749933261','2025-06-14 23:36:33',NULL,1040.00,'','5','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(6598,'1000','51749933610','2025-06-14 23:40:31',2300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6599,'4000','51749933610','2025-06-14 23:40:31',NULL,1400.00,'','5','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(6600,'4000','51749933610','2025-06-14 23:40:10',NULL,700.00,'','5','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(6601,'4000','51749933610','2025-06-14 23:40:19',NULL,200.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(6602,'1110','41749926400','2025-06-14 21:40:28',NULL,975.00,'','4','1','Inventory sold','1','','sales','142','','No',NULL,NULL,''),(6603,'1110','41749926400','2025-06-14 21:40:00',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(6604,'1110','41749926400','2025-06-14 21:40:21',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6605,'1110','41749926400','2025-06-14 21:40:27',NULL,165.00,'','4','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(6606,'1110','41749926400','2025-06-14 22:19:30',NULL,165.00,'','4','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(6607,'1110','41749926400','2025-06-14 22:19:58',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6608,'1110','41749926400','2025-06-14 22:45:17',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(6609,'1110','41749926400','2025-06-14 22:45:26',NULL,975.00,'','4','1','Inventory sold','1','','sales','142','','No',NULL,NULL,''),(6610,'1110','41749926400','2025-06-14 23:48:04',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(6611,'1110','41749926400','2025-06-14 23:48:35',NULL,345.00,'','4','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(6612,'5500','41749926400','2025-06-14 23:49:22',2854.11,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6613,'1000','41749926400','2025-06-14 21:40:28',4300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6614,'4000','41749926400','2025-06-14 21:40:28',NULL,1400.00,'','4','1','Good sold','1','','sales','142','','No',NULL,NULL,''),(6615,'4000','41749926400','2025-06-14 21:40:00',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(6616,'4000','41749926400','2025-06-14 21:40:21',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6617,'4000','41749926400','2025-06-14 21:40:27',NULL,250.00,'','4','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(6618,'4000','41749926400','2025-06-14 22:19:30',NULL,250.00,'','4','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(6619,'4000','41749926400','2025-06-14 22:19:58',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6620,'4000','41749926400','2025-06-14 22:45:17',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(6621,'4000','41749926400','2025-06-14 22:45:26',NULL,1400.00,'','4','1','Good sold','1','','sales','142','','No',NULL,NULL,''),(6622,'4000','41749926400','2025-06-14 23:48:04',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(6623,'4000','41749926400','2025-06-14 23:48:35',NULL,500.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(6624,'1110','41749934215','2025-06-14 23:52:10',NULL,570.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(6625,'1110','41749934215','2025-06-14 23:50:15',NULL,108.34,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(6626,'1110','41749934215','2025-06-14 23:51:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(6627,'1110','41749934215','2025-06-14 23:51:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(6628,'1110','41749934215','2025-06-14 23:51:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(6629,'5500','41749934215','2025-06-14 23:52:09',678.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6630,'1000','41749934215','2025-06-14 23:52:10',1720.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6631,'4000','41749934215','2025-06-14 23:52:10',NULL,900.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(6632,'4000','41749934215','2025-06-14 23:50:15',NULL,200.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(6633,'4000','41749934215','2025-06-14 23:51:24',NULL,300.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(6634,'4000','41749934215','2025-06-14 23:51:41',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(6635,'4000','41749934215','2025-06-14 23:51:47',NULL,120.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6636,'1110','41749934721','2025-06-14 23:58:49',NULL,217.00,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(6637,'1110','41749934721','2025-06-14 23:58:41',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(6638,'5500','41749934721','2025-06-14 23:58:48',271.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6639,'1000','41749934721','2025-06-14 23:58:49',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6640,'4000','41749934721','2025-06-14 23:58:49',NULL,300.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(6641,'4000','41749934721','2025-06-14 23:58:41',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(6642,'1110','41749936058','2025-06-15 00:20:59',NULL,16.00,'','4','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(6643,'5500','41749936058','2025-06-15 00:20:58',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6644,'1000','41749936058','2025-06-15 00:20:59',30.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6645,'4000','41749936058','2025-06-15 00:20:59',NULL,30.00,'','4','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(6654,'1110','41749937907','2025-06-15 00:51:55',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(6655,'1110','41749937907','2025-06-15 00:51:47',NULL,16.00,'','4','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(6656,'5500','41749937907','2025-06-15 00:51:54',191.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6657,'1000','41749937907','2025-06-15 00:51:55',280.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6658,'4000','41749937907','2025-06-15 00:51:55',NULL,250.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(6659,'4000','41749937907','2025-06-15 00:51:47',NULL,30.00,'','4','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(6660,'1110','41749937947','2025-06-15 00:52:28',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(6661,'5500','41749937947','2025-06-15 00:52:27',70.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6662,'1000','41749937947','2025-06-15 00:52:28',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6663,'4000','41749937947','2025-06-15 00:52:28',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(6664,'1110','61749937987','2025-06-15 00:53:34',NULL,955.00,'','6','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(6665,'1110','61749937987','2025-06-15 00:53:07',NULL,175.00,'','6','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(6666,'5500','61749937987','2025-06-15 00:53:20',1130.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6667,'1000','61749937987','2025-06-15 00:53:34',1550.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6668,'4000','61749937987','2025-06-15 00:53:34',NULL,1300.00,'','6','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(6669,'4000','61749937987','2025-06-15 00:53:07',NULL,250.00,'','6','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(6670,'1110','61749936933','2025-06-15 00:36:31',NULL,1300.00,'','6','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(6671,'1110','61749936933','2025-06-15 00:35:33',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6672,'1110','61749936933','2025-06-15 00:35:47',NULL,350.00,'','6','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(6673,'1110','61749936933','2025-06-15 00:36:14',NULL,494.00,'','6','1','Inventory sold','1','','sales','207','','No',NULL,NULL,''),(6674,'1110','61749936933','2025-06-15 01:48:02',NULL,360.00,'','6','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(6675,'1110','61749936933','2025-06-15 01:48:49',NULL,185.00,'','6','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(6676,'1110','61749936933','2025-06-15 01:49:03',NULL,195.00,'','6','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(6677,'5500','61749936933','2025-06-15 01:49:24',2917.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6678,'1000','61749936933','2025-06-15 00:36:31',4260.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6679,'4000','61749936933','2025-06-15 00:36:31',NULL,1800.00,'','6','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(6680,'4000','61749936933','2025-06-15 00:35:33',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6681,'4000','61749936933','2025-06-15 00:35:47',NULL,500.00,'','6','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(6682,'4000','61749936933','2025-06-15 00:36:14',NULL,700.00,'','6','1','Good sold','1','','sales','207','','No',NULL,NULL,''),(6683,'4000','61749936933','2025-06-15 01:48:02',NULL,600.00,'','6','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(6684,'4000','61749936933','2025-06-15 01:48:49',NULL,300.00,'','6','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(6685,'4000','61749936933','2025-06-15 01:49:03',NULL,260.00,'','6','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(6686,'1110','61749927338','2025-06-14 21:56:40',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(6687,'1110','61749927338','2025-06-14 21:55:38',NULL,175.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6688,'1110','61749927338','2025-06-14 21:56:04',NULL,200.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(6689,'1110','61749927338','2025-06-14 21:56:21',NULL,175.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6690,'1110','61749927338','2025-06-15 01:51:24',NULL,225.00,'','6','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(6691,'1110','61749927338','2025-06-15 01:51:38',NULL,3300.00,'','6','1','Inventory sold','1','','sales','221','','No',NULL,NULL,''),(6692,'1110','61749927338','2025-06-15 01:51:59',NULL,230.00,'','6','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(6693,'1110','61749927338','2025-06-15 01:52:14',NULL,195.00,'','6','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(6694,'5500','61749927338','2025-06-15 01:52:28',4500.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6695,'1000','61749927338','2025-06-14 21:56:40',6360.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6696,'4000','61749927338','2025-06-14 21:56:40',NULL,240.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6697,'4000','61749927338','2025-06-14 21:55:38',NULL,250.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6698,'4000','61749927338','2025-06-14 21:56:04',NULL,260.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(6699,'4000','61749927338','2025-06-14 21:56:21',NULL,250.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6700,'4000','61749927338','2025-06-15 01:51:24',NULL,300.00,'','6','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(6701,'4000','61749927338','2025-06-15 01:51:38',NULL,4500.00,'','6','1','Good sold','1','','sales','221','','No',NULL,NULL,''),(6702,'4000','61749927338','2025-06-15 01:51:59',NULL,300.00,'','6','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(6703,'4000','61749927338','2025-06-15 01:52:14',NULL,260.00,'','6','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(6704,'1110','41749928873','2025-06-14 22:21:52',NULL,945.00,'','4','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(6705,'1110','41749928873','2025-06-14 22:21:13',NULL,230.00,'','4','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(6706,'1110','41749928873','2025-06-14 22:21:45',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6707,'1110','41749928873','2025-06-14 22:21:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(6708,'1110','41749928873','2025-06-14 23:11:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(6709,'1110','41749928873','2025-06-14 23:11:49',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6710,'5500','41749928873','2025-06-15 02:00:44',1241.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6711,'1000','41749928873','2025-06-14 22:21:52',2750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6712,'4000','41749928873','2025-06-14 22:21:52',NULL,1300.00,'','4','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(6713,'4000','41749928873','2025-06-14 22:21:13',NULL,300.00,'','4','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(6714,'4000','41749928873','2025-06-14 22:21:45',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6715,'4000','41749928873','2025-06-14 22:21:51',NULL,900.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(6716,'4000','41749928873','2025-06-14 23:11:43',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(6717,'4000','41749928873','2025-06-14 23:11:49',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6718,'1110','41749942122','2025-06-15 02:04:32',NULL,390.00,'','4','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(6719,'1110','41749942122','2025-06-15 02:02:02',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6720,'1110','41749942122','2025-06-15 02:02:14',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(6721,'1110','41749942122','2025-06-15 02:02:23',NULL,350.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(6722,'1110','41749942122','2025-06-15 02:02:42',NULL,360.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(6723,'1110','41749942122','2025-06-15 02:02:55',NULL,165.00,'','4','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(6724,'1110','41749942122','2025-06-15 02:03:20',NULL,500.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(6725,'1110','41749942122','2025-06-15 02:03:37',NULL,70.00,'','4','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(6726,'5500','41749942122','2025-06-15 02:04:18',1938.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6727,'1000','41749942122','2025-06-15 02:04:32',3670.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6728,'4000','41749942122','2025-06-15 02:04:32',NULL,520.00,'','4','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(6729,'4000','41749942122','2025-06-15 02:02:02',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6730,'4000','41749942122','2025-06-15 02:02:14',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(6731,'4000','41749942122','2025-06-15 02:02:23',NULL,500.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(6732,'4000','41749942122','2025-06-15 02:02:42',NULL,600.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(6733,'4000','41749942122','2025-06-15 02:02:55',NULL,250.00,'','4','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(6734,'4000','41749942122','2025-06-15 02:03:20',NULL,1500.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(6735,'4000','41749942122','2025-06-15 02:03:37',NULL,100.00,'','4','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(6736,'1110','41749942460','2025-06-15 02:08:25',NULL,1050.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(6737,'1110','41749942460','2025-06-15 02:07:40',NULL,195.00,'','4','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(6738,'1110','41749942460','2025-06-15 02:07:47',NULL,185.00,'','4','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(6739,'1110','41749942460','2025-06-15 02:07:52',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6740,'5500','41749942460','2025-06-15 02:08:24',1463.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6741,'1000','41749942460','2025-06-15 02:08:25',2160.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6742,'4000','41749942460','2025-06-15 02:08:25',NULL,1500.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(6743,'4000','41749942460','2025-06-15 02:07:40',NULL,260.00,'','4','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(6744,'4000','41749942460','2025-06-15 02:07:47',NULL,300.00,'','4','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(6745,'4000','41749942460','2025-06-15 02:07:52',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6746,'1110','41749943792','2025-06-15 02:33:01',NULL,570.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(6747,'1110','41749943792','2025-06-15 02:29:52',NULL,108.34,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(6748,'1110','41749943792','2025-06-15 02:30:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(6749,'1110','41749943792','2025-06-15 02:30:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(6750,'1110','41749943792','2025-06-15 02:32:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(6751,'5500','41749943792','2025-06-15 02:33:00',678.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6752,'1000','41749943792','2025-06-15 02:33:01',1720.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6753,'4000','41749943792','2025-06-15 02:33:01',NULL,900.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(6754,'4000','41749943792','2025-06-15 02:29:52',NULL,200.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(6755,'4000','41749943792','2025-06-15 02:30:28',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(6756,'4000','41749943792','2025-06-15 02:30:44',NULL,300.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(6757,'4000','41749943792','2025-06-15 02:32:48',NULL,120.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6758,'1110','41749944157','2025-06-15 02:36:19',NULL,330.00,'','4','1','Inventory sold','1','','sales','93','','No',NULL,NULL,''),(6759,'1110','41749944157','2025-06-15 02:35:57',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(6760,'5500','41749944157','2025-06-15 02:36:18',384.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6761,'1000','41749944157','2025-06-15 02:36:19',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6762,'4000','41749944157','2025-06-15 02:36:19',NULL,500.00,'','4','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(6763,'4000','41749944157','2025-06-15 02:35:57',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(6764,'1110','111749945018','2025-06-15 02:50:38',NULL,5.00,'','11','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(6765,'5500','111749945018','2025-06-15 02:50:18',5.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6766,'1000','111749945018','2025-06-15 02:50:38',10.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6767,'4000','111749945018','2025-06-15 02:50:38',NULL,10.00,'','11','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(6768,'1110','61749946233','2025-06-15 03:14:07',NULL,390.00,'','6','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(6769,'1110','61749946233','2025-06-15 03:10:33',NULL,450.00,'','6','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(6770,'1110','61749946233','2025-06-15 03:10:58',NULL,350.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6771,'1110','61749946233','2025-06-15 03:11:19',NULL,390.00,'','6','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(6772,'1110','61749946233','2025-06-15 03:11:45',NULL,180.00,'','6','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(6773,'1110','61749946233','2025-06-15 03:12:09',NULL,195.00,'','6','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(6774,'1110','61749946233','2025-06-15 03:12:23',NULL,225.00,'','6','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(6775,'1110','61749946233','2025-06-15 03:12:39',NULL,175.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6776,'1110','61749946233','2025-06-15 03:12:54',NULL,195.00,'','6','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(6777,'1110','61749946233','2025-06-15 03:13:11',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(6778,'5500','61749946233','2025-06-15 03:13:39',2550.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6779,'1000','61749946233','2025-06-15 03:14:07',3990.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6780,'4000','61749946233','2025-06-15 03:14:07',NULL,520.00,'','6','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(6781,'4000','61749946233','2025-06-15 03:10:33',NULL,600.00,'','6','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(6782,'4000','61749946233','2025-06-15 03:10:58',NULL,500.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6783,'4000','61749946233','2025-06-15 03:11:19',NULL,520.00,'','6','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(6784,'4000','61749946233','2025-06-15 03:11:45',NULL,300.00,'','6','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(6785,'4000','61749946233','2025-06-15 03:12:09',NULL,260.00,'','6','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(6786,'4000','61749946233','2025-06-15 03:12:23',NULL,300.00,'','6','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(6787,'4000','61749946233','2025-06-15 03:12:39',NULL,250.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6788,'4000','61749946233','2025-06-15 03:12:54',NULL,260.00,'','6','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(6789,'4000','61749946233','2025-06-15 03:13:11',NULL,480.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6790,'1110','61749946464','2025-06-15 03:15:26',NULL,494.00,'','6','1','Inventory sold','1','','sales','207','','No',NULL,NULL,''),(6791,'1110','61749946464','2025-06-15 03:14:24',NULL,203.00,'','6','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(6792,'1110','61749946464','2025-06-15 03:14:59',NULL,185.00,'','6','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(6793,'5500','61749946464','2025-06-15 03:15:14',882.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6794,'1000','61749946464','2025-06-15 03:15:26',1300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6795,'4000','61749946464','2025-06-15 03:15:26',NULL,700.00,'','6','1','Good sold','1','','sales','207','','No',NULL,NULL,''),(6796,'4000','61749946464','2025-06-15 03:14:24',NULL,300.00,'','6','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(6797,'4000','61749946464','2025-06-15 03:14:59',NULL,300.00,'','6','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(6798,'1110','61749946649','2025-06-15 03:18:12',NULL,426.00,'','6','1','Inventory sold','1','','sales','151','','No',NULL,NULL,''),(6799,'1110','61749946649','2025-06-15 03:17:29',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6800,'1110','61749946649','2025-06-15 03:17:45',NULL,140.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(6801,'5500','61749946649','2025-06-15 03:18:01',599.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6802,'1000','61749946649','2025-06-15 03:18:12',900.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6803,'4000','61749946649','2025-06-15 03:18:12',NULL,600.00,'','6','1','Good sold','1','','sales','151','','No',NULL,NULL,''),(6804,'4000','61749946649','2025-06-15 03:17:29',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6805,'4000','61749946649','2025-06-15 03:17:45',NULL,200.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(6806,'1110','111749946069','2025-06-15 03:28:00',NULL,210.00,'','11','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(6807,'1110','111749946069','2025-06-15 03:07:49',NULL,247.00,'','11','1','Inventory sold','1','','sales','207','','No',NULL,NULL,''),(6808,'1110','111749946069','2025-06-15 03:09:43',NULL,390.00,'','11','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(6809,'1110','111749946069','2025-06-15 03:10:07',NULL,217.00,'','11','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(6810,'1110','111749946069','2025-06-15 03:12:05',NULL,54.17,'','11','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(6811,'1110','111749946069','2025-06-15 03:12:20',NULL,247.00,'','11','1','Inventory sold','1','','sales','207','','No',NULL,NULL,''),(6812,'1110','111749946069','2025-06-15 03:13:37',NULL,195.00,'','11','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(6813,'1110','111749946069','2025-06-15 03:14:03',NULL,210.00,'','11','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(6814,'1110','111749946069','2025-06-15 03:14:32',NULL,0.00,'','11','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(6815,'1110','111749946069','2025-06-15 03:14:48',NULL,360.00,'','11','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(6816,'1110','111749946069','2025-06-15 03:15:38',NULL,70.00,'','11','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(6817,'1110','111749946069','2025-06-15 03:16:07',NULL,33.30,'','11','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6818,'1110','111749946069','2025-06-15 03:17:11',NULL,175.00,'','11','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(6819,'1110','111749946069','2025-06-15 03:18:07',NULL,175.00,'','11','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(6820,'1110','111749946069','2025-06-15 03:18:26',NULL,16.00,'','11','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(6821,'1110','111749946069','2025-06-15 03:18:45',NULL,74.00,'','11','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(6822,'1110','111749946069','2025-06-15 03:19:06',NULL,70.00,'','11','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(6823,'1110','111749946069','2025-06-15 03:19:19',NULL,0.00,'','11','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(6824,'1110','111749946069','2025-06-15 03:19:35',NULL,33.30,'','11','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6825,'1110','111749946069','2025-06-15 03:19:53',NULL,74.00,'','11','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(6826,'1110','111749946069','2025-06-15 03:20:07',NULL,0.00,'','11','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(6827,'1110','111749946069','2025-06-15 03:20:43',NULL,420.00,'','11','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(6828,'1110','111749946069','2025-06-15 03:21:11',NULL,175.00,'','11','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6829,'1110','111749946069','2025-06-15 03:21:35',NULL,175.00,'','11','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(6830,'1110','111749946069','2025-06-15 03:21:53',NULL,10.00,'','11','1','Inventory sold','1','','sales','162','','No',NULL,NULL,''),(6831,'1110','111749946069','2025-06-15 03:22:18',NULL,54.17,'','11','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(6832,'1110','111749946069','2025-06-15 03:22:48',NULL,0.00,'','11','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(6833,'1110','111749946069','2025-06-15 03:23:16',NULL,0.00,'','11','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(6834,'1110','111749946069','2025-06-15 03:23:36',NULL,0.00,'','11','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(6835,'1110','111749946069','2025-06-15 03:24:08',NULL,74.00,'','11','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(6836,'1110','111749946069','2025-06-15 03:24:33',NULL,14.00,'','11','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(6837,'1110','111749946069','2025-06-15 03:24:54',NULL,2600.00,'','11','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(6838,'1110','111749946069','2025-06-15 03:25:10',NULL,33.30,'','11','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6839,'1110','111749946069','2025-06-15 03:25:49',NULL,33.30,'','11','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6840,'1110','111749946069','2025-06-15 03:26:00',NULL,16.00,'','11','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(6841,'1110','111749946069','2025-06-15 03:26:11',NULL,217.00,'','11','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(6842,'1110','111749946069','2025-06-15 03:26:25',NULL,180.00,'','11','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(6843,'1110','111749946069','2025-06-15 03:26:39',NULL,900.00,'','11','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(6844,'1110','111749946069','2025-06-15 03:26:58',NULL,54.17,'','11','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(6845,'1110','111749946069','2025-06-15 03:27:21',NULL,180.00,'','11','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(6846,'5500','111749946069','2025-06-15 03:27:39',7986.71,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6847,'1000','111749946069','2025-06-15 03:28:00',13485.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6848,'4000','111749946069','2025-06-15 03:28:00',NULL,260.00,'','11','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(6849,'4000','111749946069','2025-06-15 03:07:49',NULL,350.00,'','11','1','Good sold','1','','sales','207','','No',NULL,NULL,''),(6850,'4000','111749946069','2025-06-15 03:09:43',NULL,520.00,'','11','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(6851,'4000','111749946069','2025-06-15 03:10:07',NULL,300.00,'','11','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(6852,'4000','111749946069','2025-06-15 03:12:05',NULL,100.00,'','11','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(6853,'4000','111749946069','2025-06-15 03:12:20',NULL,350.00,'','11','1','Good sold','1','','sales','207','','No',NULL,NULL,''),(6854,'4000','111749946069','2025-06-15 03:13:37',NULL,260.00,'','11','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(6855,'4000','111749946069','2025-06-15 03:14:03',NULL,260.00,'','11','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(6856,'4000','111749946069','2025-06-15 03:14:32',NULL,800.00,'','11','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(6857,'4000','111749946069','2025-06-15 03:14:48',NULL,600.00,'','11','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(6858,'4000','111749946069','2025-06-15 03:15:38',NULL,100.00,'','11','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(6859,'4000','111749946069','2025-06-15 03:16:07',NULL,100.00,'','11','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6860,'4000','111749946069','2025-06-15 03:17:11',NULL,250.00,'','11','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(6861,'4000','111749946069','2025-06-15 03:18:07',NULL,250.00,'','11','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(6862,'4000','111749946069','2025-06-15 03:18:26',NULL,30.00,'','11','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(6863,'4000','111749946069','2025-06-15 03:18:45',NULL,100.00,'','11','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(6864,'4000','111749946069','2025-06-15 03:19:06',NULL,100.00,'','11','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(6865,'4000','111749946069','2025-06-15 03:19:19',NULL,200.00,'','11','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(6866,'4000','111749946069','2025-06-15 03:19:35',NULL,100.00,'','11','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6867,'4000','111749946069','2025-06-15 03:19:53',NULL,100.00,'','11','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(6868,'4000','111749946069','2025-06-15 03:20:07',NULL,50.00,'','11','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(6869,'4000','111749946069','2025-06-15 03:20:43',NULL,520.00,'','11','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(6870,'4000','111749946069','2025-06-15 03:21:11',NULL,250.00,'','11','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6871,'4000','111749946069','2025-06-15 03:21:35',NULL,250.00,'','11','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(6872,'4000','111749946069','2025-06-15 03:21:53',NULL,15.00,'','11','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(6873,'4000','111749946069','2025-06-15 03:22:18',NULL,100.00,'','11','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(6874,'4000','111749946069','2025-06-15 03:22:48',NULL,200.00,'','11','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(6875,'4000','111749946069','2025-06-15 03:23:16',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6876,'4000','111749946069','2025-06-15 03:23:36',NULL,400.00,'','11','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(6877,'4000','111749946069','2025-06-15 03:24:08',NULL,100.00,'','11','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(6878,'4000','111749946069','2025-06-15 03:24:33',NULL,20.00,'','11','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(6879,'4000','111749946069','2025-06-15 03:24:54',NULL,3600.00,'','11','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(6880,'4000','111749946069','2025-06-15 03:25:10',NULL,100.00,'','11','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6881,'4000','111749946069','2025-06-15 03:25:49',NULL,100.00,'','11','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6882,'4000','111749946069','2025-06-15 03:26:00',NULL,30.00,'','11','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(6883,'4000','111749946069','2025-06-15 03:26:11',NULL,300.00,'','11','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(6884,'4000','111749946069','2025-06-15 03:26:25',NULL,300.00,'','11','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(6885,'4000','111749946069','2025-06-15 03:26:39',NULL,1500.00,'','11','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(6886,'4000','111749946069','2025-06-15 03:26:58',NULL,100.00,'','11','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(6887,'4000','111749946069','2025-06-15 03:27:21',NULL,300.00,'','11','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(6890,'1000','41749947395','2025-06-15 03:29:56',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6891,'4000','41749947395','2025-06-15 03:29:56',NULL,100.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6892,'1110','61749946706','2025-06-15 03:37:25',NULL,0.00,'','6','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(6893,'1110','61749946706','2025-06-15 03:18:26',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6894,'1110','61749946706','2025-06-15 03:19:22',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(6895,'1110','61749946706','2025-06-15 03:19:30',NULL,3120.00,'','6','1','Inventory sold','1','','sales','148','','No',NULL,NULL,''),(6896,'5500','61749946706','2025-06-15 03:37:24',3223.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6897,'1000','61749946706','2025-06-15 03:37:25',4600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6898,'4000','61749946706','2025-06-15 03:37:25',NULL,400.00,'','6','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(6899,'4000','61749946706','2025-06-15 03:18:26',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6900,'4000','61749946706','2025-06-15 03:19:22',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(6901,'4000','61749946706','2025-06-15 03:19:30',NULL,4000.00,'','6','1','Good sold','1','','sales','148','','No',NULL,NULL,''),(6902,'1110','61749947908','2025-06-15 03:39:38',NULL,856.00,'','6','1','Inventory sold','1','','sales','130','','No',NULL,NULL,''),(6903,'1110','61749947908','2025-06-15 03:38:28',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6904,'1110','61749947908','2025-06-15 03:38:44',NULL,180.00,'','6','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(6905,'1110','61749947908','2025-06-15 03:38:53',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(6906,'1110','61749947908','2025-06-15 03:39:02',NULL,0.00,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(6907,'1110','61749947908','2025-06-15 03:39:11',NULL,350.00,'','6','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(6908,'5500','61749947908','2025-06-15 03:39:26',1489.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6909,'1000','61749947908','2025-06-15 03:39:38',3000.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6910,'4000','61749947908','2025-06-15 03:39:38',NULL,1200.00,'','6','1','Good sold','1','','sales','130','','No',NULL,NULL,''),(6911,'4000','61749947908','2025-06-15 03:38:28',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6912,'4000','61749947908','2025-06-15 03:38:44',NULL,300.00,'','6','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(6913,'4000','61749947908','2025-06-15 03:38:53',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(6914,'4000','61749947908','2025-06-15 03:39:02',NULL,800.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(6915,'4000','61749947908','2025-06-15 03:39:11',NULL,500.00,'','6','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(6936,'1110','41749948698','2025-06-15 03:52:01',NULL,70.00,'','4','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(6937,'5500','41749948698','2025-06-15 03:51:38',70.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6938,'1000','41749948698','2025-06-15 03:52:01',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6939,'4000','41749948698','2025-06-15 03:52:01',NULL,100.00,'','4','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(6940,'1000','41749948769','2025-06-15 03:53:30',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6941,'4000','41749948769','2025-06-15 03:53:30',NULL,100.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(6942,'1110','41749947356','2025-06-15 03:29:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(6943,'1110','41749947356','2025-06-15 03:29:16',NULL,434.00,'','4','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(6944,'1110','41749947356','2025-06-15 04:09:01',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6945,'1110','41749947356','2025-06-15 04:09:10',NULL,150.00,'','4','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(6946,'1110','41749947356','2025-06-15 04:09:35',NULL,225.00,'','4','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(6947,'5500','41749947356','2025-06-15 04:09:50',842.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6948,'1000','41749947356','2025-06-15 03:29:17',1600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6949,'4000','41749947356','2025-06-15 03:29:17',NULL,400.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(6950,'4000','41749947356','2025-06-15 03:29:16',NULL,600.00,'','4','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(6951,'4000','41749947356','2025-06-15 04:09:01',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6952,'4000','41749947356','2025-06-15 04:09:10',NULL,200.00,'','4','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(6953,'4000','41749947356','2025-06-15 04:09:35',NULL,300.00,'','4','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(6954,'1110','61749949864','2025-06-15 04:11:50',NULL,450.00,'','6','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(6955,'1110','61749949864','2025-06-15 04:11:04',NULL,450.00,'','6','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(6956,'5500','61749949864','2025-06-15 04:11:32',900.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6957,'1000','61749949864','2025-06-15 04:11:50',1200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6958,'4000','61749949864','2025-06-15 04:11:50',NULL,600.00,'','6','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(6959,'4000','61749949864','2025-06-15 04:11:04',NULL,600.00,'','6','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(6960,'1110','61749948024','2025-06-15 03:46:33',NULL,720.00,'','6','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(6961,'1110','61749948024','2025-06-15 03:40:24',NULL,780.00,'','6','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(6962,'1110','61749948024','2025-06-15 03:42:36',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6963,'1110','61749948024','2025-06-15 03:42:52',NULL,660.00,'','6','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(6964,'1110','61749948024','2025-06-15 03:43:05',NULL,780.00,'','6','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(6965,'1110','61749948024','2025-06-15 03:43:24',NULL,434.00,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(6966,'1110','61749948024','2025-06-15 03:45:42',NULL,5.00,'','6','1','Inventory sold','1','','sales','243','','No',NULL,NULL,''),(6967,'1110','61749948024','2025-06-15 03:45:55',NULL,10.00,'','6','1','Inventory sold','1','','sales','162','','No',NULL,NULL,''),(6968,'1110','61749948024','2025-06-15 03:46:06',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6969,'5500','61749948024','2025-06-15 03:46:14',3455.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6970,'1000','61749948024','2025-06-15 03:46:33',5105.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6971,'4000','61749948024','2025-06-15 03:46:33',NULL,1200.00,'','6','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(6972,'4000','61749948024','2025-06-15 03:40:24',NULL,1040.00,'','6','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(6973,'4000','61749948024','2025-06-15 03:42:36',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6974,'4000','61749948024','2025-06-15 03:42:52',NULL,1000.00,'','6','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(6975,'4000','61749948024','2025-06-15 03:43:05',NULL,1040.00,'','6','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(6976,'4000','61749948024','2025-06-15 03:43:24',NULL,600.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(6977,'4000','61749948024','2025-06-15 03:45:42',NULL,10.00,'','6','1','Good sold','1','','sales','243','','No',NULL,NULL,''),(6978,'4000','61749948024','2025-06-15 03:45:55',NULL,15.00,'','6','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(6979,'4000','61749948024','2025-06-15 03:46:06',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6980,'1110','61749950078','2025-06-15 04:15:07',NULL,270.00,'','6','1','Inventory sold','1','','sales','154','','No',NULL,NULL,''),(6981,'1110','61749950078','2025-06-15 04:14:38',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(6982,'5500','61749950078','2025-06-15 04:14:58',340.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6983,'1000','61749950078','2025-06-15 04:15:07',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6984,'4000','61749950078','2025-06-15 04:15:07',NULL,400.00,'','6','1','Good sold','1','','sales','154','','No',NULL,NULL,''),(6985,'4000','61749950078','2025-06-15 04:14:38',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(6986,'1110','41749950602','2025-06-15 04:23:23',NULL,66.60,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(6987,'5500','41749950602','2025-06-15 04:23:22',66.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6988,'1000','41749950602','2025-06-15 04:23:23',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6989,'4000','41749950602','2025-06-15 04:23:23',NULL,200.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(6990,'1110','61749952705','2025-06-15 04:59:09',NULL,607.00,'','6','1','Inventory sold','1','','sales','152','','No',NULL,NULL,''),(6991,'1110','61749952705','2025-06-15 04:58:25',NULL,108.34,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(6992,'1110','61749952705','2025-06-15 04:58:43',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(6993,'5500','61749952705','2025-06-15 04:58:59',785.34,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6994,'1000','61749952705','2025-06-15 04:59:09',1200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6995,'4000','61749952705','2025-06-15 04:59:09',NULL,900.00,'','6','1','Good sold','1','','sales','152','','No',NULL,NULL,''),(6996,'4000','61749952705','2025-06-15 04:58:25',NULL,200.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(6997,'4000','61749952705','2025-06-15 04:58:43',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(6998,'1110','61749952923','2025-06-15 05:05:46',NULL,705.00,'','6','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(6999,'5500','61749952923','2025-06-15 05:02:04',705.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7000,'1000','61749952923','2025-06-15 05:05:46',1000.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7001,'4000','61749952923','2025-06-15 05:05:46',NULL,1000.00,'','6','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(7002,'1110','61749953153','2025-06-15 05:06:14',NULL,705.00,'','6','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(7003,'5500','61749953153','2025-06-15 05:05:53',705.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7004,'1000','61749953153','2025-06-15 05:06:14',1000.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7005,'4000','61749953153','2025-06-15 05:06:14',NULL,1000.00,'','6','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(7006,'1110','61749953203','2025-06-15 05:09:02',NULL,955.00,'','6','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(7007,'1110','61749953203','2025-06-15 05:06:43',NULL,175.00,'','6','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(7008,'5500','61749953203','2025-06-15 05:08:40',1130.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7009,'1000','61749953203','2025-06-15 05:09:02',1550.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7010,'4000','61749953203','2025-06-15 05:09:02',NULL,1300.00,'','6','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(7011,'4000','61749953203','2025-06-15 05:06:43',NULL,250.00,'','6','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(7012,'1110','61749953497','2025-06-15 05:11:52',NULL,700.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(7013,'5500','61749953497','2025-06-15 05:11:37',700.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7014,'1000','61749953497','2025-06-15 05:11:52',1000.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7015,'4000','61749953497','2025-06-15 05:11:52',NULL,1000.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(7016,'1110','51749954070','2025-06-15 05:21:11',NULL,210.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(7017,'5500','51749954070','2025-06-15 05:21:10',210.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7018,'1000','51749954070','2025-06-15 05:21:11',260.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7019,'4000','51749954070','2025-06-15 05:21:11',NULL,260.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(7020,'1110','51749954090','2025-06-15 05:25:17',NULL,805.00,'','5','1','Inventory sold','1','','sales','211','','No',NULL,NULL,''),(7021,'1110','51749954090','2025-06-15 05:21:30',NULL,1560.00,'','5','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(7022,'1110','51749954090','2025-06-15 05:24:25',NULL,1004.00,'','5','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(7023,'1110','51749954090','2025-06-15 05:24:43',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7024,'5500','51749954090','2025-06-15 05:25:16',3402.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7025,'1000','51749954090','2025-06-15 05:25:17',4680.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7026,'4000','51749954090','2025-06-15 05:25:17',NULL,1300.00,'','5','1','Good sold','1','','sales','211','','No',NULL,NULL,''),(7027,'4000','51749954090','2025-06-15 05:21:30',NULL,2080.00,'','5','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(7028,'4000','51749954090','2025-06-15 05:24:25',NULL,1200.00,'','5','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(7029,'4000','51749954090','2025-06-15 05:24:43',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7030,'1110','51749954550','2025-06-15 05:29:12',NULL,350.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(7031,'5500','51749954550','2025-06-15 05:29:10',350.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7032,'1000','51749954550','2025-06-15 05:29:12',500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7033,'4000','51749954550','2025-06-15 05:29:12',NULL,500.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(7034,'1110','51749954595','2025-06-15 05:30:47',NULL,310.00,'','5','1','Inventory sold','1','','sales','210','','No',NULL,NULL,''),(7035,'1110','51749954595','2025-06-15 05:29:55',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(7036,'5500','51749954595','2025-06-15 05:30:46',380.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7037,'1000','51749954595','2025-06-15 05:30:47',500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7038,'4000','51749954595','2025-06-15 05:30:47',NULL,400.00,'','5','1','Good sold','1','','sales','210','','No',NULL,NULL,''),(7039,'4000','51749954595','2025-06-15 05:29:55',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(7040,'1110','51749954702','2025-06-15 05:32:26',NULL,1175.00,'','5','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(7041,'1110','51749954702','2025-06-15 05:31:42',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7042,'1110','51749954702','2025-06-15 05:32:18',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(7043,'5500','51749954702','2025-06-15 05:32:25',1278.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7044,'1000','51749954702','2025-06-15 05:32:26',2000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7045,'4000','51749954702','2025-06-15 05:32:26',NULL,1800.00,'','5','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(7046,'4000','51749954702','2025-06-15 05:31:42',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7047,'4000','51749954702','2025-06-15 05:32:18',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(7048,'1000','51749954820','2025-06-15 05:33:51',750.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7049,'4000','51749954820','2025-06-15 05:33:51',NULL,700.00,'','5','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(7050,'4000','51749954820','2025-06-15 05:33:40',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(7051,'1110','51749954864','2025-06-15 05:34:39',NULL,185.00,'','5','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(7052,'1110','51749954864','2025-06-15 05:34:24',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(7053,'5500','51749954864','2025-06-15 05:34:38',360.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7054,'1000','51749954864','2025-06-15 05:34:39',550.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7055,'4000','51749954864','2025-06-15 05:34:39',NULL,300.00,'','5','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(7056,'4000','51749954864','2025-06-15 05:34:24',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(7057,'1110','51749954924','2025-06-15 05:35:25',NULL,185.00,'','5','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(7058,'5500','51749954924','2025-06-15 05:35:24',185.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7059,'1000','51749954924','2025-06-15 05:35:25',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7060,'4000','51749954924','2025-06-15 05:35:25',NULL,300.00,'','5','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(7061,'1110','51749955011','2025-06-15 05:36:52',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(7062,'5500','51749955011','2025-06-15 05:36:51',70.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7063,'1000','51749955011','2025-06-15 05:36:52',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7064,'4000','51749955011','2025-06-15 05:36:52',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(7065,'1110','51749955058','2025-06-15 05:37:39',NULL,225.00,'','5','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(7066,'5500','51749955058','2025-06-15 05:37:38',225.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7067,'1000','51749955058','2025-06-15 05:37:39',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7068,'4000','51749955058','2025-06-15 05:37:39',NULL,300.00,'','5','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(7069,'1110','51749955105','2025-06-15 05:38:35',NULL,217.00,'','5','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(7070,'1110','51749955105','2025-06-15 05:38:25',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7071,'5500','51749955105','2025-06-15 05:38:34',250.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7072,'1000','51749955105','2025-06-15 05:38:35',400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7073,'4000','51749955105','2025-06-15 05:38:35',NULL,300.00,'','5','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(7074,'4000','51749955105','2025-06-15 05:38:25',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7075,'1110','51749955987','2025-06-15 05:53:19',NULL,3120.00,'','5','1','Inventory sold','1','','sales','148','','No',NULL,NULL,''),(7076,'1110','51749955987','2025-06-15 05:53:07',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7077,'5500','51749955987','2025-06-15 05:53:18',3153.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7078,'1000','51749955987','2025-06-15 05:53:19',4100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7079,'4000','51749955987','2025-06-15 05:53:19',NULL,4000.00,'','5','1','Good sold','1','','sales','148','','No',NULL,NULL,''),(7080,'4000','51749955987','2025-06-15 05:53:07',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7081,'1000','51749956055','2025-06-15 05:54:25',400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7082,'4000','51749956055','2025-06-15 05:54:25',NULL,350.00,'','5','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(7083,'4000','51749956055','2025-06-15 05:54:15',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(7084,'1110','51749956224','2025-06-15 05:57:16',NULL,148.00,'','5','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(7085,'5500','51749956224','2025-06-15 05:57:11',148.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7086,'1000','51749956224','2025-06-15 05:57:16',200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7087,'4000','51749956224','2025-06-15 05:57:16',NULL,200.00,'','5','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(7088,'1110','51749956334','2025-06-15 05:59:42',NULL,1175.00,'','5','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(7089,'5500','51749956334','2025-06-15 05:58:54',1175.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7090,'1000','51749956334','2025-06-15 05:59:42',1800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7091,'4000','51749956334','2025-06-15 05:59:42',NULL,1800.00,'','5','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(7092,'1110','51749956656','2025-06-15 06:04:17',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(7093,'5500','51749956656','2025-06-15 06:04:16',54.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7094,'1000','51749956656','2025-06-15 06:04:17',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7095,'4000','51749956656','2025-06-15 06:04:17',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(7096,'1110','51749956722','2025-06-15 06:05:55',NULL,495.00,'','5','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(7097,'1110','51749956722','2025-06-15 06:05:22',NULL,350.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(7098,'1110','51749956722','2025-06-15 06:05:39',NULL,210.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(7099,'5500','51749956722','2025-06-15 06:05:54',1055.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7100,'1000','51749956722','2025-06-15 06:05:55',1510.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7101,'4000','51749956722','2025-06-15 06:05:55',NULL,750.00,'','5','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(7102,'4000','51749956722','2025-06-15 06:05:22',NULL,500.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(7103,'4000','51749956722','2025-06-15 06:05:39',NULL,260.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(7104,'1000','51749956869','2025-06-15 06:08:18',800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7105,'4000','51749956869','2025-06-15 06:08:18',NULL,600.00,'','5','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(7106,'4000','51749956869','2025-06-15 06:07:49',NULL,100.00,'','5','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(7107,'4000','51749956869','2025-06-15 06:08:08',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(7108,'1110','51749956996','2025-06-15 06:09:57',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(7109,'5500','51749956996','2025-06-15 06:09:56',54.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7110,'1000','51749956996','2025-06-15 06:09:57',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7111,'4000','51749956996','2025-06-15 06:09:57',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(7112,'1110','51749957028','2025-06-15 06:11:08',NULL,310.00,'','5','1','Inventory sold','1','','sales','210','','No',NULL,NULL,''),(7113,'1110','51749957028','2025-06-15 06:10:28',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(7114,'5500','51749957028','2025-06-15 06:11:07',485.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7115,'1000','51749957028','2025-06-15 06:11:08',650.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7116,'4000','51749957028','2025-06-15 06:11:08',NULL,400.00,'','5','1','Good sold','1','','sales','210','','No',NULL,NULL,''),(7117,'4000','51749957028','2025-06-15 06:10:28',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(7118,'1110','51749957121','2025-06-15 06:12:02',NULL,217.00,'','5','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(7119,'5500','51749957121','2025-06-15 06:12:01',217.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7120,'1000','51749957121','2025-06-15 06:12:02',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7121,'4000','51749957121','2025-06-15 06:12:02',NULL,300.00,'','5','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(7122,'1110','51749957174','2025-06-15 06:13:00',NULL,225.00,'','5','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(7123,'1110','51749957174','2025-06-15 06:12:54',NULL,216.00,'','5','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(7124,'5500','51749957174','2025-06-15 06:12:59',441.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7125,'1000','51749957174','2025-06-15 06:13:00',600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7126,'4000','51749957174','2025-06-15 06:13:00',NULL,300.00,'','5','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(7127,'4000','51749957174','2025-06-15 06:12:54',NULL,300.00,'','5','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(7128,'1110','51749957242','2025-06-15 06:14:03',NULL,210.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(7129,'5500','51749957242','2025-06-15 06:14:02',210.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7130,'1000','51749957242','2025-06-15 06:14:03',260.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7131,'4000','51749957242','2025-06-15 06:14:03',NULL,260.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(7132,'1110','51749957318','2025-06-15 06:15:52',NULL,330.00,'','5','1','Inventory sold','1','','sales','93','','No',NULL,NULL,''),(7133,'5500','51749957318','2025-06-15 06:15:19',330.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7134,'1000','51749957318','2025-06-15 06:15:52',500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7135,'4000','51749957318','2025-06-15 06:15:52',NULL,500.00,'','5','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(7136,'1110','51749957402','2025-06-15 06:16:43',NULL,210.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(7137,'5500','51749957402','2025-06-15 06:16:42',210.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7138,'1000','51749957402','2025-06-15 06:16:43',260.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7139,'4000','51749957402','2025-06-15 06:16:43',NULL,260.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(7140,'1110','51749957964','2025-06-15 06:32:54',NULL,270.85,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(7141,'1110','51749957964','2025-06-15 06:26:04',NULL,185.00,'','5','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(7142,'1110','51749957964','2025-06-15 06:26:09',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7143,'1110','51749957964','2025-06-15 06:26:18',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(7144,'1110','51749957964','2025-06-15 06:26:27',NULL,330.00,'','5','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(7145,'1110','51749957964','2025-06-15 06:27:17',NULL,360.00,'','5','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(7146,'5500','51749957964','2025-06-15 06:27:33',1249.15,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7147,'1000','51749957964','2025-06-15 06:32:54',2100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7148,'4000','51749957964','2025-06-15 06:32:54',NULL,500.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(7149,'4000','51749957964','2025-06-15 06:26:04',NULL,300.00,'','5','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(7150,'4000','51749957964','2025-06-15 06:26:09',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7151,'4000','51749957964','2025-06-15 06:26:18',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(7152,'4000','51749957964','2025-06-15 06:26:27',NULL,500.00,'','5','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(7153,'4000','51749957964','2025-06-15 06:27:17',NULL,600.00,'','5','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(7154,'1110','61749959838','2025-06-15 07:02:30',NULL,945.00,'','6','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(7155,'1110','61749959838','2025-06-15 06:57:18',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7156,'1110','61749959838','2025-06-15 06:57:30',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(7157,'1110','61749959838','2025-06-15 06:57:41',NULL,17.00,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(7158,'1110','61749959838','2025-06-15 06:57:52',NULL,83.34,'','6','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(7159,'1110','61749959838','2025-06-15 06:58:02',NULL,1035.00,'','6','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(7160,'1110','61749959838','2025-06-15 06:58:14',NULL,330.00,'','6','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(7161,'1110','61749959838','2025-06-15 06:58:33',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(7162,'1110','61749959838','2025-06-15 06:58:53',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(7163,'5500','61749959838','2025-06-15 07:02:14',2513.64,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7164,'1000','61749959838','2025-06-15 07:02:30',4075.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7165,'4000','61749959838','2025-06-15 07:02:30',NULL,1300.00,'','6','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(7166,'4000','61749959838','2025-06-15 06:57:18',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7167,'4000','61749959838','2025-06-15 06:57:30',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(7168,'4000','61749959838','2025-06-15 06:57:41',NULL,25.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(7169,'4000','61749959838','2025-06-15 06:57:52',NULL,200.00,'','6','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(7170,'4000','61749959838','2025-06-15 06:58:02',NULL,1500.00,'','6','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(7171,'4000','61749959838','2025-06-15 06:58:14',NULL,500.00,'','6','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(7172,'4000','61749959838','2025-06-15 06:58:33',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(7173,'4000','61749959838','2025-06-15 06:58:53',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(7174,'1110','141749969418','2025-06-15 09:36:59',NULL,2530.00,'','14','1','Inventory sold','1','','sales','273','','No',NULL,NULL,''),(7175,'5500','141749969418','2025-06-15 09:36:58',2530.00,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7176,'1000','141749969418','2025-06-15 09:36:59',3500.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7177,'4000','141749969418','2025-06-15 09:36:59',NULL,3500.00,'','14','1','Good sold','1','','sales','273','','No',NULL,NULL,''),(7178,'1110','31749974247','2025-06-15 10:57:28',NULL,217.00,'','3','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(7179,'5500','31749974247','2025-06-15 10:57:27',217.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7180,'1000','31749974247','2025-06-15 10:57:28',300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7181,'4000','31749974247','2025-06-15 10:57:28',NULL,300.00,'','3','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(7182,'1110','31749974289','2025-06-15 10:58:11',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(7183,'5500','31749974289','2025-06-15 10:58:09',54.17,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7184,'1000','31749974289','2025-06-15 10:58:11',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7185,'4000','31749974289','2025-06-15 10:58:11',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(7186,'1110','31749976299','2025-06-15 11:31:40',NULL,10.00,'','3','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(7187,'5500','31749976299','2025-06-15 11:31:39',10.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7188,'1000','31749976299','2025-06-15 11:31:40',20.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7189,'4000','31749976299','2025-06-15 11:31:40',NULL,20.00,'','3','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(7200,'1110','31749978608','2025-06-15 12:10:21',NULL,180.00,'','3','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(7201,'1110','31749978608','2025-06-15 12:10:08',NULL,175.00,'','3','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(7202,'5500','31749978608','2025-06-15 12:10:20',355.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7203,'1000','31749978608','2025-06-15 12:10:21',550.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7204,'4000','31749978608','2025-06-15 12:10:21',NULL,300.00,'','3','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(7205,'4000','31749978608','2025-06-15 12:10:08',NULL,250.00,'','3','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(7206,'1110','31749978659','2025-06-15 12:11:01',NULL,500.00,'','3','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(7207,'5500','31749978659','2025-06-15 12:10:59',500.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7208,'1000','31749978659','2025-06-15 12:11:01',1000.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7209,'4000','31749978659','2025-06-15 12:11:01',NULL,1000.00,'','3','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(7210,'1110','31749978686','2025-06-15 12:11:27',NULL,16.00,'','3','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(7211,'5500','31749978686','2025-06-15 12:11:26',16.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7212,'1000','31749978686','2025-06-15 12:11:27',20.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7213,'4000','31749978686','2025-06-15 12:11:27',NULL,20.00,'','3','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(7214,'1110','31749978929','2025-06-15 12:15:30',NULL,175.00,'','3','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(7215,'5500','31749978929','2025-06-15 12:15:30',175.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7216,'1000','31749978929','2025-06-15 12:15:30',250.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7217,'4000','31749978929','2025-06-15 12:15:30',NULL,250.00,'','3','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(7260,'1110','31749980614','2025-06-15 12:44:55',NULL,0.00,'','3','1','Inventory sold','1','','sales','24','','No',NULL,NULL,''),(7261,'1110','31749980614','2025-06-15 12:43:34',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(7262,'1110','31749980614','2025-06-15 12:43:45',NULL,0.00,'','3','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(7263,'1110','31749980614','2025-06-15 12:43:50',NULL,350.00,'','3','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(7264,'1110','31749980614','2025-06-15 12:44:15',NULL,585.00,'','3','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(7265,'1110','31749980614','2025-06-15 12:44:32',NULL,250.00,'','3','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(7266,'1110','31749980614','2025-06-15 12:44:44',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7267,'1110','31749980614','2025-06-15 12:44:53',NULL,40.00,'','3','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(7268,'1110','31749980614','2025-06-15 12:47:10',NULL,16.00,'','3','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(7269,'5500','31749980614','2025-06-15 13:32:03',1274.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7270,'1000','31749980614','2025-06-15 12:44:55',3445.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7271,'4000','31749980614','2025-06-15 12:44:55',NULL,1200.00,'','3','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(7272,'4000','31749980614','2025-06-15 12:43:34',NULL,200.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(7273,'4000','31749980614','2025-06-15 12:43:45',NULL,100.00,'','3','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(7274,'4000','31749980614','2025-06-15 12:43:50',NULL,500.00,'','3','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(7275,'4000','31749980614','2025-06-15 12:44:15',NULL,850.00,'','3','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(7276,'4000','31749980614','2025-06-15 12:44:32',NULL,400.00,'','3','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(7277,'4000','31749980614','2025-06-15 12:44:44',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7278,'4000','31749980614','2025-06-15 12:44:53',NULL,75.00,'','3','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(7279,'4000','31749980614','2025-06-15 12:47:10',NULL,20.00,'','3','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(7288,'1110','31749976333','2025-06-15 11:32:43',NULL,450.00,'','3','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(7289,'1110','31749976333','2025-06-15 11:32:13',NULL,860.00,'','3','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(7290,'1110','31749976333','2025-06-15 11:32:18',NULL,450.00,'','3','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(7291,'1110','31749976333','2025-06-15 13:52:47',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7292,'5500','31749976333','2025-06-15 14:02:31',1793.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7293,'1000','31749976333','2025-06-15 11:32:43',2300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7294,'4000','31749976333','2025-06-15 11:32:43',NULL,600.00,'','3','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(7295,'4000','31749976333','2025-06-15 11:32:13',NULL,1000.00,'','3','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(7296,'4000','31749976333','2025-06-15 11:32:18',NULL,600.00,'','3','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(7297,'4000','31749976333','2025-06-15 13:52:47',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7298,'1110','31749985435','2025-06-15 14:04:15',NULL,217.00,'','3','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(7299,'1110','31749985435','2025-06-15 14:03:55',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(7300,'5500','31749985435','2025-06-15 14:04:13',271.17,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7301,'1000','31749985435','2025-06-15 14:04:15',400.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7302,'4000','31749985435','2025-06-15 14:04:15',NULL,300.00,'','3','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(7303,'4000','31749985435','2025-06-15 14:03:55',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(7314,'1110','31749980742','2025-06-15 12:46:17',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7315,'1110','31749980742','2025-06-15 12:45:42',NULL,0.00,'','3','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(7316,'1110','31749980742','2025-06-15 12:46:04',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(7317,'1110','31749980742','2025-06-15 12:46:16',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7318,'1110','31749980742','2025-06-15 14:06:29',NULL,1300.00,'','3','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(7319,'1110','31749980742','2025-06-15 14:06:38',NULL,185.00,'','3','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(7320,'1110','31749980742','2025-06-15 14:06:46',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(7321,'5500','31749980742','2025-06-15 14:07:26',1621.60,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7322,'1000','31749980742','2025-06-15 12:46:17',3100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7323,'4000','31749980742','2025-06-15 12:46:17',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7324,'4000','31749980742','2025-06-15 12:45:42',NULL,600.00,'','3','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(7325,'4000','31749980742','2025-06-15 12:46:04',NULL,100.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(7326,'4000','31749980742','2025-06-15 12:46:16',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7327,'4000','31749980742','2025-06-15 14:06:29',NULL,1800.00,'','3','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(7328,'4000','31749980742','2025-06-15 14:06:38',NULL,300.00,'','3','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(7329,'4000','31749980742','2025-06-15 14:06:46',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(7374,'1110','31749991271','2025-06-15 15:41:43',NULL,585.00,'','3','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(7375,'1110','31749991271','2025-06-15 15:41:11',NULL,8.00,'','3','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(7376,'1110','31749991271','2025-06-15 15:41:23',NULL,41.67,'','3','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(7377,'1110','31749991271','2025-06-15 15:41:32',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7378,'5500','31749991271','2025-06-15 15:41:42',667.97,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7379,'1000','31749991271','2025-06-15 15:41:43',1065.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7380,'4000','31749991271','2025-06-15 15:41:43',NULL,850.00,'','3','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(7381,'4000','31749991271','2025-06-15 15:41:11',NULL,15.00,'','3','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(7382,'4000','31749991271','2025-06-15 15:41:23',NULL,100.00,'','3','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(7383,'4000','31749991271','2025-06-15 15:41:32',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7406,'1110','31749995933','2025-06-15 16:58:56',NULL,599.00,'','3','1','Inventory sold','1','','sales','125','','No',NULL,NULL,''),(7407,'5500','31749995933','2025-06-15 16:58:53',599.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7408,'1000','31749995933','2025-06-15 16:58:56',900.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7409,'4000','31749995933','2025-06-15 16:58:56',NULL,900.00,'','3','1','Good sold','1','','sales','125','','No',NULL,NULL,''),(7410,'1110','31749996037','2025-06-15 17:01:02',NULL,423.00,'','3','1','Inventory sold','1','','sales','124','','No',NULL,NULL,''),(7411,'1110','31749996037','2025-06-15 17:00:37',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7412,'5500','31749996037','2025-06-15 17:01:01',456.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7413,'1000','31749996037','2025-06-15 17:01:02',700.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7414,'4000','31749996037','2025-06-15 17:01:02',NULL,600.00,'','3','1','Good sold','1','','sales','124','','No',NULL,NULL,''),(7415,'4000','31749996037','2025-06-15 17:00:37',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7422,'1110','31749996082','2025-06-15 17:02:46',NULL,2451.00,'','3','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(7423,'1110','31749996082','2025-06-15 17:01:22',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7424,'1110','31749996082','2025-06-15 17:02:45',NULL,390.00,'','3','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(7425,'1110','31749996082','2025-06-15 18:11:59',NULL,2451.00,'','3','1','Inventory sold','1','','sales','231','','No',NULL,NULL,''),(7426,'1110','31749996082','2025-06-15 18:12:00',NULL,265.00,'','3','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(7427,'1110','31749996082','2025-06-15 18:12:30',NULL,265.00,'','3','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(7428,'5500','31749996082','2025-06-15 18:12:41',5855.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7429,'1000','31749996082','2025-06-15 17:02:46',7220.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7430,'4000','31749996082','2025-06-15 17:02:46',NULL,3000.00,'','3','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(7431,'4000','31749996082','2025-06-15 17:01:22',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7432,'4000','31749996082','2025-06-15 17:02:45',NULL,520.00,'','3','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(7433,'4000','31749996082','2025-06-15 18:11:59',NULL,3000.00,'','3','1','Good sold','1','','sales','231','','No',NULL,NULL,''),(7434,'4000','31749996082','2025-06-15 18:12:00',NULL,300.00,'','3','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(7435,'4000','31749996082','2025-06-15 18:12:30',NULL,300.00,'','3','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(7466,'1110','31749976403','2025-06-15 11:33:36',NULL,0.00,'','3','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(7467,'1110','31749976403','2025-06-15 11:33:23',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(7468,'1110','31749976403','2025-06-15 11:33:32',NULL,0.00,'','3','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(7469,'1110','31749976403','2025-06-15 11:33:35',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7470,'1110','31749976403','2025-06-15 14:05:44',NULL,1540.00,'','3','1','Inventory sold','1','','sales','288','','No',NULL,NULL,''),(7471,'5500','31749976403','2025-06-15 18:50:34',1573.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7472,'1000','31749976403','2025-06-15 11:33:36',2650.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7473,'4000','31749976403','2025-06-15 11:33:36',NULL,300.00,'','3','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(7474,'4000','31749976403','2025-06-15 11:33:23',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(7475,'4000','31749976403','2025-06-15 11:33:32',NULL,100.00,'','3','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(7476,'4000','31749976403','2025-06-15 11:33:35',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7477,'4000','31749976403','2025-06-15 14:05:44',NULL,2100.00,'','3','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(7478,'1110','31750002750','2025-06-15 18:52:32',NULL,210.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(7479,'5500','31750002750','2025-06-15 18:52:30',210.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7480,'1000','31750002750','2025-06-15 18:52:32',300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7481,'4000','31750002750','2025-06-15 18:52:32',NULL,300.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(7482,'1110','31750003461','2025-06-15 19:04:24',NULL,660.00,'','3','1','Inventory sold','1','','sales','288','','No',NULL,NULL,''),(7483,'5500','31750003461','2025-06-15 19:04:21',660.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7484,'1000','31750003461','2025-06-15 19:04:24',900.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7485,'4000','31750003461','2025-06-15 19:04:24',NULL,900.00,'','3','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(7486,'1110','31750001438','2025-06-15 18:31:55',NULL,350.00,'','3','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(7487,'1110','31750001438','2025-06-15 18:30:38',NULL,530.00,'','3','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(7488,'1110','31750001438','2025-06-15 18:31:15',NULL,360.00,'','3','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(7489,'1110','31750001438','2025-06-15 18:31:45',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(7490,'1110','31750001438','2025-06-15 18:31:53',NULL,265.00,'','3','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(7491,'5500','31750001438','2025-06-15 19:06:02',1575.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7492,'1000','31750001438','2025-06-15 18:31:55',2100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7493,'4000','31750001438','2025-06-15 18:31:55',NULL,500.00,'','3','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(7494,'4000','31750001438','2025-06-15 18:30:38',NULL,600.00,'','3','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(7495,'4000','31750001438','2025-06-15 18:31:15',NULL,600.00,'','3','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(7496,'4000','31750001438','2025-06-15 18:31:45',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(7497,'4000','31750001438','2025-06-15 18:31:53',NULL,300.00,'','3','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(7498,'1110','61750004863','2025-06-15 19:28:18',NULL,1420.00,'','6','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(7499,'1110','61750004863','2025-06-15 19:27:43',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7500,'5500','61750004863','2025-06-15 19:28:04',1453.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7501,'1000','61750004863','2025-06-15 19:28:18',2100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7502,'4000','61750004863','2025-06-15 19:28:18',NULL,2000.00,'','6','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(7503,'4000','61750004863','2025-06-15 19:27:43',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7504,'1110','31750005390','2025-06-15 19:38:07',NULL,530.00,'','3','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(7505,'1110','31750005390','2025-06-15 19:36:30',NULL,360.00,'','3','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(7506,'1110','31750005390','2025-06-15 19:36:51',NULL,360.00,'','3','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(7507,'1110','31750005390','2025-06-15 19:37:01',NULL,175.00,'','3','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(7508,'1110','31750005390','2025-06-15 19:37:16',NULL,175.00,'','3','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(7509,'5500','31750005390','2025-06-15 19:38:05',1600.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7510,'1000','31750005390','2025-06-15 19:38:07',2300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7511,'4000','31750005390','2025-06-15 19:38:07',NULL,600.00,'','3','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(7512,'4000','31750005390','2025-06-15 19:36:30',NULL,600.00,'','3','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(7513,'4000','31750005390','2025-06-15 19:36:51',NULL,600.00,'','3','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(7514,'4000','31750005390','2025-06-15 19:37:01',NULL,250.00,'','3','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(7515,'4000','31750005390','2025-06-15 19:37:16',NULL,250.00,'','3','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(7516,'1110','31750005519','2025-06-15 19:38:45',NULL,195.00,'','3','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(7517,'1110','31750005519','2025-06-15 19:38:39',NULL,195.00,'','3','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(7518,'5500','31750005519','2025-06-15 19:38:44',390.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7519,'1000','31750005519','2025-06-15 19:38:45',520.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7520,'4000','31750005519','2025-06-15 19:38:45',NULL,260.00,'','3','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(7521,'4000','31750005519','2025-06-15 19:38:39',NULL,260.00,'','3','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(7522,'1110','31750005569','2025-06-15 19:40:22',NULL,440.00,'','3','1','Inventory sold','1','','sales','288','','No',NULL,NULL,''),(7523,'1110','31750005569','2025-06-15 19:39:29',NULL,265.00,'','3','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(7524,'1110','31750005569','2025-06-15 19:39:47',NULL,175.00,'','3','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(7525,'1110','31750005569','2025-06-15 19:40:03',NULL,360.00,'','3','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(7526,'5500','31750005569','2025-06-15 19:40:22',1240.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7527,'1000','31750005569','2025-06-15 19:40:22',1150.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7528,'4000','31750005569','2025-06-15 19:40:22',NULL,600.00,'','3','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(7529,'4000','31750005569','2025-06-15 19:39:29',NULL,300.00,'','3','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(7530,'4000','31750005569','2025-06-15 19:39:47',NULL,250.00,'','3','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(7531,'4000','31750005569','2025-06-15 19:40:03',NULL,600.00,'','3','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(7532,'1110','111750007168','2025-06-15 20:07:44',NULL,200.00,'','11','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(7533,'1110','111750007168','2025-06-15 20:06:08',NULL,35.00,'','11','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(7534,'5500','111750007168','2025-06-15 20:07:31',235.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7535,'1000','111750007168','2025-06-15 20:07:44',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7536,'4000','111750007168','2025-06-15 20:07:44',NULL,300.00,'','11','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(7537,'4000','111750007168','2025-06-15 20:06:08',NULL,50.00,'','11','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(7542,'1000','51750007320','2025-06-15 20:08:49',700.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7543,'4000','51750007320','2025-06-15 20:08:49',NULL,600.00,'','5','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(7544,'4000','51750007320','2025-06-15 20:08:40',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(7545,'1110','41750007487','2025-06-15 20:11:46',NULL,250.00,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(7546,'1110','41750007487','2025-06-15 20:11:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(7547,'5500','41750007487','2025-06-15 20:11:45',250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7548,'1000','41750007487','2025-06-15 20:11:46',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7549,'4000','41750007487','2025-06-15 20:11:46',NULL,400.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(7550,'4000','41750007487','2025-06-15 20:11:27',NULL,400.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(7551,'1110','51750007656','2025-06-15 20:14:18',NULL,4651.00,'','5','1','Inventory sold','1','','sales','230','','No',NULL,NULL,''),(7552,'5500','51750007656','2025-06-15 20:14:16',4651.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7553,'1000','51750007656','2025-06-15 20:14:18',5500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7554,'4000','51750007656','2025-06-15 20:14:18',NULL,5500.00,'','5','1','Good sold','1','','sales','230','','No',NULL,NULL,''),(7555,'1110','51750008896','2025-06-15 20:34:57',NULL,710.00,'','5','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(7556,'5500','51750008896','2025-06-15 20:34:56',710.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7557,'1000','51750008896','2025-06-15 20:34:57',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7558,'4000','51750008896','2025-06-15 20:34:57',NULL,1000.00,'','5','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(7559,'1110','51750008970','2025-06-15 20:36:12',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(7560,'5500','51750008970','2025-06-15 20:36:10',70.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7561,'1000','51750008970','2025-06-15 20:36:12',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7562,'4000','51750008970','2025-06-15 20:36:12',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(7563,'1110','111750009674','2025-06-15 20:48:54',NULL,70.00,'','11','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(7564,'5500','111750009674','2025-06-15 20:47:54',70.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7565,'1000','111750009674','2025-06-15 20:48:54',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7566,'4000','111750009674','2025-06-15 20:48:54',NULL,100.00,'','11','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(7567,'1110','41750010837','2025-06-15 21:07:50',NULL,245.00,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(7568,'1110','41750010837','2025-06-15 21:07:17',NULL,41.67,'','4','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(7569,'1110','41750010837','2025-06-15 21:07:25',NULL,200.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(7570,'5500','41750010837','2025-06-15 21:07:49',486.67,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7571,'1000','41750010837','2025-06-15 21:07:50',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7572,'4000','41750010837','2025-06-15 21:07:50',NULL,350.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(7573,'4000','41750010837','2025-06-15 21:07:17',NULL,100.00,'','4','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(7574,'4000','41750010837','2025-06-15 21:07:25',NULL,200.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(7575,'1110','51750007220','2025-06-15 20:07:12',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(7576,'5500','51750007220','2025-06-15 20:07:00',70.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7577,'1000','51750007220','2025-06-15 20:07:12',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7578,'4000','51750007220','2025-06-15 20:07:12',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(7579,'1000','51750011023','2025-06-15 21:10:24',800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7580,'4000','51750011023','2025-06-15 21:10:24',NULL,800.00,'','5','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(7581,'1110','51750011094','2025-06-15 21:11:35',NULL,465.00,'','5','1','Inventory sold','1','','sales','215','','No',NULL,NULL,''),(7582,'5500','51750011094','2025-06-15 21:11:34',465.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7583,'1000','51750011094','2025-06-15 21:11:35',600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7584,'4000','51750011094','2025-06-15 21:11:35',NULL,600.00,'','5','1','Good sold','1','','sales','215','','No',NULL,NULL,''),(7585,'1110','61750011228','2025-06-15 21:14:19',NULL,200.00,'','6','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(7586,'1110','61750011228','2025-06-15 21:13:48',NULL,216.68,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(7587,'5500','61750011228','2025-06-15 21:14:01',416.68,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7588,'1000','61750011228','2025-06-15 21:14:19',700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7589,'4000','61750011228','2025-06-15 21:14:19',NULL,300.00,'','6','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(7590,'4000','61750011228','2025-06-15 21:13:48',NULL,400.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(7591,'1110','41750011323','2025-06-15 21:15:42',NULL,423.00,'','4','1','Inventory sold','1','','sales','124','','No',NULL,NULL,''),(7592,'1110','41750011323','2025-06-15 21:15:23',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7593,'1110','41750011323','2025-06-15 21:15:30',NULL,200.00,'','4','1','Inventory sold','1','','sales','242','','No',NULL,NULL,''),(7594,'5500','41750011323','2025-06-15 21:15:41',656.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7595,'1000','41750011323','2025-06-15 21:15:42',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7596,'4000','41750011323','2025-06-15 21:15:42',NULL,600.00,'','4','1','Good sold','1','','sales','124','','No',NULL,NULL,''),(7597,'4000','41750011323','2025-06-15 21:15:23',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7598,'4000','41750011323','2025-06-15 21:15:30',NULL,200.00,'','4','1','Good sold','1','','sales','242','','No',NULL,NULL,''),(7603,'1110','41750013681','2025-06-15 21:55:03',NULL,710.00,'','4','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(7604,'1110','41750013681','2025-06-15 21:54:41',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(7605,'5500','41750013681','2025-06-15 21:55:02',764.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7606,'1000','41750013681','2025-06-15 21:55:03',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7607,'4000','41750013681','2025-06-15 21:55:03',NULL,1000.00,'','4','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(7608,'4000','41750013681','2025-06-15 21:54:41',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(7625,'1110','61750014213','2025-06-15 22:04:58',NULL,210.00,'','6','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(7626,'1110','61750014213','2025-06-15 22:03:33',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(7627,'1110','61750014213','2025-06-15 22:03:51',NULL,74.00,'','6','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(7628,'5500','61750014213','2025-06-15 22:04:02',354.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7629,'1000','61750014213','2025-06-15 22:04:58',460.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7630,'4000','61750014213','2025-06-15 22:04:58',NULL,260.00,'','6','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(7631,'4000','61750014213','2025-06-15 22:03:33',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(7632,'4000','61750014213','2025-06-15 22:03:51',NULL,100.00,'','6','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(7633,'1110','61750014314','2025-06-15 22:05:31',NULL,230.00,'','6','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(7634,'5500','61750014314','2025-06-15 22:05:14',230.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7635,'1000','61750014314','2025-06-15 22:05:31',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7636,'4000','61750014314','2025-06-15 22:05:31',NULL,300.00,'','6','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(7637,'1000','51750014388','2025-06-15 22:06:39',800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7638,'4000','51750014388','2025-06-15 22:06:39',NULL,600.00,'','5','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(7639,'4000','51750014388','2025-06-15 22:06:28',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(7640,'1110','51750014431','2025-06-15 22:07:12',NULL,500.00,'','5','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(7641,'5500','51750014431','2025-06-15 22:07:11',500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7642,'1000','51750014431','2025-06-15 22:07:12',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7643,'4000','51750014431','2025-06-15 22:07:12',NULL,1000.00,'','5','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(7670,'1110','41750011365','2025-06-15 21:16:06',NULL,400.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(7671,'1110','41750011365','2025-06-15 21:16:05',NULL,330.00,'','4','1','Inventory sold','1','','sales','93','','No',NULL,NULL,''),(7672,'1110','41750011365','2025-06-15 22:11:01',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(7673,'1110','41750011365','2025-06-15 22:11:49',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7674,'5500','41750011365','2025-06-15 22:41:40',833.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7675,'1000','41750011365','2025-06-15 21:16:06',1220.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7676,'4000','41750011365','2025-06-15 21:16:06',NULL,520.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(7677,'4000','41750011365','2025-06-15 21:16:05',NULL,500.00,'','4','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(7678,'4000','41750011365','2025-06-15 22:11:01',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(7679,'4000','41750011365','2025-06-15 22:11:49',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7680,'1110','61750016541','2025-06-15 22:42:56',NULL,217.00,'','6','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(7681,'1110','61750016541','2025-06-15 22:42:21',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(7682,'5500','61750016541','2025-06-15 22:42:46',271.17,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7683,'1000','61750016541','2025-06-15 22:42:56',400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7684,'4000','61750016541','2025-06-15 22:42:56',NULL,300.00,'','6','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(7685,'4000','61750016541','2025-06-15 22:42:21',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(7686,'1110','61750017392','2025-06-15 22:56:59',NULL,800.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(7687,'5500','61750017392','2025-06-15 22:56:32',800.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7688,'1000','61750017392','2025-06-15 22:56:59',1040.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7689,'4000','61750017392','2025-06-15 22:56:59',NULL,1040.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(7690,'1000','111750017485','2025-06-15 22:58:22',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7691,'4000','111750017485','2025-06-15 22:58:22',NULL,200.00,'','11','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(7692,'4000','31750005569','2025-06-15 23:00:53',600.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(7693,'1000','31750005569','2025-06-15 23:00:53',NULL,600.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(7694,'5500','31750005569','2025-06-15 23:00:53',NULL,360.00,'','16','1','Cost of goods returned','1','','sales','99','','No',NULL,NULL,''),(7695,'1110','31750005569','2025-06-15 23:00:53',360.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(7696,'4000','31750005569','2025-06-15 23:00:57',600.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(7697,'1000','31750005569','2025-06-15 23:00:57',NULL,600.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(7698,'5500','31750005569','2025-06-15 23:00:57',NULL,360.00,'','16','1','Cost of goods returned','1','','sales','99','','No',NULL,NULL,''),(7699,'1110','31750005569','2025-06-15 23:00:57',360.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(7700,'4000','61750013362','2025-06-15 23:10:44',500.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(7701,'1000','61750013362','2025-06-15 23:10:44',NULL,500.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(7702,'5500','61750013362','2025-06-15 23:10:44',NULL,250.00,'','16','1','Cost of goods returned','1','','sales','266','','No',NULL,NULL,''),(7703,'1110','61750013362','2025-06-15 23:10:44',250.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(7704,'1110','81750019270','2025-06-15 23:27:52',NULL,217.00,'','8','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(7705,'5500','81750019270','2025-06-15 23:27:50',217.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7706,'1000','81750019270','2025-06-15 23:27:52',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7707,'4000','81750019270','2025-06-15 23:27:52',NULL,300.00,'','8','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(7708,'1110','111750020372','2025-06-15 23:49:49',NULL,0.00,'','11','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(7709,'1110','111750020372','2025-06-15 23:46:12',NULL,140.00,'','11','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(7710,'1110','111750020372','2025-06-15 23:46:31',NULL,423.00,'','11','1','Inventory sold','1','','sales','189','','No',NULL,NULL,''),(7711,'1110','111750020372','2025-06-15 23:46:54',NULL,41.67,'','11','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(7712,'1110','111750020372','2025-06-15 23:47:16',NULL,525.00,'','11','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(7713,'1110','111750020372','2025-06-15 23:47:45',NULL,70.00,'','11','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(7714,'1110','111750020372','2025-06-15 23:48:12',NULL,0.00,'','11','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(7715,'1110','111750020372','2025-06-15 23:48:35',NULL,245.00,'','11','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(7716,'1110','111750020372','2025-06-15 23:48:48',NULL,54.17,'','11','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(7717,'1110','111750020372','2025-06-15 23:49:13',NULL,0.00,'','11','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(7718,'5500','111750020372','2025-06-15 23:49:30',1498.84,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7719,'1000','111750020372','2025-06-15 23:49:49',2900.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7720,'4000','111750020372','2025-06-15 23:49:49',NULL,300.00,'','11','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(7721,'4000','111750020372','2025-06-15 23:46:12',NULL,200.00,'','11','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(7722,'4000','111750020372','2025-06-15 23:46:31',NULL,600.00,'','11','1','Good sold','1','','sales','189','','No',NULL,NULL,''),(7723,'4000','111750020372','2025-06-15 23:46:54',NULL,100.00,'','11','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(7724,'4000','111750020372','2025-06-15 23:47:16',NULL,750.00,'','11','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(7725,'4000','111750020372','2025-06-15 23:47:45',NULL,100.00,'','11','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(7726,'4000','111750020372','2025-06-15 23:48:12',NULL,200.00,'','11','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(7727,'4000','111750020372','2025-06-15 23:48:35',NULL,350.00,'','11','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(7728,'4000','111750020372','2025-06-15 23:48:48',NULL,100.00,'','11','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(7729,'4000','111750020372','2025-06-15 23:49:13',NULL,200.00,'','11','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(7742,'1110','41750021389','2025-06-16 00:03:47',NULL,400.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(7743,'1110','41750021389','2025-06-16 00:03:09',NULL,350.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(7744,'1110','41750021389','2025-06-16 00:03:17',NULL,210.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(7745,'1110','41750021389','2025-06-16 00:03:21',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7746,'1110','41750021389','2025-06-16 00:03:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(7747,'1110','41750021389','2025-06-16 00:03:46',NULL,400.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(7748,'1110','41750021389','2025-06-16 00:30:58',NULL,350.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(7749,'1110','41750021389','2025-06-16 00:31:07',NULL,420.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(7750,'5500','41750021389','2025-06-16 00:31:15',2163.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7751,'1000','41750021389','2025-06-16 00:03:47',3720.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7752,'4000','41750021389','2025-06-16 00:03:47',NULL,520.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(7753,'4000','41750021389','2025-06-16 00:03:09',NULL,500.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(7754,'4000','41750021389','2025-06-16 00:03:17',NULL,260.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(7755,'4000','41750021389','2025-06-16 00:03:21',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7756,'4000','41750021389','2025-06-16 00:03:29',NULL,800.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(7757,'4000','41750021389','2025-06-16 00:03:46',NULL,520.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(7758,'4000','41750021389','2025-06-16 00:30:58',NULL,500.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(7759,'4000','41750021389','2025-06-16 00:31:07',NULL,520.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(7760,'1110','41750024742','2025-06-16 00:59:20',NULL,2650.00,'','4','1','Inventory sold','1','','sales','87','','No',NULL,NULL,''),(7761,'5500','41750024742','2025-06-16 00:59:02',2650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7762,'1000','41750024742','2025-06-16 00:59:20',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7763,'4000','41750024742','2025-06-16 00:59:20',NULL,3500.00,'','4','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(7764,'1000','41750027024','2025-06-16 01:37:05',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7765,'4000','41750027024','2025-06-16 01:37:05',NULL,200.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(7766,'1110','111750026825','2025-06-16 01:39:18',NULL,16.00,'','11','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(7767,'1110','111750026825','2025-06-16 01:33:45',NULL,195.00,'','11','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(7768,'1110','111750026825','2025-06-16 01:34:08',NULL,245.00,'','11','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(7769,'1110','111750026825','2025-06-16 01:34:30',NULL,33.30,'','11','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7770,'1110','111750026825','2025-06-16 01:35:28',NULL,200.00,'','11','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(7771,'1110','111750026825','2025-06-16 01:35:36',NULL,175.00,'','11','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(7772,'1110','111750026825','2025-06-16 01:35:56',NULL,0.00,'','11','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7773,'1110','111750026825','2025-06-16 01:36:44',NULL,0.00,'','11','1','Inventory sold','1','','sales','12','','No',NULL,NULL,''),(7774,'1110','111750026825','2025-06-16 01:37:31',NULL,217.00,'','11','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(7775,'1110','111750026825','2025-06-16 01:38:23',NULL,33.30,'','11','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7776,'1110','111750026825','2025-06-16 01:38:51',NULL,175.00,'','11','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(7777,'5500','111750026825','2025-06-16 01:39:00',1289.60,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7778,'1000','111750026825','2025-06-16 01:39:18',2290.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7779,'4000','111750026825','2025-06-16 01:39:18',NULL,30.00,'','11','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(7780,'4000','111750026825','2025-06-16 01:33:45',NULL,260.00,'','11','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(7781,'4000','111750026825','2025-06-16 01:34:08',NULL,350.00,'','11','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(7782,'4000','111750026825','2025-06-16 01:34:30',NULL,100.00,'','11','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7783,'4000','111750026825','2025-06-16 01:35:28',NULL,260.00,'','11','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(7784,'4000','111750026825','2025-06-16 01:35:36',NULL,250.00,'','11','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(7785,'4000','111750026825','2025-06-16 01:35:56',NULL,240.00,'','11','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7786,'4000','111750026825','2025-06-16 01:36:44',NULL,150.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(7787,'4000','111750026825','2025-06-16 01:37:31',NULL,300.00,'','11','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(7788,'4000','111750026825','2025-06-16 01:38:23',NULL,100.00,'','11','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7789,'4000','111750026825','2025-06-16 01:38:51',NULL,250.00,'','11','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(7790,'1110','51750028268','2025-06-16 01:57:49',NULL,265.00,'','5','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(7791,'5500','51750028268','2025-06-16 01:57:48',265.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7792,'1000','51750028268','2025-06-16 01:57:49',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7793,'4000','51750028268','2025-06-16 01:57:49',NULL,300.00,'','5','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(7794,'1110','51750028334','2025-06-16 01:58:55',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7795,'5500','51750028334','2025-06-16 01:58:54',33.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7796,'1000','51750028334','2025-06-16 01:58:55',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7797,'4000','51750028334','2025-06-16 01:58:55',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7798,'1000','51750028375','2025-06-16 01:59:41',350.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7799,'4000','51750028375','2025-06-16 01:59:41',NULL,300.00,'','5','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(7800,'4000','51750028375','2025-06-16 01:59:35',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(7801,'1110','141750063786','2025-06-16 11:53:51',NULL,33.30,'','14','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7802,'1110','141750063786','2025-06-16 11:49:46',NULL,185.00,'','14','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(7803,'5500','141750063786','2025-06-16 11:53:50',218.30,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7804,'1000','141750063786','2025-06-16 11:53:51',400.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7805,'4000','141750063786','2025-06-16 11:53:51',NULL,100.00,'','14','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7806,'4000','141750063786','2025-06-16 11:49:46',NULL,300.00,'','14','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(7807,'1110','41750080956','2025-06-16 16:36:50',NULL,200.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(7808,'1110','41750080956','2025-06-16 16:35:56',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7809,'5500','41750080956','2025-06-16 16:36:48',233.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7810,'1000','41750080956','2025-06-16 16:36:50',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7811,'4000','41750080956','2025-06-16 16:36:50',NULL,300.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(7812,'4000','41750080956','2025-06-16 16:35:56',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7813,'1110','41750081041','2025-06-16 16:43:57',NULL,350.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(7814,'1110','41750081041','2025-06-16 16:37:21',NULL,420.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(7815,'1110','41750081041','2025-06-16 16:37:27',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7816,'1110','41750081041','2025-06-16 16:37:39',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7817,'5500','41750081041','2025-06-16 16:43:56',836.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7818,'1000','41750081041','2025-06-16 16:43:57',1220.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7819,'4000','41750081041','2025-06-16 16:43:57',NULL,500.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(7820,'4000','41750081041','2025-06-16 16:37:21',NULL,520.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(7821,'4000','41750081041','2025-06-16 16:37:27',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7822,'4000','41750081041','2025-06-16 16:37:39',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7823,'1110','41750083272','2025-06-16 17:14:34',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(7824,'5500','41750083272','2025-06-16 17:14:33',70.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7825,'1000','41750083272','2025-06-16 17:14:34',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7826,'4000','41750083272','2025-06-16 17:14:34',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(7835,'1110','41750083510','2025-06-16 17:19:04',NULL,420.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(7836,'1110','41750083510','2025-06-16 17:18:30',NULL,350.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(7837,'1110','41750083510','2025-06-16 17:18:42',NULL,16.00,'','4','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(7838,'1110','41750083510','2025-06-16 17:19:02',NULL,16.00,'','4','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(7839,'5500','41750083510','2025-06-16 17:54:21',802.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7840,'1000','41750083510','2025-06-16 17:19:04',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7841,'4000','41750083510','2025-06-16 17:19:04',NULL,520.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(7842,'4000','41750083510','2025-06-16 17:18:30',NULL,500.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(7843,'4000','41750083510','2025-06-16 17:18:42',NULL,30.00,'','4','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(7844,'4000','41750083510','2025-06-16 17:19:02',NULL,30.00,'','4','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(7849,'1110','41750089576','2025-06-16 19:12:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(7850,'1110','41750089576','2025-06-16 18:59:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(7851,'1110','41750089576','2025-06-16 18:59:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(7852,'1110','41750089576','2025-06-16 18:59:59',NULL,250.00,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(7853,'5500','41750089576','2025-06-16 19:12:56',250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7854,'1000','41750089576','2025-06-16 19:12:58',1550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7855,'4000','41750089576','2025-06-16 19:12:58',NULL,700.00,'','4','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(7856,'4000','41750089576','2025-06-16 18:59:36',NULL,350.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(7857,'4000','41750089576','2025-06-16 18:59:45',NULL,100.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(7858,'4000','41750089576','2025-06-16 18:59:59',NULL,400.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(7859,'1110','41750087313','2025-06-16 18:21:55',NULL,210.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(7860,'1110','41750087313','2025-06-16 18:21:53',NULL,360.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(7861,'5500','41750087313','2025-06-16 19:42:42',570.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7862,'1000','41750087313','2025-06-16 18:21:55',860.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7863,'4000','41750087313','2025-06-16 18:21:55',NULL,260.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(7864,'4000','41750087313','2025-06-16 18:21:53',NULL,600.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(7883,'1110','41750095713','2025-06-16 20:42:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(7884,'1110','41750095713','2025-06-16 20:41:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(7885,'1110','41750095713','2025-06-16 20:42:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(7886,'1110','41750095713','2025-06-16 20:42:09',NULL,66.60,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7887,'5500','41750095713','2025-06-16 21:58:34',66.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7888,'1000','41750095713','2025-06-16 20:42:11',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7889,'4000','41750095713','2025-06-16 20:42:11',NULL,900.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(7890,'4000','41750095713','2025-06-16 20:41:54',NULL,200.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(7891,'4000','41750095713','2025-06-16 20:42:05',NULL,100.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(7892,'4000','41750095713','2025-06-16 20:42:09',NULL,200.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7893,'1110','41750098463','2025-06-16 21:27:44',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(7894,'1110','41750098463','2025-06-16 21:27:43',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(7895,'5500','41750098463','2025-06-16 21:59:25',350.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7896,'1000','41750098463','2025-06-16 21:27:44',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7897,'4000','41750098463','2025-06-16 21:27:44',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(7898,'4000','41750098463','2025-06-16 21:27:43',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(7909,'4000','41750095713','2025-06-16 22:14:01',50.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(7910,'1000','41750095713','2025-06-16 22:14:01',NULL,50.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(7911,'5500','41750095713','2025-06-16 22:14:01',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','45','','No',NULL,NULL,''),(7912,'1110','41750095713','2025-06-16 22:14:01',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(7913,'1110','41750096953','2025-06-16 21:03:37',NULL,210.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(7914,'1110','41750096953','2025-06-16 21:02:33',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(7915,'1110','41750096953','2025-06-16 21:02:51',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7916,'1110','41750096953','2025-06-16 21:02:55',NULL,345.00,'','4','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(7917,'1110','41750096953','2025-06-16 21:02:56',NULL,210.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(7918,'5500','41750096953','2025-06-16 22:18:37',868.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7919,'1000','41750096953','2025-06-16 21:03:37',1220.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7920,'4000','41750096953','2025-06-16 21:03:37',NULL,260.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(7921,'4000','41750096953','2025-06-16 21:02:33',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(7922,'4000','41750096953','2025-06-16 21:02:51',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7923,'4000','41750096953','2025-06-16 21:02:55',NULL,500.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(7924,'4000','41750096953','2025-06-16 21:02:56',NULL,260.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(7925,'1110','41750101533','2025-06-16 22:18:54',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(7926,'5500','41750101533','2025-06-16 22:18:53',54.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7927,'1000','41750101533','2025-06-16 22:18:54',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7928,'4000','41750101533','2025-06-16 22:18:54',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(7941,'1110','41750106754','2025-06-16 23:45:55',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7942,'5500','41750106754','2025-06-16 23:45:54',33.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7943,'1000','41750106754','2025-06-16 23:45:55',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7944,'4000','41750106754','2025-06-16 23:45:55',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7945,'1110','41750100753','2025-06-16 22:06:30',NULL,400.00,'','4','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(7946,'1110','41750100753','2025-06-16 22:05:53',NULL,245.00,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(7947,'1110','41750100753','2025-06-16 22:06:07',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7948,'1110','41750100753','2025-06-16 22:06:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(7949,'1110','41750100753','2025-06-16 22:06:29',NULL,400.00,'','4','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(7950,'1110','41750100753','2025-06-16 22:50:54',NULL,400.00,'','4','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(7951,'5500','41750100753','2025-06-17 00:20:35',1478.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7952,'1000','41750100753','2025-06-16 22:06:30',2210.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7953,'4000','41750100753','2025-06-16 22:06:30',NULL,520.00,'','4','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(7954,'4000','41750100753','2025-06-16 22:05:53',NULL,350.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(7955,'4000','41750100753','2025-06-16 22:06:07',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7956,'4000','41750100753','2025-06-16 22:06:14',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(7957,'4000','41750100753','2025-06-16 22:06:29',NULL,520.00,'','4','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(7958,'4000','41750100753','2025-06-16 22:50:54',NULL,520.00,'','4','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(7959,'1000','171750112151','2025-06-17 01:16:09',120.00,NULL,'','17','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7960,'4000','171750112151','2025-06-17 01:16:09',NULL,120.00,'','17','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7961,'1110','41750112433','2025-06-17 01:20:34',NULL,70.00,'','4','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(7962,'5500','41750112433','2025-06-17 01:20:33',70.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7963,'1000','41750112433','2025-06-17 01:20:34',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7964,'4000','41750112433','2025-06-17 01:20:34',NULL,100.00,'','4','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(7965,'1000','41750112456','2025-06-17 01:21:15',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7966,'4000','41750112456','2025-06-17 01:21:15',NULL,120.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7967,'1000','41750112967','2025-06-17 01:29:28',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7968,'4000','41750112967','2025-06-17 01:29:28',NULL,150.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(7969,'4000','171750112151','2025-06-17 01:39:19',120.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(7970,'1000','171750112151','2025-06-17 01:39:19',NULL,120.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(7971,'5500','171750112151','2025-06-17 01:39:19',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','15','','No',NULL,NULL,''),(7972,'1110','171750112151','2025-06-17 01:39:19',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(7973,'1000','31750152192','2025-06-17 12:24:17',1250.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7974,'4000','31750152192','2025-06-17 12:24:17',NULL,300.00,'','3','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7975,'4000','31750152192','2025-06-17 12:23:12',NULL,150.00,'','3','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(7976,'4000','31750152192','2025-06-17 12:23:24',NULL,400.00,'','3','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7977,'4000','31750152192','2025-06-17 12:23:42',NULL,400.00,'','3','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7978,'1110','31750157335','2025-06-17 13:50:07',NULL,0.00,'','3','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(7979,'1110','31750157335','2025-06-17 13:48:55',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(7980,'1110','31750157335','2025-06-17 13:49:05',NULL,0.00,'','3','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(7981,'1110','31750157335','2025-06-17 13:49:16',NULL,140.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(7982,'1110','31750157335','2025-06-17 13:49:38',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7983,'1110','31750157335','2025-06-17 13:49:50',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(7984,'5500','31750157335','2025-06-17 13:50:06',206.60,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7985,'1000','31750157335','2025-06-17 13:50:07',2000.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7986,'4000','31750157335','2025-06-17 13:50:07',NULL,1400.00,'','3','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(7987,'4000','31750157335','2025-06-17 13:48:55',NULL,100.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(7988,'4000','31750157335','2025-06-17 13:49:05',NULL,100.00,'','3','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(7989,'4000','31750157335','2025-06-17 13:49:16',NULL,200.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(7990,'4000','31750157335','2025-06-17 13:49:38',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7991,'4000','31750157335','2025-06-17 13:49:50',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(7992,'1110','31750169978','2025-06-17 17:21:09',NULL,200.00,'','3','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(7993,'1110','31750169978','2025-06-17 17:19:39',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(7994,'5500','31750169978','2025-06-17 17:21:02',254.17,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7995,'1000','31750169978','2025-06-17 17:21:09',400.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7996,'4000','31750169978','2025-06-17 17:21:09',NULL,300.00,'','3','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(7997,'4000','31750169978','2025-06-17 17:19:39',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(8004,'1000','61750180099','2025-06-17 20:08:36',240.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8005,'4000','61750180099','2025-06-17 20:08:36',NULL,240.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(8006,'1110','61750180826','2025-06-17 20:20:44',NULL,400.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(8007,'5500','61750180826','2025-06-17 20:20:26',400.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8008,'1000','61750180826','2025-06-17 20:20:44',520.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8009,'4000','61750180826','2025-06-17 20:20:44',NULL,520.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(8010,'1000','61750182099','2025-06-17 20:41:56',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8011,'4000','61750182099','2025-06-17 20:41:56',NULL,200.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(8012,'1110','61750182123','2025-06-17 20:42:14',NULL,500.00,'','6','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(8013,'5500','61750182123','2025-06-17 20:42:03',500.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8014,'1000','61750182123','2025-06-17 20:42:14',1000.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8015,'4000','61750182123','2025-06-17 20:42:14',NULL,1000.00,'','6','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(8016,'1110','61750182143','2025-06-17 20:42:34',NULL,500.00,'','6','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(8017,'5500','61750182143','2025-06-17 20:42:23',500.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8018,'1000','61750182143','2025-06-17 20:42:34',1000.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8019,'4000','61750182143','2025-06-17 20:42:34',NULL,1000.00,'','6','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(8020,'1110','61750182269','2025-06-17 20:44:42',NULL,500.00,'','6','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(8021,'5500','61750182269','2025-06-17 20:44:30',500.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8022,'1000','61750182269','2025-06-17 20:44:42',1500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8023,'4000','61750182269','2025-06-17 20:44:42',NULL,1500.00,'','6','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(8032,'1110','61750182483','2025-06-17 20:48:13',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8033,'5500','61750182483','2025-06-17 20:48:03',33.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8034,'1000','61750182483','2025-06-17 20:48:13',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8035,'4000','61750182483','2025-06-17 20:48:13',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8036,'1110','61750182500','2025-06-17 20:48:41',NULL,150.00,'','6','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(8037,'1110','61750182500','2025-06-17 20:48:20',NULL,175.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(8038,'5500','61750182500','2025-06-17 20:48:30',325.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8039,'1000','61750182500','2025-06-17 20:48:41',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8040,'4000','61750182500','2025-06-17 20:48:41',NULL,200.00,'','6','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(8041,'4000','61750182500','2025-06-17 20:48:20',NULL,250.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(8046,'1110','61750182550','2025-06-17 20:49:29',NULL,705.00,'','6','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(8047,'5500','61750182550','2025-06-17 20:49:10',705.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8048,'1000','61750182550','2025-06-17 20:49:29',1000.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8049,'4000','61750182550','2025-06-17 20:49:29',NULL,1000.00,'','6','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(8050,'1110','61750182589','2025-06-17 20:49:58',NULL,500.00,'','6','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(8051,'5500','61750182589','2025-06-17 20:49:49',500.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8052,'1000','61750182589','2025-06-17 20:49:58',1000.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8053,'4000','61750182589','2025-06-17 20:49:58',NULL,1000.00,'','6','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(8058,'1110','61750182605','2025-06-17 20:50:14',NULL,500.00,'','6','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(8059,'1110','61750182605','2025-06-17 20:50:05',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8060,'1110','61750182605','2025-06-17 21:02:34',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(8061,'1110','61750182605','2025-06-17 21:02:53',NULL,0.00,'','6','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(8062,'1110','61750182605','2025-06-17 21:03:01',NULL,0.00,'','6','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(8063,'5500','61750182605','2025-06-17 21:03:26',500.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8064,'1000','61750182605','2025-06-17 20:50:14',2100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8065,'4000','61750182605','2025-06-17 20:50:14',NULL,1500.00,'','6','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(8066,'4000','61750182605','2025-06-17 20:50:05',NULL,100.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8067,'4000','61750182605','2025-06-17 21:02:34',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8068,'4000','61750182605','2025-06-17 21:02:53',NULL,350.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(8069,'4000','61750182605','2025-06-17 21:03:01',NULL,100.00,'','6','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(8070,'1110','61750171215','2025-06-17 17:40:31',NULL,210.00,'','6','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(8071,'1110','61750171215','2025-06-17 17:40:15',NULL,200.00,'','6','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(8072,'1110','61750171215','2025-06-17 17:40:17',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(8073,'1110','61750171215','2025-06-17 21:22:57',NULL,16.00,'','6','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(8074,'1110','61750171215','2025-06-17 21:23:08',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8075,'1110','61750171215','2025-06-17 21:23:24',NULL,200.00,'','6','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(8076,'5500','61750171215','2025-06-17 21:24:00',729.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8077,'1000','61750171215','2025-06-17 17:40:31',1090.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8078,'4000','61750171215','2025-06-17 17:40:31',NULL,260.00,'','6','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(8079,'4000','61750171215','2025-06-17 17:40:15',NULL,300.00,'','6','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(8080,'4000','61750171215','2025-06-17 17:40:17',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(8081,'4000','61750171215','2025-06-17 21:22:57',NULL,30.00,'','6','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(8082,'4000','61750171215','2025-06-17 21:23:08',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8083,'4000','61750171215','2025-06-17 21:23:24',NULL,300.00,'','6','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(8084,'1110','61750186398','2025-06-17 21:53:43',NULL,570.00,'','6','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(8085,'1110','61750186398','2025-06-17 21:53:18',NULL,8.00,'','6','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(8086,'5500','61750186398','2025-06-17 21:53:35',578.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8087,'1000','61750186398','2025-06-17 21:53:43',915.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8088,'4000','61750186398','2025-06-17 21:53:43',NULL,900.00,'','6','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(8089,'4000','61750186398','2025-06-17 21:53:18',NULL,15.00,'','6','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(8090,'1110','61750186952','2025-06-17 22:02:44',NULL,500.00,'','6','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(8091,'5500','61750186952','2025-06-17 22:02:32',500.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8092,'1000','61750186952','2025-06-17 22:02:44',1500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8093,'4000','61750186952','2025-06-17 22:02:44',NULL,1500.00,'','6','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(8094,'1000','61750186970','2025-06-17 22:03:03',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8095,'4000','61750186970','2025-06-17 22:03:03',NULL,450.00,'','6','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(8096,'1110','61750182437','2025-06-17 20:47:54',NULL,680.00,'','6','1','Inventory sold','1','','sales','214','','No',NULL,NULL,''),(8097,'1110','61750182437','2025-06-17 20:47:17',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8098,'1110','61750182437','2025-06-17 20:47:34',NULL,74.00,'','6','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(8099,'1110','61750182437','2025-06-17 20:47:46',NULL,8.00,'','6','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(8100,'5500','61750182437','2025-06-17 22:15:39',795.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8101,'1000','61750182437','2025-06-17 20:47:54',1115.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8102,'4000','61750182437','2025-06-17 20:47:54',NULL,900.00,'','6','1','Good sold','1','','sales','214','','No',NULL,NULL,''),(8103,'4000','61750182437','2025-06-17 20:47:17',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8104,'4000','61750182437','2025-06-17 20:47:34',NULL,100.00,'','6','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(8105,'4000','61750182437','2025-06-17 20:47:46',NULL,15.00,'','6','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(8112,'1110','61750187882','2025-06-17 22:18:24',NULL,450.00,'','6','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(8113,'5500','61750187882','2025-06-17 22:18:02',450.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8114,'1000','61750187882','2025-06-17 22:18:24',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8115,'4000','61750187882','2025-06-17 22:18:24',NULL,600.00,'','6','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(8124,'1110','61750192894','2025-06-17 23:42:09',NULL,200.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(8125,'1110','61750192894','2025-06-17 23:41:34',NULL,175.00,'','6','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(8126,'5500','61750192894','2025-06-17 23:41:49',375.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8127,'1000','61750192894','2025-06-17 23:42:09',510.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8128,'4000','61750192894','2025-06-17 23:42:09',NULL,260.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(8129,'4000','61750192894','2025-06-17 23:41:34',NULL,250.00,'','6','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(8130,'1110','61750189579','2025-06-17 22:46:53',NULL,286.00,'','6','1','Inventory sold','1','','sales','168','','No',NULL,NULL,''),(8131,'1110','61750189579','2025-06-17 22:46:19',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(8132,'1110','61750189579','2025-06-17 22:46:28',NULL,210.00,'','6','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(8133,'1110','61750189579','2025-06-17 22:46:37',NULL,210.00,'','6','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(8134,'1110','61750189579','2025-06-18 00:20:37',NULL,200.00,'','6','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(8135,'1110','61750189579','2025-06-18 00:20:47',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8136,'1110','61750189579','2025-06-18 00:21:06',NULL,210.00,'','6','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(8137,'1110','61750189579','2025-06-18 00:21:37',NULL,286.00,'','6','1','Inventory sold','1','','sales','168','','No',NULL,NULL,''),(8138,'5500','61750189579','2025-06-18 00:21:53',1505.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8139,'1000','61750189579','2025-06-17 22:46:53',2080.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8140,'4000','61750189579','2025-06-17 22:46:53',NULL,400.00,'','6','1','Good sold','1','','sales','168','','No',NULL,NULL,''),(8141,'4000','61750189579','2025-06-17 22:46:19',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(8142,'4000','61750189579','2025-06-17 22:46:28',NULL,260.00,'','6','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(8143,'4000','61750189579','2025-06-17 22:46:37',NULL,260.00,'','6','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(8144,'4000','61750189579','2025-06-18 00:20:37',NULL,300.00,'','6','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(8145,'4000','61750189579','2025-06-18 00:20:47',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8146,'4000','61750189579','2025-06-18 00:21:06',NULL,260.00,'','6','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(8147,'4000','61750189579','2025-06-18 00:21:37',NULL,400.00,'','6','1','Good sold','1','','sales','168','','No',NULL,NULL,''),(8166,'1110','61750195385','2025-06-18 00:25:10',NULL,540.00,'','6','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(8167,'1110','61750195385','2025-06-18 00:23:05',NULL,350.00,'','6','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(8168,'1110','61750195385','2025-06-18 00:23:32',NULL,195.00,'','6','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(8169,'1110','61750195385','2025-06-18 00:24:30',NULL,195.00,'','6','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(8170,'1110','61750195385','2025-06-18 00:39:45',NULL,175.00,'','6','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(8171,'1110','61750195385','2025-06-18 00:55:47',NULL,247.00,'','6','1','Inventory sold','1','','sales','207','','No',NULL,NULL,''),(8172,'5500','61750195385','2025-06-18 00:56:01',1702.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8173,'1000','61750195385','2025-06-18 00:25:10',2520.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8174,'4000','61750195385','2025-06-18 00:25:10',NULL,900.00,'','6','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(8175,'4000','61750195385','2025-06-18 00:23:05',NULL,500.00,'','6','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(8176,'4000','61750195385','2025-06-18 00:23:32',NULL,260.00,'','6','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(8177,'4000','61750195385','2025-06-18 00:24:30',NULL,260.00,'','6','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(8178,'4000','61750195385','2025-06-18 00:39:45',NULL,250.00,'','6','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(8179,'4000','61750195385','2025-06-18 00:55:47',NULL,350.00,'','6','1','Good sold','1','','sales','207','','No',NULL,NULL,''),(8180,'1110','61750182530','2025-06-17 20:49:03',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8181,'1110','61750182530','2025-06-17 20:48:50',NULL,705.00,'','6','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(8182,'1110','61750182530','2025-06-17 22:16:22',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8183,'5500','61750182530','2025-06-18 01:15:25',738.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8184,'1000','61750182530','2025-06-17 20:49:03',1220.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8185,'4000','61750182530','2025-06-17 20:49:03',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8186,'4000','61750182530','2025-06-17 20:48:50',NULL,1000.00,'','6','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(8187,'4000','61750182530','2025-06-17 22:16:22',NULL,120.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8188,'1110','61750199784','2025-06-18 01:36:36',NULL,16.00,'','6','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(8189,'5500','61750199784','2025-06-18 01:36:24',16.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8190,'1000','61750199784','2025-06-18 01:36:36',30.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8191,'4000','61750199784','2025-06-18 01:36:36',NULL,30.00,'','6','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(8192,'1110','31750235636','2025-06-18 11:35:07',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8193,'1110','31750235636','2025-06-18 11:33:56',NULL,500.00,'','3','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(8194,'5500','31750235636','2025-06-18 11:35:05',533.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8195,'1000','31750235636','2025-06-18 11:35:07',1600.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8196,'4000','31750235636','2025-06-18 11:35:07',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8197,'4000','31750235636','2025-06-18 11:33:56',NULL,1500.00,'','3','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(8198,'1110','31750243476','2025-06-18 13:44:37',NULL,16.00,'','3','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(8199,'5500','31750243476','2025-06-18 13:44:36',16.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8200,'1000','31750243476','2025-06-18 13:44:37',30.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8201,'4000','31750243476','2025-06-18 13:44:37',NULL,30.00,'','3','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(8224,'1110','31750243522','2025-06-18 13:45:56',NULL,280.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(8225,'1110','31750243522','2025-06-18 13:45:22',NULL,0.00,'','3','1','Inventory sold','1','','sales','24','','No',NULL,NULL,''),(8226,'1110','31750243522','2025-06-18 13:45:37',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(8227,'1110','31750243522','2025-06-18 13:45:47',NULL,0.00,'','3','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(8228,'1110','31750243522','2025-06-18 13:45:55',NULL,0.00,'','3','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(8229,'1110','31750243522','2025-06-18 13:49:35',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8230,'5500','31750243522','2025-06-18 15:26:33',313.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8231,'1000','31750243522','2025-06-18 13:45:56',2300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8232,'4000','31750243522','2025-06-18 13:45:56',NULL,400.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(8233,'4000','31750243522','2025-06-18 13:45:22',NULL,1200.00,'','3','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(8234,'4000','31750243522','2025-06-18 13:45:37',NULL,100.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8235,'4000','31750243522','2025-06-18 13:45:47',NULL,400.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(8236,'4000','31750243522','2025-06-18 13:45:55',NULL,100.00,'','3','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(8237,'4000','31750243522','2025-06-18 13:49:35',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8238,'1110','31750250593','2025-06-18 15:43:34',NULL,0.00,'','3','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(8239,'1110','31750250593','2025-06-18 15:43:13',NULL,108.34,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(8240,'5500','31750250593','2025-06-18 15:43:33',108.34,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8241,'1000','31750250593','2025-06-18 15:43:34',400.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8242,'4000','31750250593','2025-06-18 15:43:34',NULL,200.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(8243,'4000','31750250593','2025-06-18 15:43:13',NULL,200.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(8252,'1000','31750252608','2025-06-18 16:17:07',500.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8253,'4000','31750252608','2025-06-18 16:17:07',NULL,200.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(8254,'4000','31750252608','2025-06-18 16:16:49',NULL,300.00,'','3','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(8255,'1110','31750253841','2025-06-18 16:37:24',NULL,210.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(8256,'5500','31750253841','2025-06-18 16:37:21',210.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8257,'1000','31750253841','2025-06-18 16:37:24',300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8258,'4000','31750253841','2025-06-18 16:37:24',NULL,300.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(8259,'1110','51750254102','2025-06-18 16:43:00',NULL,217.00,'','5','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(8260,'1110','51750254102','2025-06-18 16:41:42',NULL,345.00,'','5','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(8261,'1110','51750254102','2025-06-18 16:42:43',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(8262,'5500','51750254102','2025-06-18 16:42:57',632.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8263,'1000','51750254102','2025-06-18 16:43:00',900.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8264,'4000','51750254102','2025-06-18 16:43:00',NULL,300.00,'','5','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(8265,'4000','51750254102','2025-06-18 16:41:42',NULL,500.00,'','5','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(8266,'4000','51750254102','2025-06-18 16:42:43',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(8267,'1110','31750254243','2025-06-18 16:44:35',NULL,200.00,'','3','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(8268,'1110','31750254243','2025-06-18 16:44:03',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8269,'5500','31750254243','2025-06-18 16:44:34',233.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8270,'1000','31750254243','2025-06-18 16:44:35',400.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8271,'4000','31750254243','2025-06-18 16:44:35',NULL,300.00,'','3','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(8272,'4000','31750254243','2025-06-18 16:44:03',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8273,'1110','31750255409','2025-06-18 17:03:32',NULL,5.00,'','3','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(8274,'5500','31750255409','2025-06-18 17:03:29',5.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8275,'1000','31750255409','2025-06-18 17:03:32',10.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8276,'4000','31750255409','2025-06-18 17:03:32',NULL,10.00,'','3','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(8277,'1110','31750250648','2025-06-18 15:44:25',NULL,1175.00,'','3','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(8278,'1110','31750250648','2025-06-18 15:44:08',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(8279,'1110','31750250648','2025-06-18 15:44:15',NULL,66.60,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8280,'1110','31750250648','2025-06-18 15:44:24',NULL,8.00,'','3','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(8281,'5500','31750250648','2025-06-18 17:21:54',1319.60,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8282,'1000','31750250648','2025-06-18 15:44:25',2115.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8283,'4000','31750250648','2025-06-18 15:44:25',NULL,1800.00,'','3','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(8284,'4000','31750250648','2025-06-18 15:44:08',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(8285,'4000','31750250648','2025-06-18 15:44:15',NULL,200.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8286,'4000','31750250648','2025-06-18 15:44:24',NULL,15.00,'','3','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(8287,'1110','31750256559','2025-06-18 17:23:50',NULL,679.00,'','3','1','Inventory sold','1','','sales','280','','No',NULL,NULL,''),(8288,'1110','31750256559','2025-06-18 17:22:39',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(8289,'1110','31750256559','2025-06-18 17:23:36',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8290,'5500','31750256559','2025-06-18 17:23:49',782.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8291,'1000','31750256559','2025-06-18 17:23:50',1100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8292,'4000','31750256559','2025-06-18 17:23:50',NULL,900.00,'','3','1','Good sold','1','','sales','280','','No',NULL,NULL,''),(8293,'4000','31750256559','2025-06-18 17:22:39',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(8294,'4000','31750256559','2025-06-18 17:23:36',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8299,'1110','31750258206','2025-06-18 17:50:09',NULL,35.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(8300,'5500','31750258206','2025-06-18 17:50:06',35.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8301,'1000','31750258206','2025-06-18 17:50:09',50.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8302,'4000','31750258206','2025-06-18 17:50:09',NULL,50.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(8303,'1110','31750259826','2025-06-18 18:17:21',NULL,423.00,'','3','1','Inventory sold','1','','sales','124','','No',NULL,NULL,''),(8304,'1110','31750259826','2025-06-18 18:17:06',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(8305,'5500','31750259826','2025-06-18 18:17:18',493.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8306,'1000','31750259826','2025-06-18 18:17:21',700.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8307,'4000','31750259826','2025-06-18 18:17:21',NULL,600.00,'','3','1','Good sold','1','','sales','124','','No',NULL,NULL,''),(8308,'4000','31750259826','2025-06-18 18:17:06',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(8309,'1110','31750259913','2025-06-18 18:18:34',NULL,150.00,'','3','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(8310,'5500','31750259913','2025-06-18 18:18:33',150.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8311,'1000','31750259913','2025-06-18 18:18:34',200.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8312,'4000','31750259913','2025-06-18 18:18:34',NULL,200.00,'','3','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(8313,'1110','31750260437','2025-06-18 18:27:19',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8314,'5500','31750260437','2025-06-18 18:27:17',33.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8315,'1000','31750260437','2025-06-18 18:27:19',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8316,'4000','31750260437','2025-06-18 18:27:19',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8317,'1110','31750260506','2025-06-18 18:28:33',NULL,16.00,'','3','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(8318,'5500','31750260506','2025-06-18 18:28:27',16.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8319,'1000','31750260506','2025-06-18 18:28:33',30.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8320,'4000','31750260506','2025-06-18 18:28:33',NULL,30.00,'','3','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(8321,'1110','31750258176','2025-06-18 17:49:38',NULL,360.00,'','3','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(8322,'1110','31750258176','2025-06-18 17:49:36',NULL,360.00,'','3','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(8323,'5500','31750258176','2025-06-18 18:30:25',720.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8324,'1000','31750258176','2025-06-18 17:49:38',1200.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8325,'4000','31750258176','2025-06-18 17:49:38',NULL,600.00,'','3','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(8326,'4000','31750258176','2025-06-18 17:49:36',NULL,600.00,'','3','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(8327,'1110','51750264669','2025-06-18 19:37:50',NULL,8.00,'','5','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(8328,'5500','51750264669','2025-06-18 19:37:49',8.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8329,'1000','51750264669','2025-06-18 19:37:50',15.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8330,'4000','51750264669','2025-06-18 19:37:50',NULL,15.00,'','5','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(8331,'1110','51750264702','2025-06-18 19:38:24',NULL,250.00,'','5','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(8332,'5500','51750264702','2025-06-18 19:38:22',250.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8333,'1000','51750264702','2025-06-18 19:38:24',400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8334,'4000','51750264702','2025-06-18 19:38:24',NULL,400.00,'','5','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(8335,'1000','51750264767','2025-06-18 19:39:37',400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8336,'4000','51750264767','2025-06-18 19:39:37',NULL,350.00,'','5','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(8337,'4000','51750264767','2025-06-18 19:39:27',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8338,'1110','51750264817','2025-06-18 19:40:18',NULL,500.00,'','5','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(8339,'5500','51750264817','2025-06-18 19:40:17',500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8340,'1000','51750264817','2025-06-18 19:40:18',1500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8341,'4000','51750264817','2025-06-18 19:40:18',NULL,1500.00,'','5','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(8342,'1000','51750264900','2025-06-18 19:41:57',1100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8343,'4000','51750264900','2025-06-18 19:41:57',NULL,900.00,'','5','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(8344,'4000','51750264900','2025-06-18 19:41:40',NULL,100.00,'','5','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(8345,'4000','51750264900','2025-06-18 19:41:50',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8346,'1110','51750271021','2025-06-18 21:23:42',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8347,'5500','51750271021','2025-06-18 21:23:41',33.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8348,'1000','51750271021','2025-06-18 21:23:42',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8349,'4000','51750271021','2025-06-18 21:23:42',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8350,'1110','51750271071','2025-06-18 21:24:32',NULL,330.00,'','5','1','Inventory sold','1','','sales','153','','No',NULL,NULL,''),(8351,'5500','51750271071','2025-06-18 21:24:31',330.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8352,'1000','51750271071','2025-06-18 21:24:32',500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8353,'4000','51750271071','2025-06-18 21:24:32',NULL,500.00,'','5','1','Good sold','1','','sales','153','','No',NULL,NULL,''),(8354,'1110','51750271144','2025-06-18 21:25:45',NULL,24.00,'','5','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(8355,'5500','51750271144','2025-06-18 21:25:44',24.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8356,'1000','51750271144','2025-06-18 21:25:45',45.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8357,'4000','51750271144','2025-06-18 21:25:45',NULL,45.00,'','5','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(8358,'1110','51750271222','2025-06-18 21:27:07',NULL,400.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(8359,'1110','51750271222','2025-06-18 21:27:02',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(8360,'5500','51750271222','2025-06-18 21:27:06',575.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8361,'1000','51750271222','2025-06-18 21:27:07',770.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8362,'4000','51750271222','2025-06-18 21:27:07',NULL,520.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(8363,'4000','51750271222','2025-06-18 21:27:02',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(8364,'1110','51750271291','2025-06-18 21:28:20',NULL,270.00,'','5','1','Inventory sold','1','','sales','154','','No',NULL,NULL,''),(8365,'1110','51750271291','2025-06-18 21:28:11',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8366,'5500','51750271291','2025-06-18 21:28:19',303.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8367,'1000','51750271291','2025-06-18 21:28:20',500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8368,'4000','51750271291','2025-06-18 21:28:20',NULL,400.00,'','5','1','Good sold','1','','sales','154','','No',NULL,NULL,''),(8369,'4000','51750271291','2025-06-18 21:28:11',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8370,'1000','51750271381','2025-06-18 21:29:42',120.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8371,'4000','51750271381','2025-06-18 21:29:42',NULL,120.00,'','5','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(8372,'1110','51750271546','2025-06-18 21:32:49',NULL,540.00,'','5','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(8373,'1110','51750271546','2025-06-18 21:32:26',NULL,286.00,'','5','1','Inventory sold','1','','sales','168','','No',NULL,NULL,''),(8374,'1110','51750271546','2025-06-18 21:32:36',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8375,'5500','51750271546','2025-06-18 21:32:48',859.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8376,'1000','51750271546','2025-06-18 21:32:49',1400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8377,'4000','51750271546','2025-06-18 21:32:49',NULL,900.00,'','5','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(8378,'4000','51750271546','2025-06-18 21:32:26',NULL,400.00,'','5','1','Good sold','1','','sales','168','','No',NULL,NULL,''),(8379,'4000','51750271546','2025-06-18 21:32:36',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8380,'1000','51750271641','2025-06-18 21:34:20',850.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8381,'4000','51750271641','2025-06-18 21:34:20',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8382,'4000','51750271641','2025-06-18 21:34:01',NULL,800.00,'','5','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(8383,'1000','51750271729','2025-06-18 21:36:33',700.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8384,'4000','51750271729','2025-06-18 21:36:33',NULL,100.00,'','5','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8385,'4000','51750271729','2025-06-18 21:35:29',NULL,450.00,'','5','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(8386,'4000','51750271729','2025-06-18 21:36:07',NULL,100.00,'','5','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(8387,'4000','51750271729','2025-06-18 21:36:18',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8388,'1000','51750271842','2025-06-18 21:37:54',700.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8389,'4000','51750271842','2025-06-18 21:37:54',NULL,100.00,'','5','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8390,'4000','51750271842','2025-06-18 21:37:22',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8391,'4000','51750271842','2025-06-18 21:37:32',NULL,100.00,'','5','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(8392,'4000','51750271842','2025-06-18 21:37:35',NULL,450.00,'','5','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(8393,'1110','51750272957','2025-06-18 21:55:58',NULL,300.00,'','5','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(8394,'5500','51750272957','2025-06-18 21:55:57',300.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8395,'1000','51750272957','2025-06-18 21:55:58',400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8396,'4000','51750272957','2025-06-18 21:55:58',NULL,400.00,'','5','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(8397,'1000','51750273020','2025-06-18 21:57:32',1050.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8398,'4000','51750273020','2025-06-18 21:57:32',NULL,700.00,'','5','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(8399,'4000','51750273020','2025-06-18 21:57:00',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8400,'4000','51750273020','2025-06-18 21:57:11',NULL,100.00,'','5','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(8401,'4000','51750273020','2025-06-18 21:57:23',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(8402,'1110','51750274373','2025-06-18 22:19:34',NULL,500.00,'','5','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(8403,'5500','51750274373','2025-06-18 22:19:33',500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8404,'1000','51750274373','2025-06-18 22:19:34',1500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8405,'4000','51750274373','2025-06-18 22:19:34',NULL,1500.00,'','5','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(8406,'1110','51750274412','2025-06-18 22:20:13',NULL,700.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(8407,'5500','51750274412','2025-06-18 22:20:12',700.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8408,'1000','51750274412','2025-06-18 22:20:13',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8409,'4000','51750274412','2025-06-18 22:20:13',NULL,1000.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(8410,'1000','51750274456','2025-06-18 22:21:06',450.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8411,'4000','51750274456','2025-06-18 22:21:06',NULL,400.00,'','5','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(8412,'4000','51750274456','2025-06-18 22:20:56',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8413,'1110','51750277688','2025-06-18 23:14:52',NULL,200.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(8414,'1110','51750277688','2025-06-18 23:14:48',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(8415,'5500','51750277688','2025-06-18 23:14:51',375.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8416,'1000','51750277688','2025-06-18 23:14:52',510.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8417,'4000','51750277688','2025-06-18 23:14:52',NULL,260.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(8418,'4000','51750277688','2025-06-18 23:14:48',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(8419,'1110','51750277748','2025-06-18 23:16:08',NULL,720.00,'','5','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(8420,'1110','51750277748','2025-06-18 23:15:48',NULL,420.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(8421,'1110','51750277748','2025-06-18 23:16:00',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8422,'5500','51750277748','2025-06-18 23:16:07',1173.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8423,'1000','51750277748','2025-06-18 23:16:08',1820.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8424,'4000','51750277748','2025-06-18 23:16:08',NULL,1200.00,'','5','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(8425,'4000','51750277748','2025-06-18 23:15:48',NULL,520.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(8426,'4000','51750277748','2025-06-18 23:16:00',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8427,'1110','51750277825','2025-06-18 23:17:06',NULL,1050.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(8428,'5500','51750277825','2025-06-18 23:17:06',1050.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8429,'1000','51750277825','2025-06-18 23:17:06',1300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8430,'4000','51750277825','2025-06-18 23:17:06',NULL,1300.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(8431,'1000','51750277877','2025-06-18 23:17:58',450.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8432,'4000','51750277877','2025-06-18 23:17:58',NULL,450.00,'','5','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(8433,'1110','51750277929','2025-06-18 23:19:05',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(8434,'1110','51750277929','2025-06-18 23:18:49',NULL,175.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(8435,'5500','51750277929','2025-06-18 23:19:04',350.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8436,'1000','51750277929','2025-06-18 23:19:05',500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8437,'4000','51750277929','2025-06-18 23:19:05',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(8438,'4000','51750277929','2025-06-18 23:18:49',NULL,250.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(8439,'1110','51750277997','2025-06-18 23:20:03',NULL,891.00,'','5','1','Inventory sold','1','','sales','149','','No',NULL,NULL,''),(8440,'1110','51750277997','2025-06-18 23:19:57',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8441,'5500','51750277997','2025-06-18 23:20:02',924.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8442,'1000','51750277997','2025-06-18 23:20:03',1400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8443,'4000','51750277997','2025-06-18 23:20:03',NULL,1300.00,'','5','1','Good sold','1','','sales','149','','No',NULL,NULL,''),(8444,'4000','51750277997','2025-06-18 23:19:57',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8445,'1000','51750278065','2025-06-18 23:21:06',150.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8446,'4000','51750278065','2025-06-18 23:21:06',NULL,150.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8447,'1110','51750278221','2025-06-18 23:24:38',NULL,1300.00,'','5','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(8448,'1110','51750278221','2025-06-18 23:23:41',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8449,'1110','51750278221','2025-06-18 23:24:11',NULL,450.00,'','5','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(8450,'1110','51750278221','2025-06-18 23:24:25',NULL,41.67,'','5','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(8451,'5500','51750278221','2025-06-18 23:24:37',1824.97,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8452,'1000','51750278221','2025-06-18 23:24:38',2600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8453,'4000','51750278221','2025-06-18 23:24:38',NULL,1800.00,'','5','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(8454,'4000','51750278221','2025-06-18 23:23:41',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8455,'4000','51750278221','2025-06-18 23:24:11',NULL,600.00,'','5','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(8456,'4000','51750278221','2025-06-18 23:24:25',NULL,100.00,'','5','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(8457,'1000','51750278347','2025-06-18 23:25:56',1450.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8458,'4000','51750278347','2025-06-18 23:25:56',NULL,1200.00,'','5','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(8459,'4000','51750278347','2025-06-18 23:25:47',NULL,250.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8460,'1110','51750278432','2025-06-18 23:27:22',NULL,360.00,'','5','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(8461,'1110','51750278432','2025-06-18 23:27:12',NULL,175.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(8462,'5500','51750278432','2025-06-18 23:27:21',535.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8463,'1000','51750278432','2025-06-18 23:27:22',850.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8464,'4000','51750278432','2025-06-18 23:27:22',NULL,600.00,'','5','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(8465,'4000','51750278432','2025-06-18 23:27:12',NULL,250.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(8466,'1110','51750278565','2025-06-18 23:29:26',NULL,500.00,'','5','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(8467,'5500','51750278565','2025-06-18 23:29:25',500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8468,'1000','51750278565','2025-06-18 23:29:26',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8469,'4000','51750278565','2025-06-18 23:29:26',NULL,1000.00,'','5','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(8470,'1110','51750278586','2025-06-18 23:29:47',NULL,500.00,'','5','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(8471,'5500','51750278586','2025-06-18 23:29:46',500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8472,'1000','51750278586','2025-06-18 23:29:47',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8473,'4000','51750278586','2025-06-18 23:29:47',NULL,1000.00,'','5','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(8474,'1110','51750280177','2025-06-18 23:56:25',NULL,200.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(8475,'1110','51750280177','2025-06-18 23:56:17',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(8476,'5500','51750280177','2025-06-18 23:56:24',375.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8477,'1000','51750280177','2025-06-18 23:56:25',510.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8478,'4000','51750280177','2025-06-18 23:56:25',NULL,260.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(8479,'4000','51750280177','2025-06-18 23:56:17',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(8480,'1110','51750280240','2025-06-18 23:57:21',NULL,945.00,'','5','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(8481,'5500','51750280240','2025-06-18 23:57:21',945.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8482,'1000','51750280240','2025-06-18 23:57:21',1300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8483,'4000','51750280240','2025-06-18 23:57:21',NULL,1300.00,'','5','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(8484,'1000','51750282667','2025-06-19 00:46:41',400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8485,'4000','51750282667','2025-06-19 00:46:41',NULL,200.00,'','5','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8486,'4000','51750282667','2025-06-19 00:37:47',NULL,200.00,'','5','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8487,'1110','51750284526','2025-06-19 01:10:16',NULL,1170.00,'','5','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(8488,'1110','51750284526','2025-06-19 01:08:46',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8489,'1110','51750284526','2025-06-19 01:08:55',NULL,840.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(8490,'1110','51750284526','2025-06-19 01:09:06',NULL,180.00,'','5','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(8491,'1110','51750284526','2025-06-19 01:09:49',NULL,1080.00,'','5','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(8492,'5500','51750284526','2025-06-19 01:10:15',3303.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8493,'1000','51750284526','2025-06-19 01:10:16',4940.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8494,'4000','51750284526','2025-06-19 01:10:16',NULL,1700.00,'','5','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(8495,'4000','51750284526','2025-06-19 01:08:46',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8496,'4000','51750284526','2025-06-19 01:08:55',NULL,1040.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(8497,'4000','51750284526','2025-06-19 01:09:06',NULL,300.00,'','5','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(8498,'4000','51750284526','2025-06-19 01:09:49',NULL,1800.00,'','5','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(8499,'1000','51750288298','2025-06-19 02:11:39',120.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8500,'4000','51750288298','2025-06-19 02:11:39',NULL,120.00,'','5','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8501,'1110','51750288371','2025-06-19 02:14:16',NULL,423.00,'','5','1','Inventory sold','1','','sales','124','','No',NULL,NULL,''),(8502,'1110','51750288371','2025-06-19 02:12:51',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(8503,'1110','51750288371','2025-06-19 02:13:52',NULL,66.60,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8504,'5500','51750288371','2025-06-19 02:14:15',559.60,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8505,'1000','51750288371','2025-06-19 02:14:16',900.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8506,'4000','51750288371','2025-06-19 02:14:16',NULL,600.00,'','5','1','Good sold','1','','sales','124','','No',NULL,NULL,''),(8507,'4000','51750288371','2025-06-19 02:12:51',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(8508,'4000','51750288371','2025-06-19 02:13:52',NULL,200.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8509,'1000','51750288507','2025-06-19 02:15:15',320.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8510,'4000','51750288507','2025-06-19 02:15:15',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(8511,'4000','51750288507','2025-06-19 02:15:07',NULL,120.00,'','5','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8512,'1110','51750288604','2025-06-19 02:17:01',NULL,245.00,'','5','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(8513,'1110','51750288604','2025-06-19 02:16:44',NULL,250.00,'','5','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(8514,'1110','51750288604','2025-06-19 02:16:50',NULL,16.00,'','5','1','Inventory sold','1','','sales','186','','No',NULL,NULL,''),(8515,'5500','51750288604','2025-06-19 02:17:00',511.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8516,'1000','51750288604','2025-06-19 02:17:01',770.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8517,'4000','51750288604','2025-06-19 02:17:01',NULL,350.00,'','5','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(8518,'4000','51750288604','2025-06-19 02:16:44',NULL,400.00,'','5','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(8519,'4000','51750288604','2025-06-19 02:16:50',NULL,20.00,'','5','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(8520,'1110','51750288662','2025-06-19 02:17:50',NULL,250.00,'','5','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(8521,'1110','51750288662','2025-06-19 02:17:42',NULL,245.00,'','5','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(8522,'5500','51750288662','2025-06-19 02:17:49',495.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8523,'1000','51750288662','2025-06-19 02:17:50',750.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8524,'4000','51750288662','2025-06-19 02:17:50',NULL,400.00,'','5','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(8525,'4000','51750288662','2025-06-19 02:17:42',NULL,350.00,'','5','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(8526,'1110','51750288726','2025-06-19 02:18:47',NULL,24.00,'','5','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(8527,'5500','51750288726','2025-06-19 02:18:46',24.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8528,'1000','51750288726','2025-06-19 02:18:47',45.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8529,'4000','51750288726','2025-06-19 02:18:47',NULL,45.00,'','5','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(8530,'1110','51750288753','2025-06-19 02:24:26',NULL,400.00,'','5','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(8531,'1110','51750288753','2025-06-19 02:19:53',NULL,180.00,'','5','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(8532,'1110','51750288753','2025-06-19 02:21:43',NULL,180.00,'','5','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(8533,'1110','51750288753','2025-06-19 02:21:53',NULL,805.00,'','5','1','Inventory sold','1','','sales','211','','No',NULL,NULL,''),(8534,'1110','51750288753','2025-06-19 02:23:24',NULL,245.00,'','5','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(8535,'5500','51750288753','2025-06-19 02:24:24',1810.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8536,'1000','51750288753','2025-06-19 02:24:26',2770.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8537,'4000','51750288753','2025-06-19 02:24:26',NULL,520.00,'','5','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(8538,'4000','51750288753','2025-06-19 02:19:53',NULL,300.00,'','5','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(8539,'4000','51750288753','2025-06-19 02:21:43',NULL,300.00,'','5','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(8540,'4000','51750288753','2025-06-19 02:21:53',NULL,1300.00,'','5','1','Good sold','1','','sales','211','','No',NULL,NULL,''),(8541,'4000','51750288753','2025-06-19 02:23:24',NULL,350.00,'','5','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(8542,'1110','51750289181','2025-06-19 02:26:42',NULL,200.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(8543,'1110','51750289181','2025-06-19 02:26:21',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(8544,'1110','51750289181','2025-06-19 02:26:24',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8545,'1110','51750289181','2025-06-19 02:26:33',NULL,217.00,'','5','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(8546,'5500','51750289181','2025-06-19 02:26:41',625.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8547,'1000','51750289181','2025-06-19 02:26:42',910.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8548,'4000','51750289181','2025-06-19 02:26:42',NULL,260.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(8549,'4000','51750289181','2025-06-19 02:26:21',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(8550,'4000','51750289181','2025-06-19 02:26:24',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8551,'4000','51750289181','2025-06-19 02:26:33',NULL,300.00,'','5','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(8552,'1000','51750289275','2025-06-19 02:28:30',1400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8553,'4000','51750289275','2025-06-19 02:28:30',NULL,1200.00,'','5','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(8554,'4000','51750289275','2025-06-19 02:27:55',NULL,200.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8555,'1110','51750289363','2025-06-19 02:31:38',NULL,1200.00,'','5','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(8556,'1110','51750289363','2025-06-19 02:29:23',NULL,540.00,'','5','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(8557,'1110','51750289363','2025-06-19 02:30:35',NULL,540.00,'','5','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(8558,'1110','51750289363','2025-06-19 02:30:42',NULL,620.00,'','5','1','Inventory sold','1','','sales','210','','No',NULL,NULL,''),(8559,'1110','51750289363','2025-06-19 02:30:43',NULL,245.00,'','5','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(8560,'5500','51750289363','2025-06-19 02:31:37',3145.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8561,'1000','51750289363','2025-06-19 02:31:38',4510.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8562,'4000','51750289363','2025-06-19 02:31:38',NULL,1560.00,'','5','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(8563,'4000','51750289363','2025-06-19 02:29:23',NULL,900.00,'','5','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(8564,'4000','51750289363','2025-06-19 02:30:35',NULL,900.00,'','5','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(8565,'4000','51750289363','2025-06-19 02:30:42',NULL,800.00,'','5','1','Good sold','1','','sales','210','','No',NULL,NULL,''),(8566,'4000','51750289363','2025-06-19 02:30:43',NULL,350.00,'','5','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(8567,'1110','51750289556','2025-06-19 02:32:37',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8568,'5500','51750289556','2025-06-19 02:32:36',33.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8569,'1000','51750289556','2025-06-19 02:32:37',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8570,'4000','51750289556','2025-06-19 02:32:37',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8571,'1000','51750289592','2025-06-19 02:33:17',240.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8572,'4000','51750289592','2025-06-19 02:33:17',NULL,120.00,'','5','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(8573,'4000','51750289592','2025-06-19 02:33:12',NULL,120.00,'','5','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(8574,'1110','51750291133','2025-06-19 02:58:54',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(8575,'5500','51750291133','2025-06-19 02:58:53',54.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8576,'1000','51750291133','2025-06-19 02:58:54',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8577,'4000','51750291133','2025-06-19 02:58:54',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(8578,'1110','51750291160','2025-06-19 02:59:21',NULL,500.00,'','5','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(8579,'5500','51750291160','2025-06-19 02:59:20',500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8580,'1000','51750291160','2025-06-19 02:59:21',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8581,'4000','51750291160','2025-06-19 02:59:21',NULL,1000.00,'','5','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(8582,'1110','51750293050','2025-06-19 03:30:51',NULL,500.00,'','5','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(8583,'5500','51750293050','2025-06-19 03:30:51',500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8584,'1000','51750293050','2025-06-19 03:30:51',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8585,'4000','51750293050','2025-06-19 03:30:51',NULL,1000.00,'','5','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(8586,'1000','31750316662','2025-06-19 10:08:09',740.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8587,'4000','31750316662','2025-06-19 10:08:09',NULL,120.00,'','3','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8588,'4000','31750316662','2025-06-19 10:04:22',NULL,120.00,'','3','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8589,'4000','31750316662','2025-06-19 10:04:26',NULL,200.00,'','3','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8590,'4000','31750316662','2025-06-19 10:04:27',NULL,150.00,'','3','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8591,'4000','31750316662','2025-06-19 10:08:02',NULL,150.00,'','3','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8592,'1110','31750323983','2025-06-19 12:06:24',NULL,35.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(8593,'5500','31750323983','2025-06-19 12:06:23',35.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8594,'1000','31750323983','2025-06-19 12:06:24',50.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8595,'4000','31750323983','2025-06-19 12:06:24',NULL,50.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(8596,'1110','31750324023','2025-06-19 12:07:16',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8597,'1110','31750324023','2025-06-19 12:07:03',NULL,500.00,'','3','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(8598,'5500','31750324023','2025-06-19 12:07:14',533.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8599,'1000','31750324023','2025-06-19 12:07:16',1100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8600,'4000','31750324023','2025-06-19 12:07:16',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8601,'4000','31750324023','2025-06-19 12:07:03',NULL,1000.00,'','3','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(8602,'1000','31750325523','2025-06-19 12:32:11',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8603,'4000','31750325523','2025-06-19 12:32:11',NULL,100.00,'','3','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8610,'1110','31750329347','2025-06-19 13:36:04',NULL,270.00,'','3','1','Inventory sold','1','','sales','167','','No',NULL,NULL,''),(8611,'5500','31750329347','2025-06-19 13:35:47',270.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8612,'1000','31750329347','2025-06-19 13:36:04',300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8613,'4000','31750329347','2025-06-19 13:36:04',NULL,300.00,'','3','1','Good sold','1','','sales','167','','No',NULL,NULL,''),(8618,'1110','31750331823','2025-06-19 14:17:24',NULL,600.00,'','3','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(8619,'1110','31750331823','2025-06-19 14:17:03',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8620,'5500','31750331823','2025-06-19 14:17:24',633.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8621,'1000','31750331823','2025-06-19 14:17:24',880.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8622,'4000','31750331823','2025-06-19 14:17:24',NULL,780.00,'','3','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(8623,'4000','31750331823','2025-06-19 14:17:03',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8624,'1110','31750330056','2025-06-19 13:47:37',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8625,'1110','31750330056','2025-06-19 13:47:36',NULL,108.34,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(8626,'5500','31750330056','2025-06-19 14:19:25',141.64,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8627,'1000','31750330056','2025-06-19 13:47:37',300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8628,'4000','31750330056','2025-06-19 13:47:37',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8629,'4000','31750330056','2025-06-19 13:47:36',NULL,200.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(8630,'1110','31750333456','2025-06-19 14:44:17',NULL,400.00,'','3','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(8631,'5500','31750333456','2025-06-19 14:44:16',400.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8632,'1000','31750333456','2025-06-19 14:44:17',520.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8633,'4000','31750333456','2025-06-19 14:44:17',NULL,520.00,'','3','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(8634,'1110','31750334809','2025-06-19 15:06:50',NULL,8.00,'','3','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(8635,'5500','31750334809','2025-06-19 15:06:49',8.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8636,'1000','31750334809','2025-06-19 15:06:50',15.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8637,'4000','31750334809','2025-06-19 15:06:50',NULL,15.00,'','3','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(8638,'1110','31750328197','2025-06-19 13:17:08',NULL,210.00,'','3','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(8639,'1110','31750328197','2025-06-19 13:16:37',NULL,270.00,'','3','1','Inventory sold','1','','sales','167','','No',NULL,NULL,''),(8640,'1110','31750328197','2025-06-19 13:16:43',NULL,0.00,'','3','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(8641,'1110','31750328197','2025-06-19 15:35:17',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(8642,'5500','31750328197','2025-06-19 15:35:29',480.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8643,'1000','31750328197','2025-06-19 13:17:08',2010.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8644,'4000','31750328197','2025-06-19 13:17:08',NULL,260.00,'','3','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(8645,'4000','31750328197','2025-06-19 13:16:37',NULL,300.00,'','3','1','Good sold','1','','sales','167','','No',NULL,NULL,''),(8646,'4000','31750328197','2025-06-19 13:16:43',NULL,1400.00,'','3','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(8647,'4000','31750328197','2025-06-19 15:35:17',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8648,'1000','31750336603','2025-06-19 15:36:57',600.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8649,'4000','31750336603','2025-06-19 15:36:57',NULL,450.00,'','3','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(8650,'4000','31750336603','2025-06-19 15:36:43',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8651,'4000','31750336603','2025-06-19 15:36:50',NULL,100.00,'','3','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(8652,'1110','31750338361','2025-06-19 16:06:18',NULL,600.00,'','3','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(8653,'1110','31750338361','2025-06-19 16:06:01',NULL,360.00,'','3','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(8654,'5500','31750338361','2025-06-19 16:06:17',960.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8655,'1000','31750338361','2025-06-19 16:06:18',1380.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8656,'4000','31750338361','2025-06-19 16:06:18',NULL,780.00,'','3','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(8657,'4000','31750338361','2025-06-19 16:06:01',NULL,600.00,'','3','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(8658,'1000','31750340127','2025-06-19 16:35:55',640.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8659,'4000','31750340127','2025-06-19 16:35:55',NULL,400.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(8660,'4000','31750340127','2025-06-19 16:35:27',NULL,120.00,'','3','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8661,'4000','31750340127','2025-06-19 16:35:39',NULL,120.00,'','3','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8662,'1110','31750341454','2025-06-19 16:57:36',NULL,175.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(8663,'5500','31750341454','2025-06-19 16:57:34',175.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8664,'1000','31750341454','2025-06-19 16:57:36',250.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8665,'4000','31750341454','2025-06-19 16:57:36',NULL,250.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(8666,'1110','31750341792','2025-06-19 17:03:17',NULL,500.00,'','3','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(8667,'5500','31750341792','2025-06-19 17:03:12',500.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8668,'1000','31750341792','2025-06-19 17:03:17',1000.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8669,'4000','31750341792','2025-06-19 17:03:17',NULL,1000.00,'','3','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(8670,'1000','31750379353','2025-06-20 03:30:15',820.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8671,'4000','31750379353','2025-06-20 03:30:15',NULL,100.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8672,'4000','31750379353','2025-06-20 03:29:13',NULL,120.00,'','3','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8673,'4000','31750379353','2025-06-20 03:29:29',NULL,600.00,'','3','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(8674,'1110','31750379531','2025-06-20 03:32:12',NULL,35.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(8675,'5500','31750379531','2025-06-20 03:32:11',35.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8676,'1000','31750379531','2025-06-20 03:32:12',50.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8677,'4000','31750379531','2025-06-20 03:32:12',NULL,50.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(8678,'1110','31750379603','2025-06-20 03:33:44',NULL,0.00,'','3','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(8679,'1110','31750379603','2025-06-20 03:33:23',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(8680,'1110','31750379603','2025-06-20 03:33:31',NULL,210.00,'','3','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(8681,'5500','31750379603','2025-06-20 03:33:43',210.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8682,'1000','31750379603','2025-06-20 03:33:44',660.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8683,'4000','31750379603','2025-06-20 03:33:44',NULL,350.00,'','3','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(8684,'4000','31750379603','2025-06-20 03:33:23',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8685,'4000','31750379603','2025-06-20 03:33:31',NULL,260.00,'','3','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(8686,'1110','31750379677','2025-06-20 03:34:38',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(8687,'5500','31750379677','2025-06-20 03:34:37',54.17,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8688,'1000','31750379677','2025-06-20 03:34:38',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8689,'4000','31750379677','2025-06-20 03:34:38',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(8690,'1000','31750379733','2025-06-20 03:35:43',1100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8691,'4000','31750379733','2025-06-20 03:35:43',NULL,900.00,'','3','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(8692,'4000','31750379733','2025-06-20 03:35:33',NULL,200.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(8693,'1110','31750379790','2025-06-20 03:36:31',NULL,34.00,'','3','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(8694,'5500','31750379790','2025-06-20 03:36:30',34.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8695,'1000','31750379790','2025-06-20 03:36:31',50.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8696,'4000','31750379790','2025-06-20 03:36:31',NULL,50.00,'','3','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(8697,'1110','31750379838','2025-06-20 03:37:59',NULL,530.00,'','3','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(8698,'5500','31750379838','2025-06-20 03:37:18',530.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8699,'1000','31750379838','2025-06-20 03:37:59',660.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8700,'4000','31750379838','2025-06-20 03:37:59',NULL,660.00,'','3','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(8701,'1110','31750379948','2025-06-20 03:39:24',NULL,217.00,'','3','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(8702,'5500','31750379948','2025-06-20 03:39:08',217.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8703,'1000','31750379948','2025-06-20 03:39:24',300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8704,'4000','31750379948','2025-06-20 03:39:24',NULL,300.00,'','3','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(8705,'1110','31750380043','2025-06-20 03:40:43',NULL,210.00,'','3','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(8706,'5500','31750380043','2025-06-20 03:40:43',210.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8707,'1000','31750380043','2025-06-20 03:40:43',260.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8708,'4000','31750380043','2025-06-20 03:40:43',NULL,260.00,'','3','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(8709,'1110','31750380089','2025-06-20 03:41:29',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(8710,'5500','31750380089','2025-06-20 03:41:29',54.17,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8711,'1000','31750380089','2025-06-20 03:41:29',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8712,'4000','31750380089','2025-06-20 03:41:29',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(8713,'1110','31750380141','2025-06-20 03:42:22',NULL,14.00,'','3','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(8714,'5500','31750380141','2025-06-20 03:42:21',14.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8715,'1000','31750380141','2025-06-20 03:42:22',20.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8716,'4000','31750380141','2025-06-20 03:42:22',NULL,20.00,'','3','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(8717,'1110','31750380188','2025-06-20 03:43:09',NULL,70.00,'','3','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(8718,'5500','31750380188','2025-06-20 03:43:08',70.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8719,'1000','31750380188','2025-06-20 03:43:09',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8720,'4000','31750380188','2025-06-20 03:43:09',NULL,100.00,'','3','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(8721,'1110','31750380234','2025-06-20 03:43:55',NULL,17.00,'','3','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(8722,'5500','31750380234','2025-06-20 03:43:54',17.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8723,'1000','31750380234','2025-06-20 03:43:55',25.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8724,'4000','31750380234','2025-06-20 03:43:55',NULL,25.00,'','3','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(8725,'1110','31750380276','2025-06-20 03:44:48',NULL,265.00,'','3','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(8726,'5500','31750380276','2025-06-20 03:44:36',265.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8727,'1000','31750380276','2025-06-20 03:44:48',330.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8728,'4000','31750380276','2025-06-20 03:44:48',NULL,330.00,'','3','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(8729,'1110','31750380362','2025-06-20 03:46:03',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(8730,'5500','31750380362','2025-06-20 03:46:02',54.17,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8731,'1000','31750380362','2025-06-20 03:46:03',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8732,'4000','31750380362','2025-06-20 03:46:03',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(8733,'1110','31750380407','2025-06-20 03:47:46',NULL,217.00,'','3','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(8734,'1110','31750380407','2025-06-20 03:46:47',NULL,210.00,'','3','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(8735,'1110','31750380407','2025-06-20 03:47:10',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(8736,'1110','31750380407','2025-06-20 03:47:16',NULL,0.00,'','3','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(8737,'1110','31750380407','2025-06-20 03:47:37',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(8738,'5500','31750380407','2025-06-20 03:47:45',481.17,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8739,'1000','31750380407','2025-06-20 03:47:46',1310.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8740,'4000','31750380407','2025-06-20 03:47:46',NULL,300.00,'','3','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(8741,'4000','31750380407','2025-06-20 03:46:47',NULL,260.00,'','3','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(8742,'4000','31750380407','2025-06-20 03:47:10',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(8743,'4000','31750380407','2025-06-20 03:47:16',NULL,600.00,'','3','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(8744,'4000','31750380407','2025-06-20 03:47:37',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8745,'1000','31750380522','2025-06-20 03:48:51',350.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8746,'4000','31750380522','2025-06-20 03:48:51',NULL,300.00,'','3','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(8747,'4000','31750380522','2025-06-20 03:48:42',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8748,'1110','31750380581','2025-06-20 03:49:42',NULL,210.00,'','3','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(8749,'5500','31750380581','2025-06-20 03:49:41',210.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8750,'1000','31750380581','2025-06-20 03:49:42',260.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8751,'4000','31750380581','2025-06-20 03:49:42',NULL,260.00,'','3','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(8752,'1110','31750380645','2025-06-20 03:50:45',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(8753,'5500','31750380645','2025-06-20 03:50:45',54.17,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8754,'1000','31750380645','2025-06-20 03:50:45',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8755,'4000','31750380645','2025-06-20 03:50:45',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(8756,'1110','31750380696','2025-06-20 03:51:37',NULL,14.00,'','3','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(8757,'5500','31750380696','2025-06-20 03:51:36',14.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8758,'1000','31750380696','2025-06-20 03:51:37',20.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8759,'4000','31750380696','2025-06-20 03:51:37',NULL,20.00,'','3','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(8760,'1000','31750380751','2025-06-20 03:52:32',120.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8761,'4000','31750380751','2025-06-20 03:52:32',NULL,120.00,'','3','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8762,'1110','31750397050','2025-06-20 08:24:40',NULL,465.00,'','3','1','Inventory sold','1','','sales','215','','No',NULL,NULL,''),(8763,'1110','31750397050','2025-06-20 08:24:10',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8764,'5500','31750397050','2025-06-20 08:24:39',498.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8765,'1000','31750397050','2025-06-20 08:24:40',700.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8766,'4000','31750397050','2025-06-20 08:24:40',NULL,600.00,'','3','1','Good sold','1','','sales','215','','No',NULL,NULL,''),(8767,'4000','31750397050','2025-06-20 08:24:10',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8768,'1110','31750398285','2025-06-20 08:44:46',NULL,500.00,'','3','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(8769,'5500','31750398285','2025-06-20 08:44:45',500.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8770,'1000','31750398285','2025-06-20 08:44:46',1000.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8771,'4000','31750398285','2025-06-20 08:44:46',NULL,1000.00,'','3','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(8772,'1110','31750402895','2025-06-20 10:01:36',NULL,17.00,'','3','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(8773,'5500','31750402895','2025-06-20 10:01:35',17.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8774,'1000','31750402895','2025-06-20 10:01:36',25.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8775,'4000','31750402895','2025-06-20 10:01:36',NULL,25.00,'','3','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(8776,'1110','31750402943','2025-06-20 10:02:24',NULL,32.00,'','3','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(8777,'5500','31750402943','2025-06-20 10:02:23',32.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8778,'1000','31750402943','2025-06-20 10:02:24',60.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8779,'4000','31750402943','2025-06-20 10:02:24',NULL,60.00,'','3','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(8780,'1110','31750403065','2025-06-20 10:05:37',NULL,465.00,'','3','1','Inventory sold','1','','sales','215','','No',NULL,NULL,''),(8781,'5500','31750403065','2025-06-20 10:04:25',465.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8782,'1000','31750403065','2025-06-20 10:05:37',600.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8783,'4000','31750403065','2025-06-20 10:05:37',NULL,600.00,'','3','1','Good sold','1','','sales','215','','No',NULL,NULL,''),(8784,'1110','31750408286','2025-06-20 11:32:27',NULL,0.00,'','3','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(8785,'1110','31750408286','2025-06-20 11:31:26',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(8786,'1110','31750408286','2025-06-20 11:31:31',NULL,500.00,'','3','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(8787,'1110','31750408286','2025-06-20 11:31:40',NULL,225.00,'','3','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(8788,'1110','31750408286','2025-06-20 11:31:55',NULL,175.00,'','3','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(8789,'1110','31750408286','2025-06-20 11:31:58',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8790,'1110','31750408286','2025-06-20 11:32:08',NULL,0.00,'','3','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(8791,'5500','31750408286','2025-06-20 11:32:26',933.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8792,'1000','31750408286','2025-06-20 11:32:27',3600.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8793,'4000','31750408286','2025-06-20 11:32:27',NULL,1800.00,'','3','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(8794,'4000','31750408286','2025-06-20 11:31:26',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8795,'4000','31750408286','2025-06-20 11:31:31',NULL,1000.00,'','3','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(8796,'4000','31750408286','2025-06-20 11:31:40',NULL,300.00,'','3','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(8797,'4000','31750408286','2025-06-20 11:31:55',NULL,250.00,'','3','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(8798,'4000','31750408286','2025-06-20 11:31:58',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8799,'4000','31750408286','2025-06-20 11:32:08',NULL,100.00,'','3','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(8800,'1110','31750413746','2025-06-20 13:02:34',NULL,210.00,'','3','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(8801,'1110','31750413746','2025-06-20 13:02:26',NULL,225.00,'','3','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(8802,'5500','31750413746','2025-06-20 13:02:31',435.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8803,'1000','31750413746','2025-06-20 13:02:34',560.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8804,'4000','31750413746','2025-06-20 13:02:34',NULL,260.00,'','3','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(8805,'4000','31750413746','2025-06-20 13:02:26',NULL,300.00,'','3','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(8810,'1110','31750413894','2025-06-20 13:05:01',NULL,5.00,'','3','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(8811,'1110','31750413894','2025-06-20 13:04:54',NULL,5.00,'','3','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(8812,'5500','31750413894','2025-06-20 13:05:00',10.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8813,'1000','31750413894','2025-06-20 13:05:01',20.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8814,'4000','31750413894','2025-06-20 13:05:01',NULL,10.00,'','3','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(8815,'4000','31750413894','2025-06-20 13:04:54',NULL,10.00,'','3','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(8816,'1110','31750413783','2025-06-20 13:03:24',NULL,185.00,'','3','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(8817,'1110','31750413783','2025-06-20 13:03:03',NULL,70.00,'','3','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(8818,'5500','31750413783','2025-06-20 13:05:28',255.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8819,'1000','31750413783','2025-06-20 13:03:24',400.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8820,'4000','31750413783','2025-06-20 13:03:24',NULL,300.00,'','3','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(8821,'4000','31750413783','2025-06-20 13:03:03',NULL,100.00,'','3','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(8822,'4000','31750403065','2025-06-20 14:12:18',600.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(8823,'1000','31750403065','2025-06-20 14:12:18',NULL,600.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(8824,'5500','31750403065','2025-06-20 14:12:18',NULL,465.00,'','16','1','Cost of goods returned','1','','sales','215','','No',NULL,NULL,''),(8825,'1110','31750403065','2025-06-20 14:12:18',465.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(8826,'1110','31750420461','2025-06-20 14:54:25',NULL,225.00,'','3','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(8827,'1110','31750420461','2025-06-20 14:54:21',NULL,210.00,'','3','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(8828,'5500','31750420461','2025-06-20 14:54:24',435.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8829,'1000','31750420461','2025-06-20 14:54:25',560.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8830,'4000','31750420461','2025-06-20 14:54:25',NULL,300.00,'','3','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(8831,'4000','31750420461','2025-06-20 14:54:21',NULL,260.00,'','3','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(8832,'1110','31750420759','2025-06-20 15:01:28',NULL,350.00,'','3','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(8833,'1110','31750420759','2025-06-20 14:59:19',NULL,217.00,'','3','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(8834,'1110','31750420759','2025-06-20 14:59:51',NULL,35.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(8835,'1110','31750420759','2025-06-20 15:01:02',NULL,85.00,'','3','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(8836,'5500','31750420759','2025-06-20 15:01:27',687.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8837,'1000','31750420759','2025-06-20 15:01:28',975.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8838,'4000','31750420759','2025-06-20 15:01:28',NULL,500.00,'','3','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(8839,'4000','31750420759','2025-06-20 14:59:19',NULL,300.00,'','3','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(8840,'4000','31750420759','2025-06-20 14:59:51',NULL,50.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(8841,'4000','31750420759','2025-06-20 15:01:02',NULL,125.00,'','3','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(8842,'1110','31750421092','2025-06-20 15:05:06',NULL,35.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(8843,'1110','31750421092','2025-06-20 15:04:52',NULL,217.00,'','3','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(8844,'5500','31750421092','2025-06-20 15:04:53',252.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8845,'1000','31750421092','2025-06-20 15:05:06',350.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8846,'4000','31750421092','2025-06-20 15:05:06',NULL,50.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(8847,'4000','31750421092','2025-06-20 15:04:52',NULL,300.00,'','3','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(8848,'1110','31750421447','2025-06-20 15:11:11',NULL,175.00,'','3','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(8849,'5500','31750421447','2025-06-20 15:10:47',175.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8850,'1000','31750421447','2025-06-20 15:11:11',250.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8851,'4000','31750421447','2025-06-20 15:11:11',NULL,250.00,'','3','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(8852,'1110','31750423355','2025-06-20 15:42:37',NULL,5.00,'','3','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(8853,'5500','31750423355','2025-06-20 15:42:35',5.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8854,'1000','31750423355','2025-06-20 15:42:37',10.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8855,'4000','31750423355','2025-06-20 15:42:37',NULL,10.00,'','3','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(8866,'1110','31750423674','2025-06-20 15:47:57',NULL,585.00,'','3','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(8867,'5500','31750423674','2025-06-20 15:47:54',585.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8868,'1000','31750423674','2025-06-20 15:47:57',780.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8869,'4000','31750423674','2025-06-20 15:47:57',NULL,780.00,'','3','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(8876,'1110','31750424665','2025-06-20 16:10:15',NULL,605.00,'','3','1','Inventory sold','1','','sales','96','','No',NULL,NULL,''),(8877,'1110','31750424665','2025-06-20 16:04:25',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8878,'5500','31750424665','2025-06-20 16:10:13',638.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8879,'1000','31750424665','2025-06-20 16:10:15',950.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8880,'4000','31750424665','2025-06-20 16:10:15',NULL,850.00,'','3','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(8881,'4000','31750424665','2025-06-20 16:04:25',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8888,'1110','31750425804','2025-06-20 16:23:24',NULL,16.00,'','3','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(8889,'5500','31750425804','2025-06-20 16:23:24',16.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8890,'1000','31750425804','2025-06-20 16:23:24',30.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8891,'4000','31750425804','2025-06-20 16:23:24',NULL,30.00,'','3','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(8892,'1110','31750425065','2025-06-20 16:11:32',NULL,440.00,'','3','1','Inventory sold','1','','sales','181','','No',NULL,NULL,''),(8893,'1110','31750425065','2025-06-20 16:11:05',NULL,195.00,'','3','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(8894,'5500','31750425065','2025-06-20 16:11:31',635.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8895,'1000','31750425065','2025-06-20 16:11:32',860.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8896,'4000','31750425065','2025-06-20 16:11:32',NULL,600.00,'','3','1','Good sold','1','','sales','181','','No',NULL,NULL,''),(8897,'4000','31750425065','2025-06-20 16:11:05',NULL,260.00,'','3','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(8904,'1110','31750426704','2025-06-20 16:39:54',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(8905,'1110','31750426704','2025-06-20 16:38:24',NULL,0.00,'','3','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(8906,'1110','31750426704','2025-06-20 16:38:47',NULL,0.00,'','3','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(8907,'1110','31750426704','2025-06-20 16:39:14',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(8908,'1110','31750426704','2025-06-20 16:39:28',NULL,0.00,'','3','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(8909,'1110','31750426704','2025-06-20 16:39:35',NULL,0.00,'','3','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8910,'5500','31750426704','2025-06-20 16:39:53',70.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8911,'1000','31750426704','2025-06-20 16:39:54',3950.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8912,'4000','31750426704','2025-06-20 16:39:54',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(8913,'4000','31750426704','2025-06-20 16:38:24',NULL,1800.00,'','3','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(8914,'4000','31750426704','2025-06-20 16:38:47',NULL,1400.00,'','3','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(8915,'4000','31750426704','2025-06-20 16:39:14',NULL,350.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8916,'4000','31750426704','2025-06-20 16:39:28',NULL,200.00,'','3','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(8917,'4000','31750426704','2025-06-20 16:39:35',NULL,100.00,'','3','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8918,'1110','31750426904','2025-06-20 16:42:02',NULL,66.00,'','3','1','Inventory sold','1','','sales','238','','No',NULL,NULL,''),(8919,'1110','31750426904','2025-06-20 16:41:44',NULL,15.00,'','3','1','Inventory sold','1','','sales','172','','No',NULL,NULL,''),(8920,'5500','31750426904','2025-06-20 16:42:02',81.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8921,'1000','31750426904','2025-06-20 16:42:02',270.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8922,'4000','31750426904','2025-06-20 16:42:02',NULL,200.00,'','3','1','Good sold','1','','sales','238','','No',NULL,NULL,''),(8923,'4000','31750426904','2025-06-20 16:41:44',NULL,70.00,'','3','1','Good sold','1','','sales','172','','No',NULL,NULL,''),(8924,'1110','41750427745','2025-06-20 16:59:18',NULL,225.00,'','4','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(8925,'1110','41750427745','2025-06-20 16:55:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(8926,'1110','41750427745','2025-06-20 16:56:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(8927,'5500','41750427745','2025-06-20 16:56:51',225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8928,'1000','41750427745','2025-06-20 16:59:18',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8929,'4000','41750427745','2025-06-20 16:59:18',NULL,300.00,'','4','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(8930,'4000','41750427745','2025-06-20 16:55:45',NULL,300.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(8931,'4000','41750427745','2025-06-20 16:56:31',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8936,'1110','61750428032','2025-06-20 17:00:44',NULL,16.00,'','6','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(8937,'5500','61750428032','2025-06-20 17:00:32',16.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8938,'1000','61750428032','2025-06-20 17:00:44',30.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8939,'4000','61750428032','2025-06-20 17:00:44',NULL,30.00,'','6','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(8940,'1110','31750423423','2025-06-20 15:43:58',NULL,710.00,'','3','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(8941,'1110','31750423423','2025-06-20 15:43:43',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(8942,'5500','31750423423','2025-06-20 17:05:48',764.17,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8943,'1000','31750423423','2025-06-20 15:43:58',1100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8944,'4000','31750423423','2025-06-20 15:43:58',NULL,1000.00,'','3','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(8945,'4000','31750423423','2025-06-20 15:43:43',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(8946,'1110','41750429194','2025-06-20 17:20:39',NULL,140.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(8947,'5500','41750429194','2025-06-20 17:19:54',140.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8948,'1000','41750429194','2025-06-20 17:20:39',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8949,'4000','41750429194','2025-06-20 17:20:39',NULL,200.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(8954,'1110','31750430877','2025-06-20 17:47:58',NULL,17.00,'','3','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(8955,'5500','31750430877','2025-06-20 17:47:57',17.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8956,'1000','31750430877','2025-06-20 17:47:58',25.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8957,'4000','31750430877','2025-06-20 17:47:58',NULL,25.00,'','3','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(8958,'1110','31750432077','2025-06-20 18:08:00',NULL,24.00,'','3','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(8959,'5500','31750432077','2025-06-20 18:07:58',24.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8960,'1000','31750432077','2025-06-20 18:08:00',45.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8961,'4000','31750432077','2025-06-20 18:08:00',NULL,45.00,'','3','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(8962,'1110','31750423456','2025-06-20 15:47:18',NULL,440.00,'','3','1','Inventory sold','1','','sales','181','','No',NULL,NULL,''),(8963,'1110','31750423456','2025-06-20 15:44:16',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(8964,'5500','31750423456','2025-06-20 15:47:15',473.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8965,'1000','31750423456','2025-06-20 15:47:18',700.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8966,'4000','31750423456','2025-06-20 15:47:18',NULL,600.00,'','3','1','Good sold','1','','sales','181','','No',NULL,NULL,''),(8967,'4000','31750423456','2025-06-20 15:44:16',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(8968,'1000','51750433450','2025-06-20 18:30:53',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8969,'4000','51750433450','2025-06-20 18:30:53',NULL,300.00,'','5','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(8970,'1000','51750434687','2025-06-20 18:51:29',200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8971,'4000','51750434687','2025-06-20 18:51:29',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(8972,'1000','51750436009','2025-06-20 19:13:46',750.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8973,'4000','51750436009','2025-06-20 19:13:46',NULL,600.00,'','5','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(8974,'4000','51750436009','2025-06-20 19:13:29',NULL,150.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8975,'1000','51750436064','2025-06-20 19:14:43',900.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8976,'4000','51750436064','2025-06-20 19:14:43',NULL,700.00,'','5','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(8977,'4000','51750436064','2025-06-20 19:14:24',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8978,'4000','51750436064','2025-06-20 19:14:36',NULL,100.00,'','5','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(8979,'1110','41750438917','2025-06-20 20:03:03',NULL,800.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(8980,'1110','41750438917','2025-06-20 20:01:57',NULL,250.00,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(8981,'5500','41750438917','2025-06-20 20:01:58',1050.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8982,'1000','41750438917','2025-06-20 20:03:03',1440.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8983,'4000','41750438917','2025-06-20 20:03:03',NULL,1040.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(8984,'4000','41750438917','2025-06-20 20:01:57',NULL,400.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(8991,'1110','61750430518','2025-06-20 17:42:48',NULL,350.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(8992,'1110','61750430518','2025-06-20 17:41:58',NULL,175.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(8993,'5500','61750430518','2025-06-20 20:07:20',525.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8994,'1000','61750430518','2025-06-20 17:42:48',750.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8995,'4000','61750430518','2025-06-20 17:42:48',NULL,500.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(8996,'4000','61750430518','2025-06-20 17:41:58',NULL,250.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(9015,'1110','61750439647','2025-06-20 20:14:25',NULL,350.00,'','6','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(9016,'5500','61750439647','2025-06-20 20:14:07',350.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9017,'1000','61750439647','2025-06-20 20:14:25',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9018,'4000','61750439647','2025-06-20 20:14:25',NULL,500.00,'','6','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(9019,'1110','61750439681','2025-06-20 20:15:03',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(9020,'5500','61750439681','2025-06-20 20:14:41',54.17,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9021,'1000','61750439681','2025-06-20 20:15:03',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9022,'4000','61750439681','2025-06-20 20:15:03',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(9023,'1110','61750439712','2025-06-20 20:15:28',NULL,16.00,'','6','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(9024,'5500','61750439712','2025-06-20 20:15:12',16.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9025,'1000','61750439712','2025-06-20 20:15:28',30.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9026,'4000','61750439712','2025-06-20 20:15:28',NULL,30.00,'','6','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(9027,'1110','61750439739','2025-06-20 20:16:29',NULL,245.00,'','6','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(9028,'1110','61750439739','2025-06-20 20:15:39',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(9029,'1110','61750439739','2025-06-20 20:15:57',NULL,32.00,'','6','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(9030,'5500','61750439739','2025-06-20 20:16:12',331.17,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9031,'1000','61750439739','2025-06-20 20:16:29',510.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9032,'4000','61750439739','2025-06-20 20:16:29',NULL,350.00,'','6','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(9033,'4000','61750439739','2025-06-20 20:15:39',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(9034,'4000','61750439739','2025-06-20 20:15:57',NULL,60.00,'','6','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(9035,'1110','61750439870','2025-06-20 20:18:47',NULL,780.00,'','6','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(9036,'1110','61750439870','2025-06-20 20:17:50',NULL,800.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(9037,'5500','61750439870','2025-06-20 20:18:15',1580.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9038,'1000','61750439870','2025-06-20 20:18:47',2080.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9039,'4000','61750439870','2025-06-20 20:18:47',NULL,1040.00,'','6','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(9040,'4000','61750439870','2025-06-20 20:17:50',NULL,1040.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(9041,'1110','61750439941','2025-06-20 20:19:19',NULL,180.00,'','6','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(9042,'5500','61750439941','2025-06-20 20:19:01',180.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9043,'1000','61750439941','2025-06-20 20:19:19',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9044,'4000','61750439941','2025-06-20 20:19:19',NULL,300.00,'','6','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(9045,'1000','81750440273','2025-06-20 20:24:41',1450.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9046,'4000','81750440273','2025-06-20 20:24:41',NULL,1400.00,'','8','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(9047,'4000','81750440273','2025-06-20 20:24:33',NULL,50.00,'','8','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9048,'1000','81750440328','2025-06-20 20:25:49',2800.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9049,'4000','81750440328','2025-06-20 20:25:49',NULL,2400.00,'','8','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(9050,'4000','81750440328','2025-06-20 20:25:28',NULL,200.00,'','8','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9051,'4000','81750440328','2025-06-20 20:25:39',NULL,200.00,'','8','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(9052,'1110','81750440401','2025-06-20 20:26:42',NULL,400.00,'','8','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(9053,'5500','81750440401','2025-06-20 20:26:41',400.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9054,'1000','81750440401','2025-06-20 20:26:42',520.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9055,'4000','81750440401','2025-06-20 20:26:42',NULL,520.00,'','8','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(9056,'1000','81750440513','2025-06-20 20:28:35',400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9057,'4000','81750440513','2025-06-20 20:28:35',NULL,400.00,'','8','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(9062,'1110','61750441992','2025-06-20 20:53:30',NULL,525.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(9063,'5500','61750441992','2025-06-20 20:53:12',525.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9064,'1000','61750441992','2025-06-20 20:53:30',750.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9065,'4000','61750441992','2025-06-20 20:53:30',NULL,750.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(9066,'1110','61750442136','2025-06-20 20:55:48',NULL,8.00,'','6','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(9067,'5500','61750442136','2025-06-20 20:55:36',8.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9068,'1000','61750442136','2025-06-20 20:55:48',15.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9069,'4000','61750442136','2025-06-20 20:55:48',NULL,15.00,'','6','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(9070,'1110','51750444741','2025-06-20 21:39:33',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9071,'1110','51750444741','2025-06-20 21:39:01',NULL,594.00,'','5','1','Inventory sold','1','','sales','190','','No',NULL,NULL,''),(9072,'5500','51750444741','2025-06-20 21:39:32',627.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9073,'1000','51750444741','2025-06-20 21:39:33',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9074,'4000','51750444741','2025-06-20 21:39:33',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9075,'4000','51750444741','2025-06-20 21:39:01',NULL,900.00,'','5','1','Good sold','1','','sales','190','','No',NULL,NULL,''),(9076,'1110','51750444900','2025-06-20 21:41:59',NULL,360.00,'','5','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(9077,'1110','51750444900','2025-06-20 21:41:40',NULL,210.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(9078,'5500','51750444900','2025-06-20 21:41:58',570.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9079,'1000','51750444900','2025-06-20 21:41:59',860.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9080,'4000','51750444900','2025-06-20 21:41:59',NULL,600.00,'','5','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(9081,'4000','51750444900','2025-06-20 21:41:40',NULL,260.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(9082,'1000','51750444969','2025-06-20 21:43:03',400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9083,'4000','51750444969','2025-06-20 21:43:03',NULL,350.00,'','5','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9084,'4000','51750444969','2025-06-20 21:42:49',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9085,'1110','51750445033','2025-06-20 21:43:54',NULL,800.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(9086,'5500','51750445033','2025-06-20 21:43:53',800.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9087,'1000','51750445033','2025-06-20 21:43:54',1040.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9088,'4000','51750445033','2025-06-20 21:43:54',NULL,1040.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(9089,'1110','51750445120','2025-06-20 21:45:22',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9090,'5500','51750445120','2025-06-20 21:45:20',33.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9091,'1000','51750445120','2025-06-20 21:45:22',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9092,'4000','51750445120','2025-06-20 21:45:22',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9093,'1110','81750445193','2025-06-20 21:46:44',NULL,66.00,'','8','1','Inventory sold','1','','sales','238','','No',NULL,NULL,''),(9094,'1110','81750445193','2025-06-20 21:46:33',NULL,180.00,'','8','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(9095,'5500','81750445193','2025-06-20 21:46:43',246.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9096,'1000','81750445193','2025-06-20 21:46:44',500.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9097,'4000','81750445193','2025-06-20 21:46:44',NULL,200.00,'','8','1','Good sold','1','','sales','238','','No',NULL,NULL,''),(9098,'4000','81750445193','2025-06-20 21:46:33',NULL,300.00,'','8','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(9099,'1110','81750445558','2025-06-20 21:52:50',NULL,330.00,'','8','1','Inventory sold','1','','sales','93','','No',NULL,NULL,''),(9100,'1110','81750445558','2025-06-20 21:52:38',NULL,41.67,'','8','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(9101,'5500','81750445558','2025-06-20 21:52:49',371.67,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9102,'1000','81750445558','2025-06-20 21:52:50',600.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9103,'4000','81750445558','2025-06-20 21:52:50',NULL,500.00,'','8','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(9104,'4000','81750445558','2025-06-20 21:52:38',NULL,100.00,'','8','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(9105,'1110','81750445606','2025-06-20 21:54:39',NULL,400.00,'','8','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(9106,'1110','81750445606','2025-06-20 21:53:26',NULL,33.30,'','8','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9107,'1110','81750445606','2025-06-20 21:53:35',NULL,423.00,'','8','1','Inventory sold','1','','sales','124','','No',NULL,NULL,''),(9108,'5500','81750445606','2025-06-20 21:54:38',856.30,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9109,'1000','81750445606','2025-06-20 21:54:39',1220.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9110,'4000','81750445606','2025-06-20 21:54:39',NULL,520.00,'','8','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(9111,'4000','81750445606','2025-06-20 21:53:26',NULL,100.00,'','8','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9112,'4000','81750445606','2025-06-20 21:53:35',NULL,600.00,'','8','1','Good sold','1','','sales','124','','No',NULL,NULL,''),(9113,'1110','81750445728','2025-06-20 21:55:30',NULL,175.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(9114,'5500','81750445728','2025-06-20 21:55:28',175.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9115,'1000','81750445728','2025-06-20 21:55:30',250.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9116,'4000','81750445728','2025-06-20 21:55:30',NULL,250.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(9117,'1110','81750445772','2025-06-20 21:56:13',NULL,165.00,'','8','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(9118,'5500','81750445772','2025-06-20 21:56:12',165.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9119,'1000','81750445772','2025-06-20 21:56:13',250.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9120,'4000','81750445772','2025-06-20 21:56:13',NULL,250.00,'','8','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(9121,'1110','61750427041','2025-06-20 16:59:55',NULL,480.00,'','6','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(9122,'1110','61750427041','2025-06-20 20:05:44',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9123,'5500','61750427041','2025-06-20 22:01:32',513.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9124,'1000','61750427041','2025-06-20 16:59:55',800.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9125,'4000','61750427041','2025-06-20 16:59:55',NULL,700.00,'','6','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(9126,'4000','61750427041','2025-06-20 20:05:44',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9127,'1110','61750439271','2025-06-20 20:09:12',NULL,200.00,'','6','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(9128,'1110','61750439271','2025-06-20 20:07:51',NULL,32.00,'','6','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(9129,'1110','61750439271','2025-06-20 20:08:56',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9130,'5500','61750439271','2025-06-20 22:03:19',265.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9131,'1000','61750439271','2025-06-20 20:09:12',460.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9132,'4000','61750439271','2025-06-20 20:09:12',NULL,300.00,'','6','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(9133,'4000','61750439271','2025-06-20 20:07:51',NULL,60.00,'','6','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(9134,'4000','61750439271','2025-06-20 20:08:56',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9145,'1110','81750447132','2025-06-20 22:18:53',NULL,33.30,'','8','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9146,'5500','81750447132','2025-06-20 22:18:52',33.30,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9147,'1000','81750447132','2025-06-20 22:18:53',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9148,'4000','81750447132','2025-06-20 22:18:53',NULL,100.00,'','8','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9149,'1110','41750439437','2025-06-20 20:13:03',NULL,970.00,'','4','1','Inventory sold','1','','sales','107','','No',NULL,NULL,''),(9150,'1110','41750439437','2025-06-20 20:10:37',NULL,245.00,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(9151,'1110','41750439437','2025-06-20 20:11:13',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(9152,'1110','41750439437','2025-06-20 20:12:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(9153,'1110','41750439437','2025-06-20 20:12:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(9154,'5500','41750439437','2025-06-20 20:12:36',1285.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9155,'1000','41750439437','2025-06-20 20:13:03',2100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9156,'4000','41750439437','2025-06-20 20:13:03',NULL,1300.00,'','4','1','Good sold','1','','sales','107','','No',NULL,NULL,''),(9157,'4000','41750439437','2025-06-20 20:10:37',NULL,350.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(9158,'4000','41750439437','2025-06-20 20:11:13',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(9159,'4000','41750439437','2025-06-20 20:12:02',NULL,300.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9160,'4000','41750439437','2025-06-20 20:12:24',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9161,'1000','41750447717','2025-06-20 22:29:12',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9162,'4000','41750447717','2025-06-20 22:29:12',NULL,350.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9163,'4000','41750447717','2025-06-20 22:28:37',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9164,'4000','41750447717','2025-06-20 22:28:38',NULL,100.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(9165,'1110','41750447791','2025-06-20 22:29:52',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(9166,'5500','41750447791','2025-06-20 22:29:51',175.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9167,'1000','41750447791','2025-06-20 22:29:52',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9168,'4000','41750447791','2025-06-20 22:29:52',NULL,250.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(9169,'1000','41750447866','2025-06-20 22:31:16',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9170,'4000','41750447866','2025-06-20 22:31:16',NULL,350.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9171,'4000','41750447866','2025-06-20 22:31:06',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9172,'1000','41750447916','2025-06-20 22:32:13',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9173,'4000','41750447916','2025-06-20 22:32:13',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(9174,'1110','41750447980','2025-06-20 22:34:15',NULL,585.00,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(9175,'1110','41750447980','2025-06-20 22:33:00',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(9176,'1110','41750447980','2025-06-20 22:33:18',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(9177,'1110','41750447980','2025-06-20 22:33:28',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9178,'5500','41750447980','2025-06-20 22:34:13',742.47,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9179,'1000','41750447980','2025-06-20 22:34:15',1150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9180,'4000','41750447980','2025-06-20 22:34:15',NULL,850.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(9181,'4000','41750447980','2025-06-20 22:33:00',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(9182,'4000','41750447980','2025-06-20 22:33:18',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(9183,'4000','41750447980','2025-06-20 22:33:28',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9184,'1110','41750448956','2025-06-20 22:50:03',NULL,245.00,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(9185,'1110','41750448956','2025-06-20 22:49:16',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(9186,'5500','41750448956','2025-06-20 22:49:34',315.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9187,'1000','41750448956','2025-06-20 22:50:03',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9188,'4000','41750448956','2025-06-20 22:50:03',NULL,350.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(9189,'4000','41750448956','2025-06-20 22:49:16',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(9190,'1000','41750449285','2025-06-20 22:55:10',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9191,'4000','41750449285','2025-06-20 22:55:10',NULL,700.00,'','4','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(9192,'4000','41750449285','2025-06-20 22:54:45',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9193,'4000','41750449285','2025-06-20 22:54:47',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9194,'1110','41750451776','2025-06-20 23:36:17',NULL,99.90,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9195,'5500','41750451776','2025-06-20 23:36:16',99.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9196,'1000','41750451776','2025-06-20 23:36:17',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9197,'4000','41750451776','2025-06-20 23:36:17',NULL,300.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9198,'1110','41750451808','2025-06-20 23:36:50',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9199,'5500','41750451808','2025-06-20 23:36:48',33.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9200,'1000','41750451808','2025-06-20 23:36:50',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9201,'4000','41750451808','2025-06-20 23:36:50',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9202,'1110','41750451844','2025-06-20 23:37:25',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9203,'5500','41750451844','2025-06-20 23:37:24',33.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9204,'1000','41750451844','2025-06-20 23:37:25',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9205,'4000','41750451844','2025-06-20 23:37:25',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9214,'1000','61750452375','2025-06-20 23:46:57',400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9215,'4000','61750452375','2025-06-20 23:46:57',NULL,400.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9216,'1110','81750453051','2025-06-20 23:57:46',NULL,170.00,'','8','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(9217,'1110','81750453051','2025-06-20 23:57:31',NULL,200.00,'','8','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(9218,'5500','81750453051','2025-06-20 23:57:45',370.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9219,'1000','81750453051','2025-06-20 23:57:46',510.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9220,'4000','81750453051','2025-06-20 23:57:46',NULL,250.00,'','8','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(9221,'4000','81750453051','2025-06-20 23:57:31',NULL,260.00,'','8','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(9222,'1110','81750453122','2025-06-20 23:58:55',NULL,330.00,'','8','1','Inventory sold','1','','sales','93','','No',NULL,NULL,''),(9223,'1110','81750453122','2025-06-20 23:58:42',NULL,34.00,'','8','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(9224,'5500','81750453122','2025-06-20 23:58:54',364.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9225,'1000','81750453122','2025-06-20 23:58:55',550.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9226,'4000','81750453122','2025-06-20 23:58:55',NULL,500.00,'','8','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(9227,'4000','81750453122','2025-06-20 23:58:42',NULL,50.00,'','8','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(9228,'1110','81750453204','2025-06-21 00:00:13',NULL,41.67,'','8','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(9229,'5500','81750453204','2025-06-21 00:00:04',41.67,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9230,'1000','81750453204','2025-06-21 00:00:13',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9231,'4000','81750453204','2025-06-21 00:00:13',NULL,100.00,'','8','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(9232,'1110','41750454139','2025-06-21 00:21:15',NULL,420.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(9233,'1110','41750454139','2025-06-21 00:15:39',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(9234,'1110','41750454139','2025-06-21 00:15:50',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9235,'1110','41750454139','2025-06-21 00:15:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(9236,'1110','41750454139','2025-06-21 00:18:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(9237,'1110','41750454139','2025-06-21 00:18:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(9238,'1110','41750454139','2025-06-21 00:18:48',NULL,220.00,'','4','1','Inventory sold','1','','sales','288','','No',NULL,NULL,''),(9239,'5500','41750454139','2025-06-21 00:21:14',743.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9240,'1000','41750454139','2025-06-21 00:21:15',2170.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9241,'4000','41750454139','2025-06-21 00:21:15',NULL,520.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(9242,'4000','41750454139','2025-06-21 00:15:39',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(9243,'4000','41750454139','2025-06-21 00:15:50',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9244,'4000','41750454139','2025-06-21 00:15:57',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(9245,'4000','41750454139','2025-06-21 00:18:29',NULL,900.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(9246,'4000','41750454139','2025-06-21 00:18:47',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9247,'4000','41750454139','2025-06-21 00:18:48',NULL,300.00,'','4','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(9248,'1110','41750455204','2025-06-21 00:33:54',NULL,400.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(9249,'1110','41750455204','2025-06-21 00:33:24',NULL,180.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(9250,'1110','41750455204','2025-06-21 00:33:35',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(9251,'1110','41750455204','2025-06-21 00:33:45',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(9252,'5500','41750455204','2025-06-21 00:33:53',930.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9253,'1000','41750455204','2025-06-21 00:33:54',1320.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9254,'4000','41750455204','2025-06-21 00:33:54',NULL,520.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(9255,'4000','41750455204','2025-06-21 00:33:24',NULL,300.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(9256,'4000','41750455204','2025-06-21 00:33:35',NULL,250.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(9257,'4000','41750455204','2025-06-21 00:33:45',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(9258,'1110','51750456029','2025-06-21 00:48:28',NULL,200.00,'','5','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(9259,'1110','51750456029','2025-06-21 00:47:09',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(9260,'5500','51750456029','2025-06-21 00:48:27',254.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9261,'1000','51750456029','2025-06-21 00:48:28',400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9262,'4000','51750456029','2025-06-21 00:48:28',NULL,300.00,'','5','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(9263,'4000','51750456029','2025-06-21 00:47:09',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(9264,'1110','51750456182','2025-06-21 00:49:54',NULL,225.00,'','5','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(9265,'1110','51750456182','2025-06-21 00:49:42',NULL,216.00,'','5','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(9266,'5500','51750456182','2025-06-21 00:49:53',441.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9267,'1000','51750456182','2025-06-21 00:49:54',600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9268,'4000','51750456182','2025-06-21 00:49:54',NULL,300.00,'','5','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(9269,'4000','51750456182','2025-06-21 00:49:42',NULL,300.00,'','5','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(9274,'1110','61750456620','2025-06-21 01:03:12',NULL,0.00,'','6','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(9275,'1110','61750456620','2025-06-21 00:57:00',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(9276,'1110','61750456620','2025-06-21 00:59:18',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(9277,'1110','61750456620','2025-06-21 00:59:27',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(9278,'1110','61750456620','2025-06-21 00:59:42',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9279,'1110','61750456620','2025-06-21 01:03:01',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(9280,'5500','61750456620','2025-06-21 01:03:11',157.47,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9281,'1000','61750456620','2025-06-21 01:03:12',2390.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9282,'4000','61750456620','2025-06-21 01:03:12',NULL,1800.00,'','6','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(9283,'4000','61750456620','2025-06-21 00:57:00',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9284,'4000','61750456620','2025-06-21 00:59:18',NULL,240.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9285,'4000','61750456620','2025-06-21 00:59:27',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(9286,'4000','61750456620','2025-06-21 00:59:42',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9287,'4000','61750456620','2025-06-21 01:03:01',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(9288,'1000','61750446998','2025-06-20 22:16:56',800.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9289,'4000','61750446998','2025-06-20 22:16:56',NULL,350.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9290,'4000','61750446998','2025-06-20 22:16:38',NULL,100.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9291,'4000','61750446998','2025-06-21 01:03:43',NULL,350.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9292,'1110','81750458465','2025-06-21 01:37:16',NULL,3120.00,'','8','1','Inventory sold','1','','sales','148','','No',NULL,NULL,''),(9293,'1110','81750458465','2025-06-21 01:27:45',NULL,70.00,'','8','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(9294,'1110','81750458465','2025-06-21 01:31:59',NULL,99.00,'','8','1','Inventory sold','1','','sales','292','','No',NULL,NULL,''),(9295,'5500','81750458465','2025-06-21 01:37:15',3289.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9296,'1000','81750458465','2025-06-21 01:37:16',4250.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9297,'4000','81750458465','2025-06-21 01:37:16',NULL,4000.00,'','8','1','Good sold','1','','sales','148','','No',NULL,NULL,''),(9298,'4000','81750458465','2025-06-21 01:27:45',NULL,100.00,'','8','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(9299,'4000','81750458465','2025-06-21 01:31:59',NULL,150.00,'','8','1','Good sold','1','','sales','292','','No',NULL,NULL,''),(9300,'1000','81750459118','2025-06-21 01:38:39',240.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9301,'4000','81750459118','2025-06-21 01:38:39',NULL,240.00,'','8','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9302,'1110','81750459192','2025-06-21 01:40:10',NULL,200.00,'','8','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(9303,'1110','81750459192','2025-06-21 01:39:52',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(9304,'5500','81750459192','2025-06-21 01:40:09',254.17,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9305,'1000','81750459192','2025-06-21 01:40:10',360.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9306,'4000','81750459192','2025-06-21 01:40:10',NULL,260.00,'','8','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(9307,'4000','81750459192','2025-06-21 01:39:52',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(9308,'1110','61750459375','2025-06-21 01:45:41',NULL,1325.00,'','6','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(9309,'1110','61750459375','2025-06-21 01:42:55',NULL,360.00,'','6','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(9310,'5500','61750459375','2025-06-21 01:43:55',1685.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9311,'1000','61750459375','2025-06-21 01:45:41',2250.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9312,'4000','61750459375','2025-06-21 01:45:41',NULL,1650.00,'','6','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(9313,'4000','61750459375','2025-06-21 01:42:55',NULL,600.00,'','6','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(9314,'1110','61750459619','2025-06-21 01:47:12',NULL,70.00,'','6','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(9315,'5500','61750459619','2025-06-21 01:46:59',70.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9316,'1000','61750459619','2025-06-21 01:47:12',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9317,'4000','61750459619','2025-06-21 01:47:12',NULL,100.00,'','6','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(9318,'1110','81750461431','2025-06-21 02:17:12',NULL,600.00,'','8','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(9319,'5500','81750461431','2025-06-21 02:17:11',600.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9320,'1000','81750461431','2025-06-21 02:17:12',780.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9321,'4000','81750461431','2025-06-21 02:17:12',NULL,780.00,'','8','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(9322,'1110','81750461473','2025-06-21 02:18:27',NULL,200.00,'','8','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(9323,'1110','81750461473','2025-06-21 02:17:53',NULL,200.00,'','8','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(9324,'1110','81750461473','2025-06-21 02:17:57',NULL,180.00,'','8','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(9325,'5500','81750461473','2025-06-21 02:18:26',580.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9326,'1000','81750461473','2025-06-21 02:18:27',820.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9327,'4000','81750461473','2025-06-21 02:18:27',NULL,260.00,'','8','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(9328,'4000','81750461473','2025-06-21 02:17:53',NULL,260.00,'','8','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(9329,'4000','81750461473','2025-06-21 02:17:57',NULL,300.00,'','8','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(9330,'1110','81750461554','2025-06-21 02:19:15',NULL,33.30,'','8','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9331,'5500','81750461554','2025-06-21 02:19:14',33.30,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9332,'1000','81750461554','2025-06-21 02:19:15',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9333,'4000','81750461554','2025-06-21 02:19:15',NULL,100.00,'','8','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9334,'1110','41750461623','2025-06-21 02:20:43',NULL,217.00,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(9335,'1110','41750461623','2025-06-21 02:20:23',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9336,'1110','41750461623','2025-06-21 02:20:30',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(9337,'5500','41750461623','2025-06-21 02:20:42',425.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9338,'1000','41750461623','2025-06-21 02:20:43',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9339,'4000','41750461623','2025-06-21 02:20:43',NULL,300.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(9340,'4000','41750461623','2025-06-21 02:20:23',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9341,'4000','41750461623','2025-06-21 02:20:30',NULL,250.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(9342,'1110','61750464936','2025-06-21 03:18:23',NULL,370.00,'','6','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(9343,'1110','61750464936','2025-06-21 03:15:36',NULL,400.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(9344,'1110','61750464936','2025-06-21 03:16:05',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9345,'1110','61750464936','2025-06-21 03:16:24',NULL,720.00,'','6','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(9346,'1110','61750464936','2025-06-21 03:16:39',NULL,1000.00,'','6','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(9347,'1110','61750464936','2025-06-21 03:17:15',NULL,0.00,'','6','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(9348,'1110','61750464936','2025-06-21 03:17:38',NULL,0.00,'','6','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(9349,'5500','61750464936','2025-06-21 03:18:02',2523.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9350,'1000','61750464936','2025-06-21 03:18:23',5520.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9351,'4000','61750464936','2025-06-21 03:18:23',NULL,600.00,'','6','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(9352,'4000','61750464936','2025-06-21 03:15:36',NULL,520.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(9353,'4000','61750464936','2025-06-21 03:16:05',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9354,'4000','61750464936','2025-06-21 03:16:24',NULL,1200.00,'','6','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(9355,'4000','61750464936','2025-06-21 03:16:39',NULL,1500.00,'','6','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(9356,'4000','61750464936','2025-06-21 03:17:15',NULL,1400.00,'','6','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(9357,'4000','61750464936','2025-06-21 03:17:38',NULL,200.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(9358,'1110','61750465149','2025-06-21 03:20:45',NULL,213.00,'','6','1','Inventory sold','1','','sales','151','','No',NULL,NULL,''),(9359,'1110','61750465149','2025-06-21 03:19:09',NULL,217.00,'','6','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(9360,'1110','61750465149','2025-06-21 03:19:32',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9361,'1110','61750465149','2025-06-21 03:20:03',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(9362,'1110','61750465149','2025-06-21 03:20:14',NULL,41.67,'','6','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(9363,'5500','61750465149','2025-06-21 03:20:30',559.14,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9364,'1000','61750465149','2025-06-21 03:20:45',900.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9365,'4000','61750465149','2025-06-21 03:20:45',NULL,300.00,'','6','1','Good sold','1','','sales','151','','No',NULL,NULL,''),(9366,'4000','61750465149','2025-06-21 03:19:09',NULL,300.00,'','6','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(9367,'4000','61750465149','2025-06-21 03:19:32',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9368,'4000','61750465149','2025-06-21 03:20:03',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(9369,'4000','61750465149','2025-06-21 03:20:14',NULL,100.00,'','6','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(9370,'1110','61750465301','2025-06-21 03:22:09',NULL,700.00,'','6','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(9371,'5500','61750465301','2025-06-21 03:21:42',700.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9372,'1000','61750465301','2025-06-21 03:22:09',1000.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9373,'4000','61750465301','2025-06-21 03:22:09',NULL,1000.00,'','6','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(9374,'1110','41750456674','2025-06-21 00:57:57',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(9375,'1110','41750456674','2025-06-21 00:57:54',NULL,350.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(9376,'1110','41750456674','2025-06-21 03:27:29',NULL,525.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(9377,'1110','41750456674','2025-06-21 03:27:59',NULL,330.00,'','4','1','Inventory sold','1','','sales','153','','No',NULL,NULL,''),(9378,'1110','41750456674','2025-06-21 03:28:12',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9379,'1110','41750456674','2025-06-21 03:29:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(9380,'1110','41750456674','2025-06-21 03:30:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','81','','No',NULL,NULL,''),(9381,'1110','41750456674','2025-06-21 03:31:29',NULL,945.00,'','4','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(9382,'1110','41750456674','2025-06-21 03:31:29',NULL,140.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(9383,'5500','41750456674','2025-06-21 03:32:28',2498.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9384,'1000','41750456674','2025-06-21 00:57:57',5300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9385,'4000','41750456674','2025-06-21 00:57:57',NULL,250.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(9386,'4000','41750456674','2025-06-21 00:57:54',NULL,500.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(9387,'4000','41750456674','2025-06-21 03:27:29',NULL,750.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(9388,'4000','41750456674','2025-06-21 03:27:59',NULL,500.00,'','4','1','Good sold','1','','sales','153','','No',NULL,NULL,''),(9389,'4000','41750456674','2025-06-21 03:28:12',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9390,'4000','41750456674','2025-06-21 03:29:23',NULL,100.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9391,'4000','41750456674','2025-06-21 03:30:54',NULL,1600.00,'','4','1','Good sold','1','','sales','81','','No',NULL,NULL,''),(9392,'4000','41750456674','2025-06-21 03:31:29',NULL,1300.00,'','4','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(9393,'4000','41750456674','2025-06-21 03:31:29',NULL,200.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(9394,'1110','41750466021','2025-06-21 03:33:42',NULL,225.00,'','4','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(9395,'5500','41750466021','2025-06-21 03:33:41',225.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9396,'1000','41750466021','2025-06-21 03:33:42',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9397,'4000','41750466021','2025-06-21 03:33:42',NULL,300.00,'','4','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(9398,'1110','41750466068','2025-06-21 03:38:25',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(9399,'1110','41750466068','2025-06-21 03:34:28',NULL,251.00,'','4','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(9400,'1110','41750466068','2025-06-21 03:34:29',NULL,955.00,'','4','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(9401,'1110','41750466068','2025-06-21 03:34:49',NULL,432.00,'','4','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(9402,'1110','41750466068','2025-06-21 03:35:13',NULL,270.00,'','4','1','Inventory sold','1','','sales','154','','No',NULL,NULL,''),(9403,'1110','41750466068','2025-06-21 03:35:52',NULL,108.34,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(9404,'1110','41750466068','2025-06-21 03:36:37',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(9405,'1110','41750466068','2025-06-21 03:36:53',NULL,35.00,'','4','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(9406,'1110','41750466068','2025-06-21 03:37:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(9407,'1110','41750466068','2025-06-21 03:37:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(9408,'5500','41750466068','2025-06-21 03:37:55',2296.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9409,'1000','41750466068','2025-06-21 03:38:25',4100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9410,'4000','41750466068','2025-06-21 03:38:25',NULL,250.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(9411,'4000','41750466068','2025-06-21 03:34:28',NULL,300.00,'','4','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(9412,'4000','41750466068','2025-06-21 03:34:29',NULL,1300.00,'','4','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(9413,'4000','41750466068','2025-06-21 03:34:49',NULL,600.00,'','4','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(9414,'4000','41750466068','2025-06-21 03:35:13',NULL,400.00,'','4','1','Good sold','1','','sales','154','','No',NULL,NULL,''),(9415,'4000','41750466068','2025-06-21 03:35:52',NULL,200.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(9416,'4000','41750466068','2025-06-21 03:36:37',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(9417,'4000','41750466068','2025-06-21 03:36:53',NULL,50.00,'','4','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(9418,'4000','41750466068','2025-06-21 03:37:22',NULL,700.00,'','4','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(9419,'4000','41750466068','2025-06-21 03:37:54',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(9420,'1110','41750466393','2025-06-21 03:40:10',NULL,800.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(9421,'1110','41750466393','2025-06-21 03:39:54',NULL,350.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(9422,'5500','41750466393','2025-06-21 03:40:09',1150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9423,'1000','41750466393','2025-06-21 03:40:10',1540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9424,'4000','41750466393','2025-06-21 03:40:10',NULL,1040.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(9425,'4000','41750466393','2025-06-21 03:39:54',NULL,500.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(9434,'1110','221750466690','2025-06-21 03:44:59',NULL,217.00,'','22','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(9435,'1110','221750466690','2025-06-21 03:44:50',NULL,33.30,'','22','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9436,'5500','221750466690','2025-06-21 03:44:58',250.30,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9437,'1000','221750466690','2025-06-21 03:44:59',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9438,'4000','221750466690','2025-06-21 03:44:59',NULL,300.00,'','22','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(9439,'4000','221750466690','2025-06-21 03:44:50',NULL,100.00,'','22','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9440,'1110','221750466735','2025-06-21 03:45:55',NULL,975.00,'','22','1','Inventory sold','1','','sales','142','','No',NULL,NULL,''),(9441,'1110','221750466735','2025-06-21 03:45:35',NULL,33.30,'','22','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9442,'1110','221750466735','2025-06-21 03:45:46',NULL,70.00,'','22','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(9443,'5500','221750466735','2025-06-21 03:45:54',1078.30,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9444,'1000','221750466735','2025-06-21 03:45:55',1600.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9445,'4000','221750466735','2025-06-21 03:45:55',NULL,1400.00,'','22','1','Good sold','1','','sales','142','','No',NULL,NULL,''),(9446,'4000','221750466735','2025-06-21 03:45:35',NULL,100.00,'','22','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9447,'4000','221750466735','2025-06-21 03:45:46',NULL,100.00,'','22','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(9448,'1000','221750466829','2025-06-21 03:47:19',1050.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9449,'4000','221750466829','2025-06-21 03:47:19',NULL,900.00,'','22','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(9450,'4000','221750466829','2025-06-21 03:47:09',NULL,50.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9451,'4000','221750466829','2025-06-21 03:47:15',NULL,100.00,'','22','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(9452,'1110','61750466527','2025-06-21 03:43:29',NULL,330.00,'','6','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(9453,'1110','61750466527','2025-06-21 03:42:07',NULL,530.00,'','6','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(9454,'1110','61750466527','2025-06-21 03:42:48',NULL,1260.00,'','6','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(9455,'5500','61750466527','2025-06-21 03:43:10',2120.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9456,'1000','61750466527','2025-06-21 03:43:29',2720.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9457,'4000','61750466527','2025-06-21 03:43:29',NULL,500.00,'','6','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(9458,'4000','61750466527','2025-06-21 03:42:07',NULL,660.00,'','6','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(9459,'4000','61750466527','2025-06-21 03:42:48',NULL,1560.00,'','6','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(9460,'1110','221750467045','2025-06-21 03:51:46',NULL,700.00,'','22','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(9461,'1110','221750467045','2025-06-21 03:50:45',NULL,33.30,'','22','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9462,'1110','221750467045','2025-06-21 03:51:20',NULL,217.00,'','22','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(9463,'5500','221750467045','2025-06-21 03:51:45',950.30,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9464,'1000','221750467045','2025-06-21 03:51:46',1400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9465,'4000','221750467045','2025-06-21 03:51:46',NULL,1000.00,'','22','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(9466,'4000','221750467045','2025-06-21 03:50:45',NULL,100.00,'','22','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9467,'4000','221750467045','2025-06-21 03:51:20',NULL,300.00,'','22','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(9468,'1110','221750467149','2025-06-21 03:52:49',NULL,245.00,'','22','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(9469,'1110','221750467149','2025-06-21 03:52:29',NULL,70.00,'','22','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(9470,'5500','221750467149','2025-06-21 03:52:48',315.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9471,'1000','221750467149','2025-06-21 03:52:49',450.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9472,'4000','221750467149','2025-06-21 03:52:49',NULL,350.00,'','22','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(9473,'4000','221750467149','2025-06-21 03:52:29',NULL,100.00,'','22','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(9474,'1000','221750467210','2025-06-21 03:53:31',1600.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9475,'4000','221750467210','2025-06-21 03:53:31',NULL,1600.00,'','22','1','Good sold','1','','sales','81','','No',NULL,NULL,''),(9476,'1110','221750467247','2025-06-21 03:54:08',NULL,68.00,'','22','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(9477,'5500','221750467247','2025-06-21 03:54:07',68.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9478,'1000','221750467247','2025-06-21 03:54:08',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9479,'4000','221750467247','2025-06-21 03:54:08',NULL,100.00,'','22','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(9480,'1110','221750467375','2025-06-21 03:56:16',NULL,16.00,'','22','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(9481,'5500','221750467375','2025-06-21 03:56:15',16.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9482,'1000','221750467375','2025-06-21 03:56:16',30.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9483,'4000','221750467375','2025-06-21 03:56:16',NULL,30.00,'','22','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(9484,'1110','221750467446','2025-06-21 03:58:29',NULL,465.00,'','22','1','Inventory sold','1','','sales','215','','No',NULL,NULL,''),(9485,'1110','221750467446','2025-06-21 03:57:26',NULL,99.00,'','22','1','Inventory sold','1','','sales','292','','No',NULL,NULL,''),(9486,'5500','221750467446','2025-06-21 03:58:28',564.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9487,'1000','221750467446','2025-06-21 03:58:29',750.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9488,'4000','221750467446','2025-06-21 03:58:29',NULL,600.00,'','22','1','Good sold','1','','sales','215','','No',NULL,NULL,''),(9489,'4000','221750467446','2025-06-21 03:57:26',NULL,150.00,'','22','1','Good sold','1','','sales','292','','No',NULL,NULL,''),(9490,'1000','221750467577','2025-06-21 03:59:44',950.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9491,'4000','221750467577','2025-06-21 03:59:44',NULL,900.00,'','22','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(9492,'4000','221750467577','2025-06-21 03:59:37',NULL,50.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9493,'1000','221750467770','2025-06-21 04:02:59',650.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9494,'4000','221750467770','2025-06-21 04:02:59',NULL,600.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(9495,'4000','221750467770','2025-06-21 04:02:50',NULL,50.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9496,'1110','221750467838','2025-06-21 04:03:59',NULL,136.00,'','22','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(9497,'5500','221750467838','2025-06-21 04:03:58',136.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9498,'1000','221750467838','2025-06-21 04:03:59',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9499,'4000','221750467838','2025-06-21 04:03:59',NULL,200.00,'','22','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(9500,'1000','221750467899','2025-06-21 04:05:07',750.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9501,'4000','221750467899','2025-06-21 04:05:07',NULL,700.00,'','22','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(9502,'4000','221750467899','2025-06-21 04:04:59',NULL,50.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9511,'1110','61750446955','2025-06-20 22:16:31',NULL,975.00,'','6','1','Inventory sold','1','','sales','142','','No',NULL,NULL,''),(9512,'1110','61750446955','2025-06-20 22:15:55',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9513,'1110','61750446955','2025-06-20 22:16:08',NULL,41.67,'','6','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(9514,'5500','61750446955','2025-06-20 22:16:18',1049.97,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9515,'1000','61750446955','2025-06-20 22:16:31',1600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9516,'4000','61750446955','2025-06-20 22:16:31',NULL,1400.00,'','6','1','Good sold','1','','sales','142','','No',NULL,NULL,''),(9517,'4000','61750446955','2025-06-20 22:15:55',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9518,'4000','61750446955','2025-06-20 22:16:08',NULL,100.00,'','6','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(9519,'1000','61750468022','2025-06-21 04:07:14',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9520,'4000','61750468022','2025-06-21 04:07:14',NULL,200.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9521,'1110','221750468129','2025-06-21 04:09:01',NULL,245.00,'','22','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(9522,'1110','221750468129','2025-06-21 04:08:49',NULL,8.00,'','22','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(9523,'5500','221750468129','2025-06-21 04:09:00',253.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9524,'1000','221750468129','2025-06-21 04:09:01',365.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9525,'4000','221750468129','2025-06-21 04:09:01',NULL,350.00,'','22','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(9526,'4000','221750468129','2025-06-21 04:08:49',NULL,15.00,'','22','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(9527,'1110','221750468190','2025-06-21 04:09:51',NULL,16.00,'','22','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(9528,'5500','221750468190','2025-06-21 04:09:50',16.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9529,'1000','221750468190','2025-06-21 04:09:51',30.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9530,'4000','221750468190','2025-06-21 04:09:51',NULL,30.00,'','22','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(9531,'1110','221750468432','2025-06-21 04:17:03',NULL,180.00,'','22','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(9532,'1110','221750468432','2025-06-21 04:13:52',NULL,690.00,'','22','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(9533,'1110','221750468432','2025-06-21 04:15:22',NULL,70.00,'','22','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(9534,'1110','221750468432','2025-06-21 04:16:19',NULL,70.00,'','22','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(9535,'1110','221750468432','2025-06-21 04:16:30',NULL,180.00,'','22','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(9536,'5500','221750468432','2025-06-21 04:17:02',1190.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9537,'1000','221750468432','2025-06-21 04:17:03',1800.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9538,'4000','221750468432','2025-06-21 04:17:03',NULL,300.00,'','22','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(9539,'4000','221750468432','2025-06-21 04:13:52',NULL,1000.00,'','22','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(9540,'4000','221750468432','2025-06-21 04:15:22',NULL,100.00,'','22','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(9541,'4000','221750468432','2025-06-21 04:16:19',NULL,100.00,'','22','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(9542,'4000','221750468432','2025-06-21 04:16:30',NULL,300.00,'','22','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(9543,'1110','221750468679','2025-06-21 04:18:16',NULL,245.00,'','22','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(9544,'1110','221750468679','2025-06-21 04:17:59',NULL,54.17,'','22','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(9545,'1110','221750468679','2025-06-21 04:18:08',NULL,33.30,'','22','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9546,'5500','221750468679','2025-06-21 04:18:15',332.47,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9547,'1000','221750468679','2025-06-21 04:18:16',550.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9548,'4000','221750468679','2025-06-21 04:18:16',NULL,350.00,'','22','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(9549,'4000','221750468679','2025-06-21 04:17:59',NULL,100.00,'','22','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(9550,'4000','221750468679','2025-06-21 04:18:08',NULL,100.00,'','22','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9551,'1110','81750468786','2025-06-21 04:19:46',NULL,70.00,'','8','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(9552,'5500','81750468786','2025-06-21 04:19:46',70.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9553,'1000','81750468786','2025-06-21 04:19:46',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9554,'4000','81750468786','2025-06-21 04:19:46',NULL,100.00,'','8','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(9555,'1110','81750468903','2025-06-21 04:21:44',NULL,70.00,'','8','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(9556,'5500','81750468903','2025-06-21 04:21:43',70.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9557,'1000','81750468903','2025-06-21 04:21:44',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9558,'4000','81750468903','2025-06-21 04:21:44',NULL,100.00,'','8','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(9559,'1110','221750468999','2025-06-21 04:23:20',NULL,10.00,'','22','1','Inventory sold','1','','sales','162','','No',NULL,NULL,''),(9560,'5500','221750468999','2025-06-21 04:23:19',10.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9561,'1000','221750468999','2025-06-21 04:23:20',15.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9562,'4000','221750468999','2025-06-21 04:23:20',NULL,15.00,'','22','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(9563,'1110','221750469512','2025-06-21 04:37:57',NULL,345.00,'','22','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(9564,'1110','221750469512','2025-06-21 04:31:52',NULL,140.00,'','22','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(9565,'1110','221750469512','2025-06-21 04:34:37',NULL,0.00,'','22','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(9566,'1110','221750469512','2025-06-21 04:35:27',NULL,0.00,'','22','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(9567,'5500','221750469512','2025-06-21 04:37:19',485.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9568,'1000','221750469512','2025-06-21 04:37:57',1450.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9569,'4000','221750469512','2025-06-21 04:37:57',NULL,500.00,'','22','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(9570,'4000','221750469512','2025-06-21 04:31:52',NULL,200.00,'','22','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(9571,'4000','221750469512','2025-06-21 04:34:37',NULL,700.00,'','22','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(9572,'4000','221750469512','2025-06-21 04:35:27',NULL,50.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9573,'1110','51750470293','2025-06-21 04:44:54',NULL,530.00,'','5','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(9574,'5500','51750470293','2025-06-21 04:44:53',530.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9575,'1000','51750470293','2025-06-21 04:44:54',660.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9576,'4000','51750470293','2025-06-21 04:44:54',NULL,660.00,'','5','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(9577,'1110','51750470380','2025-06-21 04:46:21',NULL,14.00,'','5','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(9578,'5500','51750470380','2025-06-21 04:46:20',14.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9579,'1000','51750470380','2025-06-21 04:46:21',20.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9580,'4000','51750470380','2025-06-21 04:46:21',NULL,20.00,'','5','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(9581,'1110','51750470415','2025-06-21 04:47:15',NULL,1175.00,'','5','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(9582,'1110','51750470415','2025-06-21 04:46:55',NULL,230.00,'','5','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(9583,'1110','51750470415','2025-06-21 04:47:04',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9584,'5500','51750470415','2025-06-21 04:47:14',1438.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9585,'1000','51750470415','2025-06-21 04:47:15',2200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9586,'4000','51750470415','2025-06-21 04:47:15',NULL,1800.00,'','5','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(9587,'4000','51750470415','2025-06-21 04:46:55',NULL,300.00,'','5','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(9588,'4000','51750470415','2025-06-21 04:47:04',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9589,'1110','51750470487','2025-06-21 04:48:08',NULL,200.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(9590,'5500','51750470487','2025-06-21 04:48:07',200.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9591,'1000','51750470487','2025-06-21 04:48:08',260.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9592,'4000','51750470487','2025-06-21 04:48:08',NULL,260.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(9593,'1110','51750470536','2025-06-21 04:49:26',NULL,360.00,'','5','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(9594,'1110','51750470536','2025-06-21 04:49:04',NULL,350.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(9595,'5500','51750470536','2025-06-21 04:49:25',710.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9596,'1000','51750470536','2025-06-21 04:49:26',1100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9597,'4000','51750470536','2025-06-21 04:49:26',NULL,600.00,'','5','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(9598,'4000','51750470536','2025-06-21 04:49:04',NULL,500.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(9599,'1110','51750470618','2025-06-21 04:50:35',NULL,400.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(9600,'1110','51750470618','2025-06-21 04:50:18',NULL,360.00,'','5','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(9601,'5500','51750470618','2025-06-21 04:50:34',760.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9602,'1000','51750470618','2025-06-21 04:50:35',1120.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9603,'4000','51750470618','2025-06-21 04:50:35',NULL,520.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(9604,'4000','51750470618','2025-06-21 04:50:18',NULL,600.00,'','5','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(9605,'1110','51750470690','2025-06-21 04:51:50',NULL,800.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(9606,'1110','51750470690','2025-06-21 04:51:30',NULL,250.00,'','5','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(9607,'1110','51750470690','2025-06-21 04:51:44',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9608,'5500','51750470690','2025-06-21 04:51:49',1083.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9609,'1000','51750470690','2025-06-21 04:51:50',1540.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9610,'4000','51750470690','2025-06-21 04:51:50',NULL,1040.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(9611,'4000','51750470690','2025-06-21 04:51:30',NULL,400.00,'','5','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(9612,'4000','51750470690','2025-06-21 04:51:44',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9613,'1000','51750470742','2025-06-21 04:52:23',800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9614,'4000','51750470742','2025-06-21 04:52:23',NULL,800.00,'','5','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(9615,'1110','51750471060','2025-06-21 04:57:48',NULL,525.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(9616,'1110','51750471060','2025-06-21 04:57:40',NULL,180.00,'','5','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(9617,'5500','51750471060','2025-06-21 04:57:47',705.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9618,'1000','51750471060','2025-06-21 04:57:48',1050.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9619,'4000','51750471060','2025-06-21 04:57:48',NULL,750.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(9620,'4000','51750471060','2025-06-21 04:57:40',NULL,300.00,'','5','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(9621,'1000','51750471126','2025-06-21 04:58:47',800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9622,'4000','51750471126','2025-06-21 04:58:47',NULL,800.00,'','5','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(9623,'1110','51750471161','2025-06-21 05:02:30',NULL,2650.00,'','5','1','Inventory sold','1','','sales','87','','No',NULL,NULL,''),(9624,'1110','51750471161','2025-06-21 04:59:21',NULL,530.00,'','5','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(9625,'1110','51750471161','2025-06-21 04:59:57',NULL,1004.00,'','5','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(9626,'1110','51750471161','2025-06-21 05:02:20',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9627,'5500','51750471161','2025-06-21 05:02:29',4217.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9628,'1000','51750471161','2025-06-21 05:02:30',5460.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9629,'4000','51750471161','2025-06-21 05:02:30',NULL,3500.00,'','5','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(9630,'4000','51750471161','2025-06-21 04:59:21',NULL,660.00,'','5','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(9631,'4000','51750471161','2025-06-21 04:59:57',NULL,1200.00,'','5','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(9632,'4000','51750471161','2025-06-21 05:02:20',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9633,'1110','51750471466','2025-06-21 05:04:46',NULL,675.00,'','5','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(9634,'1110','51750471466','2025-06-21 05:04:26',NULL,350.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(9635,'5500','51750471466','2025-06-21 05:04:45',1025.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9636,'1000','51750471466','2025-06-21 05:04:46',1400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9637,'4000','51750471466','2025-06-21 05:04:46',NULL,900.00,'','5','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(9638,'4000','51750471466','2025-06-21 05:04:26',NULL,500.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(9639,'1000','51750471529','2025-06-21 05:05:43',900.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9640,'4000','51750471529','2025-06-21 05:05:43',NULL,800.00,'','5','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(9641,'4000','51750471529','2025-06-21 05:05:29',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9642,'1110','51750471626','2025-06-21 05:08:09',NULL,350.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(9643,'1110','51750471626','2025-06-21 05:07:06',NULL,400.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(9644,'1110','51750471626','2025-06-21 05:07:27',NULL,350.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(9645,'1110','51750471626','2025-06-21 05:07:45',NULL,251.00,'','5','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(9646,'1110','51750471626','2025-06-21 05:08:00',NULL,180.00,'','5','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(9647,'5500','51750471626','2025-06-21 05:08:09',1531.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9648,'1000','51750471626','2025-06-21 05:08:09',2120.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9649,'4000','51750471626','2025-06-21 05:08:09',NULL,500.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(9650,'4000','51750471626','2025-06-21 05:07:06',NULL,520.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(9651,'4000','51750471626','2025-06-21 05:07:27',NULL,500.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(9652,'4000','51750471626','2025-06-21 05:07:45',NULL,300.00,'','5','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(9653,'4000','51750471626','2025-06-21 05:08:00',NULL,300.00,'','5','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(9654,'1110','221750471772','2025-06-21 05:09:32',NULL,10.00,'','22','1','Inventory sold','1','','sales','162','','No',NULL,NULL,''),(9655,'5500','221750471772','2025-06-21 05:09:32',10.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9656,'1000','221750471772','2025-06-21 05:09:32',15.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9657,'4000','221750471772','2025-06-21 05:09:32',NULL,15.00,'','22','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(9658,'1110','31750484884','2025-06-21 08:48:55',NULL,213.00,'','3','1','Inventory sold','1','','sales','151','','No',NULL,NULL,''),(9659,'1110','31750484884','2025-06-21 08:48:04',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(9660,'5500','31750484884','2025-06-21 08:48:53',283.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9661,'1000','31750484884','2025-06-21 08:48:55',400.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9662,'4000','31750484884','2025-06-21 08:48:55',NULL,300.00,'','3','1','Good sold','1','','sales','151','','No',NULL,NULL,''),(9663,'4000','31750484884','2025-06-21 08:48:04',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(9664,'1110','31750492363','2025-06-21 10:53:12',NULL,245.00,'','3','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(9665,'1110','31750492363','2025-06-21 10:52:43',NULL,42.00,'','3','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(9666,'1110','31750492363','2025-06-21 10:52:57',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(9667,'5500','31750492363','2025-06-21 10:53:11',341.17,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9668,'1000','31750492363','2025-06-21 10:53:12',510.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9669,'4000','31750492363','2025-06-21 10:53:12',NULL,350.00,'','3','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(9670,'4000','31750492363','2025-06-21 10:52:43',NULL,60.00,'','3','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(9671,'4000','31750492363','2025-06-21 10:52:57',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(9672,'1110','31750505002','2025-06-21 14:25:15',NULL,525.00,'','3','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(9673,'1110','31750505002','2025-06-21 14:23:22',NULL,102.00,'','3','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(9674,'1110','31750505002','2025-06-21 14:24:16',NULL,217.00,'','3','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(9675,'1110','31750505002','2025-06-21 14:24:36',NULL,5.00,'','3','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(9676,'1110','31750505002','2025-06-21 14:24:52',NULL,35.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(9677,'5500','31750505002','2025-06-21 14:25:10',884.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9678,'1000','31750505002','2025-06-21 14:25:15',1260.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9679,'4000','31750505002','2025-06-21 14:25:15',NULL,750.00,'','3','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(9680,'4000','31750505002','2025-06-21 14:23:22',NULL,150.00,'','3','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(9681,'4000','31750505002','2025-06-21 14:24:16',NULL,300.00,'','3','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(9682,'4000','31750505002','2025-06-21 14:24:36',NULL,10.00,'','3','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(9683,'4000','31750505002','2025-06-21 14:24:52',NULL,50.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(9684,'1110','221750511655','2025-06-21 16:15:42',NULL,210.00,'','22','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(9685,'1110','221750511655','2025-06-21 16:14:17',NULL,80.00,'','22','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(9686,'5500','221750511655','2025-06-21 16:15:11',290.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9687,'1000','221750511655','2025-06-21 16:15:42',410.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9688,'4000','221750511655','2025-06-21 16:15:42',NULL,260.00,'','22','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(9689,'4000','221750511655','2025-06-21 16:14:17',NULL,150.00,'','22','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(9690,'1110','31750512965','2025-06-21 16:36:17',NULL,217.00,'','3','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(9691,'1110','31750512965','2025-06-21 16:36:05',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(9692,'5500','31750512965','2025-06-21 16:36:14',271.17,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9693,'1000','31750512965','2025-06-21 16:36:17',400.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9694,'4000','31750512965','2025-06-21 16:36:17',NULL,300.00,'','3','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(9695,'4000','31750512965','2025-06-21 16:36:05',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(9696,'1110','31750513054','2025-06-21 16:41:24',NULL,0.00,'','3','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(9697,'1110','31750513054','2025-06-21 16:37:35',NULL,0.00,'','3','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9698,'1110','31750513054','2025-06-21 16:39:56',NULL,0.00,'','3','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9699,'1110','31750513054','2025-06-21 16:40:03',NULL,0.00,'','3','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(9700,'1110','31750513054','2025-06-21 16:40:19',NULL,0.00,'','3','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(9701,'1110','31750513054','2025-06-21 16:40:22',NULL,500.00,'','3','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(9702,'5500','31750513054','2025-06-21 16:41:22',500.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9703,'1000','31750513054','2025-06-21 16:41:24',3800.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9704,'4000','31750513054','2025-06-21 16:41:24',NULL,1800.00,'','3','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(9705,'4000','31750513054','2025-06-21 16:37:35',NULL,100.00,'','3','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9706,'4000','31750513054','2025-06-21 16:39:56',NULL,100.00,'','3','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9707,'4000','31750513054','2025-06-21 16:40:03',NULL,100.00,'','3','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(9708,'4000','31750513054','2025-06-21 16:40:19',NULL,200.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(9709,'4000','31750513054','2025-06-21 16:40:22',NULL,1500.00,'','3','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(9710,'1110','31750514051','2025-06-21 16:54:13',NULL,500.00,'','3','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(9711,'5500','31750514051','2025-06-21 16:54:11',500.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9712,'1000','31750514051','2025-06-21 16:54:13',1500.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9713,'4000','31750514051','2025-06-21 16:54:13',NULL,1500.00,'','3','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(9714,'1110','31750514173','2025-06-21 16:56:46',NULL,500.00,'','3','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(9715,'1110','31750514173','2025-06-21 16:56:13',NULL,250.00,'','3','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(9716,'1110','31750514173','2025-06-21 16:56:36',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(9717,'5500','31750514173','2025-06-21 16:56:44',820.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9718,'1000','31750514173','2025-06-21 16:56:46',1500.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9719,'4000','31750514173','2025-06-21 16:56:46',NULL,1000.00,'','3','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(9720,'4000','31750514173','2025-06-21 16:56:13',NULL,400.00,'','3','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(9721,'4000','31750514173','2025-06-21 16:56:36',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(9722,'1000','31750515043','2025-06-21 17:10:45',200.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9723,'4000','31750515043','2025-06-21 17:10:45',NULL,200.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(9724,'1110','31750515251','2025-06-21 17:14:13',NULL,330.00,'','3','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(9725,'5500','31750515251','2025-06-21 17:14:11',330.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9726,'1000','31750515251','2025-06-21 17:14:13',500.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9727,'4000','31750515251','2025-06-21 17:14:13',NULL,500.00,'','3','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(9728,'1110','221750515614','2025-06-21 17:22:13',NULL,390.00,'','22','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(9729,'1110','221750515614','2025-06-21 17:20:14',NULL,33.30,'','22','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9730,'1110','221750515614','2025-06-21 17:21:49',NULL,54.17,'','22','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(9731,'5500','221750515614','2025-06-21 17:22:10',477.47,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9732,'1000','221750515614','2025-06-21 17:22:13',720.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9733,'4000','221750515614','2025-06-21 17:22:13',NULL,520.00,'','22','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(9734,'4000','221750515614','2025-06-21 17:20:14',NULL,100.00,'','22','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9735,'4000','221750515614','2025-06-21 17:21:49',NULL,100.00,'','22','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(9736,'1110','31750517778','2025-06-21 17:57:30',NULL,487.53,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(9737,'1110','31750517778','2025-06-21 17:56:18',NULL,140.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(9738,'1110','31750517778','2025-06-21 17:56:41',NULL,5.00,'','3','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(9739,'1110','31750517778','2025-06-21 17:56:58',NULL,5.00,'','3','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(9740,'5500','31750517778','2025-06-21 17:57:27',637.53,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9741,'1000','31750517778','2025-06-21 17:57:30',1120.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9742,'4000','31750517778','2025-06-21 17:57:30',NULL,900.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(9743,'4000','31750517778','2025-06-21 17:56:18',NULL,200.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(9744,'4000','31750517778','2025-06-21 17:56:41',NULL,10.00,'','3','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(9745,'4000','31750517778','2025-06-21 17:56:58',NULL,10.00,'','3','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(9746,'1110','31750518211','2025-06-21 18:04:06',NULL,35.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(9747,'5500','31750518211','2025-06-21 18:03:32',35.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9748,'1000','31750518211','2025-06-21 18:04:06',50.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9749,'4000','31750518211','2025-06-21 18:04:06',NULL,50.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(9750,'1110','31750518415','2025-06-21 18:06:58',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(9751,'5500','31750518415','2025-06-21 18:06:55',54.17,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9752,'1000','31750518415','2025-06-21 18:06:58',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9753,'4000','31750518415','2025-06-21 18:06:58',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(9754,'1110','41750524284','2025-06-21 19:44:47',NULL,34.00,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(9755,'5500','41750524284','2025-06-21 19:44:44',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9756,'1000','41750524284','2025-06-21 19:44:47',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9757,'4000','41750524284','2025-06-21 19:44:47',NULL,50.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(9758,'1000','41750524352','2025-06-21 19:46:15',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9759,'4000','41750524352','2025-06-21 19:46:15',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(9760,'1110','41750524443','2025-06-21 19:47:36',NULL,10.00,'','4','1','Inventory sold','1','','sales','162','','No',NULL,NULL,''),(9761,'5500','41750524443','2025-06-21 19:47:23',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9762,'1000','41750524443','2025-06-21 19:47:36',15.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9763,'4000','41750524443','2025-06-21 19:47:36',NULL,15.00,'','4','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(9764,'1110','41750524514','2025-06-21 19:49:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(9765,'1110','41750524514','2025-06-21 19:48:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(9766,'1110','41750524514','2025-06-21 19:48:37',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9767,'5500','41750524514','2025-06-21 19:49:23',33.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9768,'1000','41750524514','2025-06-21 19:49:28',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9769,'4000','41750524514','2025-06-21 19:49:28',NULL,300.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9770,'4000','41750524514','2025-06-21 19:48:34',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9771,'4000','41750524514','2025-06-21 19:48:37',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9772,'1110','41750524652','2025-06-21 19:51:46',NULL,195.00,'','4','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(9773,'1110','41750524652','2025-06-21 19:50:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(9774,'5500','41750524652','2025-06-21 19:51:26',195.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9775,'1000','41750524652','2025-06-21 19:51:46',380.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9776,'4000','41750524652','2025-06-21 19:51:46',NULL,260.00,'','4','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(9777,'4000','41750524652','2025-06-21 19:50:53',NULL,120.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9778,'1110','221750525347','2025-06-21 20:02:47',NULL,390.00,'','22','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(9779,'5500','221750525347','2025-06-21 20:02:27',390.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9780,'1000','221750525347','2025-06-21 20:02:47',520.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9781,'4000','221750525347','2025-06-21 20:02:47',NULL,520.00,'','22','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(9782,'1110','221750525395','2025-06-21 20:04:45',NULL,217.00,'','22','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(9783,'1110','221750525395','2025-06-21 20:03:15',NULL,41.67,'','22','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(9784,'5500','221750525395','2025-06-21 20:04:10',258.67,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9785,'1000','221750525395','2025-06-21 20:04:45',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9786,'4000','221750525395','2025-06-21 20:04:45',NULL,300.00,'','22','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(9787,'4000','221750525395','2025-06-21 20:03:15',NULL,100.00,'','22','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(9794,'1110','221750528384','2025-06-21 20:53:47',NULL,180.00,'','22','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(9795,'1110','221750528384','2025-06-21 20:53:04',NULL,0.00,'','22','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(9796,'5500','221750528384','2025-06-21 20:53:25',180.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9797,'1000','221750528384','2025-06-21 20:53:47',500.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9798,'4000','221750528384','2025-06-21 20:53:47',NULL,300.00,'','22','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(9799,'4000','221750528384','2025-06-21 20:53:04',NULL,200.00,'','22','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(9808,'1110','221750528968','2025-06-21 21:03:20',NULL,68.00,'','22','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(9809,'5500','221750528968','2025-06-21 21:02:48',68.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9810,'1000','221750528968','2025-06-21 21:03:20',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9811,'4000','221750528968','2025-06-21 21:03:20',NULL,100.00,'','22','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(9822,'1110','61750530227','2025-06-21 21:28:49',NULL,1860.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9823,'1110','61750530227','2025-06-21 21:23:47',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9824,'1110','61750530227','2025-06-21 21:24:20',NULL,185.00,'','6','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(9825,'1110','61750530227','2025-06-21 21:25:11',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(9826,'1110','61750530227','2025-06-21 21:25:23',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(9827,'1110','61750530227','2025-06-21 21:27:45',NULL,340.00,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(9828,'5500','61750530227','2025-06-21 21:28:02',2418.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9829,'1000','61750530227','2025-06-21 21:28:49',4300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9830,'4000','61750530227','2025-06-21 21:28:49',NULL,2700.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9831,'4000','61750530227','2025-06-21 21:23:47',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9832,'4000','61750530227','2025-06-21 21:24:20',NULL,300.00,'','6','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(9833,'4000','61750530227','2025-06-21 21:25:11',NULL,600.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(9834,'4000','61750530227','2025-06-21 21:25:23',NULL,100.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9835,'4000','61750530227','2025-06-21 21:27:45',NULL,500.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(9862,'1110','221750533206','2025-06-21 22:14:52',NULL,140.00,'','22','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(9863,'5500','221750533206','2025-06-21 22:13:26',140.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9864,'1000','221750533206','2025-06-21 22:14:52',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9865,'4000','221750533206','2025-06-21 22:14:52',NULL,200.00,'','22','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(9866,'1110','221750533309','2025-06-21 22:16:30',NULL,585.00,'','22','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(9867,'1110','221750533309','2025-06-21 22:15:09',NULL,230.00,'','22','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(9868,'1110','221750533309','2025-06-21 22:15:49',NULL,300.00,'','22','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(9869,'5500','221750533309','2025-06-21 22:16:10',1115.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9870,'1000','221750533309','2025-06-21 22:16:30',1550.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9871,'4000','221750533309','2025-06-21 22:16:30',NULL,850.00,'','22','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(9872,'4000','221750533309','2025-06-21 22:15:09',NULL,300.00,'','22','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(9873,'4000','221750533309','2025-06-21 22:15:49',NULL,400.00,'','22','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(9874,'1110','221750534335','2025-06-21 22:34:15',NULL,1140.00,'','22','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(9875,'1110','221750534335','2025-06-21 22:32:15',NULL,33.30,'','22','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9876,'5500','221750534335','2025-06-21 22:32:32',1173.30,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9877,'1000','221750534335','2025-06-21 22:34:15',1900.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9878,'4000','221750534335','2025-06-21 22:34:15',NULL,1800.00,'','22','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(9879,'4000','221750534335','2025-06-21 22:32:15',NULL,100.00,'','22','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9880,'1110','221750534476','2025-06-21 22:35:24',NULL,217.00,'','22','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(9881,'5500','221750534476','2025-06-21 22:34:36',217.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9882,'1000','221750534476','2025-06-21 22:35:24',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9883,'4000','221750534476','2025-06-21 22:35:24',NULL,300.00,'','22','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(9884,'1110','221750534668','2025-06-21 22:37:58',NULL,14.00,'','22','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(9885,'5500','221750534668','2025-06-21 22:37:48',14.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9886,'1000','221750534668','2025-06-21 22:37:58',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9887,'4000','221750534668','2025-06-21 22:37:58',NULL,20.00,'','22','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(9906,'1110','221750535036','2025-06-21 22:45:03',NULL,0.00,'','22','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(9907,'1110','221750535036','2025-06-21 22:43:57',NULL,250.00,'','22','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(9908,'1110','221750535036','2025-06-21 22:44:37',NULL,0.00,'','22','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(9909,'5500','221750535036','2025-06-21 22:44:53',250.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9910,'1000','221750535036','2025-06-21 22:45:03',1800.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9911,'4000','221750535036','2025-06-21 22:45:03',NULL,1350.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(9912,'4000','221750535036','2025-06-21 22:43:57',NULL,400.00,'','22','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(9913,'4000','221750535036','2025-06-21 22:44:37',NULL,50.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9914,'1110','41750528516','2025-06-21 20:59:26',NULL,1040.00,'','4','1','Inventory sold','1','','sales','112','','No',NULL,NULL,''),(9915,'1110','41750528516','2025-06-21 20:55:16',NULL,3120.00,'','4','1','Inventory sold','1','','sales','148','','No',NULL,NULL,''),(9916,'1110','41750528516','2025-06-21 20:57:42',NULL,66.60,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9917,'1110','41750528516','2025-06-21 20:59:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(9918,'1110','41750528516','2025-06-21 22:07:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(9919,'1110','41750528516','2025-06-21 22:07:52',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9920,'5500','41750528516','2025-06-21 22:59:30',4259.90,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9921,'1000','41750528516','2025-06-21 20:59:26',6450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9922,'4000','41750528516','2025-06-21 20:59:26',NULL,1300.00,'','4','1','Good sold','1','','sales','112','','No',NULL,NULL,''),(9923,'4000','41750528516','2025-06-21 20:55:16',NULL,4000.00,'','4','1','Good sold','1','','sales','148','','No',NULL,NULL,''),(9924,'4000','41750528516','2025-06-21 20:57:42',NULL,200.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9925,'4000','41750528516','2025-06-21 20:59:24',NULL,800.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(9926,'4000','41750528516','2025-06-21 22:07:35',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9927,'4000','41750528516','2025-06-21 22:07:52',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9928,'1110','221750536199','2025-06-21 23:03:48',NULL,14.00,'','22','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(9929,'5500','221750536199','2025-06-21 23:03:19',14.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9930,'1000','221750536199','2025-06-21 23:03:48',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9931,'4000','221750536199','2025-06-21 23:03:48',NULL,20.00,'','22','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(9932,'1110','221750536243','2025-06-21 23:05:14',NULL,0.00,'','22','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(9933,'1110','221750536243','2025-06-21 23:04:03',NULL,0.00,'','22','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(9934,'1110','221750536243','2025-06-21 23:04:38',NULL,175.00,'','22','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(9935,'5500','221750536243','2025-06-21 23:04:48',175.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9936,'1000','221750536243','2025-06-21 23:05:14',700.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9937,'4000','221750536243','2025-06-21 23:05:14',NULL,400.00,'','22','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(9938,'4000','221750536243','2025-06-21 23:04:03',NULL,50.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9939,'4000','221750536243','2025-06-21 23:04:38',NULL,250.00,'','22','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(9940,'1110','221750536517','2025-06-21 23:08:47',NULL,14.00,'','22','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(9941,'5500','221750536517','2025-06-21 23:08:37',14.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9942,'1000','221750536517','2025-06-21 23:08:47',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9943,'4000','221750536517','2025-06-21 23:08:47',NULL,20.00,'','22','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(9944,'1110','41750536949','2025-06-21 23:16:03',NULL,975.00,'','4','1','Inventory sold','1','','sales','142','','No',NULL,NULL,''),(9945,'5500','41750536949','2025-06-21 23:15:49',975.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9946,'1000','41750536949','2025-06-21 23:16:03',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9947,'4000','41750536949','2025-06-21 23:16:03',NULL,1400.00,'','4','1','Good sold','1','','sales','142','','No',NULL,NULL,''),(9948,'1110','221750537293','2025-06-21 23:21:43',NULL,14.00,'','22','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(9949,'5500','221750537293','2025-06-21 23:21:33',14.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9950,'1000','221750537293','2025-06-21 23:21:43',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9951,'4000','221750537293','2025-06-21 23:21:43',NULL,20.00,'','22','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(9952,'1110','221750537849','2025-06-21 23:31:14',NULL,14.00,'','22','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(9953,'5500','221750537849','2025-06-21 23:30:49',14.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9954,'1000','221750537849','2025-06-21 23:31:14',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9955,'4000','221750537849','2025-06-21 23:31:14',NULL,20.00,'','22','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(9956,'1110','41750538065','2025-06-21 23:35:44',NULL,1040.00,'','4','1','Inventory sold','1','','sales','112','','No',NULL,NULL,''),(9957,'1110','41750538065','2025-06-21 23:34:25',NULL,599.00,'','4','1','Inventory sold','1','','sales','125','','No',NULL,NULL,''),(9958,'1110','41750538065','2025-06-21 23:35:35',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9959,'5500','41750538065','2025-06-21 23:35:43',1672.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9960,'1000','41750538065','2025-06-21 23:35:44',2300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9961,'4000','41750538065','2025-06-21 23:35:44',NULL,1300.00,'','4','1','Good sold','1','','sales','112','','No',NULL,NULL,''),(9962,'4000','41750538065','2025-06-21 23:34:25',NULL,900.00,'','4','1','Good sold','1','','sales','125','','No',NULL,NULL,''),(9963,'4000','41750538065','2025-06-21 23:35:35',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9964,'1110','41750529049','2025-06-21 21:07:09',NULL,360.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(9965,'1110','41750529049','2025-06-21 21:04:10',NULL,390.00,'','4','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(9966,'1110','41750529049','2025-06-21 21:05:34',NULL,494.00,'','4','1','Inventory sold','1','','sales','207','','No',NULL,NULL,''),(9967,'1110','41750529049','2025-06-21 21:05:48',NULL,450.00,'','4','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(9968,'1110','41750529049','2025-06-21 21:06:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(9969,'1110','41750529049','2025-06-21 22:08:26',NULL,150.00,'','4','1','Inventory sold','1','','sales','285','','No',NULL,NULL,''),(9970,'1110','41750529049','2025-06-21 22:09:09',NULL,390.00,'','4','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(9971,'1110','41750529049','2025-06-21 22:42:23',NULL,900.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(9972,'1110','41750529049','2025-06-21 22:42:46',NULL,390.00,'','4','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(9973,'1110','41750529049','2025-06-21 23:36:45',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(9974,'5500','41750529049','2025-06-21 23:36:51',3594.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9975,'1000','41750529049','2025-06-21 21:07:09',5560.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9976,'4000','41750529049','2025-06-21 21:07:09',NULL,600.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(9977,'4000','41750529049','2025-06-21 21:04:10',NULL,520.00,'','4','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(9978,'4000','41750529049','2025-06-21 21:05:34',NULL,700.00,'','4','1','Good sold','1','','sales','207','','No',NULL,NULL,''),(9979,'4000','41750529049','2025-06-21 21:05:48',NULL,600.00,'','4','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(9980,'4000','41750529049','2025-06-21 21:06:16',NULL,200.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9981,'4000','41750529049','2025-06-21 22:08:26',NULL,300.00,'','4','1','Good sold','1','','sales','285','','No',NULL,NULL,''),(9982,'4000','41750529049','2025-06-21 22:09:09',NULL,520.00,'','4','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(9983,'4000','41750529049','2025-06-21 22:42:23',NULL,1500.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(9984,'4000','41750529049','2025-06-21 22:42:46',NULL,520.00,'','4','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(9985,'4000','41750529049','2025-06-21 23:36:45',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(9986,'1110','41750538967','2025-06-21 23:51:05',NULL,955.00,'','4','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(9987,'1110','41750538967','2025-06-21 23:49:27',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(9988,'1110','41750538967','2025-06-21 23:49:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(9989,'1110','41750538967','2025-06-21 23:50:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(9990,'5500','41750538967','2025-06-21 23:50:47',988.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9991,'1000','41750538967','2025-06-21 23:51:05',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9992,'4000','41750538967','2025-06-21 23:51:05',NULL,1300.00,'','4','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(9993,'4000','41750538967','2025-06-21 23:49:27',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(9994,'4000','41750538967','2025-06-21 23:49:49',NULL,700.00,'','4','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(9995,'4000','41750538967','2025-06-21 23:50:12',NULL,100.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9996,'1110','41750526533','2025-06-21 20:22:29',NULL,217.00,'','4','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(9997,'1110','41750526533','2025-06-21 20:22:13',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(9998,'1110','41750526533','2025-06-21 20:22:27',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(9999,'1110','41750526533','2025-06-22 00:29:24',NULL,360.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(10000,'5500','41750526533','2025-06-22 00:29:36',822.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10001,'1000','41750526533','2025-06-21 20:22:29',1250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10002,'4000','41750526533','2025-06-21 20:22:29',NULL,300.00,'','4','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(10003,'4000','41750526533','2025-06-21 20:22:13',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(10004,'4000','41750526533','2025-06-21 20:22:27',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(10005,'4000','41750526533','2025-06-22 00:29:24',NULL,600.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(10016,'1110','41750541715','2025-06-22 00:35:28',NULL,390.00,'','4','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(10017,'1110','41750541715','2025-06-22 00:35:15',NULL,540.00,'','4','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(10018,'5500','41750541715','2025-06-22 00:35:27',930.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10019,'1000','41750541715','2025-06-22 00:35:28',1420.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10020,'4000','41750541715','2025-06-22 00:35:28',NULL,520.00,'','4','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(10021,'4000','41750541715','2025-06-22 00:35:15',NULL,900.00,'','4','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(10022,'1000','221750542802','2025-06-22 00:53:49',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10023,'4000','221750542802','2025-06-22 00:53:49',NULL,200.00,'','22','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(10024,'1110','221750542851','2025-06-22 00:58:47',NULL,570.00,'','22','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(10025,'1110','221750542851','2025-06-22 00:54:11',NULL,33.30,'','22','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10026,'1110','221750542851','2025-06-22 00:55:16',NULL,70.00,'','22','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(10027,'1110','221750542851','2025-06-22 00:55:37',NULL,41.67,'','22','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(10028,'5500','221750542851','2025-06-22 00:58:25',714.97,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10029,'1000','221750542851','2025-06-22 00:58:47',1200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10030,'4000','221750542851','2025-06-22 00:58:47',NULL,900.00,'','22','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(10031,'4000','221750542851','2025-06-22 00:54:11',NULL,100.00,'','22','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10032,'4000','221750542851','2025-06-22 00:55:16',NULL,100.00,'','22','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(10033,'4000','221750542851','2025-06-22 00:55:37',NULL,100.00,'','22','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(10034,'1110','221750543788','2025-06-22 01:12:01',NULL,217.00,'','22','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(10035,'1110','221750543788','2025-06-22 01:09:48',NULL,70.00,'','22','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(10036,'1110','221750543788','2025-06-22 01:10:32',NULL,175.00,'','22','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(10037,'1110','221750543788','2025-06-22 01:10:50',NULL,180.00,'','22','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(10038,'1110','221750543788','2025-06-22 01:11:04',NULL,180.00,'','22','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(10039,'5500','221750543788','2025-06-22 01:11:37',822.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10040,'1000','221750543788','2025-06-22 01:12:01',1250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10041,'4000','221750543788','2025-06-22 01:12:01',NULL,300.00,'','22','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(10042,'4000','221750543788','2025-06-22 01:09:48',NULL,100.00,'','22','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(10043,'4000','221750543788','2025-06-22 01:10:32',NULL,250.00,'','22','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(10044,'4000','221750543788','2025-06-22 01:10:50',NULL,300.00,'','22','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(10045,'4000','221750543788','2025-06-22 01:11:04',NULL,300.00,'','22','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(10046,'1110','221750543943','2025-06-22 01:13:37',NULL,14.00,'','22','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(10047,'1110','221750543943','2025-06-22 01:12:23',NULL,17.00,'','22','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(10048,'5500','221750543943','2025-06-22 01:13:26',31.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10049,'1000','221750543943','2025-06-22 01:13:37',45.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10050,'4000','221750543943','2025-06-22 01:13:37',NULL,20.00,'','22','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(10051,'4000','221750543943','2025-06-22 01:12:23',NULL,25.00,'','22','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(10052,'1110','221750544034','2025-06-22 01:14:42',NULL,70.00,'','22','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(10053,'5500','221750544034','2025-06-22 01:13:54',70.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10054,'1000','221750544034','2025-06-22 01:14:42',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10055,'4000','221750544034','2025-06-22 01:14:42',NULL,100.00,'','22','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(10056,'1110','221750544102','2025-06-22 01:16:31',NULL,345.00,'','22','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(10057,'1110','221750544102','2025-06-22 01:15:03',NULL,70.00,'','22','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(10058,'1110','221750544102','2025-06-22 01:16:00',NULL,33.30,'','22','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10059,'5500','221750544102','2025-06-22 01:16:13',448.30,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10060,'1000','221750544102','2025-06-22 01:16:31',700.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10061,'4000','221750544102','2025-06-22 01:16:31',NULL,500.00,'','22','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(10062,'4000','221750544102','2025-06-22 01:15:03',NULL,100.00,'','22','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(10063,'4000','221750544102','2025-06-22 01:16:00',NULL,100.00,'','22','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10076,'1110','221750544395','2025-06-22 01:20:50',NULL,300.00,'','22','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(10077,'5500','221750544395','2025-06-22 01:19:55',300.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10078,'1000','221750544395','2025-06-22 01:20:50',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10079,'4000','221750544395','2025-06-22 01:20:50',NULL,400.00,'','22','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(10080,'1110','221750544213','2025-06-22 01:19:34',NULL,1000.00,'','22','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(10081,'1110','221750544213','2025-06-22 01:17:47',NULL,1140.00,'','22','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(10082,'1110','221750544213','2025-06-22 01:18:20',NULL,210.00,'','22','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(10083,'1110','221750544213','2025-06-22 01:18:39',NULL,66.60,'','22','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10084,'1110','221750544213','2025-06-22 01:18:59',NULL,710.00,'','22','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(10085,'5500','221750544213','2025-06-22 01:19:18',3126.60,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10086,'1000','221750544213','2025-06-22 01:19:34',5100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10087,'4000','221750544213','2025-06-22 01:19:34',NULL,1800.00,'','22','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(10088,'4000','221750544213','2025-06-22 01:17:47',NULL,1800.00,'','22','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(10089,'4000','221750544213','2025-06-22 01:18:20',NULL,300.00,'','22','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(10090,'4000','221750544213','2025-06-22 01:18:39',NULL,200.00,'','22','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10091,'4000','221750544213','2025-06-22 01:18:59',NULL,1000.00,'','22','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(10092,'1000','221750544818','2025-06-22 01:27:34',320.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10093,'4000','221750544818','2025-06-22 01:27:34',NULL,200.00,'','22','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(10094,'4000','221750544818','2025-06-22 01:26:58',NULL,120.00,'','22','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10095,'1110','221750544932','2025-06-22 01:30:13',NULL,360.00,'','22','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(10096,'5500','221750544932','2025-06-22 01:28:52',360.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10097,'1000','221750544932','2025-06-22 01:30:13',600.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10098,'4000','221750544932','2025-06-22 01:30:13',NULL,600.00,'','22','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(10099,'1000','221750545335','2025-06-22 01:36:10',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10100,'4000','221750545335','2025-06-22 01:36:10',NULL,100.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10101,'1110','41750545530','2025-06-22 01:39:08',NULL,200.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(10102,'1110','41750545530','2025-06-22 01:38:50',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(10103,'5500','41750545530','2025-06-22 01:39:07',254.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10104,'1000','41750545530','2025-06-22 01:39:08',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10105,'4000','41750545530','2025-06-22 01:39:08',NULL,300.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(10106,'4000','41750545530','2025-06-22 01:38:50',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(10107,'1110','221750546039','2025-06-22 01:47:46',NULL,17.00,'','22','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(10108,'1110','221750546039','2025-06-22 01:47:19',NULL,14.00,'','22','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(10109,'5500','221750546039','2025-06-22 01:47:37',31.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10110,'1000','221750546039','2025-06-22 01:47:46',45.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10111,'4000','221750546039','2025-06-22 01:47:46',NULL,25.00,'','22','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(10112,'4000','221750546039','2025-06-22 01:47:19',NULL,20.00,'','22','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(10113,'1110','41750541624','2025-06-22 00:34:27',NULL,200.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(10114,'1110','41750541624','2025-06-22 00:33:44',NULL,210.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(10115,'1110','41750541624','2025-06-22 00:33:51',NULL,225.00,'','4','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(10116,'1110','41750541624','2025-06-22 00:34:05',NULL,41.67,'','4','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(10117,'1110','41750541624','2025-06-22 00:34:26',NULL,225.00,'','4','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(10118,'1110','41750541624','2025-06-22 01:48:46',NULL,68.00,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(10119,'5500','41750541624','2025-06-22 01:48:57',969.67,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10120,'1000','41750541624','2025-06-22 00:34:27',1320.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10121,'4000','41750541624','2025-06-22 00:34:27',NULL,260.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(10122,'4000','41750541624','2025-06-22 00:33:44',NULL,260.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(10123,'4000','41750541624','2025-06-22 00:33:51',NULL,300.00,'','4','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(10124,'4000','41750541624','2025-06-22 00:34:05',NULL,100.00,'','4','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(10125,'4000','41750541624','2025-06-22 00:34:26',NULL,300.00,'','4','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(10126,'4000','41750541624','2025-06-22 01:48:46',NULL,100.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(10127,'1110','41750547420','2025-06-22 02:10:21',NULL,16.00,'','4','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(10128,'5500','41750547420','2025-06-22 02:10:20',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10129,'1000','41750547420','2025-06-22 02:10:21',30.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10130,'4000','41750547420','2025-06-22 02:10:21',NULL,30.00,'','4','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(10131,'1110','41750547528','2025-06-22 02:12:38',NULL,585.00,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(10132,'5500','41750547528','2025-06-22 02:12:08',585.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10133,'1000','41750547528','2025-06-22 02:12:38',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10134,'4000','41750547528','2025-06-22 02:12:38',NULL,850.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(10135,'1110','41750547872','2025-06-22 02:17:53',NULL,17.00,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(10136,'5500','41750547872','2025-06-22 02:17:52',17.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10137,'1000','41750547872','2025-06-22 02:17:53',25.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10138,'4000','41750547872','2025-06-22 02:17:53',NULL,25.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(10139,'1110','41750547912','2025-06-22 02:18:33',NULL,14.00,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(10140,'5500','41750547912','2025-06-22 02:18:32',14.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10141,'1000','41750547912','2025-06-22 02:18:33',20.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10142,'4000','41750547912','2025-06-22 02:18:33',NULL,20.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(10143,'1110','41750548205','2025-06-22 02:23:33',NULL,28.00,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(10144,'1110','41750548205','2025-06-22 02:23:25',NULL,5.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(10145,'5500','41750548205','2025-06-22 02:23:32',33.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10146,'1000','41750548205','2025-06-22 02:23:33',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10147,'4000','41750548205','2025-06-22 02:23:33',NULL,40.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(10148,'4000','41750548205','2025-06-22 02:23:25',NULL,10.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(10149,'1110','41750548254','2025-06-22 02:24:19',NULL,17.00,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(10150,'1110','41750548254','2025-06-22 02:24:14',NULL,8.00,'','4','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(10151,'5500','41750548254','2025-06-22 02:24:18',25.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10152,'1000','41750548254','2025-06-22 02:24:19',40.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10153,'4000','41750548254','2025-06-22 02:24:19',NULL,25.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(10154,'4000','41750548254','2025-06-22 02:24:14',NULL,15.00,'','4','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(10155,'1110','41750548890','2025-06-22 02:34:51',NULL,34.00,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(10156,'5500','41750548890','2025-06-22 02:34:50',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10157,'1000','41750548890','2025-06-22 02:34:51',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10158,'4000','41750548890','2025-06-22 02:34:51',NULL,50.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(10159,'1110','41750550545','2025-06-22 03:02:26',NULL,34.00,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(10160,'5500','41750550545','2025-06-22 03:02:25',34.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10161,'1000','41750550545','2025-06-22 03:02:26',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10162,'4000','41750550545','2025-06-22 03:02:26',NULL,50.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(10163,'1110','221750551486','2025-06-22 03:19:45',NULL,217.00,'','22','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(10164,'1110','221750551486','2025-06-22 03:18:06',NULL,40.00,'','22','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(10165,'5500','221750551486','2025-06-22 03:19:23',257.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10166,'1000','221750551486','2025-06-22 03:19:45',375.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10167,'4000','221750551486','2025-06-22 03:19:45',NULL,300.00,'','22','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(10168,'4000','221750551486','2025-06-22 03:18:06',NULL,75.00,'','22','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(10169,'1110','221750551606','2025-06-22 03:21:07',NULL,17.00,'','22','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(10170,'1110','221750551606','2025-06-22 03:20:06',NULL,5.00,'','22','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(10171,'5500','221750551606','2025-06-22 03:20:43',22.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10172,'1000','221750551606','2025-06-22 03:21:07',35.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10173,'4000','221750551606','2025-06-22 03:21:07',NULL,25.00,'','22','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(10174,'4000','221750551606','2025-06-22 03:20:06',NULL,10.00,'','22','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(10175,'1000','221750552589','2025-06-22 03:37:27',350.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10176,'4000','221750552589','2025-06-22 03:37:27',NULL,300.00,'','22','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(10177,'4000','221750552589','2025-06-22 03:36:29',NULL,50.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10178,'1000','221750552678','2025-06-22 03:38:40',600.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10179,'4000','221750552678','2025-06-22 03:38:40',NULL,600.00,'','22','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10180,'1110','61750553010','2025-06-22 03:49:51',NULL,1860.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10181,'1110','61750553010','2025-06-22 03:43:30',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(10182,'1110','61750553010','2025-06-22 03:43:48',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10183,'1110','61750553010','2025-06-22 03:44:01',NULL,360.00,'','6','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(10184,'1110','61750553010','2025-06-22 03:44:18',NULL,360.00,'','6','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(10185,'1110','61750553010','2025-06-22 03:44:43',NULL,4651.00,'','6','1','Inventory sold','1','','sales','230','','No',NULL,NULL,''),(10186,'1110','61750553010','2025-06-22 03:45:10',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(10187,'1110','61750553010','2025-06-22 03:45:36',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10188,'1110','61750553010','2025-06-22 03:46:09',NULL,0.00,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(10189,'1110','61750553010','2025-06-22 03:46:56',NULL,4764.00,'','6','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10190,'1110','61750553010','2025-06-22 03:47:16',NULL,180.00,'','6','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(10191,'1110','61750553010','2025-06-22 03:48:07',NULL,4764.00,'','6','1','Inventory sold','1','','sales','232','','No',NULL,NULL,''),(10192,'1110','61750553010','2025-06-22 03:48:50',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10193,'1110','61750553010','2025-06-22 03:49:12',NULL,230.00,'','6','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(10194,'5500','61750553010','2025-06-22 03:49:35',17408.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10195,'1000','61750553010','2025-06-22 03:49:51',23300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10196,'4000','61750553010','2025-06-22 03:49:51',NULL,2700.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10197,'4000','61750553010','2025-06-22 03:43:30',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(10198,'4000','61750553010','2025-06-22 03:43:48',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10199,'4000','61750553010','2025-06-22 03:44:01',NULL,600.00,'','6','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(10200,'4000','61750553010','2025-06-22 03:44:18',NULL,600.00,'','6','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(10201,'4000','61750553010','2025-06-22 03:44:43',NULL,5500.00,'','6','1','Good sold','1','','sales','230','','No',NULL,NULL,''),(10202,'4000','61750553010','2025-06-22 03:45:10',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(10203,'4000','61750553010','2025-06-22 03:45:36',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10204,'4000','61750553010','2025-06-22 03:46:09',NULL,800.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(10205,'4000','61750553010','2025-06-22 03:46:56',NULL,6000.00,'','6','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10206,'4000','61750553010','2025-06-22 03:47:16',NULL,300.00,'','6','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(10207,'4000','61750553010','2025-06-22 03:48:07',NULL,6000.00,'','6','1','Good sold','1','','sales','232','','No',NULL,NULL,''),(10208,'4000','61750553010','2025-06-22 03:48:50',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10209,'4000','61750553010','2025-06-22 03:49:12',NULL,300.00,'','6','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(10230,'1110','61750554434','2025-06-22 04:11:38',NULL,600.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(10231,'1110','61750554434','2025-06-22 04:07:14',NULL,540.00,'','6','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(10232,'1110','61750554434','2025-06-22 04:10:21',NULL,0.00,'','6','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(10233,'1110','61750554434','2025-06-22 04:10:47',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(10234,'1110','61750554434','2025-06-22 04:11:08',NULL,70.00,'','6','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(10235,'5500','61750554434','2025-06-22 04:11:24',1210.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10236,'1000','61750554434','2025-06-22 04:11:38',2580.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10237,'4000','61750554434','2025-06-22 04:11:38',NULL,780.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(10238,'4000','61750554434','2025-06-22 04:07:14',NULL,900.00,'','6','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(10239,'4000','61750554434','2025-06-22 04:10:21',NULL,700.00,'','6','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(10240,'4000','61750554434','2025-06-22 04:10:47',NULL,100.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10241,'4000','61750554434','2025-06-22 04:11:08',NULL,100.00,'','6','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(10242,'1110','51750554763','2025-06-22 04:13:09',NULL,710.00,'','5','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(10243,'1110','51750554763','2025-06-22 04:12:43',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(10244,'5500','51750554763','2025-06-22 04:13:08',764.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10245,'1000','51750554763','2025-06-22 04:13:09',1100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10246,'4000','51750554763','2025-06-22 04:13:09',NULL,1000.00,'','5','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(10247,'4000','51750554763','2025-06-22 04:12:43',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(10248,'1110','51750554954','2025-06-22 04:19:00',NULL,1300.00,'','5','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(10249,'1110','51750554954','2025-06-22 04:15:54',NULL,66.60,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10250,'1110','51750554954','2025-06-22 04:16:42',NULL,800.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(10251,'1110','51750554954','2025-06-22 04:17:24',NULL,213.00,'','5','1','Inventory sold','1','','sales','151','','No',NULL,NULL,''),(10252,'1110','51750554954','2025-06-22 04:17:44',NULL,140.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(10253,'5500','51750554954','2025-06-22 04:18:58',2519.60,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10254,'1000','51750554954','2025-06-22 04:19:00',3540.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10255,'4000','51750554954','2025-06-22 04:19:00',NULL,1800.00,'','5','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(10256,'4000','51750554954','2025-06-22 04:15:54',NULL,200.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10257,'4000','51750554954','2025-06-22 04:16:42',NULL,1040.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(10258,'4000','51750554954','2025-06-22 04:17:24',NULL,300.00,'','5','1','Good sold','1','','sales','151','','No',NULL,NULL,''),(10259,'4000','51750554954','2025-06-22 04:17:44',NULL,200.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(10260,'1110','61750555158','2025-06-22 04:20:10',NULL,66.60,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10261,'1110','61750555158','2025-06-22 04:19:18',NULL,0.00,'','6','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(10262,'1110','61750555158','2025-06-22 04:19:38',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(10263,'5500','61750555158','2025-06-22 04:20:01',66.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10264,'1000','61750555158','2025-06-22 04:20:10',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10265,'4000','61750555158','2025-06-22 04:20:10',NULL,200.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10266,'4000','61750555158','2025-06-22 04:19:18',NULL,350.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(10267,'4000','61750555158','2025-06-22 04:19:38',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10268,'1000','51750555235','2025-06-22 04:20:36',1200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10269,'4000','51750555235','2025-06-22 04:20:36',NULL,1200.00,'','5','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(10270,'1000','51750555313','2025-06-22 04:22:47',1750.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10271,'4000','51750555313','2025-06-22 04:22:47',NULL,700.00,'','5','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(10272,'4000','51750555313','2025-06-22 04:21:53',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10273,'4000','51750555313','2025-06-22 04:22:16',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(10274,'4000','51750555313','2025-06-22 04:22:21',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(10275,'4000','51750555313','2025-06-22 04:22:29',NULL,600.00,'','5','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(10276,'1110','51750555463','2025-06-22 04:24:57',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10277,'5500','51750555463','2025-06-22 04:24:23',33.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10278,'1000','51750555463','2025-06-22 04:24:57',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10279,'4000','51750555463','2025-06-22 04:24:57',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10280,'1110','51750555609','2025-06-22 04:28:05',NULL,1000.00,'','5','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(10281,'1110','51750555609','2025-06-22 04:26:49',NULL,140.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(10282,'1110','51750555609','2025-06-22 04:27:35',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10283,'1110','51750555609','2025-06-22 04:27:58',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10284,'5500','51750555609','2025-06-22 04:28:04',1206.60,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10285,'1000','51750555609','2025-06-22 04:28:05',1900.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10286,'4000','51750555609','2025-06-22 04:28:05',NULL,1500.00,'','5','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(10287,'4000','51750555609','2025-06-22 04:26:49',NULL,200.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(10288,'4000','51750555609','2025-06-22 04:27:35',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10289,'4000','51750555609','2025-06-22 04:27:58',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10290,'1110','171750555985','2025-06-22 04:35:20',NULL,1000.00,'','17','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(10291,'1110','171750555985','2025-06-22 04:33:05',NULL,140.00,'','17','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(10292,'1110','171750555985','2025-06-22 04:33:46',NULL,33.30,'','17','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10293,'1110','171750555985','2025-06-22 04:34:12',NULL,0.00,'','17','1','Inventory sold','1','','sales','81','','No',NULL,NULL,''),(10294,'1110','171750555985','2025-06-22 04:34:40',NULL,0.00,'','17','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(10295,'5500','171750555985','2025-06-22 04:35:11',1173.30,NULL,'','17','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10296,'1000','171750555985','2025-06-22 04:35:20',3800.00,NULL,'','17','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10297,'4000','171750555985','2025-06-22 04:35:20',NULL,1500.00,'','17','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(10298,'4000','171750555985','2025-06-22 04:33:05',NULL,200.00,'','17','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(10299,'4000','171750555985','2025-06-22 04:33:46',NULL,100.00,'','17','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10300,'4000','171750555985','2025-06-22 04:34:12',NULL,1600.00,'','17','1','Good sold','1','','sales','81','','No',NULL,NULL,''),(10301,'4000','171750555985','2025-06-22 04:34:40',NULL,400.00,'','17','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(10320,'1110','61750556355','2025-06-22 04:39:25',NULL,210.00,'','6','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(10321,'5500','61750556355','2025-06-22 04:39:15',210.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10322,'1000','61750556355','2025-06-22 04:39:25',260.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10323,'4000','61750556355','2025-06-22 04:39:25',NULL,260.00,'','6','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(10324,'1110','51750556807','2025-06-22 04:46:56',NULL,330.00,'','5','1','Inventory sold','1','','sales','93','','No',NULL,NULL,''),(10325,'1110','51750556807','2025-06-22 04:46:47',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(10326,'5500','51750556807','2025-06-22 04:46:55',384.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10327,'1000','51750556807','2025-06-22 04:46:56',600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10328,'4000','51750556807','2025-06-22 04:46:56',NULL,500.00,'','5','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(10329,'4000','51750556807','2025-06-22 04:46:47',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(10330,'1110','51750556873','2025-06-22 04:47:54',NULL,70.00,'','5','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(10331,'5500','51750556873','2025-06-22 04:47:53',70.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10332,'1000','51750556873','2025-06-22 04:47:54',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10333,'4000','51750556873','2025-06-22 04:47:54',NULL,100.00,'','5','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(10334,'1110','51750556961','2025-06-22 04:49:21',NULL,585.00,'','5','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(10335,'5500','51750556961','2025-06-22 04:49:21',585.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10336,'1000','51750556961','2025-06-22 04:49:21',850.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10337,'4000','51750556961','2025-06-22 04:49:21',NULL,850.00,'','5','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(10338,'1110','51750557057','2025-06-22 04:50:58',NULL,502.00,'','5','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(10339,'5500','51750557057','2025-06-22 04:50:57',502.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10340,'1000','51750557057','2025-06-22 04:50:58',600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10341,'4000','51750557057','2025-06-22 04:50:58',NULL,600.00,'','5','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(10342,'1110','51750557137','2025-06-22 04:52:19',NULL,700.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(10343,'5500','51750557137','2025-06-22 04:52:17',700.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10344,'1000','51750557137','2025-06-22 04:52:19',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10345,'4000','51750557137','2025-06-22 04:52:19',NULL,1000.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(10346,'1000','51750557207','2025-06-22 04:53:37',800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10347,'4000','51750557207','2025-06-22 04:53:37',NULL,700.00,'','5','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(10348,'4000','51750557207','2025-06-22 04:53:27',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10349,'1000','51750557260','2025-06-22 04:54:30',400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10350,'4000','51750557260','2025-06-22 04:54:30',NULL,350.00,'','5','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(10351,'4000','51750557260','2025-06-22 04:54:20',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10352,'1110','51750557335','2025-06-22 04:56:19',NULL,955.00,'','5','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(10353,'1110','51750557335','2025-06-22 04:55:35',NULL,250.00,'','5','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(10354,'1110','51750557335','2025-06-22 04:56:10',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10355,'5500','51750557335','2025-06-22 04:56:18',1238.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10356,'1000','51750557335','2025-06-22 04:56:19',1800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10357,'4000','51750557335','2025-06-22 04:56:19',NULL,1300.00,'','5','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(10358,'4000','51750557335','2025-06-22 04:55:35',NULL,400.00,'','5','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(10359,'4000','51750557335','2025-06-22 04:56:10',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10360,'1110','51750557430','2025-06-22 04:57:12',NULL,245.00,'','5','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(10361,'5500','51750557430','2025-06-22 04:57:10',245.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10362,'1000','51750557430','2025-06-22 04:57:12',350.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10363,'4000','51750557430','2025-06-22 04:57:12',NULL,350.00,'','5','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(10364,'1110','51750557593','2025-06-22 04:59:54',NULL,24.00,'','5','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(10365,'5500','51750557593','2025-06-22 04:59:53',24.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10366,'1000','51750557593','2025-06-22 04:59:54',45.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10367,'4000','51750557593','2025-06-22 04:59:54',NULL,45.00,'','5','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(10368,'1110','51750558096','2025-06-22 05:08:17',NULL,225.00,'','5','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(10369,'5500','51750558096','2025-06-22 05:08:17',225.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10370,'1000','51750558096','2025-06-22 05:08:17',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10371,'4000','51750558096','2025-06-22 05:08:17',NULL,300.00,'','5','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(10372,'1110','51750558161','2025-06-22 05:11:14',NULL,540.00,'','5','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(10373,'1110','51750558161','2025-06-22 05:09:21',NULL,360.00,'','5','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(10374,'1110','51750558161','2025-06-22 05:10:16',NULL,360.00,'','5','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(10375,'1110','51750558161','2025-06-22 05:10:42',NULL,250.00,'','5','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(10376,'1110','51750558161','2025-06-22 05:10:52',NULL,300.00,'','5','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(10377,'5500','51750558161','2025-06-22 05:11:13',1810.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10378,'1000','51750558161','2025-06-22 05:11:14',2900.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10379,'4000','51750558161','2025-06-22 05:11:14',NULL,900.00,'','5','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(10380,'4000','51750558161','2025-06-22 05:09:21',NULL,600.00,'','5','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(10381,'4000','51750558161','2025-06-22 05:10:16',NULL,600.00,'','5','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(10382,'4000','51750558161','2025-06-22 05:10:42',NULL,400.00,'','5','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(10383,'4000','51750558161','2025-06-22 05:10:52',NULL,400.00,'','5','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(10384,'1000','51750558322','2025-06-22 05:12:11',800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10385,'4000','51750558322','2025-06-22 05:12:11',NULL,700.00,'','5','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(10386,'4000','51750558322','2025-06-22 05:12:02',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10387,'1000','51750558452','2025-06-22 05:14:20',500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10388,'4000','51750558452','2025-06-22 05:14:20',NULL,450.00,'','5','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(10389,'4000','51750558452','2025-06-22 05:14:12',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10390,'1110','51750558500','2025-06-22 05:15:01',NULL,350.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(10391,'5500','51750558500','2025-06-22 05:15:00',350.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10392,'1000','51750558500','2025-06-22 05:15:01',500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10393,'4000','51750558500','2025-06-22 05:15:01',NULL,500.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(10394,'1110','51750558553','2025-06-22 05:16:36',NULL,710.00,'','5','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(10395,'1110','51750558553','2025-06-22 05:15:53',NULL,74.00,'','5','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(10396,'1110','51750558553','2025-06-22 05:15:59',NULL,66.60,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10397,'1110','51750558553','2025-06-22 05:16:11',NULL,200.00,'','5','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(10398,'1110','51750558553','2025-06-22 05:16:28',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(10399,'5500','51750558553','2025-06-22 05:16:35',1104.77,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10400,'1000','51750558553','2025-06-22 05:16:36',1700.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10401,'4000','51750558553','2025-06-22 05:16:36',NULL,1000.00,'','5','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(10402,'4000','51750558553','2025-06-22 05:15:53',NULL,100.00,'','5','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(10403,'4000','51750558553','2025-06-22 05:15:59',NULL,200.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10404,'4000','51750558553','2025-06-22 05:16:11',NULL,300.00,'','5','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(10405,'4000','51750558553','2025-06-22 05:16:28',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(10406,'1110','51750558669','2025-06-22 05:18:02',NULL,350.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(10407,'1110','51750558669','2025-06-22 05:17:49',NULL,203.00,'','5','1','Inventory sold','1','','sales','206','','No',NULL,NULL,''),(10408,'5500','51750558669','2025-06-22 05:18:01',553.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10409,'1000','51750558669','2025-06-22 05:18:02',800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10410,'4000','51750558669','2025-06-22 05:18:02',NULL,500.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(10411,'4000','51750558669','2025-06-22 05:17:49',NULL,300.00,'','5','1','Good sold','1','','sales','206','','No',NULL,NULL,''),(10412,'1110','51750558744','2025-06-22 05:19:05',NULL,675.00,'','5','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(10413,'5500','51750558744','2025-06-22 05:19:04',675.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10414,'1000','51750558744','2025-06-22 05:19:05',900.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10415,'4000','51750558744','2025-06-22 05:19:05',NULL,900.00,'','5','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(10416,'1110','51750558921','2025-06-22 05:23:23',NULL,1300.00,'','5','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(10417,'1110','51750558921','2025-06-22 05:22:01',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10418,'1110','51750558921','2025-06-22 05:23:16',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(10419,'5500','51750558921','2025-06-22 05:23:22',1403.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10420,'1000','51750558921','2025-06-22 05:23:23',2000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10421,'4000','51750558921','2025-06-22 05:23:23',NULL,1800.00,'','5','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(10422,'4000','51750558921','2025-06-22 05:22:01',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10423,'4000','51750558921','2025-06-22 05:23:16',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(10424,'1110','51750559060','2025-06-22 05:24:21',NULL,390.00,'','5','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(10425,'5500','51750559060','2025-06-22 05:24:20',390.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10426,'1000','51750559060','2025-06-22 05:24:21',520.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10427,'4000','51750559060','2025-06-22 05:24:21',NULL,520.00,'','5','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(10428,'1110','51750559107','2025-06-22 05:25:28',NULL,85.00,'','5','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(10429,'1110','51750559107','2025-06-22 05:25:07',NULL,5.00,'','5','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(10430,'5500','51750559107','2025-06-22 05:25:27',90.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10431,'1000','51750559107','2025-06-22 05:25:28',135.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10432,'4000','51750559107','2025-06-22 05:25:28',NULL,125.00,'','5','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(10433,'4000','51750559107','2025-06-22 05:25:07',NULL,10.00,'','5','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(10434,'1110','51750559208','2025-06-22 05:26:49',NULL,2223.00,'','5','1','Inventory sold','1','','sales','207','','No',NULL,NULL,''),(10435,'5500','51750559208','2025-06-22 05:26:48',2223.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10436,'1000','51750559208','2025-06-22 05:26:49',3150.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10437,'4000','51750559208','2025-06-22 05:26:49',NULL,3150.00,'','5','1','Good sold','1','','sales','207','','No',NULL,NULL,''),(10438,'1000','51750559288','2025-06-22 05:29:26',750.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10439,'4000','51750559288','2025-06-22 05:29:26',NULL,600.00,'','5','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(10440,'4000','51750559288','2025-06-22 05:28:08',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10441,'4000','51750559288','2025-06-22 05:28:23',NULL,100.00,'','5','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(10442,'1000','221750559985','2025-06-22 05:40:21',720.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10443,'4000','221750559985','2025-06-22 05:40:21',NULL,720.00,'','22','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(10454,'1110','81750560437','2025-06-22 05:48:36',NULL,630.00,'','8','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(10455,'1110','81750560437','2025-06-22 05:47:17',NULL,360.00,'','8','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(10456,'1110','81750560437','2025-06-22 05:47:32',NULL,195.00,'','8','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(10457,'1110','81750560437','2025-06-22 05:47:44',NULL,203.00,'','8','1','Inventory sold','1','','sales','206','','No',NULL,NULL,''),(10458,'5500','81750560437','2025-06-22 05:48:00',1388.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10459,'1000','81750560437','2025-06-22 05:48:36',1940.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10460,'4000','81750560437','2025-06-22 05:48:36',NULL,780.00,'','8','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(10461,'4000','81750560437','2025-06-22 05:47:17',NULL,600.00,'','8','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(10462,'4000','81750560437','2025-06-22 05:47:32',NULL,260.00,'','8','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(10463,'4000','81750560437','2025-06-22 05:47:44',NULL,300.00,'','8','1','Good sold','1','','sales','206','','No',NULL,NULL,''),(10464,'1110','61750555232','2025-06-22 04:25:53',NULL,1734.00,'','6','1','Inventory sold','1','','sales','150','','No',NULL,NULL,''),(10465,'1110','61750555232','2025-06-22 04:20:32',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10466,'1110','61750555232','2025-06-22 04:22:23',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(10467,'1110','61750555232','2025-06-22 04:22:45',NULL,330.00,'','6','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(10468,'1110','61750555232','2025-06-22 04:22:57',NULL,1000.00,'','6','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(10469,'1110','61750555232','2025-06-22 04:24:03',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10470,'1110','61750555232','2025-06-22 04:24:26',NULL,3468.00,'','6','1','Inventory sold','1','','sales','150','','No',NULL,NULL,''),(10471,'1110','61750555232','2025-06-22 04:24:38',NULL,1000.00,'','6','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(10472,'1110','61750555232','2025-06-22 04:25:21',NULL,99.00,'','6','1','Inventory sold','1','','sales','292','','No',NULL,NULL,''),(10473,'5500','61750555232','2025-06-22 05:51:47',7767.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10474,'1000','61750555232','2025-06-22 04:25:53',12050.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10475,'4000','61750555232','2025-06-22 04:25:53',NULL,2500.00,'','6','1','Good sold','1','','sales','150','','No',NULL,NULL,''),(10476,'4000','61750555232','2025-06-22 04:20:32',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10477,'4000','61750555232','2025-06-22 04:22:23',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(10478,'4000','61750555232','2025-06-22 04:22:45',NULL,500.00,'','6','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(10479,'4000','61750555232','2025-06-22 04:22:57',NULL,1800.00,'','6','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(10480,'4000','61750555232','2025-06-22 04:24:03',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10481,'4000','61750555232','2025-06-22 04:24:26',NULL,5000.00,'','6','1','Good sold','1','','sales','150','','No',NULL,NULL,''),(10482,'4000','61750555232','2025-06-22 04:24:38',NULL,1800.00,'','6','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(10483,'4000','61750555232','2025-06-22 04:25:21',NULL,150.00,'','6','1','Good sold','1','','sales','292','','No',NULL,NULL,''),(10484,'1110','61750560075','2025-06-22 05:45:06',NULL,530.00,'','6','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(10485,'1110','61750560075','2025-06-22 05:41:15',NULL,230.00,'','6','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(10486,'1110','61750560075','2025-06-22 05:41:48',NULL,1000.00,'','6','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(10487,'1110','61750560075','2025-06-22 05:42:40',NULL,41.67,'','6','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(10488,'5500','61750560075','2025-06-22 05:42:56',1801.67,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10489,'1000','61750560075','2025-06-22 05:45:06',2860.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10490,'4000','61750560075','2025-06-22 05:45:06',NULL,660.00,'','6','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(10491,'4000','61750560075','2025-06-22 05:41:15',NULL,300.00,'','6','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(10492,'4000','61750560075','2025-06-22 05:41:48',NULL,1800.00,'','6','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(10493,'4000','61750560075','2025-06-22 05:42:40',NULL,100.00,'','6','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(10494,'1110','61750553429','2025-06-22 04:06:47',NULL,3000.00,'','6','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(10495,'1110','61750553429','2025-06-22 03:50:29',NULL,66.60,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10496,'1110','61750553429','2025-06-22 03:50:59',NULL,230.00,'','6','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(10497,'1110','61750553429','2025-06-22 03:53:28',NULL,330.00,'','6','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(10498,'1110','61750553429','2025-06-22 03:55:11',NULL,0.00,'','6','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(10499,'1110','61750553429','2025-06-22 03:55:49',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(10500,'1110','61750553429','2025-06-22 03:56:22',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10501,'1110','61750553429','2025-06-22 03:56:40',NULL,0.00,'','6','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(10502,'1110','61750553429','2025-06-22 03:57:13',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(10503,'1110','61750553429','2025-06-22 03:57:23',NULL,99.00,'','6','1','Inventory sold','1','','sales','292','','No',NULL,NULL,''),(10504,'5500','61750553429','2025-06-22 06:04:51',3758.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10505,'1000','61750553429','2025-06-22 04:06:47',7610.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10506,'4000','61750553429','2025-06-22 04:06:47',NULL,5400.00,'','6','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(10507,'4000','61750553429','2025-06-22 03:50:29',NULL,200.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10508,'4000','61750553429','2025-06-22 03:50:59',NULL,300.00,'','6','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(10509,'4000','61750553429','2025-06-22 03:53:28',NULL,500.00,'','6','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(10510,'4000','61750553429','2025-06-22 03:55:11',NULL,400.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(10511,'4000','61750553429','2025-06-22 03:55:49',NULL,240.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10512,'4000','61750553429','2025-06-22 03:56:22',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10513,'4000','61750553429','2025-06-22 03:56:40',NULL,200.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(10514,'4000','61750553429','2025-06-22 03:57:13',NULL,120.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10515,'4000','61750553429','2025-06-22 03:57:23',NULL,150.00,'','6','1','Good sold','1','','sales','292','','No',NULL,NULL,''),(10516,'1110','61750561822','2025-06-22 06:10:35',NULL,3500.00,'','6','1','Inventory sold','1','','sales','146','','No',NULL,NULL,''),(10517,'5500','61750561822','2025-06-22 06:10:22',3500.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10518,'1000','61750561822','2025-06-22 06:10:35',5000.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10519,'4000','61750561822','2025-06-22 06:10:35',NULL,5000.00,'','6','1','Good sold','1','','sales','146','','No',NULL,NULL,''),(10520,'1110','81750562350','2025-06-22 06:20:54',NULL,250.00,'','8','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(10521,'1110','81750562350','2025-06-22 06:19:10',NULL,175.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(10522,'1110','81750562350','2025-06-22 06:19:22',NULL,180.00,'','8','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(10523,'1110','81750562350','2025-06-22 06:19:39',NULL,195.00,'','8','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(10524,'5500','81750562350','2025-06-22 06:20:53',800.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10525,'1000','81750562350','2025-06-22 06:20:54',1210.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10526,'4000','81750562350','2025-06-22 06:20:54',NULL,400.00,'','8','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(10527,'4000','81750562350','2025-06-22 06:19:10',NULL,250.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(10528,'4000','81750562350','2025-06-22 06:19:22',NULL,300.00,'','8','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(10529,'4000','81750562350','2025-06-22 06:19:39',NULL,260.00,'','8','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(10530,'1000','81750562494','2025-06-22 06:21:51',240.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10531,'4000','81750562494','2025-06-22 06:21:51',NULL,240.00,'','8','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10538,'1110','81750562587','2025-06-22 06:23:54',NULL,360.00,'','8','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(10539,'1110','81750562587','2025-06-22 06:23:07',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(10540,'5500','81750562587','2025-06-22 06:23:53',414.17,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10541,'1000','81750562587','2025-06-22 06:23:54',700.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10542,'4000','81750562587','2025-06-22 06:23:54',NULL,600.00,'','8','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(10543,'4000','81750562587','2025-06-22 06:23:07',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(10544,'1110','81750562740','2025-06-22 06:25:54',NULL,710.00,'','8','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(10545,'1110','81750562740','2025-06-22 06:25:40',NULL,166.68,'','8','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(10546,'5500','81750562740','2025-06-22 06:25:53',876.68,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10547,'1000','81750562740','2025-06-22 06:25:54',1400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10548,'4000','81750562740','2025-06-22 06:25:54',NULL,1000.00,'','8','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(10549,'4000','81750562740','2025-06-22 06:25:40',NULL,400.00,'','8','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(10550,'1110','81750562823','2025-06-22 06:29:43',NULL,465.00,'','8','1','Inventory sold','1','','sales','215','','No',NULL,NULL,''),(10551,'1110','81750562823','2025-06-22 06:27:15',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(10552,'1110','81750562823','2025-06-22 06:27:41',NULL,180.00,'','8','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(10553,'5500','81750562823','2025-06-22 06:27:59',699.17,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10554,'1000','81750562823','2025-06-22 06:29:43',1000.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10555,'4000','81750562823','2025-06-22 06:29:43',NULL,600.00,'','8','1','Good sold','1','','sales','215','','No',NULL,NULL,''),(10556,'4000','81750562823','2025-06-22 06:27:15',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(10557,'4000','81750562823','2025-06-22 06:27:41',NULL,300.00,'','8','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(10558,'1110','81750563131','2025-06-22 06:32:35',NULL,585.00,'','8','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(10559,'1110','81750563131','2025-06-22 06:32:11',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(10560,'1110','81750563131','2025-06-22 06:32:18',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(10561,'1110','81750563131','2025-06-22 06:32:24',NULL,585.00,'','8','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(10562,'5500','81750563131','2025-06-22 06:32:34',1278.34,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10563,'1000','81750563131','2025-06-22 06:32:35',1900.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10564,'4000','81750563131','2025-06-22 06:32:35',NULL,850.00,'','8','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(10565,'4000','81750563131','2025-06-22 06:32:11',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(10566,'4000','81750563131','2025-06-22 06:32:18',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(10567,'4000','81750563131','2025-06-22 06:32:24',NULL,850.00,'','8','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(10568,'1000','81750563248','2025-06-22 06:34:09',400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10569,'4000','81750563248','2025-06-22 06:34:09',NULL,400.00,'','8','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(10570,'1110','81750563345','2025-06-22 06:36:07',NULL,200.00,'','8','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(10571,'1110','81750563345','2025-06-22 06:35:45',NULL,251.00,'','8','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(10572,'1110','81750563345','2025-06-22 06:35:53',NULL,175.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(10573,'5500','81750563345','2025-06-22 06:36:06',626.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10574,'1000','81750563345','2025-06-22 06:36:07',810.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10575,'4000','81750563345','2025-06-22 06:36:07',NULL,260.00,'','8','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(10576,'4000','81750563345','2025-06-22 06:35:45',NULL,300.00,'','8','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(10577,'4000','81750563345','2025-06-22 06:35:53',NULL,250.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(10578,'1000','81750563440','2025-06-22 06:37:21',800.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10579,'4000','81750563440','2025-06-22 06:37:21',NULL,800.00,'','8','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(10580,'1110','81750563507','2025-06-22 06:38:28',NULL,400.00,'','8','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(10581,'5500','81750563507','2025-06-22 06:38:27',400.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10582,'1000','81750563507','2025-06-22 06:38:28',520.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10583,'4000','81750563507','2025-06-22 06:38:28',NULL,520.00,'','8','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(10584,'1000','81750563569','2025-06-22 06:39:57',350.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10585,'4000','81750563569','2025-06-22 06:39:57',NULL,300.00,'','8','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(10586,'4000','81750563569','2025-06-22 06:39:29',NULL,50.00,'','8','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10587,'1110','81750563759','2025-06-22 06:42:40',NULL,400.00,'','8','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(10588,'5500','81750563759','2025-06-22 06:42:39',400.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10589,'1000','81750563759','2025-06-22 06:42:40',520.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10590,'4000','81750563759','2025-06-22 06:42:40',NULL,520.00,'','8','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(10591,'1000','81750563840','2025-06-22 06:44:06',750.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10592,'4000','81750563840','2025-06-22 06:44:06',NULL,700.00,'','8','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(10593,'4000','81750563840','2025-06-22 06:44:00',NULL,50.00,'','8','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10594,'1110','81750563910','2025-06-22 06:45:11',NULL,200.00,'','8','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(10595,'5500','81750563910','2025-06-22 06:45:10',200.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10596,'1000','81750563910','2025-06-22 06:45:11',260.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10597,'4000','81750563910','2025-06-22 06:45:11',NULL,260.00,'','8','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(10598,'1110','81750563975','2025-06-22 06:46:16',NULL,2080.00,'','8','1','Inventory sold','1','','sales','112','','No',NULL,NULL,''),(10599,'5500','81750563975','2025-06-22 06:46:15',2080.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10600,'1000','81750563975','2025-06-22 06:46:16',2600.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10601,'4000','81750563975','2025-06-22 06:46:16',NULL,2600.00,'','8','1','Good sold','1','','sales','112','','No',NULL,NULL,''),(10602,'1000','81750564035','2025-06-22 06:47:21',1900.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10603,'4000','81750564035','2025-06-22 06:47:21',NULL,1800.00,'','8','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(10604,'4000','81750564035','2025-06-22 06:47:15',NULL,50.00,'','8','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10605,'4000','81750564035','2025-06-22 06:47:20',NULL,50.00,'','8','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10606,'1110','81750564204','2025-06-22 06:51:31',NULL,345.00,'','8','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(10607,'1110','81750564204','2025-06-22 06:50:04',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(10608,'5500','81750564204','2025-06-22 06:50:49',399.17,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10609,'1000','81750564204','2025-06-22 06:51:31',600.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10610,'4000','81750564204','2025-06-22 06:51:31',NULL,500.00,'','8','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(10611,'4000','81750564204','2025-06-22 06:50:04',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(10612,'1110','81750564522','2025-06-22 06:55:37',NULL,350.00,'','8','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(10613,'5500','81750564522','2025-06-22 06:55:22',350.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10614,'1000','81750564522','2025-06-22 06:55:37',500.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10615,'4000','81750564522','2025-06-22 06:55:37',NULL,500.00,'','8','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(10616,'1110','81750564719','2025-06-22 06:58:40',NULL,720.00,'','8','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(10617,'5500','81750564719','2025-06-22 06:58:39',720.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10618,'1000','81750564719','2025-06-22 06:58:40',1200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10619,'4000','81750564719','2025-06-22 06:58:40',NULL,1200.00,'','8','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(10620,'1000','81750564840','2025-06-22 07:00:41',1600.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10621,'4000','81750564840','2025-06-22 07:00:41',NULL,1600.00,'','8','1','Good sold','1','','sales','81','','No',NULL,NULL,''),(10622,'1110','81750565074','2025-06-22 07:04:35',NULL,975.00,'','8','1','Inventory sold','1','','sales','142','','No',NULL,NULL,''),(10623,'5500','81750565074','2025-06-22 07:04:34',975.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10624,'1000','81750565074','2025-06-22 07:04:35',1400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10625,'4000','81750565074','2025-06-22 07:04:35',NULL,1400.00,'','8','1','Good sold','1','','sales','142','','No',NULL,NULL,''),(10626,'1110','81750565128','2025-06-22 07:05:50',NULL,420.00,'','8','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(10627,'1110','81750565128','2025-06-22 07:05:28',NULL,108.34,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(10628,'1110','81750565128','2025-06-22 07:05:36',NULL,710.00,'','8','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(10629,'5500','81750565128','2025-06-22 07:05:49',1238.34,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10630,'1000','81750565128','2025-06-22 07:05:50',1720.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10631,'4000','81750565128','2025-06-22 07:05:50',NULL,520.00,'','8','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(10632,'4000','81750565128','2025-06-22 07:05:28',NULL,200.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(10633,'4000','81750565128','2025-06-22 07:05:36',NULL,1000.00,'','8','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(10634,'1110','81750565206','2025-06-22 07:07:14',NULL,175.00,'','8','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(10635,'5500','81750565206','2025-06-22 07:06:46',175.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10636,'1000','81750565206','2025-06-22 07:07:14',250.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10637,'4000','81750565206','2025-06-22 07:07:14',NULL,250.00,'','8','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(10638,'1000','81750565275','2025-06-22 07:07:56',240.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10639,'4000','81750565275','2025-06-22 07:07:56',NULL,240.00,'','8','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10640,'1110','81750565319','2025-06-22 07:08:40',NULL,225.00,'','8','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(10641,'5500','81750565319','2025-06-22 07:08:39',225.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10642,'1000','81750565319','2025-06-22 07:08:40',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10643,'4000','81750565319','2025-06-22 07:08:40',NULL,300.00,'','8','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(10644,'1110','81750565356','2025-06-22 07:09:17',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(10645,'5500','81750565356','2025-06-22 07:09:16',54.17,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10646,'1000','81750565356','2025-06-22 07:09:17',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10647,'4000','81750565356','2025-06-22 07:09:17',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(10648,'1110','81750565405','2025-06-22 07:10:31',NULL,860.00,'','8','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(10649,'1110','81750565405','2025-06-22 07:10:05',NULL,180.00,'','8','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(10650,'5500','81750565405','2025-06-22 07:10:30',1040.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10651,'1000','81750565405','2025-06-22 07:10:31',1400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10652,'4000','81750565405','2025-06-22 07:10:31',NULL,1100.00,'','8','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(10653,'4000','81750565405','2025-06-22 07:10:05',NULL,300.00,'','8','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(10654,'1110','81750565478','2025-06-22 07:11:19',NULL,360.00,'','8','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(10655,'5500','81750565478','2025-06-22 07:11:18',360.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10656,'1000','81750565478','2025-06-22 07:11:19',600.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10657,'4000','81750565478','2025-06-22 07:11:19',NULL,600.00,'','8','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(10658,'1110','81750565529','2025-06-22 07:12:09',NULL,360.00,'','8','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(10659,'5500','81750565529','2025-06-22 07:12:09',360.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10660,'1000','81750565529','2025-06-22 07:12:09',600.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10661,'4000','81750565529','2025-06-22 07:12:09',NULL,600.00,'','8','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(10662,'1110','81750565581','2025-06-22 07:13:14',NULL,680.00,'','8','1','Inventory sold','1','','sales','214','','No',NULL,NULL,''),(10663,'1110','81750565581','2025-06-22 07:13:01',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(10664,'5500','81750565581','2025-06-22 07:13:13',734.17,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10665,'1000','81750565581','2025-06-22 07:13:14',1000.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10666,'4000','81750565581','2025-06-22 07:13:14',NULL,900.00,'','8','1','Good sold','1','','sales','214','','No',NULL,NULL,''),(10667,'4000','81750565581','2025-06-22 07:13:01',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(10668,'1000','81750565698','2025-06-22 07:15:13',250.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10669,'4000','81750565698','2025-06-22 07:15:13',NULL,250.00,'','8','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(10670,'1110','81750565870','2025-06-22 07:18:31',NULL,1300.00,'','8','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(10671,'5500','81750565870','2025-06-22 07:17:51',1300.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10672,'1000','81750565870','2025-06-22 07:18:31',1800.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10673,'4000','81750565870','2025-06-22 07:18:31',NULL,1800.00,'','8','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(10674,'1110','81750566004','2025-06-22 07:20:14',NULL,400.00,'','8','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(10675,'1110','81750566004','2025-06-22 07:20:04',NULL,225.00,'','8','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(10676,'5500','81750566004','2025-06-22 07:20:13',625.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10677,'1000','81750566004','2025-06-22 07:20:14',820.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10678,'4000','81750566004','2025-06-22 07:20:14',NULL,520.00,'','8','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(10679,'4000','81750566004','2025-06-22 07:20:04',NULL,300.00,'','8','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(10680,'1110','81750566204','2025-06-22 07:23:25',NULL,225.00,'','8','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(10681,'5500','81750566204','2025-06-22 07:23:24',225.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10682,'1000','81750566204','2025-06-22 07:23:25',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10683,'4000','81750566204','2025-06-22 07:23:25',NULL,300.00,'','8','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(10684,'1110','81750566262','2025-06-22 07:24:23',NULL,510.00,'','8','1','Inventory sold','1','','sales','121','','No',NULL,NULL,''),(10685,'5500','81750566262','2025-06-22 07:24:22',510.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10686,'1000','81750566262','2025-06-22 07:24:23',800.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10687,'4000','81750566262','2025-06-22 07:24:23',NULL,800.00,'','8','1','Good sold','1','','sales','121','','No',NULL,NULL,''),(10688,'1110','81750566374','2025-06-22 07:27:01',NULL,203.00,'','8','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(10689,'1110','81750566374','2025-06-22 07:26:14',NULL,28.00,'','8','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(10690,'5500','81750566374','2025-06-22 07:26:55',231.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10691,'1000','81750566374','2025-06-22 07:27:01',340.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10692,'4000','81750566374','2025-06-22 07:27:01',NULL,300.00,'','8','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(10693,'4000','81750566374','2025-06-22 07:26:14',NULL,40.00,'','8','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(10694,'1110','81750566485','2025-06-22 07:28:06',NULL,225.00,'','8','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(10695,'5500','81750566485','2025-06-22 07:28:05',225.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10696,'1000','81750566485','2025-06-22 07:28:06',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10697,'4000','81750566485','2025-06-22 07:28:06',NULL,300.00,'','8','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(10698,'1110','81750566535','2025-06-22 07:29:41',NULL,875.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(10699,'1110','81750566535','2025-06-22 07:28:55',NULL,195.00,'','8','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(10700,'1110','81750566535','2025-06-22 07:29:25',NULL,210.00,'','8','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(10701,'1110','81750566535','2025-06-22 07:29:33',NULL,390.00,'','8','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(10702,'5500','81750566535','2025-06-22 07:29:40',1670.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10703,'1000','81750566535','2025-06-22 07:29:41',2290.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10704,'4000','81750566535','2025-06-22 07:29:41',NULL,1250.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(10705,'4000','81750566535','2025-06-22 07:28:55',NULL,260.00,'','8','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(10706,'4000','81750566535','2025-06-22 07:29:25',NULL,260.00,'','8','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(10707,'4000','81750566535','2025-06-22 07:29:33',NULL,520.00,'','8','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(10708,'1110','81750566675','2025-06-22 07:31:16',NULL,1400.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(10709,'5500','81750566675','2025-06-22 07:31:15',1400.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10710,'1000','81750566675','2025-06-22 07:31:16',2000.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10711,'4000','81750566675','2025-06-22 07:31:16',NULL,2000.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(10712,'1110','81750566737','2025-06-22 07:32:18',NULL,175.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(10713,'5500','81750566737','2025-06-22 07:32:17',175.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10714,'1000','81750566737','2025-06-22 07:32:18',250.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10715,'4000','81750566737','2025-06-22 07:32:18',NULL,250.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(10716,'1110','81750566795','2025-06-22 07:33:16',NULL,420.00,'','8','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(10717,'5500','81750566795','2025-06-22 07:33:15',420.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10718,'1000','81750566795','2025-06-22 07:33:16',520.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10719,'4000','81750566795','2025-06-22 07:33:16',NULL,520.00,'','8','1','Good sold','1','','sales','136','','No',NULL,NULL,''); INSERT INTO `debitcredit` VALUES (10720,'1110','81750566834','2025-06-22 07:35:06',NULL,203.00,'','8','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(10721,'1110','81750566834','2025-06-22 07:33:54',NULL,41.67,'','8','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(10722,'5500','81750566834','2025-06-22 07:35:00',244.67,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10723,'1000','81750566834','2025-06-22 07:35:06',400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10724,'4000','81750566834','2025-06-22 07:35:06',NULL,300.00,'','8','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(10725,'4000','81750566834','2025-06-22 07:33:54',NULL,100.00,'','8','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(10726,'1110','81750566950','2025-06-22 07:36:49',NULL,846.00,'','8','1','Inventory sold','1','','sales','124','','No',NULL,NULL,''),(10727,'1110','81750566950','2025-06-22 07:35:50',NULL,350.00,'','8','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(10728,'5500','81750566950','2025-06-22 07:36:29',1196.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10729,'1000','81750566950','2025-06-22 07:36:49',1700.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10730,'4000','81750566950','2025-06-22 07:36:49',NULL,1200.00,'','8','1','Good sold','1','','sales','124','','No',NULL,NULL,''),(10731,'4000','81750566950','2025-06-22 07:35:50',NULL,500.00,'','8','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(10732,'1110','81750567183','2025-06-22 07:40:30',NULL,1300.00,'','8','1','Inventory sold','1','','sales','216','','No',NULL,NULL,''),(10733,'1110','81750567183','2025-06-22 07:39:43',NULL,230.00,'','8','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(10734,'5500','81750567183','2025-06-22 07:40:29',1530.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10735,'1000','81750567183','2025-06-22 07:40:30',2100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10736,'4000','81750567183','2025-06-22 07:40:30',NULL,1800.00,'','8','1','Good sold','1','','sales','216','','No',NULL,NULL,''),(10737,'4000','81750567183','2025-06-22 07:39:43',NULL,300.00,'','8','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(10738,'1000','81750567304','2025-06-22 07:41:56',450.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10739,'4000','81750567304','2025-06-22 07:41:56',NULL,400.00,'','8','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(10740,'4000','81750567304','2025-06-22 07:41:44',NULL,50.00,'','8','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10741,'1110','51750567412','2025-06-22 07:46:50',NULL,530.00,'','5','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(10742,'1110','51750567412','2025-06-22 07:43:32',NULL,400.00,'','5','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(10743,'1110','51750567412','2025-06-22 07:43:33',NULL,225.00,'','5','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(10744,'5500','51750567412','2025-06-22 07:46:49',1155.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10745,'1000','51750567412','2025-06-22 07:46:50',1480.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10746,'4000','51750567412','2025-06-22 07:46:50',NULL,660.00,'','5','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(10747,'4000','51750567412','2025-06-22 07:43:32',NULL,520.00,'','5','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(10748,'4000','51750567412','2025-06-22 07:43:33',NULL,300.00,'','5','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(10749,'1110','31750581184','2025-06-22 11:33:20',NULL,213.00,'','3','1','Inventory sold','1','','sales','151','','No',NULL,NULL,''),(10750,'5500','31750581184','2025-06-22 11:33:04',213.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10751,'1000','31750581184','2025-06-22 11:33:20',300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10752,'4000','31750581184','2025-06-22 11:33:20',NULL,300.00,'','3','1','Good sold','1','','sales','151','','No',NULL,NULL,''),(10753,'1000','31750581293','2025-06-22 11:36:05',1150.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10754,'4000','31750581293','2025-06-22 11:36:05',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10755,'4000','31750581293','2025-06-22 11:34:53',NULL,700.00,'','3','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(10756,'4000','31750581293','2025-06-22 11:35:19',NULL,100.00,'','3','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10757,'4000','31750581293','2025-06-22 11:35:32',NULL,100.00,'','3','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10758,'4000','31750581293','2025-06-22 11:35:39',NULL,100.00,'','3','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10759,'4000','31750581293','2025-06-22 11:35:44',NULL,100.00,'','3','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10764,'1110','31750581598','2025-06-22 11:42:54',NULL,0.00,'','3','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(10765,'1110','31750581598','2025-06-22 11:39:58',NULL,0.00,'','3','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(10766,'1110','31750581598','2025-06-22 11:42:13',NULL,0.00,'','3','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10767,'1110','31750581598','2025-06-22 11:42:52',NULL,210.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(10768,'5500','31750581598','2025-06-22 12:12:18',210.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10769,'1000','31750581598','2025-06-22 11:42:54',1560.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10770,'4000','31750581598','2025-06-22 11:42:54',NULL,600.00,'','3','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(10771,'4000','31750581598','2025-06-22 11:39:58',NULL,360.00,'','3','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10772,'4000','31750581598','2025-06-22 11:42:13',NULL,300.00,'','3','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10773,'4000','31750581598','2025-06-22 11:42:52',NULL,300.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(10826,'1110','221750595994','2025-06-22 15:40:38',NULL,5.00,'','22','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(10827,'1110','221750595994','2025-06-22 15:39:54',NULL,14.00,'','22','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(10828,'5500','221750595994','2025-06-22 15:40:13',19.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10829,'1000','221750595994','2025-06-22 15:40:38',30.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10830,'4000','221750595994','2025-06-22 15:40:38',NULL,10.00,'','22','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(10831,'4000','221750595994','2025-06-22 15:39:54',NULL,20.00,'','22','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(10899,'1110','31750596661','2025-06-22 15:51:02',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(10900,'5500','31750596661','2025-06-22 15:51:01',54.17,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10901,'1000','31750596661','2025-06-22 15:51:02',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10902,'4000','31750596661','2025-06-22 15:51:02',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(10903,'1110','31750594700','2025-06-22 15:20:26',NULL,680.00,'','3','1','Inventory sold','1','','sales','214','','No',NULL,NULL,''),(10904,'1110','31750594700','2025-06-22 15:18:20',NULL,41.67,'','3','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(10905,'1110','31750594700','2025-06-22 15:19:17',NULL,0.00,'','3','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(10906,'1110','31750594700','2025-06-22 15:20:06',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(10907,'1110','31750594700','2025-06-22 15:20:19',NULL,0.00,'','3','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(10908,'1110','31750594700','2025-06-22 15:20:25',NULL,41.67,'','3','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(10909,'1110','31750594700','2025-06-22 15:50:15',NULL,83.34,'','3','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(10910,'5500','31750594700','2025-06-22 16:49:39',846.68,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10911,'1000','31750594700','2025-06-22 15:20:26',2200.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10912,'4000','31750594700','2025-06-22 15:20:26',NULL,900.00,'','3','1','Good sold','1','','sales','214','','No',NULL,NULL,''),(10913,'4000','31750594700','2025-06-22 15:18:20',NULL,100.00,'','3','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(10914,'4000','31750594700','2025-06-22 15:19:17',NULL,700.00,'','3','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(10915,'4000','31750594700','2025-06-22 15:20:06',NULL,100.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10916,'4000','31750594700','2025-06-22 15:20:19',NULL,100.00,'','3','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(10917,'4000','31750594700','2025-06-22 15:20:25',NULL,100.00,'','3','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(10918,'4000','31750594700','2025-06-22 15:50:15',NULL,200.00,'','3','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(10919,'1110','31750585557','2025-06-22 12:47:26',NULL,200.00,'','3','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(10920,'1110','31750585557','2025-06-22 12:46:26',NULL,35.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(10921,'1110','31750585557','2025-06-22 12:47:25',NULL,180.00,'','3','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(10922,'1110','31750585557','2025-06-22 15:14:20',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(10923,'1110','31750585557','2025-06-22 15:47:50',NULL,175.00,'','3','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(10924,'1110','31750585557','2025-06-22 16:54:41',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(10925,'5500','31750585557','2025-06-22 16:54:54',698.34,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10926,'1000','31750585557','2025-06-22 12:47:26',1100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10927,'4000','31750585557','2025-06-22 12:47:26',NULL,300.00,'','3','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(10928,'4000','31750585557','2025-06-22 12:46:26',NULL,50.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(10929,'4000','31750585557','2025-06-22 12:47:25',NULL,300.00,'','3','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(10930,'4000','31750585557','2025-06-22 15:14:20',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(10931,'4000','31750585557','2025-06-22 15:47:50',NULL,250.00,'','3','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(10932,'4000','31750585557','2025-06-22 16:54:41',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(10951,'1000','221750601251','2025-06-22 17:07:55',640.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10952,'4000','221750601251','2025-06-22 17:07:55',NULL,400.00,'','22','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(10953,'4000','221750601251','2025-06-22 17:07:31',NULL,240.00,'','22','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(10954,'1110','31750594479','2025-06-22 15:18:04',NULL,1000.00,'','3','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(10955,'1110','31750594479','2025-06-22 15:14:39',NULL,200.00,'','3','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(10956,'1110','31750594479','2025-06-22 15:16:06',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10957,'1110','31750594479','2025-06-22 15:16:17',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(10958,'1110','31750594479','2025-06-22 15:16:31',NULL,0.00,'','3','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(10959,'1110','31750594479','2025-06-22 15:17:00',NULL,0.00,'','3','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(10960,'1110','31750594479','2025-06-22 15:17:20',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(10961,'1110','31750594479','2025-06-22 15:46:40',NULL,530.00,'','3','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(10962,'1110','31750594479','2025-06-22 15:46:55',NULL,175.00,'','3','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(10963,'1110','31750594479','2025-06-22 15:47:13',NULL,175.00,'','3','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(10964,'1110','31750594479','2025-06-22 17:10:17',NULL,530.00,'','3','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(10965,'5500','31750594479','2025-06-22 17:10:39',2697.47,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10966,'1000','31750594479','2025-06-22 15:18:04',6280.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10967,'4000','31750594479','2025-06-22 15:18:04',NULL,1800.00,'','3','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(10968,'4000','31750594479','2025-06-22 15:14:39',NULL,260.00,'','3','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(10969,'4000','31750594479','2025-06-22 15:16:06',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10970,'4000','31750594479','2025-06-22 15:16:17',NULL,200.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10971,'4000','31750594479','2025-06-22 15:16:31',NULL,200.00,'','3','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(10972,'4000','31750594479','2025-06-22 15:17:00',NULL,1800.00,'','3','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(10973,'4000','31750594479','2025-06-22 15:17:20',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(10974,'4000','31750594479','2025-06-22 15:46:40',NULL,660.00,'','3','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(10975,'4000','31750594479','2025-06-22 15:46:55',NULL,250.00,'','3','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(10976,'4000','31750594479','2025-06-22 15:47:13',NULL,250.00,'','3','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(10977,'4000','31750594479','2025-06-22 17:10:17',NULL,660.00,'','3','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(10978,'1110','31750592652','2025-06-22 15:11:28',NULL,700.00,'','3','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(10979,'1110','31750592652','2025-06-22 14:44:12',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(10980,'1110','31750592652','2025-06-22 15:09:46',NULL,250.00,'','3','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(10981,'1110','31750592652','2025-06-22 15:11:02',NULL,0.00,'','3','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(10982,'1110','31750592652','2025-06-22 15:11:18',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(10983,'1110','31750592652','2025-06-22 15:11:27',NULL,175.00,'','3','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(10984,'1110','31750592652','2025-06-22 16:55:58',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(10985,'1110','31750592652','2025-06-22 17:01:30',NULL,1060.00,'','3','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(10986,'1110','31750592652','2025-06-22 17:02:26',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(10987,'5500','31750592652','2025-06-22 17:24:35',2272.47,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10988,'1000','31750592652','2025-06-22 15:11:28',4170.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10989,'4000','31750592652','2025-06-22 15:11:28',NULL,1000.00,'','3','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(10990,'4000','31750592652','2025-06-22 14:44:12',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(10991,'4000','31750592652','2025-06-22 15:09:46',NULL,400.00,'','3','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(10992,'4000','31750592652','2025-06-22 15:11:02',NULL,900.00,'','3','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(10993,'4000','31750592652','2025-06-22 15:11:18',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10994,'4000','31750592652','2025-06-22 15:11:27',NULL,250.00,'','3','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(10995,'4000','31750592652','2025-06-22 16:55:58',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(10996,'4000','31750592652','2025-06-22 17:01:30',NULL,1320.00,'','3','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(10997,'4000','31750592652','2025-06-22 17:02:26',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10998,'1110','31750604194','2025-06-22 17:58:02',NULL,5.00,'','3','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(10999,'1110','31750604194','2025-06-22 17:56:34',NULL,34.00,'','3','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(11000,'1110','31750604194','2025-06-22 17:56:49',NULL,975.00,'','3','1','Inventory sold','1','','sales','142','','No',NULL,NULL,''),(11001,'1110','31750604194','2025-06-22 17:56:56',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(11002,'5500','31750604194','2025-06-22 17:58:01',1068.17,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11003,'1000','31750604194','2025-06-22 17:58:02',1560.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11004,'4000','31750604194','2025-06-22 17:58:02',NULL,10.00,'','3','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(11005,'4000','31750604194','2025-06-22 17:56:34',NULL,50.00,'','3','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(11006,'4000','31750604194','2025-06-22 17:56:49',NULL,1400.00,'','3','1','Good sold','1','','sales','142','','No',NULL,NULL,''),(11007,'4000','31750604194','2025-06-22 17:56:56',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(11008,'1110','221750604502','2025-06-22 18:01:43',NULL,66.60,'','22','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11009,'5500','221750604502','2025-06-22 18:01:42',66.60,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11010,'1000','221750604502','2025-06-22 18:01:43',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11011,'4000','221750604502','2025-06-22 18:01:43',NULL,200.00,'','22','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11012,'1000','31750596532','2025-06-22 15:49:05',820.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11013,'4000','31750596532','2025-06-22 15:49:05',NULL,400.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(11014,'4000','31750596532','2025-06-22 15:48:52',NULL,300.00,'','3','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11015,'4000','31750596532','2025-06-22 15:49:04',NULL,120.00,'','3','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11016,'1110','31750606000','2025-06-22 18:27:34',NULL,500.00,'','3','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(11017,'1110','31750606000','2025-06-22 18:26:40',NULL,0.00,'','3','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(11018,'1110','31750606000','2025-06-22 18:27:08',NULL,0.00,'','3','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(11019,'5500','31750606000','2025-06-22 18:27:32',500.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11020,'1000','31750606000','2025-06-22 18:27:34',1650.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11021,'4000','31750606000','2025-06-22 18:27:34',NULL,1000.00,'','3','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(11022,'4000','31750606000','2025-06-22 18:26:40',NULL,450.00,'','3','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(11023,'4000','31750606000','2025-06-22 18:27:08',NULL,200.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(11024,'1110','41750606357','2025-06-22 18:32:38',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11025,'5500','41750606357','2025-06-22 18:32:37',33.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11026,'1000','41750606357','2025-06-22 18:32:38',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11027,'4000','41750606357','2025-06-22 18:32:38',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11028,'1110','41750606394','2025-06-22 18:33:29',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11029,'1110','41750606394','2025-06-22 18:33:14',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11030,'5500','41750606394','2025-06-22 18:33:26',103.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11031,'1000','41750606394','2025-06-22 18:33:29',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11032,'4000','41750606394','2025-06-22 18:33:29',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11033,'4000','41750606394','2025-06-22 18:33:14',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11034,'1110','41750606433','2025-06-22 18:33:54',NULL,800.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(11035,'5500','41750606433','2025-06-22 18:33:53',800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11036,'1000','41750606433','2025-06-22 18:33:54',1040.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11037,'4000','41750606433','2025-06-22 18:33:54',NULL,1040.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(11038,'1110','221750607230','2025-06-22 18:50:16',NULL,0.00,'','22','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(11039,'1110','221750607230','2025-06-22 18:47:10',NULL,33.00,'','22','1','Inventory sold','1','','sales','238','','No',NULL,NULL,''),(11040,'1110','221750607230','2025-06-22 18:47:58',NULL,70.00,'','22','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11041,'1110','221750607230','2025-06-22 18:49:37',NULL,108.34,'','22','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(11042,'5500','221750607230','2025-06-22 18:49:59',211.34,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11043,'1000','221750607230','2025-06-22 18:50:16',1000.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11044,'4000','221750607230','2025-06-22 18:50:16',NULL,600.00,'','22','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11045,'4000','221750607230','2025-06-22 18:47:10',NULL,100.00,'','22','1','Good sold','1','','sales','238','','No',NULL,NULL,''),(11046,'4000','221750607230','2025-06-22 18:47:58',NULL,100.00,'','22','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11047,'4000','221750607230','2025-06-22 18:49:37',NULL,200.00,'','22','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(11048,'1110','221750607528','2025-06-22 18:52:29',NULL,175.00,'','22','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(11049,'5500','221750607528','2025-06-22 18:52:08',175.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11050,'1000','221750607528','2025-06-22 18:52:29',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11051,'4000','221750607528','2025-06-22 18:52:29',NULL,250.00,'','22','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(11052,'1110','221750607569','2025-06-22 18:53:40',NULL,0.00,'','22','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(11053,'1110','221750607569','2025-06-22 18:52:50',NULL,70.00,'','22','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11054,'5500','221750607569','2025-06-22 18:53:21',70.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11055,'1000','221750607569','2025-06-22 18:53:40',550.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11056,'4000','221750607569','2025-06-22 18:53:40',NULL,450.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(11057,'4000','221750607569','2025-06-22 18:52:50',NULL,100.00,'','22','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11058,'1110','221750612466','2025-06-22 20:15:02',NULL,245.00,'','22','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(11059,'1110','221750612466','2025-06-22 20:14:26',NULL,41.67,'','22','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(11060,'5500','221750612466','2025-06-22 20:14:45',286.67,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11061,'1000','221750612466','2025-06-22 20:15:02',450.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11062,'4000','221750612466','2025-06-22 20:15:02',NULL,350.00,'','22','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(11063,'4000','221750612466','2025-06-22 20:14:26',NULL,100.00,'','22','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(11064,'4000','31750592652','2025-06-22 20:16:34',100.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(11065,'1000','31750592652','2025-06-22 20:16:34',NULL,100.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(11066,'5500','31750592652','2025-06-22 20:16:34',NULL,54.17,'','16','1','Cost of goods returned','1','','sales','178','','No',NULL,NULL,''),(11067,'1110','31750592652','2025-06-22 20:16:34',54.17,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(11068,'4000','31750592652','2025-06-22 20:16:42',1320.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(11069,'1000','31750592652','2025-06-22 20:16:42',NULL,1320.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(11070,'5500','31750592652','2025-06-22 20:16:42',NULL,1060.00,'','16','1','Cost of goods returned','1','','sales','138','','No',NULL,NULL,''),(11071,'1110','31750592652','2025-06-22 20:16:42',1060.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(11072,'1110','221750612528','2025-06-22 20:17:49',NULL,1000.00,'','22','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(11073,'1110','221750612528','2025-06-22 20:15:28',NULL,33.30,'','22','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11074,'5500','221750612528','2025-06-22 20:17:27',1033.30,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11075,'1000','221750612528','2025-06-22 20:17:49',1900.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11076,'4000','221750612528','2025-06-22 20:17:49',NULL,1800.00,'','22','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(11077,'4000','221750612528','2025-06-22 20:15:28',NULL,100.00,'','22','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11078,'1110','221750616022','2025-06-22 21:13:57',NULL,1000.00,'','22','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(11079,'5500','221750616022','2025-06-22 21:13:42',1000.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11080,'1000','221750616022','2025-06-22 21:13:57',1800.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11081,'4000','221750616022','2025-06-22 21:13:57',NULL,1800.00,'','22','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(11082,'1110','221750616055','2025-06-22 21:14:52',NULL,70.00,'','22','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(11083,'5500','221750616055','2025-06-22 21:14:15',70.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11084,'1000','221750616055','2025-06-22 21:14:52',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11085,'4000','221750616055','2025-06-22 21:14:52',NULL,100.00,'','22','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(11086,'1110','221750617166','2025-06-22 21:33:50',NULL,400.00,'','22','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(11087,'1110','221750617166','2025-06-22 21:32:46',NULL,33.30,'','22','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11088,'1110','221750617166','2025-06-22 21:33:23',NULL,35.00,'','22','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(11089,'5500','221750617166','2025-06-22 21:33:36',468.30,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11090,'1000','221750617166','2025-06-22 21:33:50',750.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11091,'4000','221750617166','2025-06-22 21:33:50',NULL,600.00,'','22','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(11092,'4000','221750617166','2025-06-22 21:32:46',NULL,100.00,'','22','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11093,'4000','221750617166','2025-06-22 21:33:23',NULL,50.00,'','22','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(11094,'1110','51750617347','2025-06-22 21:35:59',NULL,217.00,'','5','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(11095,'1110','51750617347','2025-06-22 21:35:47',NULL,350.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(11096,'5500','51750617347','2025-06-22 21:35:58',567.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11097,'1000','51750617347','2025-06-22 21:35:59',800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11098,'4000','51750617347','2025-06-22 21:35:59',NULL,300.00,'','5','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(11099,'4000','51750617347','2025-06-22 21:35:47',NULL,500.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(11100,'1110','51750617440','2025-06-22 21:37:21',NULL,400.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(11101,'5500','51750617440','2025-06-22 21:37:20',400.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11102,'1000','51750617440','2025-06-22 21:37:21',520.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11103,'4000','51750617440','2025-06-22 21:37:21',NULL,520.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(11104,'1000','51750617545','2025-06-22 21:39:22',1050.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11105,'4000','51750617545','2025-06-22 21:39:22',NULL,900.00,'','5','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(11106,'4000','51750617545','2025-06-22 21:39:05',NULL,100.00,'','5','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(11107,'4000','51750617545','2025-06-22 21:39:16',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11108,'1000','51750617602','2025-06-22 21:40:03',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11109,'4000','51750617602','2025-06-22 21:40:03',NULL,300.00,'','5','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11110,'1110','221750617851','2025-06-22 21:45:02',NULL,1000.00,'','22','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(11111,'1110','221750617851','2025-06-22 21:44:11',NULL,230.00,'','22','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(11112,'5500','221750617851','2025-06-22 21:44:47',1230.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11113,'1000','221750617851','2025-06-22 21:45:02',2100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11114,'4000','221750617851','2025-06-22 21:45:02',NULL,1800.00,'','22','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(11115,'4000','221750617851','2025-06-22 21:44:11',NULL,300.00,'','22','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(11116,'1110','171750618386','2025-06-22 21:53:14',NULL,140.00,'','17','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(11117,'5500','171750618386','2025-06-22 21:53:07',140.00,NULL,'','17','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11118,'1000','171750618386','2025-06-22 21:53:14',200.00,NULL,'','17','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11119,'4000','171750618386','2025-06-22 21:53:14',NULL,200.00,'','17','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(11120,'1110','171750618437','2025-06-22 21:54:03',NULL,70.00,'','17','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(11121,'5500','171750618437','2025-06-22 21:53:57',70.00,NULL,'','17','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11122,'1000','171750618437','2025-06-22 21:54:03',100.00,NULL,'','17','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11123,'4000','171750618437','2025-06-22 21:54:03',NULL,100.00,'','17','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(11124,'1110','41750618623','2025-06-22 21:57:04',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11125,'5500','41750618623','2025-06-22 21:57:03',33.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11126,'1000','41750618623','2025-06-22 21:57:04',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11127,'4000','41750618623','2025-06-22 21:57:04',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11128,'1000','221750618698','2025-06-22 21:58:28',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11129,'4000','221750618698','2025-06-22 21:58:28',NULL,200.00,'','22','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(11130,'1110','221750619053','2025-06-22 22:05:00',NULL,250.00,'','22','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(11131,'1110','221750619053','2025-06-22 22:04:13',NULL,0.00,'','22','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11132,'5500','221750619053','2025-06-22 22:04:42',250.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11133,'1000','221750619053','2025-06-22 22:05:00',520.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11134,'4000','221750619053','2025-06-22 22:05:00',NULL,400.00,'','22','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(11135,'4000','221750619053','2025-06-22 22:04:13',NULL,120.00,'','22','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11141,'1000','41750620545','2025-06-22 22:29:06',840.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11142,'4000','41750620545','2025-06-22 22:29:06',NULL,600.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(11143,'4000','41750620545','2025-06-22 22:29:05',NULL,120.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11144,'4000','41750620545','2025-06-22 22:32:30',NULL,120.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11145,'1110','81750620968','2025-06-22 22:36:20',NULL,710.00,'','8','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(11146,'1110','81750620968','2025-06-22 22:36:08',NULL,33.30,'','8','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11147,'5500','81750620968','2025-06-22 22:36:19',743.30,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11148,'1000','81750620968','2025-06-22 22:36:20',1100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11149,'4000','81750620968','2025-06-22 22:36:20',NULL,1000.00,'','8','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(11150,'4000','81750620968','2025-06-22 22:36:08',NULL,100.00,'','8','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11151,'1000','81750621026','2025-06-22 22:37:25',450.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11152,'4000','81750621026','2025-06-22 22:37:25',NULL,400.00,'','8','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(11153,'4000','81750621026','2025-06-22 22:37:06',NULL,50.00,'','8','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11154,'1110','81750621102','2025-06-22 22:38:40',NULL,270.00,'','8','1','Inventory sold','1','','sales','154','','No',NULL,NULL,''),(11155,'1110','81750621102','2025-06-22 22:38:22',NULL,70.00,'','8','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11156,'5500','81750621102','2025-06-22 22:38:39',340.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11157,'1000','81750621102','2025-06-22 22:38:40',500.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11158,'4000','81750621102','2025-06-22 22:38:40',NULL,400.00,'','8','1','Good sold','1','','sales','154','','No',NULL,NULL,''),(11159,'4000','81750621102','2025-06-22 22:38:22',NULL,100.00,'','8','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11160,'1110','221750622667','2025-06-22 23:05:46',NULL,200.00,'','22','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(11161,'1110','221750622667','2025-06-22 23:04:27',NULL,33.30,'','22','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11162,'1110','221750622667','2025-06-22 23:05:15',NULL,140.00,'','22','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(11163,'5500','221750622667','2025-06-22 23:05:26',373.30,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11164,'1000','221750622667','2025-06-22 23:05:46',600.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11165,'4000','221750622667','2025-06-22 23:05:46',NULL,300.00,'','22','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(11166,'4000','221750622667','2025-06-22 23:04:27',NULL,100.00,'','22','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11167,'4000','221750622667','2025-06-22 23:05:15',NULL,200.00,'','22','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(11168,'1110','51750618161','2025-06-22 23:10:22',NULL,2650.00,'','5','1','Inventory sold','1','','sales','87','','No',NULL,NULL,''),(11169,'1110','51750618161','2025-06-22 21:49:21',NULL,690.00,'','5','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(11170,'1110','51750618161','2025-06-22 23:09:04',NULL,41.67,'','5','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(11171,'1110','51750618161','2025-06-22 23:10:15',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11172,'5500','51750618161','2025-06-22 23:10:21',3414.97,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11173,'1000','51750618161','2025-06-22 23:10:22',4700.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11174,'4000','51750618161','2025-06-22 23:10:22',NULL,3500.00,'','5','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(11175,'4000','51750618161','2025-06-22 21:49:21',NULL,1000.00,'','5','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(11176,'4000','51750618161','2025-06-22 23:09:04',NULL,100.00,'','5','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(11177,'4000','51750618161','2025-06-22 23:10:15',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11178,'1110','51750623066','2025-06-22 23:11:51',NULL,1092.00,'','5','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(11179,'1110','51750623066','2025-06-22 23:11:06',NULL,975.00,'','5','1','Inventory sold','1','','sales','142','','No',NULL,NULL,''),(11180,'5500','51750623066','2025-06-22 23:11:32',2067.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11181,'1000','51750623066','2025-06-22 23:11:51',3100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11182,'4000','51750623066','2025-06-22 23:11:51',NULL,1700.00,'','5','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(11183,'4000','51750623066','2025-06-22 23:11:06',NULL,1400.00,'','5','1','Good sold','1','','sales','142','','No',NULL,NULL,''),(11184,'1000','51750623152','2025-06-22 23:12:33',800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11185,'4000','51750623152','2025-06-22 23:12:33',NULL,800.00,'','5','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(11186,'1000','51750623190','2025-06-22 23:13:44',950.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11187,'4000','51750623190','2025-06-22 23:13:44',NULL,800.00,'','5','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(11188,'4000','51750623190','2025-06-22 23:13:10',NULL,150.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11189,'1110','51750623260','2025-06-22 23:14:21',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11190,'5500','51750623260','2025-06-22 23:14:20',33.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11191,'1000','51750623260','2025-06-22 23:14:21',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11192,'4000','51750623260','2025-06-22 23:14:21',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11193,'1110','41750623750','2025-06-22 23:22:43',NULL,210.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(11194,'1110','41750623750','2025-06-22 23:22:30',NULL,525.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(11195,'5500','41750623750','2025-06-22 23:22:42',735.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11196,'1000','41750623750','2025-06-22 23:22:43',1010.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11197,'4000','41750623750','2025-06-22 23:22:43',NULL,260.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(11198,'4000','41750623750','2025-06-22 23:22:30',NULL,750.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(11199,'1000','41750625172','2025-06-22 23:46:27',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11200,'4000','41750625172','2025-06-22 23:46:27',NULL,120.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11201,'1110','51750625674','2025-06-22 23:54:35',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11202,'5500','51750625674','2025-06-22 23:54:34',70.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11203,'1000','51750625674','2025-06-22 23:54:35',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11204,'4000','51750625674','2025-06-22 23:54:35',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11205,'1110','61750619759','2025-06-22 22:16:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(11206,'1110','61750619759','2025-06-22 22:15:59',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11207,'1110','61750619759','2025-06-22 22:16:22',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11208,'1110','61750619759','2025-06-22 23:50:13',NULL,570.00,'','6','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(11209,'1110','61750619759','2025-06-23 01:09:08',NULL,108.34,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(11210,'1110','61750619759','2025-06-23 01:09:25',NULL,945.00,'','6','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(11211,'1110','61750619759','2025-06-23 01:10:12',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11212,'5500','61750619759','2025-06-23 01:12:23',1726.64,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11213,'1000','61750619759','2025-06-22 22:16:35',2920.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11214,'4000','61750619759','2025-06-22 22:16:35',NULL,200.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(11215,'4000','61750619759','2025-06-22 22:15:59',NULL,120.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11216,'4000','61750619759','2025-06-22 22:16:22',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11217,'4000','61750619759','2025-06-22 23:50:13',NULL,900.00,'','6','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(11218,'4000','61750619759','2025-06-23 01:09:08',NULL,200.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(11219,'4000','61750619759','2025-06-23 01:09:25',NULL,1300.00,'','6','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(11220,'4000','61750619759','2025-06-23 01:10:12',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11221,'1110','61750630399','2025-06-23 01:14:05',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11222,'1110','61750630399','2025-06-23 01:13:19',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11223,'1110','61750630399','2025-06-23 01:13:24',NULL,41.67,'','6','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(11224,'1110','61750630399','2025-06-23 01:13:36',NULL,83.34,'','6','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(11225,'1110','61750630399','2025-06-23 01:13:46',NULL,680.00,'','6','1','Inventory sold','1','','sales','214','','No',NULL,NULL,''),(11226,'5500','61750630399','2025-06-23 01:14:03',871.61,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11227,'1000','61750630399','2025-06-23 01:14:05',1400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11228,'4000','61750630399','2025-06-23 01:14:05',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11229,'4000','61750630399','2025-06-23 01:13:19',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11230,'4000','61750630399','2025-06-23 01:13:24',NULL,100.00,'','6','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(11231,'4000','61750630399','2025-06-23 01:13:36',NULL,200.00,'','6','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(11232,'4000','61750630399','2025-06-23 01:13:46',NULL,900.00,'','6','1','Good sold','1','','sales','214','','No',NULL,NULL,''),(11233,'1110','61750630523','2025-06-23 01:16:52',NULL,1300.00,'','6','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(11234,'1110','61750630523','2025-06-23 01:15:23',NULL,41.67,'','6','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(11235,'1110','61750630523','2025-06-23 01:15:34',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11236,'1110','61750630523','2025-06-23 01:15:45',NULL,0.00,'','6','1','Inventory sold','1','','sales','81','','No',NULL,NULL,''),(11237,'1110','61750630523','2025-06-23 01:16:34',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(11238,'1110','61750630523','2025-06-23 01:16:46',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(11239,'5500','61750630523','2025-06-23 01:16:50',1374.97,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11240,'1000','61750630523','2025-06-23 01:16:52',3700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11241,'4000','61750630523','2025-06-23 01:16:52',NULL,1800.00,'','6','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(11242,'4000','61750630523','2025-06-23 01:15:23',NULL,100.00,'','6','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(11243,'4000','61750630523','2025-06-23 01:15:34',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11244,'4000','61750630523','2025-06-23 01:15:45',NULL,1600.00,'','6','1','Good sold','1','','sales','81','','No',NULL,NULL,''),(11245,'4000','61750630523','2025-06-23 01:16:34',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11246,'4000','61750630523','2025-06-23 01:16:46',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11247,'1110','61750630684','2025-06-23 01:18:34',NULL,34.00,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(11248,'1110','61750630684','2025-06-23 01:18:04',NULL,16.00,'','6','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(11249,'5500','61750630684','2025-06-23 01:18:32',50.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11250,'1000','61750630684','2025-06-23 01:18:34',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11251,'4000','61750630684','2025-06-23 01:18:34',NULL,50.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(11252,'4000','61750630684','2025-06-23 01:18:04',NULL,30.00,'','6','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(11253,'1110','61750630794','2025-06-23 01:21:13',NULL,345.00,'','6','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(11254,'1110','61750630794','2025-06-23 01:19:54',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(11255,'1110','61750630794','2025-06-23 01:20:41',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(11256,'1110','61750630794','2025-06-23 01:20:49',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11257,'5500','61750630794','2025-06-23 01:21:12',378.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11258,'1000','61750630794','2025-06-23 01:21:13',950.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11259,'4000','61750630794','2025-06-23 01:21:13',NULL,500.00,'','6','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(11260,'4000','61750630794','2025-06-23 01:19:54',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11261,'4000','61750630794','2025-06-23 01:20:41',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11262,'4000','61750630794','2025-06-23 01:20:49',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11263,'1110','61750630937','2025-06-23 01:22:19',NULL,1300.00,'','6','1','Inventory sold','1','','sales','216','','No',NULL,NULL,''),(11264,'5500','61750630937','2025-06-23 01:22:17',1300.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11265,'1000','61750630937','2025-06-23 01:22:19',1800.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11266,'4000','61750630937','2025-06-23 01:22:19',NULL,1800.00,'','6','1','Good sold','1','','sales','216','','No',NULL,NULL,''),(11303,'1110','61750631317','2025-06-23 01:28:47',NULL,216.00,'','6','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(11304,'1110','61750631317','2025-06-23 01:28:37',NULL,216.00,'','6','1','Inventory sold','1','','sales','135','','No',NULL,NULL,''),(11305,'5500','61750631317','2025-06-23 01:28:45',432.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11306,'1000','61750631317','2025-06-23 01:28:47',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11307,'4000','61750631317','2025-06-23 01:28:47',NULL,300.00,'','6','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(11308,'4000','61750631317','2025-06-23 01:28:37',NULL,300.00,'','6','1','Good sold','1','','sales','135','','No',NULL,NULL,''),(11309,'1000','61750631388','2025-06-23 01:30:13',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11310,'4000','61750631388','2025-06-23 01:30:13',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11311,'4000','61750631388','2025-06-23 01:29:48',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11312,'1110','61750631441','2025-06-23 01:30:43',NULL,14.00,'','6','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(11313,'5500','61750631441','2025-06-23 01:30:41',14.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11314,'1000','61750631441','2025-06-23 01:30:43',20.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11315,'4000','61750631441','2025-06-23 01:30:43',NULL,20.00,'','6','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(11342,'1110','61750631593','2025-06-23 01:33:14',NULL,400.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(11343,'5500','61750631593','2025-06-23 01:33:13',400.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11344,'1000','61750631593','2025-06-23 01:33:14',520.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11345,'4000','61750631593','2025-06-23 01:33:14',NULL,520.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(11354,'1110','61750630984','2025-06-23 01:23:55',NULL,70.00,'','6','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(11355,'1110','61750630984','2025-06-23 01:23:04',NULL,5.00,'','6','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(11356,'1110','61750630984','2025-06-23 01:23:14',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(11357,'1110','61750630984','2025-06-23 01:23:30',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(11358,'1110','61750630984','2025-06-23 01:23:37',NULL,210.00,'','6','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(11359,'1110','61750630984','2025-06-23 01:23:53',NULL,210.00,'','6','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(11360,'1110','61750630984','2025-06-23 03:26:23',NULL,70.00,'','6','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(11361,'5500','61750630984','2025-06-23 03:26:42',565.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11362,'1000','61750630984','2025-06-23 01:23:55',1080.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11363,'4000','61750630984','2025-06-23 01:23:55',NULL,100.00,'','6','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(11364,'4000','61750630984','2025-06-23 01:23:04',NULL,10.00,'','6','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(11365,'4000','61750630984','2025-06-23 01:23:14',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11366,'4000','61750630984','2025-06-23 01:23:30',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11367,'4000','61750630984','2025-06-23 01:23:37',NULL,260.00,'','6','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(11368,'4000','61750630984','2025-06-23 01:23:53',NULL,260.00,'','6','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(11369,'4000','61750630984','2025-06-23 03:26:23',NULL,100.00,'','6','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(11370,'1110','61750631082','2025-06-23 01:27:50',NULL,570.00,'','6','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(11371,'1110','61750631082','2025-06-23 01:24:42',NULL,1300.00,'','6','1','Inventory sold','1','','sales','216','','No',NULL,NULL,''),(11372,'1110','61750631082','2025-06-23 01:25:07',NULL,230.00,'','6','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(11373,'1110','61750631082','2025-06-23 01:25:22',NULL,1000.00,'','6','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(11374,'1110','61750631082','2025-06-23 01:25:37',NULL,420.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11375,'1110','61750631082','2025-06-23 01:26:27',NULL,235.00,'','6','1','Inventory sold','1','','sales','167','','No',NULL,NULL,''),(11376,'1110','61750631082','2025-06-23 01:26:39',NULL,70.00,'','6','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(11377,'1110','61750631082','2025-06-23 01:26:51',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11378,'1110','61750631082','2025-06-23 01:26:53',NULL,1000.00,'','6','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(11379,'1110','61750631082','2025-06-23 01:27:12',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11380,'1110','61750631082','2025-06-23 01:27:27',NULL,570.00,'','6','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(11381,'1110','61750631082','2025-06-23 01:27:41',NULL,0.00,'','6','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(11382,'1110','61750631082','2025-06-23 01:32:02',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11383,'1110','61750631082','2025-06-23 03:36:04',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11384,'1110','61750631082','2025-06-23 03:37:46',NULL,1000.00,'','6','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(11385,'5500','61750631082','2025-06-23 03:38:04',6564.90,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11386,'1000','61750631082','2025-06-23 01:27:50',10900.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11387,'4000','61750631082','2025-06-23 01:27:50',NULL,900.00,'','6','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(11388,'4000','61750631082','2025-06-23 01:24:42',NULL,1800.00,'','6','1','Good sold','1','','sales','216','','No',NULL,NULL,''),(11389,'4000','61750631082','2025-06-23 01:25:07',NULL,300.00,'','6','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(11390,'4000','61750631082','2025-06-23 01:25:22',NULL,1800.00,'','6','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(11391,'4000','61750631082','2025-06-23 01:25:37',NULL,600.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11392,'4000','61750631082','2025-06-23 01:26:27',NULL,300.00,'','6','1','Good sold','1','','sales','167','','No',NULL,NULL,''),(11393,'4000','61750631082','2025-06-23 01:26:39',NULL,100.00,'','6','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(11394,'4000','61750631082','2025-06-23 01:26:51',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11395,'4000','61750631082','2025-06-23 01:26:53',NULL,1800.00,'','6','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(11396,'4000','61750631082','2025-06-23 01:27:12',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11397,'4000','61750631082','2025-06-23 01:27:27',NULL,900.00,'','6','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(11398,'4000','61750631082','2025-06-23 01:27:41',NULL,200.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(11399,'4000','61750631082','2025-06-23 01:32:02',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11400,'4000','61750631082','2025-06-23 03:36:04',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11401,'4000','61750631082','2025-06-23 03:37:46',NULL,1800.00,'','6','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(11402,'1110','61750631676','2025-06-23 01:35:16',NULL,0.00,'','6','1','Inventory sold','1','','sales','80','','No',NULL,NULL,''),(11403,'1110','61750631676','2025-06-23 01:34:36',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(11404,'1110','61750631676','2025-06-23 01:35:00',NULL,41.67,'','6','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(11405,'1110','61750631676','2025-06-23 01:35:15',NULL,41.67,'','6','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(11406,'5500','61750631676','2025-06-23 03:40:52',83.34,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11407,'1000','61750631676','2025-06-23 01:35:16',1050.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11408,'4000','61750631676','2025-06-23 01:35:16',NULL,800.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(11409,'4000','61750631676','2025-06-23 01:34:36',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11410,'4000','61750631676','2025-06-23 01:35:00',NULL,100.00,'','6','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(11411,'4000','61750631676','2025-06-23 01:35:15',NULL,100.00,'','6','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(11470,'1110','61750643058','2025-06-23 04:44:30',NULL,28.00,'','6','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(11471,'1110','61750643058','2025-06-23 04:44:18',NULL,5.00,'','6','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(11472,'5500','61750643058','2025-06-23 04:44:29',33.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11473,'1000','61750643058','2025-06-23 04:44:30',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11474,'4000','61750643058','2025-06-23 04:44:30',NULL,40.00,'','6','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(11475,'4000','61750643058','2025-06-23 04:44:18',NULL,10.00,'','6','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(11492,'1110','141750670924','2025-06-23 12:29:24',NULL,175.00,'','14','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(11493,'5500','141750670924','2025-06-23 12:28:44',175.00,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11494,'1000','141750670924','2025-06-23 12:29:24',250.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11495,'4000','141750670924','2025-06-23 12:29:24',NULL,250.00,'','14','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(11496,'1000','141750671189','2025-06-23 12:34:27',520.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11497,'4000','141750671189','2025-06-23 12:34:27',NULL,100.00,'','14','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11498,'4000','141750671189','2025-06-23 12:33:09',NULL,120.00,'','14','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(11499,'4000','141750671189','2025-06-23 12:33:35',NULL,300.00,'','14','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11500,'1000','141750673023','2025-06-23 13:04:46',1850.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11501,'4000','141750673023','2025-06-23 13:04:46',NULL,1800.00,'','14','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(11502,'4000','141750673023','2025-06-23 13:03:44',NULL,50.00,'','14','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11503,'1110','141750673163','2025-06-23 13:06:17',NULL,8.00,'','14','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(11504,'5500','141750673163','2025-06-23 13:06:03',8.00,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11505,'1000','141750673163','2025-06-23 13:06:17',15.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11506,'4000','141750673163','2025-06-23 13:06:17',NULL,15.00,'','14','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(11507,'1110','141750673356','2025-06-23 13:10:20',NULL,175.00,'','14','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(11508,'5500','141750673356','2025-06-23 13:09:16',175.00,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11509,'1000','141750673356','2025-06-23 13:10:20',250.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11510,'4000','141750673356','2025-06-23 13:10:20',NULL,250.00,'','14','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(11511,'1110','141750677998','2025-06-23 14:41:47',NULL,350.00,'','14','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(11512,'1110','141750677998','2025-06-23 14:26:38',NULL,68.00,'','14','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(11513,'1110','141750677998','2025-06-23 14:40:12',NULL,5.00,'','14','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(11514,'5500','141750677998','2025-06-23 14:40:52',423.00,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11515,'1000','141750677998','2025-06-23 14:41:47',610.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11516,'4000','141750677998','2025-06-23 14:41:47',NULL,500.00,'','14','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(11517,'4000','141750677998','2025-06-23 14:26:38',NULL,100.00,'','14','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(11518,'4000','141750677998','2025-06-23 14:40:12',NULL,10.00,'','14','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(11519,'1110','141750678933','2025-06-23 14:43:55',NULL,605.00,'','14','1','Inventory sold','1','','sales','96','','No',NULL,NULL,''),(11520,'1110','141750678933','2025-06-23 14:42:13',NULL,34.00,'','14','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(11521,'1110','141750678933','2025-06-23 14:42:53',NULL,5.00,'','14','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(11522,'1110','141750678933','2025-06-23 14:43:15',NULL,33.30,'','14','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11523,'5500','141750678933','2025-06-23 14:43:35',677.30,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11524,'1000','141750678933','2025-06-23 14:43:55',1010.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11525,'4000','141750678933','2025-06-23 14:43:55',NULL,850.00,'','14','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(11526,'4000','141750678933','2025-06-23 14:42:13',NULL,50.00,'','14','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(11527,'4000','141750678933','2025-06-23 14:42:53',NULL,10.00,'','14','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(11528,'4000','141750678933','2025-06-23 14:43:15',NULL,100.00,'','14','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11529,'1110','141750679058','2025-06-23 14:47:19',NULL,350.00,'','14','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(11530,'1110','141750679058','2025-06-23 14:44:18',NULL,70.00,'','14','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11531,'1110','141750679058','2025-06-23 14:45:19',NULL,1000.00,'','14','1','Inventory sold','1','','sales','83','','No',NULL,NULL,''),(11532,'5500','141750679058','2025-06-23 14:47:01',1420.00,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11533,'1000','141750679058','2025-06-23 14:47:19',2100.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11534,'4000','141750679058','2025-06-23 14:47:19',NULL,500.00,'','14','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(11535,'4000','141750679058','2025-06-23 14:44:18',NULL,100.00,'','14','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11536,'4000','141750679058','2025-06-23 14:45:19',NULL,1500.00,'','14','1','Good sold','1','','sales','83','','No',NULL,NULL,''),(11537,'1110','141750692203','2025-06-23 18:23:47',NULL,175.00,'','14','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(11538,'5500','141750692203','2025-06-23 18:23:23',175.00,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11539,'1000','141750692203','2025-06-23 18:23:47',250.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11540,'4000','141750692203','2025-06-23 18:23:47',NULL,250.00,'','14','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(11541,'1110','41750698520','2025-06-23 20:08:42',NULL,140.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11542,'5500','41750698520','2025-06-23 20:08:40',140.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11543,'1000','41750698520','2025-06-23 20:08:42',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11544,'4000','41750698520','2025-06-23 20:08:42',NULL,200.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11565,'1110','41750699238','2025-06-23 20:20:41',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11566,'5500','41750699238','2025-06-23 20:20:38',70.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11567,'1000','41750699238','2025-06-23 20:20:41',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11568,'4000','41750699238','2025-06-23 20:20:41',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11569,'1110','41750699298','2025-06-23 20:21:39',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(11570,'5500','41750699298','2025-06-23 20:21:38',175.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11571,'1000','41750699298','2025-06-23 20:21:39',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11572,'4000','41750699298','2025-06-23 20:21:39',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(11573,'1110','41750699339','2025-06-23 20:22:46',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(11574,'1110','41750699339','2025-06-23 20:22:19',NULL,370.00,'','4','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(11575,'5500','41750699339','2025-06-23 20:22:20',424.17,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11576,'1000','41750699339','2025-06-23 20:22:46',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11577,'4000','41750699339','2025-06-23 20:22:46',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(11578,'4000','41750699339','2025-06-23 20:22:19',NULL,600.00,'','4','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(11579,'1110','41750699410','2025-06-23 20:24:23',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11580,'1110','41750699410','2025-06-23 20:23:30',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(11581,'1110','41750699410','2025-06-23 20:23:32',NULL,34.00,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(11582,'5500','41750699410','2025-06-23 20:24:22',279.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11583,'1000','41750699410','2025-06-23 20:24:23',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11584,'4000','41750699410','2025-06-23 20:24:23',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11585,'4000','41750699410','2025-06-23 20:23:30',NULL,250.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(11586,'4000','41750699410','2025-06-23 20:23:32',NULL,50.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(11587,'1110','41750698538','2025-06-23 20:17:40',NULL,630.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(11588,'1110','41750698538','2025-06-23 20:08:58',NULL,66.60,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11589,'1110','41750698538','2025-06-23 20:09:10',NULL,500.00,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(11590,'1110','41750698538','2025-06-23 20:09:32',NULL,150.00,'','4','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(11591,'1110','41750698538','2025-06-23 20:09:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','24','','No',NULL,NULL,''),(11592,'1110','41750698538','2025-06-23 20:11:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(11593,'1110','41750698538','2025-06-23 20:11:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(11594,'1110','41750698538','2025-06-23 20:12:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11595,'1110','41750698538','2025-06-23 20:12:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(11596,'1110','41750698538','2025-06-23 20:17:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11597,'5500','41750698538','2025-06-23 20:28:31',1346.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11598,'1000','41750698538','2025-06-23 20:17:40',7680.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11599,'4000','41750698538','2025-06-23 20:17:40',NULL,780.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(11600,'4000','41750698538','2025-06-23 20:08:58',NULL,200.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11601,'4000','41750698538','2025-06-23 20:09:10',NULL,800.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(11602,'4000','41750698538','2025-06-23 20:09:32',NULL,200.00,'','4','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(11603,'4000','41750698538','2025-06-23 20:09:57',NULL,1200.00,'','4','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(11604,'4000','41750698538','2025-06-23 20:11:22',NULL,3600.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(11605,'4000','41750698538','2025-06-23 20:11:44',NULL,200.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11606,'4000','41750698538','2025-06-23 20:12:00',NULL,200.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11607,'4000','41750698538','2025-06-23 20:12:01',NULL,300.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(11608,'4000','41750698538','2025-06-23 20:17:17',NULL,200.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11619,'1110','41750700328','2025-06-23 20:39:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(11620,'1110','41750700328','2025-06-23 20:38:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(11621,'1110','41750700328','2025-06-23 20:38:57',NULL,83.34,'','4','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(11622,'5500','41750700328','2025-06-23 20:39:11',83.34,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11623,'1000','41750700328','2025-06-23 20:39:12',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11624,'4000','41750700328','2025-06-23 20:39:12',NULL,600.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11625,'4000','41750700328','2025-06-23 20:38:48',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11626,'4000','41750700328','2025-06-23 20:38:57',NULL,200.00,'','4','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(11639,'1110','41750700457','2025-06-23 20:41:03',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11640,'5500','41750700457','2025-06-23 20:40:57',33.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11641,'1000','41750700457','2025-06-23 20:41:03',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11642,'4000','41750700457','2025-06-23 20:41:03',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11643,'1110','41750700538','2025-06-23 20:42:19',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(11644,'5500','41750700538','2025-06-23 20:42:18',175.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11645,'1000','41750700538','2025-06-23 20:42:19',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11646,'4000','41750700538','2025-06-23 20:42:19',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(11647,'1110','41750700552','2025-06-23 20:43:06',NULL,945.00,'','4','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(11648,'5500','41750700552','2025-06-23 20:42:32',945.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11649,'1000','41750700552','2025-06-23 20:43:06',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11650,'4000','41750700552','2025-06-23 20:43:06',NULL,1300.00,'','4','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(11651,'1110','41750700643','2025-06-23 20:44:04',NULL,10.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(11652,'5500','41750700643','2025-06-23 20:44:03',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11653,'1000','41750700643','2025-06-23 20:44:04',20.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11654,'4000','41750700643','2025-06-23 20:44:04',NULL,20.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(11655,'1110','41750700661','2025-06-23 20:44:22',NULL,150.00,'','4','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(11656,'5500','41750700661','2025-06-23 20:44:21',150.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11657,'1000','41750700661','2025-06-23 20:44:22',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11658,'4000','41750700661','2025-06-23 20:44:22',NULL,200.00,'','4','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(11675,'1110','41750705017','2025-06-23 21:58:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(11676,'1110','41750705017','2025-06-23 21:56:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(11677,'1110','41750705017','2025-06-23 21:57:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(11678,'1110','41750705017','2025-06-23 21:58:02',NULL,500.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(11679,'5500','41750705017','2025-06-23 21:58:30',500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11680,'1000','41750705017','2025-06-23 21:58:31',2100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11681,'4000','41750705017','2025-06-23 21:58:31',NULL,450.00,'','4','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(11682,'4000','41750705017','2025-06-23 21:56:57',NULL,100.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(11683,'4000','41750705017','2025-06-23 21:57:58',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11684,'4000','41750705017','2025-06-23 21:58:02',NULL,1500.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(11685,'1110','41750700244','2025-06-23 20:38:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(11686,'1110','41750700244','2025-06-23 20:37:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(11687,'1110','41750700244','2025-06-23 20:37:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(11688,'1110','41750700244','2025-06-23 20:37:41',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11689,'1110','41750700244','2025-06-23 20:37:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11690,'5500','41750700244','2025-06-23 22:11:49',33.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11691,'1000','41750700244','2025-06-23 20:38:00',1850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11692,'4000','41750700244','2025-06-23 20:38:00',NULL,1400.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(11693,'4000','41750700244','2025-06-23 20:37:24',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11694,'4000','41750700244','2025-06-23 20:37:32',NULL,200.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(11695,'4000','41750700244','2025-06-23 20:37:41',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11696,'4000','41750700244','2025-06-23 20:37:59',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11697,'1110','41750710421','2025-06-23 23:27:02',NULL,16.00,'','4','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(11698,'5500','41750710421','2025-06-23 23:27:01',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11699,'1000','41750710421','2025-06-23 23:27:02',30.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11700,'4000','41750710421','2025-06-23 23:27:02',NULL,30.00,'','4','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(11715,'1110','41750710497','2025-06-23 23:28:37',NULL,330.00,'','4','1','Inventory sold','1','','sales','153','','No',NULL,NULL,''),(11716,'5500','41750710497','2025-06-23 23:28:17',330.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11717,'1000','41750710497','2025-06-23 23:28:37',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11718,'4000','41750710497','2025-06-23 23:28:37',NULL,500.00,'','4','1','Good sold','1','','sales','153','','No',NULL,NULL,''),(11719,'1110','41750700379','2025-06-23 20:40:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(11720,'1110','41750700379','2025-06-23 20:39:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(11721,'1110','41750700379','2025-06-23 20:39:45',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11722,'1110','41750700379','2025-06-23 20:39:59',NULL,68.00,'','4','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(11723,'1110','41750700379','2025-06-23 20:40:08',NULL,225.00,'','4','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(11724,'1110','41750700379','2025-06-23 20:40:22',NULL,225.00,'','4','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(11725,'1110','41750700379','2025-06-23 21:54:12',NULL,450.00,'','4','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(11726,'5500','41750700379','2025-06-23 23:54:27',1001.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11727,'1000','41750700379','2025-06-23 20:40:24',1750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11728,'4000','41750700379','2025-06-23 20:40:24',NULL,300.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11729,'4000','41750700379','2025-06-23 20:39:39',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11730,'4000','41750700379','2025-06-23 20:39:45',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11731,'4000','41750700379','2025-06-23 20:39:59',NULL,100.00,'','4','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(11732,'4000','41750700379','2025-06-23 20:40:08',NULL,300.00,'','4','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(11733,'4000','41750700379','2025-06-23 20:40:22',NULL,300.00,'','4','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(11734,'4000','41750700379','2025-06-23 21:54:12',NULL,600.00,'','4','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(11743,'1110','41750714400','2025-06-24 00:33:20',NULL,500.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(11744,'5500','41750714400','2025-06-24 00:33:20',500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11745,'1000','41750714400','2025-06-24 00:33:20',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11746,'4000','41750714400','2025-06-24 00:33:20',NULL,1500.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(11747,'1110','41750716065','2025-06-24 01:01:16',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11748,'5500','41750716065','2025-06-24 01:01:05',70.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11749,'1000','41750716065','2025-06-24 01:01:16',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11750,'4000','41750716065','2025-06-24 01:01:16',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11751,'1110','61750793841','2025-06-24 22:38:43',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(11752,'1110','61750793841','2025-06-24 22:37:21',NULL,0.00,'','6','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(11753,'1110','61750793841','2025-06-24 22:37:45',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11754,'5500','61750793841','2025-06-24 22:38:37',70.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11755,'1000','61750793841','2025-06-24 22:38:43',420.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11756,'4000','61750793841','2025-06-24 22:38:43',NULL,120.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(11757,'4000','61750793841','2025-06-24 22:37:21',NULL,200.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(11758,'4000','61750793841','2025-06-24 22:37:45',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11759,'1110','61750794254','2025-06-24 22:44:15',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11760,'5500','61750794254','2025-06-24 22:44:14',70.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11761,'1000','61750794254','2025-06-24 22:44:15',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11762,'4000','61750794254','2025-06-24 22:44:15',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11763,'1110','61750794297','2025-06-24 22:46:07',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11764,'1110','61750794297','2025-06-24 22:44:57',NULL,0.00,'','6','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(11765,'1110','61750794297','2025-06-24 22:45:23',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(11766,'1110','61750794297','2025-06-24 22:45:31',NULL,500.00,'','6','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(11767,'5500','61750794297','2025-06-24 22:46:06',533.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11768,'1000','61750794297','2025-06-24 22:46:07',1950.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11769,'4000','61750794297','2025-06-24 22:46:07',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11770,'4000','61750794297','2025-06-24 22:44:57',NULL,300.00,'','6','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(11771,'4000','61750794297','2025-06-24 22:45:23',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11772,'4000','61750794297','2025-06-24 22:45:31',NULL,1500.00,'','6','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(11773,'1110','61750794513','2025-06-24 22:49:42',NULL,0.00,'','6','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(11774,'1110','61750794513','2025-06-24 22:48:33',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11775,'1110','61750794513','2025-06-24 22:48:58',NULL,175.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(11776,'5500','61750794513','2025-06-24 22:49:05',245.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11777,'1000','61750794513','2025-06-24 22:49:42',550.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11778,'4000','61750794513','2025-06-24 22:49:42',NULL,200.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(11779,'4000','61750794513','2025-06-24 22:48:33',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11780,'4000','61750794513','2025-06-24 22:48:58',NULL,250.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(11781,'1110','61750794636','2025-06-24 22:50:38',NULL,140.00,'','6','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(11782,'5500','61750794636','2025-06-24 22:50:36',140.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11783,'1000','61750794636','2025-06-24 22:50:38',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11784,'4000','61750794636','2025-06-24 22:50:38',NULL,200.00,'','6','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(11785,'1110','61750794687','2025-06-24 22:52:30',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11786,'1110','61750794687','2025-06-24 22:51:27',NULL,975.00,'','6','1','Inventory sold','1','','sales','142','','No',NULL,NULL,''),(11787,'1110','61750794687','2025-06-24 22:51:28',NULL,0.00,'','6','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(11788,'1110','61750794687','2025-06-24 22:51:42',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(11789,'5500','61750794687','2025-06-24 22:52:15',1008.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11790,'1000','61750794687','2025-06-24 22:52:30',1950.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11791,'4000','61750794687','2025-06-24 22:52:30',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11792,'4000','61750794687','2025-06-24 22:51:27',NULL,1400.00,'','6','1','Good sold','1','','sales','142','','No',NULL,NULL,''),(11793,'4000','61750794687','2025-06-24 22:51:28',NULL,400.00,'','6','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(11794,'4000','61750794687','2025-06-24 22:51:42',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11795,'1110','61750794821','2025-06-24 22:54:47',NULL,350.00,'','6','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(11796,'1110','61750794821','2025-06-24 22:53:41',NULL,423.00,'','6','1','Inventory sold','1','','sales','124','','No',NULL,NULL,''),(11797,'1110','61750794821','2025-06-24 22:54:16',NULL,35.00,'','6','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(11798,'5500','61750794821','2025-06-24 22:54:31',808.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11799,'1000','61750794821','2025-06-24 22:54:47',1150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11800,'4000','61750794821','2025-06-24 22:54:47',NULL,500.00,'','6','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(11801,'4000','61750794821','2025-06-24 22:53:41',NULL,600.00,'','6','1','Good sold','1','','sales','124','','No',NULL,NULL,''),(11802,'4000','61750794821','2025-06-24 22:54:16',NULL,50.00,'','6','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(11803,'1110','61750794908','2025-06-24 22:55:46',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11804,'5500','61750794908','2025-06-24 22:55:08',70.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11805,'1000','61750794908','2025-06-24 22:55:46',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11806,'4000','61750794908','2025-06-24 22:55:46',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11807,'1110','61750794966','2025-06-24 22:56:41',NULL,105.00,'','6','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(11808,'5500','61750794966','2025-06-24 22:56:06',105.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11809,'1000','61750794966','2025-06-24 22:56:41',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11810,'4000','61750794966','2025-06-24 22:56:41',NULL,150.00,'','6','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(11811,'1110','61750795072','2025-06-24 22:58:43',NULL,0.00,'','6','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(11812,'1110','61750795072','2025-06-24 22:57:52',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(11813,'1110','61750795072','2025-06-24 22:58:17',NULL,500.00,'','6','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(11814,'5500','61750795072','2025-06-24 22:58:28',500.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11815,'1000','61750795072','2025-06-24 22:58:43',1700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11816,'4000','61750795072','2025-06-24 22:58:43',NULL,600.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11817,'4000','61750795072','2025-06-24 22:57:52',NULL,100.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11818,'4000','61750795072','2025-06-24 22:58:17',NULL,1000.00,'','6','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(11819,'1110','61750795144','2025-06-24 23:00:08',NULL,35.00,'','6','1','Inventory sold','1','','sales','199','','No',NULL,NULL,''),(11820,'1110','61750795144','2025-06-24 22:59:04',NULL,35.00,'','6','1','Inventory sold','1','','sales','200','','No',NULL,NULL,''),(11821,'1110','61750795144','2025-06-24 22:59:38',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11822,'5500','61750795144','2025-06-24 22:59:51',103.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11823,'1000','61750795144','2025-06-24 23:00:08',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11824,'4000','61750795144','2025-06-24 23:00:08',NULL,50.00,'','6','1','Good sold','1','','sales','199','','No',NULL,NULL,''),(11825,'4000','61750795144','2025-06-24 22:59:04',NULL,50.00,'','6','1','Good sold','1','','sales','200','','No',NULL,NULL,''),(11826,'4000','61750795144','2025-06-24 22:59:38',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11827,'4000','61750794636','2025-06-24 23:49:43',200.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(11828,'1000','61750794636','2025-06-24 23:49:43',NULL,200.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(11829,'5500','61750794636','2025-06-24 23:49:43',NULL,140.00,'','16','1','Cost of goods returned','1','','sales','194','','No',NULL,NULL,''),(11830,'1110','61750794636','2025-06-24 23:49:43',140.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(11831,'1110','61750798293','2025-06-24 23:51:45',NULL,140.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11832,'5500','61750798293','2025-06-24 23:51:33',140.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11833,'1000','61750798293','2025-06-24 23:51:45',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11834,'4000','61750798293','2025-06-24 23:51:45',NULL,200.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11835,'1110','61750798678','2025-06-24 23:57:59',NULL,8.00,'','6','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(11836,'5500','61750798678','2025-06-24 23:57:58',8.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11837,'1000','61750798678','2025-06-24 23:57:59',15.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11838,'4000','61750798678','2025-06-24 23:57:59',NULL,15.00,'','6','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(11839,'1110','61750802119','2025-06-25 00:56:40',NULL,1175.00,'','6','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(11840,'1110','61750802119','2025-06-25 00:55:19',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11841,'1110','61750802119','2025-06-25 00:55:53',NULL,200.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(11842,'5500','61750802119','2025-06-25 00:56:08',1408.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11843,'1000','61750802119','2025-06-25 00:56:40',2160.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11844,'4000','61750802119','2025-06-25 00:56:40',NULL,1800.00,'','6','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(11845,'4000','61750802119','2025-06-25 00:55:19',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11846,'4000','61750802119','2025-06-25 00:55:53',NULL,260.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(11847,'1110','141750802358','2025-06-25 00:59:55',NULL,900.00,'','14','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(11848,'1110','141750802358','2025-06-25 00:59:18',NULL,250.00,'','14','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(11849,'5500','141750802358','2025-06-25 00:59:35',1150.00,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11850,'1000','141750802358','2025-06-25 00:59:55',1900.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11851,'4000','141750802358','2025-06-25 00:59:55',NULL,1500.00,'','14','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(11852,'4000','141750802358','2025-06-25 00:59:18',NULL,400.00,'','14','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(11853,'1000','141750802444','2025-06-25 01:01:31',950.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11854,'4000','141750802444','2025-06-25 01:01:31',NULL,900.00,'','14','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(11855,'4000','141750802444','2025-06-25 01:00:44',NULL,50.00,'','14','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11856,'1110','141750802514','2025-06-25 01:02:27',NULL,175.00,'','14','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(11857,'1110','141750802514','2025-06-25 01:01:54',NULL,33.30,'','14','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11858,'5500','141750802514','2025-06-25 01:02:13',208.30,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11859,'1000','141750802514','2025-06-25 01:02:27',350.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11860,'4000','141750802514','2025-06-25 01:02:27',NULL,250.00,'','14','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(11861,'4000','141750802514','2025-06-25 01:01:54',NULL,100.00,'','14','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11862,'1000','141750802631','2025-06-25 01:05:48',1600.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11863,'4000','141750802631','2025-06-25 01:05:48',NULL,1200.00,'','14','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(11864,'4000','141750802631','2025-06-25 01:03:52',NULL,100.00,'','14','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(11865,'4000','141750802631','2025-06-25 01:04:30',NULL,200.00,'','14','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11866,'4000','141750802631','2025-06-25 01:05:06',NULL,100.00,'','14','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(11867,'1110','61750805192','2025-06-25 02:04:19',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11868,'1110','61750805192','2025-06-25 01:46:32',NULL,180.00,'','6','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(11869,'1110','61750805192','2025-06-25 01:49:03',NULL,180.00,'','6','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(11870,'1110','61750805192','2025-06-25 01:49:51',NULL,825.00,'','6','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(11871,'1110','61750805192','2025-06-25 01:50:17',NULL,599.00,'','6','1','Inventory sold','1','','sales','125','','No',NULL,NULL,''),(11872,'1110','61750805192','2025-06-25 01:51:10',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11873,'1110','61750805192','2025-06-25 01:52:07',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11874,'1110','61750805192','2025-06-25 01:52:33',NULL,680.00,'','6','1','Inventory sold','1','','sales','214','','No',NULL,NULL,''),(11875,'1110','61750805192','2025-06-25 01:52:42',NULL,0.00,'','6','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(11876,'1110','61750805192','2025-06-25 01:53:01',NULL,0.00,'','6','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(11877,'1110','61750805192','2025-06-25 01:54:32',NULL,225.00,'','6','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(11878,'1110','61750805192','2025-06-25 01:55:21',NULL,140.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11879,'1110','61750805192','2025-06-25 01:56:04',NULL,225.00,'','6','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(11880,'1110','61750805192','2025-06-25 01:57:34',NULL,200.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(11881,'1110','61750805192','2025-06-25 01:58:36',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11882,'5500','61750805192','2025-06-25 02:04:03',3460.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11883,'1000','61750805192','2025-06-25 02:04:19',7310.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11884,'4000','61750805192','2025-06-25 02:04:19',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11885,'4000','61750805192','2025-06-25 01:46:32',NULL,300.00,'','6','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(11886,'4000','61750805192','2025-06-25 01:49:03',NULL,300.00,'','6','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(11887,'4000','61750805192','2025-06-25 01:49:51',NULL,1250.00,'','6','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(11888,'4000','61750805192','2025-06-25 01:50:17',NULL,900.00,'','6','1','Good sold','1','','sales','125','','No',NULL,NULL,''),(11889,'4000','61750805192','2025-06-25 01:51:10',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11890,'4000','61750805192','2025-06-25 01:52:07',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11891,'4000','61750805192','2025-06-25 01:52:33',NULL,900.00,'','6','1','Good sold','1','','sales','214','','No',NULL,NULL,''),(11892,'4000','61750805192','2025-06-25 01:52:42',NULL,1800.00,'','6','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(11893,'4000','61750805192','2025-06-25 01:53:01',NULL,400.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(11894,'4000','61750805192','2025-06-25 01:54:32',NULL,300.00,'','6','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(11895,'4000','61750805192','2025-06-25 01:55:21',NULL,200.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11896,'4000','61750805192','2025-06-25 01:56:04',NULL,300.00,'','6','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(11897,'4000','61750805192','2025-06-25 01:57:34',NULL,260.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(11898,'4000','61750805192','2025-06-25 01:58:36',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11899,'1110','141750806332','2025-06-25 02:08:11',NULL,525.00,'','14','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(11900,'1110','141750806332','2025-06-25 02:05:32',NULL,41.67,'','14','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(11901,'1110','141750806332','2025-06-25 02:05:56',NULL,1175.00,'','14','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(11902,'1110','141750806332','2025-06-25 02:06:07',NULL,70.00,'','14','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11903,'5500','141750806332','2025-06-25 02:06:32',1811.67,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11904,'1000','141750806332','2025-06-25 02:08:11',2750.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11905,'4000','141750806332','2025-06-25 02:08:11',NULL,750.00,'','14','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(11906,'4000','141750806332','2025-06-25 02:05:32',NULL,100.00,'','14','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(11907,'4000','141750806332','2025-06-25 02:05:56',NULL,1800.00,'','14','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(11908,'4000','141750806332','2025-06-25 02:06:07',NULL,100.00,'','14','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11909,'1110','141750806520','2025-06-25 02:11:00',NULL,70.00,'','14','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11910,'1110','141750806520','2025-06-25 02:08:40',NULL,0.00,'','14','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(11911,'1110','141750806520','2025-06-25 02:09:00',NULL,0.00,'','14','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(11912,'1110','141750806520','2025-06-25 02:09:18',NULL,180.00,'','14','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(11913,'1110','141750806520','2025-06-25 02:09:38',NULL,180.00,'','14','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(11914,'5500','141750806520','2025-06-25 02:10:02',430.00,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11915,'1000','141750806520','2025-06-25 02:11:00',1400.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11916,'4000','141750806520','2025-06-25 02:11:00',NULL,100.00,'','14','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11917,'4000','141750806520','2025-06-25 02:08:40',NULL,600.00,'','14','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11918,'4000','141750806520','2025-06-25 02:09:00',NULL,100.00,'','14','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(11919,'4000','141750806520','2025-06-25 02:09:18',NULL,300.00,'','14','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(11920,'4000','141750806520','2025-06-25 02:09:38',NULL,300.00,'','14','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(11921,'1110','141750806679','2025-06-25 02:13:51',NULL,33.30,'','14','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11922,'1110','141750806679','2025-06-25 02:11:19',NULL,420.00,'','14','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(11923,'1110','141750806679','2025-06-25 02:11:41',NULL,0.00,'','14','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(11924,'1110','141750806679','2025-06-25 02:12:05',NULL,0.00,'','14','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(11925,'1110','141750806679','2025-06-25 02:12:23',NULL,0.00,'','14','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(11926,'5500','141750806679','2025-06-25 02:12:33',453.30,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11927,'1000','141750806679','2025-06-25 02:13:51',2570.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11928,'4000','141750806679','2025-06-25 02:13:51',NULL,100.00,'','14','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11929,'4000','141750806679','2025-06-25 02:11:19',NULL,520.00,'','14','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(11930,'4000','141750806679','2025-06-25 02:11:41',NULL,50.00,'','14','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11931,'4000','141750806679','2025-06-25 02:12:05',NULL,100.00,'','14','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(11932,'4000','141750806679','2025-06-25 02:12:23',NULL,1800.00,'','14','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(11933,'1110','141750806852','2025-06-25 02:15:05',NULL,700.00,'','14','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(11934,'1110','141750806852','2025-06-25 02:14:12',NULL,33.30,'','14','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11935,'1110','141750806852','2025-06-25 02:14:25',NULL,0.00,'','14','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(11936,'5500','141750806852','2025-06-25 02:14:34',733.30,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11937,'1000','141750806852','2025-06-25 02:15:05',1450.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11938,'4000','141750806852','2025-06-25 02:15:05',NULL,1000.00,'','14','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(11939,'4000','141750806852','2025-06-25 02:14:12',NULL,100.00,'','14','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11940,'4000','141750806852','2025-06-25 02:14:25',NULL,350.00,'','14','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(11941,'1110','141750806921','2025-06-25 02:16:27',NULL,70.00,'','14','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11942,'5500','141750806921','2025-06-25 02:15:21',70.00,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11943,'1000','141750806921','2025-06-25 02:16:27',100.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11944,'4000','141750806921','2025-06-25 02:16:27',NULL,100.00,'','14','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11945,'1110','141750807007','2025-06-25 02:18:22',NULL,0.00,'','14','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(11946,'1110','141750807007','2025-06-25 02:16:47',NULL,0.00,'','14','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(11947,'1110','141750807007','2025-06-25 02:17:00',NULL,140.00,'','14','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11948,'5500','141750807007','2025-06-25 02:17:40',140.00,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11949,'1000','141750807007','2025-06-25 02:18:22',640.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11950,'4000','141750807007','2025-06-25 02:18:22',NULL,200.00,'','14','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(11951,'4000','141750807007','2025-06-25 02:16:47',NULL,240.00,'','14','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(11952,'4000','141750807007','2025-06-25 02:17:00',NULL,200.00,'','14','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11953,'1110','141750807126','2025-06-25 02:19:15',NULL,33.30,'','14','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11954,'1110','141750807126','2025-06-25 02:18:46',NULL,16.00,'','14','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(11955,'5500','141750807126','2025-06-25 02:19:00',49.30,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11956,'1000','141750807126','2025-06-25 02:19:15',130.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11957,'4000','141750807126','2025-06-25 02:19:15',NULL,100.00,'','14','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11958,'4000','141750807126','2025-06-25 02:18:46',NULL,30.00,'','14','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(11959,'1110','141750807167','2025-06-25 02:19:43',NULL,175.00,'','14','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(11960,'5500','141750807167','2025-06-25 02:19:27',175.00,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11961,'1000','141750807167','2025-06-25 02:19:43',250.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11962,'4000','141750807167','2025-06-25 02:19:43',NULL,250.00,'','14','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(11963,'1000','141750807200','2025-06-25 02:20:45',420.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11964,'4000','141750807200','2025-06-25 02:20:45',NULL,120.00,'','14','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11965,'4000','141750807200','2025-06-25 02:20:00',NULL,200.00,'','14','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(11966,'4000','141750807200','2025-06-25 02:20:21',NULL,100.00,'','14','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11967,'1000','61750807967','2025-06-25 02:34:01',750.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11968,'4000','61750807967','2025-06-25 02:34:01',NULL,700.00,'','6','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(11969,'4000','61750807967','2025-06-25 02:32:47',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11970,'1110','61750808110','2025-06-25 02:39:01',NULL,585.00,'','6','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(11971,'1110','61750808110','2025-06-25 02:35:10',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(11972,'1110','61750808110','2025-06-25 02:35:33',NULL,0.00,'','6','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(11973,'1110','61750808110','2025-06-25 02:35:42',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(11974,'1110','61750808110','2025-06-25 02:35:59',NULL,140.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(11975,'1110','61750808110','2025-06-25 02:36:11',NULL,945.00,'','6','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(11976,'1110','61750808110','2025-06-25 02:37:08',NULL,250.00,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(11977,'1110','61750808110','2025-06-25 02:37:33',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(11978,'1110','61750808110','2025-06-25 02:37:44',NULL,0.00,'','6','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(11979,'1110','61750808110','2025-06-25 02:37:54',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(11980,'1110','61750808110','2025-06-25 02:38:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(11981,'5500','61750808110','2025-06-25 02:38:49',2007.47,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11982,'1000','61750808110','2025-06-25 02:39:01',5700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11983,'4000','61750808110','2025-06-25 02:39:01',NULL,850.00,'','6','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(11984,'4000','61750808110','2025-06-25 02:35:10',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(11985,'4000','61750808110','2025-06-25 02:35:33',NULL,700.00,'','6','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(11986,'4000','61750808110','2025-06-25 02:35:42',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11987,'4000','61750808110','2025-06-25 02:35:59',NULL,200.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(11988,'4000','61750808110','2025-06-25 02:36:11',NULL,1300.00,'','6','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(11989,'4000','61750808110','2025-06-25 02:37:08',NULL,400.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(11990,'4000','61750808110','2025-06-25 02:37:33',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(11991,'4000','61750808110','2025-06-25 02:37:44',NULL,1800.00,'','6','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(11992,'4000','61750808110','2025-06-25 02:37:54',NULL,100.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11993,'4000','61750808110','2025-06-25 02:38:35',NULL,100.00,'','6','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(11994,'1110','61750809443','2025-06-25 03:04:02',NULL,420.00,'','6','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(11995,'1110','61750809443','2025-06-25 02:57:23',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(11996,'1110','61750809443','2025-06-25 02:57:39',NULL,0.00,'','6','1','Inventory sold','1','','sales','12','','No',NULL,NULL,''),(11997,'1110','61750809443','2025-06-25 02:57:47',NULL,0.00,'','6','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(11998,'1110','61750809443','2025-06-25 02:58:00',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(11999,'1110','61750809443','2025-06-25 02:58:11',NULL,0.00,'','6','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(12000,'1110','61750809443','2025-06-25 02:58:23',NULL,2000.00,'','6','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(12001,'5500','61750809443','2025-06-25 03:04:01',2420.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12002,'1000','61750809443','2025-06-25 03:04:02',8940.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12003,'4000','61750809443','2025-06-25 03:04:02',NULL,520.00,'','6','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(12004,'4000','61750809443','2025-06-25 02:57:23',NULL,120.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12005,'4000','61750809443','2025-06-25 02:57:39',NULL,150.00,'','6','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(12006,'4000','61750809443','2025-06-25 02:57:47',NULL,1800.00,'','6','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(12007,'4000','61750809443','2025-06-25 02:58:00',NULL,250.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12008,'4000','61750809443','2025-06-25 02:58:11',NULL,100.00,'','6','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(12009,'4000','61750809443','2025-06-25 02:58:23',NULL,6000.00,'','6','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(12010,'1110','61750809885','2025-06-25 03:05:04',NULL,500.00,'','6','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(12011,'5500','61750809885','2025-06-25 03:04:45',500.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12012,'1000','61750809885','2025-06-25 03:05:04',1000.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12013,'4000','61750809885','2025-06-25 03:05:04',NULL,1000.00,'','6','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(12014,'1110','31750861056','2025-06-25 17:17:37',NULL,175.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(12015,'5500','31750861056','2025-06-25 17:17:36',175.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12016,'1000','31750861056','2025-06-25 17:17:37',250.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12017,'4000','31750861056','2025-06-25 17:17:37',NULL,250.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(12018,'1110','31750861228','2025-06-25 17:21:42',NULL,250.00,'','3','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(12019,'1110','31750861228','2025-06-25 17:20:28',NULL,494.00,'','3','1','Inventory sold','1','','sales','207','','No',NULL,NULL,''),(12020,'1110','31750861228','2025-06-25 17:20:51',NULL,0.00,'','3','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(12021,'1110','31750861228','2025-06-25 17:21:21',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(12022,'1110','31750861228','2025-06-25 17:21:32',NULL,0.00,'','3','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(12023,'1110','31750861228','2025-06-25 17:21:37',NULL,0.00,'','3','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(12024,'5500','31750861228','2025-06-25 17:21:41',744.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12025,'1000','31750861228','2025-06-25 17:21:42',2400.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12026,'4000','31750861228','2025-06-25 17:21:42',NULL,400.00,'','3','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(12027,'4000','31750861228','2025-06-25 17:20:28',NULL,700.00,'','3','1','Good sold','1','','sales','207','','No',NULL,NULL,''),(12028,'4000','31750861228','2025-06-25 17:20:51',NULL,900.00,'','3','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(12029,'4000','31750861228','2025-06-25 17:21:21',NULL,100.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12030,'4000','31750861228','2025-06-25 17:21:32',NULL,100.00,'','3','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(12031,'4000','31750861228','2025-06-25 17:21:37',NULL,200.00,'','3','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(12032,'1110','31750861564','2025-06-25 17:26:24',NULL,500.00,'','3','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(12033,'1110','31750861564','2025-06-25 17:26:04',NULL,0.00,'','3','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(12034,'1110','31750861564','2025-06-25 17:26:15',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(12035,'1110','31750861564','2025-06-25 17:26:20',NULL,0.00,'','3','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(12036,'5500','31750861564','2025-06-25 17:26:23',500.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12037,'1000','31750861564','2025-06-25 17:26:24',2100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12038,'4000','31750861564','2025-06-25 17:26:24',NULL,1500.00,'','3','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(12039,'4000','31750861564','2025-06-25 17:26:04',NULL,450.00,'','3','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(12040,'4000','31750861564','2025-06-25 17:26:15',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12041,'4000','31750861564','2025-06-25 17:26:20',NULL,100.00,'','3','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(12042,'1000','31750861645','2025-06-25 17:27:26',150.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12043,'4000','31750861645','2025-06-25 17:27:26',NULL,150.00,'','3','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(12044,'1110','31750862222','2025-06-25 17:37:04',NULL,350.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(12045,'5500','31750862222','2025-06-25 17:37:02',350.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12046,'1000','31750862222','2025-06-25 17:37:04',500.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12047,'4000','31750862222','2025-06-25 17:37:04',NULL,500.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(12048,'1110','167391750866980','2025-06-25 18:56:20',NULL,74.00,'','16','1','Inventory damaged','1','','creditnote','90','','No',NULL,NULL,''),(12049,'5500','167391750866980','2025-06-25 18:56:20',74.00,NULL,'','16','1','Cost of goods damaged','1','','sales','90','','No',NULL,NULL,''),(12050,'1110','31750867553','2025-06-25 19:06:44',NULL,165.00,'','3','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(12051,'1110','31750867553','2025-06-25 19:05:53',NULL,1000.00,'','3','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(12052,'1110','31750867553','2025-06-25 19:05:54',NULL,0.00,'','3','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(12053,'5500','31750867553','2025-06-25 19:06:43',1165.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12054,'1000','31750867553','2025-06-25 19:06:44',2170.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12055,'4000','31750867553','2025-06-25 19:06:44',NULL,250.00,'','3','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(12056,'4000','31750867553','2025-06-25 19:05:53',NULL,1800.00,'','3','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(12057,'4000','31750867553','2025-06-25 19:05:54',NULL,120.00,'','3','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12058,'1110','31750867679','2025-06-25 19:08:01',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12059,'5500','31750867679','2025-06-25 19:07:59',33.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12060,'1000','31750867679','2025-06-25 19:08:01',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12061,'4000','31750867679','2025-06-25 19:08:01',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12062,'1110','31750867796','2025-06-25 19:10:40',NULL,585.00,'','3','1','Inventory sold','1','','sales','114','','No',NULL,NULL,''),(12063,'1110','31750867796','2025-06-25 19:09:56',NULL,0.00,'','3','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12064,'1110','31750867796','2025-06-25 19:10:17',NULL,247.00,'','3','1','Inventory sold','1','','sales','207','','No',NULL,NULL,''),(12065,'5500','31750867796','2025-06-25 19:10:39',832.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12066,'1000','31750867796','2025-06-25 19:10:40',1300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12067,'4000','31750867796','2025-06-25 19:10:40',NULL,850.00,'','3','1','Good sold','1','','sales','114','','No',NULL,NULL,''),(12068,'4000','31750867796','2025-06-25 19:09:56',NULL,100.00,'','3','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12069,'4000','31750867796','2025-06-25 19:10:17',NULL,350.00,'','3','1','Good sold','1','','sales','207','','No',NULL,NULL,''),(12070,'1110','31750867903','2025-06-25 19:12:58',NULL,200.00,'','3','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(12071,'1110','31750867903','2025-06-25 19:11:43',NULL,35.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(12072,'1110','31750867903','2025-06-25 19:12:40',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(12073,'5500','31750867903','2025-06-25 19:12:57',289.17,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12074,'1000','31750867903','2025-06-25 19:12:58',450.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12075,'4000','31750867903','2025-06-25 19:12:58',NULL,300.00,'','3','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(12076,'4000','31750867903','2025-06-25 19:11:43',NULL,50.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(12077,'4000','31750867903','2025-06-25 19:12:40',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(12078,'1110','31750868144','2025-06-25 19:16:09',NULL,700.00,'','3','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(12079,'1110','31750868144','2025-06-25 19:15:44',NULL,250.00,'','3','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(12080,'1110','31750868144','2025-06-25 19:15:54',NULL,0.00,'','3','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(12081,'5500','31750868144','2025-06-25 19:16:08',950.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12082,'1000','31750868144','2025-06-25 19:16:09',1520.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12083,'4000','31750868144','2025-06-25 19:16:09',NULL,1000.00,'','3','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(12084,'4000','31750868144','2025-06-25 19:15:44',NULL,400.00,'','3','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(12085,'4000','31750868144','2025-06-25 19:15:54',NULL,120.00,'','3','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12086,'1110','31750868222','2025-06-25 19:17:34',NULL,666.00,'','3','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(12087,'5500','31750868222','2025-06-25 19:17:02',666.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12088,'1000','31750868222','2025-06-25 19:17:34',900.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12089,'4000','31750868222','2025-06-25 19:17:34',NULL,900.00,'','3','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(12090,'1110','51750870344','2025-06-25 19:52:25',NULL,700.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(12091,'5500','51750870344','2025-06-25 19:52:24',700.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12092,'1000','51750870344','2025-06-25 19:52:25',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12093,'4000','51750870344','2025-06-25 19:52:25',NULL,1000.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(12094,'1110','51750870380','2025-06-25 19:53:01',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(12095,'5500','51750870380','2025-06-25 19:53:00',175.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12096,'1000','51750870380','2025-06-25 19:53:01',250.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12097,'4000','51750870380','2025-06-25 19:53:01',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(12098,'1000','51750870414','2025-06-25 19:53:35',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12099,'4000','51750870414','2025-06-25 19:53:35',NULL,300.00,'','5','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12100,'1110','51750870450','2025-06-25 19:54:22',NULL,140.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(12101,'1110','51750870450','2025-06-25 19:54:10',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12102,'5500','51750870450','2025-06-25 19:54:21',173.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12103,'1000','51750870450','2025-06-25 19:54:22',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12104,'4000','51750870450','2025-06-25 19:54:22',NULL,200.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(12105,'4000','51750870450','2025-06-25 19:54:10',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12106,'1000','51750870492','2025-06-25 19:55:04',850.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12107,'4000','51750870492','2025-06-25 19:55:04',NULL,800.00,'','5','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(12108,'4000','51750870492','2025-06-25 19:54:52',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12109,'1000','51750870539','2025-06-25 19:55:40',150.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12110,'4000','51750870539','2025-06-25 19:55:40',NULL,150.00,'','5','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12111,'1110','51750870565','2025-06-25 19:56:06',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(12112,'5500','51750870565','2025-06-25 19:56:05',54.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12113,'1000','51750870565','2025-06-25 19:56:06',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12114,'4000','51750870565','2025-06-25 19:56:06',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(12115,'1000','51750870590','2025-06-25 19:56:38',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12116,'4000','51750870590','2025-06-25 19:56:38',NULL,900.00,'','5','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(12117,'4000','51750870590','2025-06-25 19:56:30',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12118,'1110','51750870628','2025-06-25 19:57:09',NULL,10.00,'','5','1','Inventory sold','1','','sales','162','','No',NULL,NULL,''),(12119,'5500','51750870628','2025-06-25 19:57:08',10.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12120,'1000','51750870628','2025-06-25 19:57:09',15.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12121,'4000','51750870628','2025-06-25 19:57:09',NULL,15.00,'','5','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(12122,'1110','51750870660','2025-06-25 19:57:41',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(12123,'5500','51750870660','2025-06-25 19:57:40',70.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12124,'1000','51750870660','2025-06-25 19:57:41',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12125,'4000','51750870660','2025-06-25 19:57:41',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(12126,'1000','51750873092','2025-06-25 20:38:41',450.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12127,'4000','51750873092','2025-06-25 20:38:41',NULL,450.00,'','5','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(12128,'1000','51750873176','2025-06-25 20:40:25',1100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12129,'4000','51750873176','2025-06-25 20:40:25',NULL,900.00,'','5','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(12130,'4000','51750873176','2025-06-25 20:39:36',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12131,'4000','51750873176','2025-06-25 20:39:56',NULL,100.00,'','5','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(12132,'1000','51750873282','2025-06-25 20:41:31',700.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12133,'4000','51750873282','2025-06-25 20:41:31',NULL,600.00,'','5','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(12134,'4000','51750873282','2025-06-25 20:41:22',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12135,'1110','51750875281','2025-06-25 21:14:42',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(12136,'5500','51750875281','2025-06-25 21:14:41',175.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12137,'1000','51750875281','2025-06-25 21:14:42',250.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12138,'4000','51750875281','2025-06-25 21:14:42',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(12139,'1110','51750875347','2025-06-25 21:16:07',NULL,434.00,'','5','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(12140,'1110','51750875347','2025-06-25 21:15:47',NULL,350.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(12141,'1110','51750875347','2025-06-25 21:15:56',NULL,35.00,'','5','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(12142,'5500','51750875347','2025-06-25 21:16:06',819.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12143,'1000','51750875347','2025-06-25 21:16:07',1150.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12144,'4000','51750875347','2025-06-25 21:16:07',NULL,600.00,'','5','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(12145,'4000','51750875347','2025-06-25 21:15:47',NULL,500.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(12146,'4000','51750875347','2025-06-25 21:15:56',NULL,50.00,'','5','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(12147,'1110','51750875423','2025-06-25 21:17:04',NULL,35.00,'','5','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(12148,'5500','51750875423','2025-06-25 21:17:03',35.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12149,'1000','51750875423','2025-06-25 21:17:04',50.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12150,'4000','51750875423','2025-06-25 21:17:04',NULL,50.00,'','5','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(12151,'1110','51750877793','2025-06-25 21:56:39',NULL,210.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(12152,'1110','51750877793','2025-06-25 21:56:33',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(12153,'5500','51750877793','2025-06-25 21:56:39',280.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12154,'1000','51750877793','2025-06-25 21:56:39',360.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12155,'4000','51750877793','2025-06-25 21:56:39',NULL,260.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(12156,'4000','51750877793','2025-06-25 21:56:33',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(12157,'1110','51750877838','2025-06-25 21:57:33',NULL,296.00,'','5','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(12158,'1110','51750877838','2025-06-25 21:57:18',NULL,68.00,'','5','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(12159,'5500','51750877838','2025-06-25 21:57:32',364.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12160,'1000','51750877838','2025-06-25 21:57:33',500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12161,'4000','51750877838','2025-06-25 21:57:33',NULL,400.00,'','5','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(12162,'4000','51750877838','2025-06-25 21:57:18',NULL,100.00,'','5','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(12163,'1000','51750877891','2025-06-25 21:58:12',700.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12164,'4000','51750877891','2025-06-25 21:58:12',NULL,700.00,'','5','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(12165,'1110','51750878251','2025-06-25 22:04:12',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(12166,'5500','51750878251','2025-06-25 22:04:11',175.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12167,'1000','51750878251','2025-06-25 22:04:12',250.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12168,'4000','51750878251','2025-06-25 22:04:12',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(12169,'1000','51750878306','2025-06-25 22:05:11',950.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12170,'4000','51750878306','2025-06-25 22:05:11',NULL,900.00,'','5','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(12171,'4000','51750878306','2025-06-25 22:05:06',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12172,'1110','51750881990','2025-06-25 23:06:31',NULL,988.00,'','5','1','Inventory sold','1','','sales','207','','No',NULL,NULL,''),(12173,'5500','51750881990','2025-06-25 23:06:30',988.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12174,'1000','51750881990','2025-06-25 23:06:31',1400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12175,'4000','51750881990','2025-06-25 23:06:31',NULL,1400.00,'','5','1','Good sold','1','','sales','207','','No',NULL,NULL,''),(12176,'1110','51750882123','2025-06-25 23:08:44',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(12177,'5500','51750882123','2025-06-25 23:08:43',70.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12178,'1000','51750882123','2025-06-25 23:08:44',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12179,'4000','51750882123','2025-06-25 23:08:44',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(12180,'1110','51750882524','2025-06-25 23:16:11',NULL,680.00,'','5','1','Inventory sold','1','','sales','214','','No',NULL,NULL,''),(12181,'1110','51750882524','2025-06-25 23:15:24',NULL,70.00,'','5','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(12182,'5500','51750882524','2025-06-25 23:15:36',750.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12183,'1000','51750882524','2025-06-25 23:16:11',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12184,'4000','51750882524','2025-06-25 23:16:11',NULL,900.00,'','5','1','Good sold','1','','sales','214','','No',NULL,NULL,''),(12185,'4000','51750882524','2025-06-25 23:15:24',NULL,100.00,'','5','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(12186,'1110','51750882685','2025-06-25 23:18:18',NULL,330.00,'','5','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(12187,'1110','51750882685','2025-06-25 23:18:05',NULL,525.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(12188,'5500','51750882685','2025-06-25 23:18:17',855.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12189,'1000','51750882685','2025-06-25 23:18:18',1250.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12190,'4000','51750882685','2025-06-25 23:18:18',NULL,500.00,'','5','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(12191,'4000','51750882685','2025-06-25 23:18:05',NULL,750.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(12192,'1110','51750883103','2025-06-25 23:25:11',NULL,600.00,'','5','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(12193,'1110','51750883103','2025-06-25 23:25:03',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12194,'5500','51750883103','2025-06-25 23:25:10',633.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12195,'1000','51750883103','2025-06-25 23:25:11',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12196,'4000','51750883103','2025-06-25 23:25:11',NULL,900.00,'','5','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(12197,'4000','51750883103','2025-06-25 23:25:03',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12198,'1110','51750885111','2025-06-25 23:58:32',NULL,210.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(12199,'5500','51750885111','2025-06-25 23:58:31',210.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12200,'1000','51750885111','2025-06-25 23:58:32',260.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12201,'4000','51750885111','2025-06-25 23:58:32',NULL,260.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(12202,'1110','51750888215','2025-06-26 00:51:42',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(12203,'1110','51750888215','2025-06-26 00:50:15',NULL,490.00,'','5','1','Inventory sold','1','','sales','204','','No',NULL,NULL,''),(12204,'1110','51750888215','2025-06-26 00:50:33',NULL,162.51,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(12205,'1110','51750888215','2025-06-26 00:50:54',NULL,945.00,'','5','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(12206,'5500','51750888215','2025-06-26 00:51:28',1772.51,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12207,'1000','51750888215','2025-06-26 00:51:42',2550.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12208,'4000','51750888215','2025-06-26 00:51:42',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(12209,'4000','51750888215','2025-06-26 00:50:15',NULL,700.00,'','5','1','Good sold','1','','sales','204','','No',NULL,NULL,''),(12210,'4000','51750888215','2025-06-26 00:50:33',NULL,300.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(12211,'4000','51750888215','2025-06-26 00:50:54',NULL,1300.00,'','5','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(12212,'1110','51750890995','2025-06-26 01:36:36',NULL,150.00,'','5','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(12213,'5500','51750890995','2025-06-26 01:36:35',150.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12214,'1000','51750890995','2025-06-26 01:36:36',200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12215,'4000','51750890995','2025-06-26 01:36:36',NULL,200.00,'','5','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(12216,'1110','31750932278','2025-06-26 13:05:45',NULL,0.00,'','3','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(12217,'1110','31750932278','2025-06-26 13:04:38',NULL,175.00,'','3','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(12218,'5500','31750932278','2025-06-26 13:05:13',175.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12219,'1000','31750932278','2025-06-26 13:05:45',450.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12220,'4000','31750932278','2025-06-26 13:05:45',NULL,200.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(12221,'4000','31750932278','2025-06-26 13:04:38',NULL,250.00,'','3','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(12222,'1110','31750932358','2025-06-26 13:06:47',NULL,8.00,'','3','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(12223,'5500','31750932358','2025-06-26 13:05:58',8.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12224,'1000','31750932358','2025-06-26 13:06:47',15.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12225,'4000','31750932358','2025-06-26 13:06:47',NULL,15.00,'','3','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(12226,'1110','31750938260','2025-06-26 14:44:36',NULL,0.00,'','3','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(12227,'1110','31750938260','2025-06-26 14:44:20',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(12228,'1110','31750938260','2025-06-26 14:44:26',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(12229,'5500','31750938260','2025-06-26 14:44:35',70.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12230,'1000','31750938260','2025-06-26 14:44:36',750.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12231,'4000','31750938260','2025-06-26 14:44:36',NULL,600.00,'','3','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(12232,'4000','31750938260','2025-06-26 14:44:20',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12233,'4000','31750938260','2025-06-26 14:44:26',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(12242,'1000','41750942248','2025-06-26 15:51:00',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12243,'4000','41750942248','2025-06-26 15:51:00',NULL,300.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12244,'4000','41750942248','2025-06-26 15:50:48',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12245,'1110','31750946006','2025-06-26 16:53:30',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12246,'5500','31750946006','2025-06-26 16:53:27',33.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12247,'1000','31750946006','2025-06-26 16:53:30',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12248,'4000','31750946006','2025-06-26 16:53:30',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12249,'1110','31750946104','2025-06-26 16:55:06',NULL,35.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(12250,'5500','31750946104','2025-06-26 16:55:04',35.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12251,'1000','31750946104','2025-06-26 16:55:06',50.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12252,'4000','31750946104','2025-06-26 16:55:06',NULL,50.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(12253,'1110','31750949234','2025-06-26 17:47:16',NULL,175.00,'','3','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(12254,'5500','31750949234','2025-06-26 17:47:14',175.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12255,'1000','31750949234','2025-06-26 17:47:16',250.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12256,'4000','31750949234','2025-06-26 17:47:16',NULL,250.00,'','3','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(12257,'1110','31750939402','2025-06-26 15:03:56',NULL,605.00,'','3','1','Inventory sold','1','','sales','96','','No',NULL,NULL,''),(12258,'1110','31750939402','2025-06-26 15:03:23',NULL,68.00,'','3','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(12259,'1110','31750939402','2025-06-26 15:03:36',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12260,'1110','31750939402','2025-06-26 15:03:54',NULL,68.00,'','3','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(12261,'5500','31750939402','2025-06-26 18:16:19',774.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12262,'1000','31750939402','2025-06-26 15:03:56',1150.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12263,'4000','31750939402','2025-06-26 15:03:56',NULL,850.00,'','3','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(12264,'4000','31750939402','2025-06-26 15:03:23',NULL,100.00,'','3','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(12265,'4000','31750939402','2025-06-26 15:03:36',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12266,'4000','31750939402','2025-06-26 15:03:54',NULL,100.00,'','3','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(12267,'1110','31750951601','2025-06-26 18:26:43',NULL,420.00,'','3','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(12268,'5500','31750951601','2025-06-26 18:26:41',420.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12269,'1000','31750951601','2025-06-26 18:26:43',520.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12270,'4000','31750951601','2025-06-26 18:26:43',NULL,520.00,'','3','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(12271,'1110','31750954394','2025-06-26 19:13:15',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(12272,'5500','31750954394','2025-06-26 19:13:14',70.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12273,'1000','31750954394','2025-06-26 19:13:15',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12274,'4000','31750954394','2025-06-26 19:13:15',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(12275,'1110','61750956644','2025-06-26 19:51:17',NULL,502.00,'','6','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(12276,'1110','61750956644','2025-06-26 19:50:44',NULL,217.00,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(12277,'5500','61750956644','2025-06-26 19:51:01',719.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12278,'1000','61750956644','2025-06-26 19:51:17',900.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12279,'4000','61750956644','2025-06-26 19:51:17',NULL,600.00,'','6','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(12280,'4000','61750956644','2025-06-26 19:50:44',NULL,300.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(12289,'1000','51750958880','2025-06-26 20:28:18',900.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12290,'4000','51750958880','2025-06-26 20:28:18',NULL,700.00,'','5','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(12291,'4000','51750958880','2025-06-26 20:28:00',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12292,'4000','51750958880','2025-06-26 20:28:11',NULL,100.00,'','5','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(12293,'1000','51750958927','2025-06-26 20:28:56',400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12294,'4000','51750958927','2025-06-26 20:28:56',NULL,350.00,'','5','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(12295,'4000','51750958927','2025-06-26 20:28:47',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12296,'1110','51750959313','2025-06-26 20:35:16',NULL,525.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(12297,'5500','51750959313','2025-06-26 20:35:13',525.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12298,'1000','51750959313','2025-06-26 20:35:16',750.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12299,'4000','51750959313','2025-06-26 20:35:16',NULL,750.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(12300,'1110','51750959364','2025-06-26 20:36:07',NULL,720.00,'','5','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(12301,'5500','51750959364','2025-06-26 20:36:04',720.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12302,'1000','51750959364','2025-06-26 20:36:07',1200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12303,'4000','51750959364','2025-06-26 20:36:07',NULL,1200.00,'','5','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(12304,'1110','51750959446','2025-06-26 20:37:38',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(12305,'1110','51750959446','2025-06-26 20:37:26',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(12306,'5500','51750959446','2025-06-26 20:37:35',124.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12307,'1000','51750959446','2025-06-26 20:37:38',200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12308,'4000','51750959446','2025-06-26 20:37:38',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(12309,'4000','51750959446','2025-06-26 20:37:26',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(12310,'1000','61750959531','2025-06-26 20:39:39',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12311,'4000','61750959531','2025-06-26 20:39:39',NULL,450.00,'','6','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(12312,'4000','61750959531','2025-06-26 20:38:51',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12313,'4000','61750959531','2025-06-26 20:39:17',NULL,100.00,'','6','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(12314,'1110','51750960048','2025-06-26 20:47:29',NULL,500.00,'','5','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(12315,'5500','51750960048','2025-06-26 20:47:28',500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12316,'1000','51750960048','2025-06-26 20:47:29',1500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12317,'4000','51750960048','2025-06-26 20:47:29',NULL,1500.00,'','5','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(12318,'1000','51750958825','2025-06-26 20:27:33',450.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12319,'4000','51750958825','2025-06-26 20:27:33',NULL,300.00,'','5','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12320,'4000','51750958825','2025-06-26 20:27:05',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12321,'4000','51750958825','2025-06-26 20:27:12',NULL,100.00,'','5','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(12322,'1110','51750960734','2025-06-26 20:58:55',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(12323,'5500','51750960734','2025-06-26 20:58:54',175.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12324,'1000','51750960734','2025-06-26 20:58:55',250.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12325,'4000','51750960734','2025-06-26 20:58:55',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(12326,'1110','61750961128','2025-06-26 21:05:41',NULL,700.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(12327,'5500','61750961128','2025-06-26 21:05:28',700.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12328,'1000','61750961128','2025-06-26 21:05:41',1000.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12329,'4000','61750961128','2025-06-26 21:05:41',NULL,1000.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(12330,'1000','51750962238','2025-06-26 21:24:07',900.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12331,'4000','51750962238','2025-06-26 21:24:07',NULL,700.00,'','5','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12332,'4000','51750962238','2025-06-26 21:23:58',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(12333,'1110','51750962275','2025-06-26 21:24:37',NULL,42.00,'','5','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(12334,'5500','51750962275','2025-06-26 21:24:35',42.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12335,'1000','51750962275','2025-06-26 21:24:37',60.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12336,'4000','51750962275','2025-06-26 21:24:37',NULL,60.00,'','5','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(12337,'1110','51750962655','2025-06-26 21:30:56',NULL,33.00,'','5','1','Inventory sold','1','','sales','238','','No',NULL,NULL,''),(12338,'5500','51750962655','2025-06-26 21:30:55',33.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12339,'1000','51750962655','2025-06-26 21:30:56',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12340,'4000','51750962655','2025-06-26 21:30:56',NULL,100.00,'','5','1','Good sold','1','','sales','238','','No',NULL,NULL,''),(12341,'1110','51750962690','2025-06-26 21:31:43',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12342,'5500','51750962690','2025-06-26 21:31:30',33.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12343,'1000','51750962690','2025-06-26 21:31:43',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12344,'4000','51750962690','2025-06-26 21:31:43',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12345,'1110','41750962755','2025-06-26 21:34:15',NULL,945.00,'','4','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(12346,'1110','41750962755','2025-06-26 21:32:35',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12347,'1110','41750962755','2025-06-26 21:33:14',NULL,162.51,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(12348,'1110','41750962755','2025-06-26 21:33:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(12349,'1110','41750962755','2025-06-26 21:33:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(12350,'5500','41750962755','2025-06-26 21:34:14',1140.81,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12351,'1000','41750962755','2025-06-26 21:34:15',2150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12352,'4000','41750962755','2025-06-26 21:34:15',NULL,1300.00,'','4','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(12353,'4000','41750962755','2025-06-26 21:32:35',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12354,'4000','41750962755','2025-06-26 21:33:14',NULL,300.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(12355,'4000','41750962755','2025-06-26 21:33:33',NULL,400.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(12356,'4000','41750962755','2025-06-26 21:33:54',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12363,'1110','41750962967','2025-06-26 21:36:27',NULL,423.00,'','4','1','Inventory sold','1','','sales','189','','No',NULL,NULL,''),(12364,'5500','41750962967','2025-06-26 21:36:07',423.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12365,'1000','41750962967','2025-06-26 21:36:27',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12366,'4000','41750962967','2025-06-26 21:36:27',NULL,600.00,'','4','1','Good sold','1','','sales','189','','No',NULL,NULL,''),(12401,'1110','51750963848','2025-06-26 21:50:49',NULL,185.00,'','5','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(12402,'5500','51750963848','2025-06-26 21:50:48',185.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12403,'1000','51750963848','2025-06-26 21:50:49',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12404,'4000','51750963848','2025-06-26 21:50:49',NULL,300.00,'','5','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(12405,'1110','51750963932','2025-06-26 21:52:13',NULL,500.00,'','5','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(12406,'5500','51750963932','2025-06-26 21:52:12',500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12407,'1000','51750963932','2025-06-26 21:52:13',1500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12408,'4000','51750963932','2025-06-26 21:52:13',NULL,1500.00,'','5','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(12409,'1110','61750963069','2025-06-26 21:39:18',NULL,0.00,'','6','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(12410,'1110','61750963069','2025-06-26 21:37:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(12411,'1110','61750963069','2025-06-26 21:38:12',NULL,945.00,'','6','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(12412,'1110','61750963069','2025-06-26 21:38:24',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12413,'1110','61750963069','2025-06-26 21:38:35',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(12414,'1110','61750963069','2025-06-26 21:38:48',NULL,180.00,'','6','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(12415,'1110','61750963069','2025-06-26 21:38:58',NULL,150.00,'','6','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(12416,'1110','61750963069','2025-06-26 21:39:07',NULL,41.67,'','6','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(12417,'1110','61750963069','2025-06-26 21:42:36',NULL,0.00,'','6','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(12418,'5500','61750963069','2025-06-26 22:22:00',1419.97,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12419,'1000','61750963069','2025-06-26 21:39:18',3700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12420,'4000','61750963069','2025-06-26 21:39:18',NULL,1400.00,'','6','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(12421,'4000','61750963069','2025-06-26 21:37:50',NULL,100.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12422,'4000','61750963069','2025-06-26 21:38:12',NULL,1300.00,'','6','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(12423,'4000','61750963069','2025-06-26 21:38:24',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12424,'4000','61750963069','2025-06-26 21:38:35',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(12425,'4000','61750963069','2025-06-26 21:38:48',NULL,300.00,'','6','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(12426,'4000','61750963069','2025-06-26 21:38:58',NULL,200.00,'','6','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(12427,'4000','61750963069','2025-06-26 21:39:07',NULL,100.00,'','6','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(12428,'4000','61750963069','2025-06-26 21:42:36',NULL,100.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(12429,'1110','61750967952','2025-06-26 23:01:47',NULL,283.00,'','6','1','Inventory sold','1','','sales','157','','No',NULL,NULL,''),(12430,'1110','61750967952','2025-06-26 22:59:12',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(12431,'1110','61750967952','2025-06-26 22:59:21',NULL,28.00,'','6','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(12432,'1110','61750967952','2025-06-26 22:59:30',NULL,5.00,'','6','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(12433,'1110','61750967952','2025-06-26 22:59:38',NULL,70.00,'','6','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(12434,'5500','61750967952','2025-06-26 23:01:34',440.17,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12435,'1000','61750967952','2025-06-26 23:01:47',750.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12436,'4000','61750967952','2025-06-26 23:01:47',NULL,500.00,'','6','1','Good sold','1','','sales','157','','No',NULL,NULL,''),(12437,'4000','61750967952','2025-06-26 22:59:12',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(12438,'4000','61750967952','2025-06-26 22:59:21',NULL,40.00,'','6','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(12439,'4000','61750967952','2025-06-26 22:59:30',NULL,10.00,'','6','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(12440,'4000','61750967952','2025-06-26 22:59:38',NULL,100.00,'','6','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(12441,'1000','51750968357','2025-06-26 23:05:57',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12442,'4000','51750968357','2025-06-26 23:05:57',NULL,100.00,'','5','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12443,'1000','51750968395','2025-06-26 23:06:43',500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12444,'4000','51750968395','2025-06-26 23:06:43',NULL,300.00,'','5','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12445,'4000','51750968395','2025-06-26 23:06:35',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(12446,'1000','51750968427','2025-06-26 23:07:08',200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12447,'4000','51750968427','2025-06-26 23:07:08',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(12448,'1110','51750969628','2025-06-26 23:27:09',NULL,70.00,'','5','1','Inventory sold','1','','sales','203','','No',NULL,NULL,''),(12449,'5500','51750969628','2025-06-26 23:27:08',70.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12450,'1000','51750969628','2025-06-26 23:27:09',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12451,'4000','51750969628','2025-06-26 23:27:09',NULL,100.00,'','5','1','Good sold','1','','sales','203','','No',NULL,NULL,''),(12452,'1000','51750969694','2025-06-26 23:28:21',400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12453,'4000','51750969694','2025-06-26 23:28:21',NULL,350.00,'','5','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(12454,'4000','51750969694','2025-06-26 23:28:14',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12455,'1000','51750970758','2025-06-26 23:45:59',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12456,'4000','51750970758','2025-06-26 23:45:59',NULL,100.00,'','5','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(12457,'1000','41750970847','2025-06-26 23:47:59',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12458,'4000','41750970847','2025-06-26 23:47:59',NULL,100.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(12459,'1110','61750971265','2025-06-26 23:55:38',NULL,1000.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(12460,'1110','61750971265','2025-06-26 23:54:25',NULL,530.00,'','6','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(12461,'5500','61750971265','2025-06-26 23:55:24',1530.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12462,'1000','61750971265','2025-06-26 23:55:38',1960.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12463,'4000','61750971265','2025-06-26 23:55:38',NULL,1300.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(12464,'4000','61750971265','2025-06-26 23:54:25',NULL,660.00,'','6','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(12465,'1110','41750962896','2025-06-26 21:35:50',NULL,450.00,'','4','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(12466,'1110','41750962896','2025-06-26 21:34:56',NULL,200.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(12467,'1110','41750962896','2025-06-26 21:35:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(12468,'1110','41750962896','2025-06-27 00:18:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','79','','No',NULL,NULL,''),(12469,'5500','41750962896','2025-06-27 00:18:36',650.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12470,'1000','41750962896','2025-06-26 21:35:50',1310.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12471,'4000','41750962896','2025-06-26 21:35:50',NULL,600.00,'','4','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(12472,'4000','41750962896','2025-06-26 21:34:56',NULL,260.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(12473,'4000','41750962896','2025-06-26 21:35:44',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12474,'4000','41750962896','2025-06-27 00:18:24',NULL,400.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(12475,'1110','61750956686','2025-06-26 19:51:43',NULL,400.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(12476,'1110','61750956686','2025-06-26 19:51:26',NULL,225.00,'','6','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(12477,'5500','61750956686','2025-06-27 00:21:30',625.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12478,'1000','61750956686','2025-06-26 19:51:43',820.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12479,'4000','61750956686','2025-06-26 19:51:43',NULL,520.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(12480,'4000','61750956686','2025-06-26 19:51:26',NULL,300.00,'','6','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(12481,'1110','51750973181','2025-06-27 00:26:28',NULL,217.00,'','5','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(12482,'1110','51750973181','2025-06-27 00:26:21',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(12483,'5500','51750973181','2025-06-27 00:26:27',271.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12484,'1000','51750973181','2025-06-27 00:26:28',400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12485,'4000','51750973181','2025-06-27 00:26:28',NULL,300.00,'','5','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(12486,'4000','51750973181','2025-06-27 00:26:21',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(12487,'1110','51750973253','2025-06-27 00:27:34',NULL,500.00,'','5','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(12488,'5500','51750973253','2025-06-27 00:27:33',500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12489,'1000','51750973253','2025-06-27 00:27:34',1500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12490,'4000','51750973253','2025-06-27 00:27:34',NULL,1500.00,'','5','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(12491,'1110','51750973375','2025-06-27 00:29:48',NULL,160.00,'','5','1','Inventory sold','1','','sales','282','','No',NULL,NULL,''),(12492,'1110','51750973375','2025-06-27 00:29:35',NULL,20.00,'','5','1','Inventory sold','1','','sales','162','','No',NULL,NULL,''),(12493,'5500','51750973375','2025-06-27 00:29:47',180.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12494,'1000','51750973375','2025-06-27 00:29:48',350.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12495,'4000','51750973375','2025-06-27 00:29:48',NULL,320.00,'','5','1','Good sold','1','','sales','282','','No',NULL,NULL,''),(12496,'4000','51750973375','2025-06-27 00:29:35',NULL,30.00,'','5','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(12497,'1110','51750973488','2025-06-27 00:31:29',NULL,210.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(12498,'5500','51750973488','2025-06-27 00:31:28',210.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12499,'1000','51750973488','2025-06-27 00:31:29',260.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12500,'4000','51750973488','2025-06-27 00:31:29',NULL,260.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(12501,'1000','51750973531','2025-06-27 00:32:22',440.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12502,'4000','51750973531','2025-06-27 00:32:22',NULL,240.00,'','5','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12503,'4000','51750973531','2025-06-27 00:32:11',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(12504,'1110','51750975473','2025-06-27 01:04:44',NULL,360.00,'','5','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(12505,'1110','51750975473','2025-06-27 01:04:33',NULL,185.00,'','5','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(12506,'5500','51750975473','2025-06-27 01:04:43',545.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12507,'1000','51750975473','2025-06-27 01:04:44',900.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12508,'4000','51750975473','2025-06-27 01:04:44',NULL,600.00,'','5','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(12509,'4000','51750975473','2025-06-27 01:04:33',NULL,300.00,'','5','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(12510,'1110','141751006907','2025-06-27 09:49:26',NULL,500.00,'','14','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(12511,'1110','141751006907','2025-06-27 09:48:27',NULL,0.00,'','14','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(12512,'1110','141751006907','2025-06-27 09:48:50',NULL,0.00,'','14','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(12513,'5500','141751006907','2025-06-27 09:49:11',500.00,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12514,'1000','141751006907','2025-06-27 09:49:26',1850.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12515,'4000','141751006907','2025-06-27 09:49:26',NULL,1500.00,'','14','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(12516,'4000','141751006907','2025-06-27 09:48:27',NULL,300.00,'','14','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12517,'4000','141751006907','2025-06-27 09:48:50',NULL,50.00,'','14','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12518,'1110','31751017549','2025-06-27 12:47:09',NULL,108.34,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(12519,'1110','31751017549','2025-06-27 12:45:49',NULL,720.00,'','3','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(12520,'1110','31751017549','2025-06-27 12:46:12',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12521,'1110','31751017549','2025-06-27 12:46:29',NULL,599.00,'','3','1','Inventory sold','1','','sales','125','','No',NULL,NULL,''),(12522,'5500','31751017549','2025-06-27 12:46:38',1460.64,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12523,'1000','31751017549','2025-06-27 12:47:09',2400.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12524,'4000','31751017549','2025-06-27 12:47:09',NULL,200.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(12525,'4000','31751017549','2025-06-27 12:45:49',NULL,1200.00,'','3','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(12526,'4000','31751017549','2025-06-27 12:46:12',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12527,'4000','31751017549','2025-06-27 12:46:29',NULL,900.00,'','3','1','Good sold','1','','sales','125','','No',NULL,NULL,''),(12528,'1000','31751017700','2025-06-27 12:48:55',320.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12529,'4000','31751017700','2025-06-27 12:48:55',NULL,100.00,'','3','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12530,'4000','31751017700','2025-06-27 12:48:20',NULL,100.00,'','3','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12531,'4000','31751017700','2025-06-27 12:48:31',NULL,120.00,'','3','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12536,'1110','31751018660','2025-06-27 13:05:11',NULL,1102.00,'','3','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(12537,'1110','31751018660','2025-06-27 13:04:20',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(12538,'5500','31751018660','2025-06-27 13:05:10',1172.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12539,'1000','31751018660','2025-06-27 13:05:11',1700.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12540,'4000','31751018660','2025-06-27 13:05:11',NULL,1600.00,'','3','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(12541,'4000','31751018660','2025-06-27 13:04:20',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(12542,'1110','31751017825','2025-06-27 12:50:27',NULL,360.00,'','3','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(12543,'1110','31751017825','2025-06-27 12:50:25',NULL,34.00,'','3','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(12544,'1110','31751017825','2025-06-27 13:44:53',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12545,'5500','31751017825','2025-06-27 13:45:07',427.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12546,'1000','31751017825','2025-06-27 12:50:27',750.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12547,'4000','31751017825','2025-06-27 12:50:27',NULL,600.00,'','3','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(12548,'4000','31751017825','2025-06-27 12:50:25',NULL,50.00,'','3','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(12549,'4000','31751017825','2025-06-27 13:44:53',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12550,'1110','31751022599','2025-06-27 14:10:01',NULL,8.00,'','3','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(12551,'5500','31751022599','2025-06-27 14:09:59',8.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12552,'1000','31751022599','2025-06-27 14:10:01',15.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12553,'4000','31751022599','2025-06-27 14:10:01',NULL,15.00,'','3','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(12554,'1110','31751022692','2025-06-27 14:11:37',NULL,8.00,'','3','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(12555,'5500','31751022692','2025-06-27 14:11:33',8.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12556,'1000','31751022692','2025-06-27 14:11:37',15.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12557,'4000','31751022692','2025-06-27 14:11:37',NULL,15.00,'','3','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(12574,'1110','31751022826','2025-06-27 14:14:23',NULL,0.00,'','3','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(12575,'1110','31751022826','2025-06-27 14:13:46',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(12576,'1110','31751022826','2025-06-27 14:13:58',NULL,0.00,'','3','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(12577,'1110','31751022826','2025-06-27 14:14:06',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12578,'1110','31751022826','2025-06-27 14:14:20',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12579,'5500','31751022826','2025-06-27 14:28:17',66.60,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12580,'1000','31751022826','2025-06-27 14:14:23',1150.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12581,'4000','31751022826','2025-06-27 14:14:23',NULL,700.00,'','3','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(12582,'4000','31751022826','2025-06-27 14:13:46',NULL,150.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12583,'4000','31751022826','2025-06-27 14:13:58',NULL,100.00,'','3','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(12584,'4000','31751022826','2025-06-27 14:14:06',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12585,'4000','31751022826','2025-06-27 14:14:20',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12586,'1110','31751022766','2025-06-27 14:13:02',NULL,175.00,'','3','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(12587,'1110','31751022766','2025-06-27 14:12:46',NULL,68.00,'','3','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(12588,'1110','31751022766','2025-06-27 14:13:00',NULL,5.00,'','3','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(12589,'5500','31751022766','2025-06-27 14:35:13',248.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12590,'1000','31751022766','2025-06-27 14:13:02',360.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12591,'4000','31751022766','2025-06-27 14:13:02',NULL,250.00,'','3','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(12592,'4000','31751022766','2025-06-27 14:12:46',NULL,100.00,'','3','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(12593,'4000','31751022766','2025-06-27 14:13:00',NULL,10.00,'','3','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(12594,'1110','31751026929','2025-06-27 15:22:31',NULL,335.00,'','3','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(12595,'5500','31751026929','2025-06-27 15:22:10',335.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12596,'1000','31751026929','2025-06-27 15:22:31',500.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12597,'4000','31751026929','2025-06-27 15:22:31',NULL,500.00,'','3','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(12598,'1110','31751031039','2025-06-27 16:31:02',NULL,0.00,'','3','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(12599,'1110','31751031039','2025-06-27 16:30:39',NULL,140.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(12600,'1110','31751031039','2025-06-27 16:30:51',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12601,'5500','31751031039','2025-06-27 16:31:01',173.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12602,'1000','31751031039','2025-06-27 16:31:02',500.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12603,'4000','31751031039','2025-06-27 16:31:02',NULL,200.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(12604,'4000','31751031039','2025-06-27 16:30:39',NULL,200.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(12605,'4000','31751031039','2025-06-27 16:30:51',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12606,'1000','51751031529','2025-06-27 16:38:52',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12607,'4000','51751031529','2025-06-27 16:38:52',NULL,100.00,'','5','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12608,'1110','31751032716','2025-06-27 16:58:43',NULL,105.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(12609,'5500','31751032716','2025-06-27 16:58:36',105.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12610,'1000','31751032716','2025-06-27 16:58:43',150.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12611,'4000','31751032716','2025-06-27 16:58:43',NULL,150.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(12612,'1000','41751035943','2025-06-27 17:52:25',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12613,'4000','41751035943','2025-06-27 17:52:25',NULL,100.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12614,'4000','141751006907','2025-06-27 18:06:39',1500.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(12615,'1000','141751006907','2025-06-27 18:06:39',NULL,1500.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(12616,'5500','141751006907','2025-06-27 18:06:39',NULL,500.00,'','16','1','Cost of goods returned','1','','sales','247','','No',NULL,NULL,''),(12617,'1110','141751006907','2025-06-27 18:06:39',500.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(12618,'4000','141751006907','2025-06-27 18:06:48',300.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(12619,'1000','141751006907','2025-06-27 18:06:48',NULL,300.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(12620,'5500','141751006907','2025-06-27 18:06:48',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','22','','No',NULL,NULL,''),(12621,'1110','141751006907','2025-06-27 18:06:48',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(12622,'4000','141751006907','2025-06-27 18:06:57',50.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(12623,'1000','141751006907','2025-06-27 18:06:57',NULL,50.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(12624,'5500','141751006907','2025-06-27 18:06:57',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','45','','No',NULL,NULL,''),(12625,'1110','141751006907','2025-06-27 18:06:57',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(12626,'1110','61751038582','2025-06-27 18:36:25',NULL,525.00,'','6','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(12627,'5500','61751038582','2025-06-27 18:36:22',525.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12628,'1000','61751038582','2025-06-27 18:36:25',750.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12629,'4000','61751038582','2025-06-27 18:36:25',NULL,750.00,'','6','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(12630,'1110','61751040038','2025-06-27 19:01:51',NULL,85.00,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(12631,'1110','61751040038','2025-06-27 19:00:38',NULL,5.00,'','6','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(12632,'1110','61751040038','2025-06-27 19:01:00',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12633,'1110','61751040038','2025-06-27 19:01:13',NULL,480.00,'','6','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(12634,'1110','61751040038','2025-06-27 19:01:29',NULL,480.00,'','6','1','Inventory sold','1','','sales','140','','No',NULL,NULL,''),(12635,'5500','61751040038','2025-06-27 19:01:41',1083.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12636,'1000','61751040038','2025-06-27 19:01:51',1635.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12637,'4000','61751040038','2025-06-27 19:01:51',NULL,125.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(12638,'4000','61751040038','2025-06-27 19:00:38',NULL,10.00,'','6','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(12639,'4000','61751040038','2025-06-27 19:01:00',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12640,'4000','61751040038','2025-06-27 19:01:13',NULL,700.00,'','6','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(12641,'4000','61751040038','2025-06-27 19:01:29',NULL,700.00,'','6','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(12642,'1110','81751040768','2025-06-27 19:12:51',NULL,1080.00,'','8','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(12643,'5500','81751040768','2025-06-27 19:12:48',1080.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12644,'1000','81751040768','2025-06-27 19:12:51',1800.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12645,'4000','81751040768','2025-06-27 19:12:51',NULL,1800.00,'','8','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(12658,'1110','61751041261','2025-06-27 19:21:38',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12659,'1110','61751041261','2025-06-27 19:21:01',NULL,17.00,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(12660,'5500','61751041261','2025-06-27 19:21:24',50.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12661,'1000','61751041261','2025-06-27 19:21:38',125.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12662,'4000','61751041261','2025-06-27 19:21:38',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12663,'4000','61751041261','2025-06-27 19:21:01',NULL,25.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(12664,'1110','41751042851','2025-06-27 19:50:55',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12665,'1110','41751042851','2025-06-27 19:47:31',NULL,10.00,'','4','1','Inventory sold','1','','sales','162','','No',NULL,NULL,''),(12666,'5500','41751042851','2025-06-27 19:50:52',43.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12667,'1000','41751042851','2025-06-27 19:50:55',115.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12668,'4000','41751042851','2025-06-27 19:50:55',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12669,'4000','41751042851','2025-06-27 19:47:31',NULL,15.00,'','4','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(12684,'1110','41751043156','2025-06-27 19:52:38',NULL,500.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(12685,'5500','41751043156','2025-06-27 19:52:37',500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12686,'1000','41751043156','2025-06-27 19:52:38',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12687,'4000','41751043156','2025-06-27 19:52:38',NULL,1500.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(12688,'1110','41751043183','2025-06-27 19:53:04',NULL,500.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(12689,'5500','41751043183','2025-06-27 19:53:03',500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12690,'1000','41751043183','2025-06-27 19:53:04',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12691,'4000','41751043183','2025-06-27 19:53:04',NULL,1500.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(12692,'1110','41751043200','2025-06-27 19:53:23',NULL,500.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(12693,'5500','41751043200','2025-06-27 19:53:21',500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12694,'1000','41751043200','2025-06-27 19:53:23',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12695,'4000','41751043200','2025-06-27 19:53:23',NULL,1500.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(12696,'1110','41751043668','2025-06-27 20:01:09',NULL,500.00,'','4','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(12697,'5500','41751043668','2025-06-27 20:01:09',500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12698,'1000','41751043668','2025-06-27 20:01:09',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12699,'4000','41751043668','2025-06-27 20:01:09',NULL,1500.00,'','4','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(12700,'1000','41751043777','2025-06-27 20:03:18',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12701,'4000','41751043777','2025-06-27 20:03:18',NULL,300.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12702,'4000','41751043777','2025-06-27 20:02:57',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12703,'1110','61751044633','2025-06-27 20:18:29',NULL,17.00,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(12704,'1110','61751044633','2025-06-27 20:17:13',NULL,335.00,'','6','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(12705,'1110','61751044633','2025-06-27 20:17:28',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12706,'1110','61751044633','2025-06-27 20:18:08',NULL,41.67,'','6','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(12707,'5500','61751044633','2025-06-27 20:18:19',426.97,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12708,'1000','61751044633','2025-06-27 20:18:29',725.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12709,'4000','61751044633','2025-06-27 20:18:29',NULL,25.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(12710,'4000','61751044633','2025-06-27 20:17:13',NULL,500.00,'','6','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(12711,'4000','61751044633','2025-06-27 20:17:28',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12712,'4000','61751044633','2025-06-27 20:18:08',NULL,100.00,'','6','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(12729,'1110','41751044791','2025-06-27 20:20:18',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(12730,'1110','41751044791','2025-06-27 20:19:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(12731,'1110','41751044791','2025-06-27 20:20:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(12732,'5500','41751044791','2025-06-27 20:20:17',70.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12733,'1000','41751044791','2025-06-27 20:20:18',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12734,'4000','41751044791','2025-06-27 20:20:18',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(12735,'4000','41751044791','2025-06-27 20:19:52',NULL,350.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(12736,'4000','41751044791','2025-06-27 20:20:07',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(12737,'1000','51751044926','2025-06-27 20:23:12',2550.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12738,'4000','51751044926','2025-06-27 20:23:12',NULL,700.00,'','5','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(12739,'4000','51751044926','2025-06-27 20:22:06',NULL,900.00,'','5','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(12740,'4000','51751044926','2025-06-27 20:22:29',NULL,150.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12741,'4000','51751044926','2025-06-27 20:22:53',NULL,800.00,'','5','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(12742,'1000','51751045035','2025-06-27 20:24:08',1650.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12743,'4000','51751045035','2025-06-27 20:24:08',NULL,1400.00,'','5','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(12744,'4000','51751045035','2025-06-27 20:23:55',NULL,250.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12745,'1000','51751045091','2025-06-27 20:25:01',650.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12746,'4000','51751045091','2025-06-27 20:25:01',NULL,450.00,'','5','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(12747,'4000','51751045091','2025-06-27 20:24:51',NULL,200.00,'','5','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(12748,'1110','61751045500','2025-06-27 20:31:52',NULL,34.00,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(12749,'5500','61751045500','2025-06-27 20:31:41',34.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12750,'1000','61751045500','2025-06-27 20:31:52',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12751,'4000','61751045500','2025-06-27 20:31:52',NULL,50.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(12752,'1110','41751040863','2025-06-27 19:16:35',NULL,2650.00,'','4','1','Inventory sold','1','','sales','87','','No',NULL,NULL,''),(12753,'1110','41751040863','2025-06-27 19:14:23',NULL,400.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(12754,'1110','41751040863','2025-06-27 19:14:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(12755,'1110','41751040863','2025-06-27 19:15:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(12756,'1110','41751040863','2025-06-27 19:15:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(12757,'1110','41751040863','2025-06-27 19:16:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(12758,'1110','41751040863','2025-06-27 19:51:45',NULL,200.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(12759,'1110','41751040863','2025-06-27 20:19:28',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12760,'1110','41751040863','2025-06-27 20:38:55',NULL,200.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(12761,'5500','41751040863','2025-06-27 20:39:05',3483.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12762,'1000','41751040863','2025-06-27 19:16:35',6140.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12763,'4000','41751040863','2025-06-27 19:16:35',NULL,3500.00,'','4','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(12764,'4000','41751040863','2025-06-27 19:14:23',NULL,520.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(12765,'4000','41751040863','2025-06-27 19:14:52',NULL,900.00,'','4','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(12766,'4000','41751040863','2025-06-27 19:15:30',NULL,450.00,'','4','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(12767,'4000','41751040863','2025-06-27 19:15:42',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12768,'4000','41751040863','2025-06-27 19:16:33',NULL,100.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(12769,'4000','41751040863','2025-06-27 19:51:45',NULL,260.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(12770,'4000','41751040863','2025-06-27 20:19:28',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12771,'4000','41751040863','2025-06-27 20:38:55',NULL,260.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(12778,'1110','61751047603','2025-06-27 21:07:22',NULL,310.00,'','6','1','Inventory sold','1','','sales','210','','No',NULL,NULL,''),(12779,'1110','61751047603','2025-06-27 21:06:43',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(12780,'5500','61751047603','2025-06-27 21:07:13',364.17,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12781,'1000','61751047603','2025-06-27 21:07:22',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12782,'4000','61751047603','2025-06-27 21:07:22',NULL,400.00,'','6','1','Good sold','1','','sales','210','','No',NULL,NULL,''),(12783,'4000','61751047603','2025-06-27 21:06:43',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(12792,'1110','41751047918','2025-06-27 21:12:16',NULL,955.00,'','4','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(12793,'5500','41751047918','2025-06-27 21:11:58',955.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12794,'1000','41751047918','2025-06-27 21:12:16',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12795,'4000','41751047918','2025-06-27 21:12:16',NULL,1300.00,'','4','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(12799,'1110','41751048797','2025-06-27 21:26:38',NULL,400.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(12800,'5500','41751048797','2025-06-27 21:26:37',400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12801,'1000','41751048797','2025-06-27 21:26:38',520.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12802,'4000','41751048797','2025-06-27 21:26:38',NULL,520.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(12803,'1000','41751049218','2025-06-27 21:33:39',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12804,'4000','41751049218','2025-06-27 21:33:39',NULL,300.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(12805,'1110','81751049365','2025-06-27 21:37:47',NULL,360.00,'','8','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(12806,'1110','81751049365','2025-06-27 21:36:06',NULL,465.00,'','8','1','Inventory sold','1','','sales','215','','No',NULL,NULL,''),(12807,'1110','81751049365','2025-06-27 21:37:21',NULL,70.00,'','8','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(12808,'5500','81751049365','2025-06-27 21:37:46',895.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12809,'1000','81751049365','2025-06-27 21:37:47',1300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12810,'4000','81751049365','2025-06-27 21:37:47',NULL,600.00,'','8','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(12811,'4000','81751049365','2025-06-27 21:36:06',NULL,600.00,'','8','1','Good sold','1','','sales','215','','No',NULL,NULL,''),(12812,'4000','81751049365','2025-06-27 21:37:21',NULL,100.00,'','8','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(12813,'1110','81751049514','2025-06-27 21:38:45',NULL,245.00,'','8','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(12814,'1110','81751049514','2025-06-27 21:38:34',NULL,70.00,'','8','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(12815,'1110','81751049514','2025-06-27 21:38:40',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(12816,'5500','81751049514','2025-06-27 21:38:44',369.17,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12817,'1000','81751049514','2025-06-27 21:38:45',550.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12818,'4000','81751049514','2025-06-27 21:38:45',NULL,350.00,'','8','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(12819,'4000','81751049514','2025-06-27 21:38:34',NULL,100.00,'','8','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(12820,'4000','81751049514','2025-06-27 21:38:40',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(12821,'1110','81751049561','2025-06-27 21:39:22',NULL,525.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(12822,'5500','81751049561','2025-06-27 21:39:21',525.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12823,'1000','81751049561','2025-06-27 21:39:22',750.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12824,'4000','81751049561','2025-06-27 21:39:22',NULL,750.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(12825,'1000','81751049620','2025-06-27 21:40:37',850.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12826,'4000','81751049620','2025-06-27 21:40:37',NULL,50.00,'','8','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12827,'4000','81751049620','2025-06-27 21:40:20',NULL,100.00,'','8','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(12828,'4000','81751049620','2025-06-27 21:40:23',NULL,700.00,'','8','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(12829,'1000','51751049711','2025-06-27 21:42:06',340.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12830,'4000','51751049711','2025-06-27 21:42:06',NULL,100.00,'','5','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(12831,'4000','51751049711','2025-06-27 21:41:51',NULL,240.00,'','5','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12832,'1110','51751049774','2025-06-27 21:43:40',NULL,1300.00,'','5','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(12833,'5500','51751049774','2025-06-27 21:43:04',1300.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12834,'1000','51751049774','2025-06-27 21:43:40',1800.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12835,'4000','51751049774','2025-06-27 21:43:40',NULL,1800.00,'','5','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(12846,'1000','61751050674','2025-06-27 21:58:27',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12847,'4000','61751050674','2025-06-27 21:58:27',NULL,150.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12848,'4000','61751050674','2025-06-27 21:57:54',NULL,400.00,'','6','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(12849,'4000','61751050674','2025-06-27 21:58:05',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12850,'1110','61751051797','2025-06-27 22:16:48',NULL,525.00,'','6','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(12851,'5500','61751051797','2025-06-27 22:16:37',525.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12852,'1000','61751051797','2025-06-27 22:16:48',750.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12853,'4000','61751051797','2025-06-27 22:16:48',NULL,750.00,'','6','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(12854,'1110','41751051868','2025-06-27 22:17:48',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12855,'5500','41751051868','2025-06-27 22:17:48',33.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12856,'1000','41751051868','2025-06-27 22:17:48',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12857,'4000','41751051868','2025-06-27 22:17:48',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12858,'1110','51751052114','2025-06-27 22:22:42',NULL,330.00,'','5','1','Inventory sold','1','','sales','153','','No',NULL,NULL,''),(12859,'1110','51751052114','2025-06-27 22:21:54',NULL,330.00,'','5','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(12860,'1110','51751052114','2025-06-27 22:22:06',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12861,'1110','51751052114','2025-06-27 22:22:28',NULL,16.00,'','5','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(12862,'5500','51751052114','2025-06-27 22:22:41',709.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12863,'1000','51751052114','2025-06-27 22:22:42',1130.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12864,'4000','51751052114','2025-06-27 22:22:42',NULL,500.00,'','5','1','Good sold','1','','sales','153','','No',NULL,NULL,''),(12865,'4000','51751052114','2025-06-27 22:21:54',NULL,500.00,'','5','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(12866,'4000','51751052114','2025-06-27 22:22:06',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12867,'4000','51751052114','2025-06-27 22:22:28',NULL,30.00,'','5','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(12868,'1110','51751052272','2025-06-27 22:24:48',NULL,1950.00,'','5','1','Inventory sold','1','','sales','142','','No',NULL,NULL,''),(12869,'1110','51751052272','2025-06-27 22:24:32',NULL,99.90,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12870,'5500','51751052272','2025-06-27 22:24:46',2049.90,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12871,'1000','51751052272','2025-06-27 22:24:48',3100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12872,'4000','51751052272','2025-06-27 22:24:48',NULL,2800.00,'','5','1','Good sold','1','','sales','142','','No',NULL,NULL,''),(12873,'4000','51751052272','2025-06-27 22:24:32',NULL,300.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12874,'1110','51751052352','2025-06-27 22:26:53',NULL,720.00,'','5','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(12875,'1110','51751052352','2025-06-27 22:25:52',NULL,585.00,'','5','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(12876,'1110','51751052352','2025-06-27 22:26:06',NULL,66.60,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12877,'1110','51751052352','2025-06-27 22:26:28',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(12878,'5500','51751052352','2025-06-27 22:26:52',1441.60,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12879,'1000','51751052352','2025-06-27 22:26:53',2280.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12880,'4000','51751052352','2025-06-27 22:26:53',NULL,1200.00,'','5','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(12881,'4000','51751052352','2025-06-27 22:25:52',NULL,780.00,'','5','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(12882,'4000','51751052352','2025-06-27 22:26:06',NULL,200.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12883,'4000','51751052352','2025-06-27 22:26:28',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(12884,'1000','41751052462','2025-06-27 22:27:43',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12885,'4000','41751052462','2025-06-27 22:27:43',NULL,400.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(12886,'1000','41751047979','2025-06-27 21:26:19',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12887,'4000','41751047979','2025-06-27 21:26:19',NULL,200.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(12888,'4000','41751047979','2025-06-27 21:12:59',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12889,'4000','41751047979','2025-06-27 21:13:18',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12890,'1110','51751052959','2025-06-27 22:36:00',NULL,140.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(12891,'5500','51751052959','2025-06-27 22:35:59',140.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12892,'1000','51751052959','2025-06-27 22:36:00',200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12893,'4000','51751052959','2025-06-27 22:36:00',NULL,200.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(12894,'1110','41751053782','2025-06-27 22:49:43',NULL,400.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(12895,'5500','41751053782','2025-06-27 22:49:42',400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12896,'1000','41751053782','2025-06-27 22:49:43',520.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12897,'4000','41751053782','2025-06-27 22:49:43',NULL,520.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(12898,'1110','61751053914','2025-06-27 22:52:10',NULL,41.67,'','6','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(12899,'5500','61751053914','2025-06-27 22:51:54',41.67,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12900,'1000','61751053914','2025-06-27 22:52:10',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12901,'4000','61751053914','2025-06-27 22:52:10',NULL,100.00,'','6','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(12902,'1110','61751053938','2025-06-27 22:52:34',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(12903,'1110','61751053938','2025-06-27 22:52:18',NULL,16.00,'','6','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(12904,'5500','61751053938','2025-06-27 22:52:26',49.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12905,'1000','61751053938','2025-06-27 22:52:34',130.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12906,'4000','61751053938','2025-06-27 22:52:34',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(12907,'4000','61751053938','2025-06-27 22:52:18',NULL,30.00,'','6','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(12908,'1110','51751054069','2025-06-27 22:54:57',NULL,360.00,'','5','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(12909,'1110','51751054069','2025-06-27 22:54:29',NULL,406.00,'','5','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(12910,'5500','51751054069','2025-06-27 22:54:29',766.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12911,'1000','51751054069','2025-06-27 22:54:57',1200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12912,'4000','51751054069','2025-06-27 22:54:57',NULL,600.00,'','5','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(12913,'4000','51751054069','2025-06-27 22:54:29',NULL,600.00,'','5','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(12930,'1000','41751054695','2025-06-27 23:05:13',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12931,'4000','41751054695','2025-06-27 23:05:13',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(12932,'4000','41751054695','2025-06-27 23:04:55',NULL,800.00,'','4','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(12933,'1110','41751054774','2025-06-27 23:06:15',NULL,599.00,'','4','1','Inventory sold','1','','sales','125','','No',NULL,NULL,''),(12934,'5500','41751054774','2025-06-27 23:06:14',599.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12935,'1000','41751054774','2025-06-27 23:06:15',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12936,'4000','41751054774','2025-06-27 23:06:15',NULL,900.00,'','4','1','Good sold','1','','sales','125','','No',NULL,NULL,''),(12937,'1110','81751055472','2025-06-27 23:18:39',NULL,200.00,'','8','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(12938,'1110','81751055472','2025-06-27 23:17:52',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(12939,'5500','81751055472','2025-06-27 23:18:38',254.17,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12940,'1000','81751055472','2025-06-27 23:18:39',360.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12941,'4000','81751055472','2025-06-27 23:18:39',NULL,260.00,'','8','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(12942,'4000','81751055472','2025-06-27 23:17:52',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(12943,'1110','81751055585','2025-06-27 23:20:06',NULL,700.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(12944,'1110','81751055585','2025-06-27 23:19:45',NULL,420.00,'','8','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(12945,'5500','81751055585','2025-06-27 23:20:05',1120.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12946,'1000','81751055585','2025-06-27 23:20:06',1520.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12947,'4000','81751055585','2025-06-27 23:20:06',NULL,1000.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(12948,'4000','81751055585','2025-06-27 23:19:45',NULL,520.00,'','8','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(12949,'1110','81751055678','2025-06-27 23:21:30',NULL,245.00,'','8','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(12950,'1110','81751055678','2025-06-27 23:21:18',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(12951,'5500','81751055678','2025-06-27 23:21:29',299.17,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12952,'1000','81751055678','2025-06-27 23:21:30',450.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12953,'4000','81751055678','2025-06-27 23:21:30',NULL,350.00,'','8','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(12954,'4000','81751055678','2025-06-27 23:21:18',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(12955,'1110','81751055781','2025-06-27 23:23:02',NULL,350.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(12956,'5500','81751055781','2025-06-27 23:23:01',350.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12957,'1000','81751055781','2025-06-27 23:23:02',500.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12958,'4000','81751055781','2025-06-27 23:23:02',NULL,500.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(12959,'1110','61750639299','2025-06-23 03:43:16',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(12960,'1110','61750639299','2025-06-23 03:41:39',NULL,0.00,'','6','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(12961,'1110','61750639299','2025-06-23 03:42:07',NULL,0.00,'','6','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(12962,'1110','61750639299','2025-06-23 03:42:20',NULL,247.00,'','6','1','Inventory sold','1','','sales','207','','No',NULL,NULL,''),(12963,'1110','61750639299','2025-06-23 03:42:46',NULL,200.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(12964,'1110','61750639299','2025-06-23 03:43:08',NULL,175.00,'','6','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(12965,'1110','61750639299','2025-06-23 03:43:14',NULL,200.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(12966,'1110','61750639299','2025-06-23 04:17:16',NULL,175.00,'','6','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(12967,'1110','61750639299','2025-06-23 04:19:33',NULL,3000.00,'','6','1','Inventory sold','1','','sales','296','','No',NULL,NULL,''),(12968,'1110','61750639299','2025-06-27 23:13:45',NULL,0.00,'','6','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(12969,'1110','61750639299','2025-06-27 23:14:39',NULL,0.00,'','6','1','Inventory sold','1','','sales','12','','No',NULL,NULL,''),(12970,'1110','61750639299','2025-06-27 23:17:24',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(12971,'1110','61750639299','2025-06-27 23:17:52',NULL,800.00,'','6','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(12972,'5500','61750639299','2025-06-27 23:19:28',4797.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12973,'1000','61750639299','2025-06-23 03:43:16',7640.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12974,'4000','61750639299','2025-06-23 03:43:16',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(12975,'4000','61750639299','2025-06-23 03:41:39',NULL,1800.00,'','6','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(12976,'4000','61750639299','2025-06-23 03:42:07',NULL,100.00,'','6','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(12977,'4000','61750639299','2025-06-23 03:42:20',NULL,350.00,'','6','1','Good sold','1','','sales','207','','No',NULL,NULL,''),(12978,'4000','61750639299','2025-06-23 03:42:46',NULL,260.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(12979,'4000','61750639299','2025-06-23 03:43:08',NULL,250.00,'','6','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(12980,'4000','61750639299','2025-06-23 03:43:14',NULL,260.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(12981,'4000','61750639299','2025-06-23 04:17:16',NULL,250.00,'','6','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(12982,'4000','61750639299','2025-06-23 04:19:33',NULL,3000.00,'','6','1','Good sold','1','','sales','296','','No',NULL,NULL,''),(12983,'4000','61750639299','2025-06-27 23:13:45',NULL,100.00,'','6','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(12984,'4000','61750639299','2025-06-27 23:14:39',NULL,300.00,'','6','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(12985,'4000','61750639299','2025-06-27 23:17:24',NULL,120.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12986,'4000','61750639299','2025-06-27 23:17:52',NULL,800.00,'','6','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(12987,'1110','81751055821','2025-06-27 23:24:20',NULL,330.00,'','8','1','Inventory sold','1','','sales','93','','No',NULL,NULL,''),(12988,'5500','81751055821','2025-06-27 23:23:41',330.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12989,'1000','81751055821','2025-06-27 23:24:20',500.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12990,'4000','81751055821','2025-06-27 23:24:20',NULL,500.00,'','8','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(12991,'1110','81751055955','2025-06-27 23:26:36',NULL,400.00,'','8','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(12992,'1110','81751055955','2025-06-27 23:25:55',NULL,330.00,'','8','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(12993,'5500','81751055955','2025-06-27 23:26:35',730.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12994,'1000','81751055955','2025-06-27 23:26:36',1020.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12995,'4000','81751055955','2025-06-27 23:26:36',NULL,520.00,'','8','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(12996,'4000','81751055955','2025-06-27 23:25:55',NULL,500.00,'','8','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(13011,'1110','81751056112','2025-06-27 23:28:33',NULL,175.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(13012,'5500','81751056112','2025-06-27 23:28:32',175.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13013,'1000','81751056112','2025-06-27 23:28:33',250.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13014,'4000','81751056112','2025-06-27 23:28:33',NULL,250.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(13029,'1110','171751056186','2025-06-27 23:31:23',NULL,3000.00,'','17','1','Inventory sold','1','','sales','296','','No',NULL,NULL,''),(13030,'1110','171751056186','2025-06-27 23:29:46',NULL,0.00,'','17','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(13031,'1110','171751056186','2025-06-27 23:29:58',NULL,0.00,'','17','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(13032,'1110','171751056186','2025-06-27 23:30:07',NULL,0.00,'','17','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(13033,'1110','171751056186','2025-06-27 23:30:34',NULL,450.00,'','17','1','Inventory sold','1','','sales','298','','No',NULL,NULL,''),(13034,'1110','171751056186','2025-06-27 23:30:41',NULL,0.00,'','17','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13035,'1110','171751056186','2025-06-27 23:31:05',NULL,500.00,'','17','1','Inventory sold','1','','sales','299','','No',NULL,NULL,''),(13036,'5500','171751056186','2025-06-27 23:31:14',3950.00,NULL,'','17','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13037,'1000','171751056186','2025-06-27 23:31:23',5170.00,NULL,'','17','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13038,'4000','171751056186','2025-06-27 23:31:23',NULL,3000.00,'','17','1','Good sold','1','','sales','296','','No',NULL,NULL,''),(13039,'4000','171751056186','2025-06-27 23:29:46',NULL,100.00,'','17','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(13040,'4000','171751056186','2025-06-27 23:29:58',NULL,100.00,'','17','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13041,'4000','171751056186','2025-06-27 23:30:07',NULL,900.00,'','17','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(13042,'4000','171751056186','2025-06-27 23:30:34',NULL,450.00,'','17','1','Good sold','1','','sales','298','','No',NULL,NULL,''),(13043,'4000','171751056186','2025-06-27 23:30:41',NULL,120.00,'','17','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13044,'4000','171751056186','2025-06-27 23:31:05',NULL,500.00,'','17','1','Good sold','1','','sales','299','','No',NULL,NULL,''),(13045,'1110','61751056210','2025-06-27 23:31:29',NULL,175.00,'','6','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(13046,'1110','61751056210','2025-06-27 23:30:19',NULL,210.00,'','6','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(13047,'1110','61751056210','2025-06-27 23:30:32',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(13048,'5500','61751056210','2025-06-27 23:31:18',418.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13049,'1000','61751056210','2025-06-27 23:31:29',610.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13050,'4000','61751056210','2025-06-27 23:31:29',NULL,250.00,'','6','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(13051,'4000','61751056210','2025-06-27 23:30:19',NULL,260.00,'','6','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(13052,'4000','61751056210','2025-06-27 23:30:32',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(13053,'1110','171751056053','2025-06-27 23:29:15',NULL,3000.00,'','17','1','Inventory sold','1','','sales','296','','No',NULL,NULL,''),(13054,'1110','171751056053','2025-06-27 23:27:33',NULL,250.00,'','17','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(13055,'1110','171751056053','2025-06-27 23:27:44',NULL,0.00,'','17','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(13056,'1110','171751056053','2025-06-27 23:27:54',NULL,0.00,'','17','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(13057,'1110','171751056053','2025-06-27 23:28:38',NULL,0.00,'','17','1','Inventory sold','1','','sales','12','','No',NULL,NULL,''),(13058,'1110','171751056053','2025-06-27 23:28:48',NULL,0.00,'','17','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13059,'1110','171751056053','2025-06-27 23:29:05',NULL,0.00,'','17','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(13060,'5500','171751056053','2025-06-27 23:32:30',3250.00,NULL,'','17','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13061,'1000','171751056053','2025-06-27 23:29:15',4920.00,NULL,'','17','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13062,'4000','171751056053','2025-06-27 23:29:15',NULL,3000.00,'','17','1','Good sold','1','','sales','296','','No',NULL,NULL,''),(13063,'4000','171751056053','2025-06-27 23:27:33',NULL,400.00,'','17','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(13064,'4000','171751056053','2025-06-27 23:27:44',NULL,100.00,'','17','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(13065,'4000','171751056053','2025-06-27 23:27:54',NULL,900.00,'','17','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(13066,'4000','171751056053','2025-06-27 23:28:38',NULL,300.00,'','17','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(13067,'4000','171751056053','2025-06-27 23:28:48',NULL,120.00,'','17','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13068,'4000','171751056053','2025-06-27 23:29:05',NULL,100.00,'','17','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13069,'1110','171751055927','2025-06-27 23:26:46',NULL,3000.00,'','17','1','Inventory sold','1','','sales','296','','No',NULL,NULL,''),(13070,'1110','171751055927','2025-06-27 23:25:27',NULL,0.00,'','17','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(13071,'1110','171751055927','2025-06-27 23:25:38',NULL,800.00,'','17','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(13072,'1110','171751055927','2025-06-27 23:25:52',NULL,0.00,'','17','1','Inventory sold','1','','sales','12','','No',NULL,NULL,''),(13073,'1110','171751055927','2025-06-27 23:26:01',NULL,0.00,'','17','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13074,'1110','171751055927','2025-06-27 23:26:19',NULL,500.00,'','17','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(13075,'1110','171751055927','2025-06-27 23:26:28',NULL,0.00,'','17','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(13076,'5500','171751055927','2025-06-27 23:33:22',4300.00,NULL,'','17','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13077,'1000','171751055927','2025-06-27 23:26:46',5170.00,NULL,'','17','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13078,'4000','171751055927','2025-06-27 23:26:46',NULL,3000.00,'','17','1','Good sold','1','','sales','296','','No',NULL,NULL,''),(13079,'4000','171751055927','2025-06-27 23:25:27',NULL,100.00,'','17','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(13080,'4000','171751055927','2025-06-27 23:25:38',NULL,800.00,'','17','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(13081,'4000','171751055927','2025-06-27 23:25:52',NULL,300.00,'','17','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(13082,'4000','171751055927','2025-06-27 23:26:01',NULL,120.00,'','17','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13083,'4000','171751055927','2025-06-27 23:26:19',NULL,800.00,'','17','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(13084,'4000','171751055927','2025-06-27 23:26:28',NULL,50.00,'','17','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13085,'1110','41751045988','2025-06-27 20:39:55',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(13086,'1110','41751045988','2025-06-27 20:39:48',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(13087,'1110','41751045988','2025-06-27 20:39:54',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(13088,'1110','41751045988','2025-06-27 21:11:47',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(13089,'1110','41751045988','2025-06-27 21:47:41',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(13090,'1110','41751045988','2025-06-27 23:02:45',NULL,175.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(13091,'5500','41751045988','2025-06-27 23:47:48',908.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13092,'1000','41751045988','2025-06-27 20:39:55',1350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13093,'4000','41751045988','2025-06-27 20:39:55',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(13094,'4000','41751045988','2025-06-27 20:39:48',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(13095,'4000','41751045988','2025-06-27 20:39:54',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(13096,'4000','41751045988','2025-06-27 21:11:47',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(13097,'4000','41751045988','2025-06-27 21:47:41',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(13098,'4000','41751045988','2025-06-27 23:02:45',NULL,250.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(13099,'1110','51751057717','2025-06-27 23:55:32',NULL,400.00,'','5','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(13100,'1110','51751057717','2025-06-27 23:55:17',NULL,330.00,'','5','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(13101,'1110','51751057717','2025-06-27 23:55:24',NULL,390.00,'','5','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(13102,'5500','51751057717','2025-06-27 23:55:31',1120.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13103,'1000','51751057717','2025-06-27 23:55:32',1540.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13104,'4000','51751057717','2025-06-27 23:55:32',NULL,520.00,'','5','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(13105,'4000','51751057717','2025-06-27 23:55:17',NULL,500.00,'','5','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(13106,'4000','51751057717','2025-06-27 23:55:24',NULL,520.00,'','5','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(13107,'1110','51751057806','2025-06-27 23:56:55',NULL,1260.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(13108,'1110','51751057806','2025-06-27 23:56:46',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(13109,'5500','51751057806','2025-06-27 23:56:54',1330.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13110,'1000','51751057806','2025-06-27 23:56:55',1660.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13111,'4000','51751057806','2025-06-27 23:56:55',NULL,1560.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(13112,'4000','51751057806','2025-06-27 23:56:46',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(13113,'1110','51751057864','2025-06-27 23:58:08',NULL,1260.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(13114,'1110','51751057864','2025-06-27 23:57:44',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(13115,'1110','51751057864','2025-06-27 23:57:52',NULL,140.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(13116,'5500','51751057864','2025-06-27 23:58:07',1433.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13117,'1000','51751057864','2025-06-27 23:58:08',1860.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13118,'4000','51751057864','2025-06-27 23:58:08',NULL,1560.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(13119,'4000','51751057864','2025-06-27 23:57:44',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(13120,'4000','51751057864','2025-06-27 23:57:52',NULL,200.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(13121,'1110','41751054601','2025-06-27 23:03:22',NULL,891.00,'','4','1','Inventory sold','1','','sales','149','','No',NULL,NULL,''),(13122,'1110','41751054601','2025-06-27 23:03:21',NULL,400.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(13123,'5500','41751054601','2025-06-28 00:01:26',1291.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13124,'1000','41751054601','2025-06-27 23:03:22',1820.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13125,'4000','41751054601','2025-06-27 23:03:22',NULL,1300.00,'','4','1','Good sold','1','','sales','149','','No',NULL,NULL,''),(13126,'4000','41751054601','2025-06-27 23:03:21',NULL,520.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(13127,'1110','61751059070','2025-06-28 00:18:45',NULL,245.00,'','6','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(13128,'1110','61751059070','2025-06-28 00:17:50',NULL,140.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(13129,'1110','61751059070','2025-06-28 00:18:00',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(13130,'1110','61751059070','2025-06-28 00:18:10',NULL,0.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(13131,'5500','61751059070','2025-06-28 00:18:19',418.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13132,'1000','61751059070','2025-06-28 00:18:45',750.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13133,'4000','61751059070','2025-06-28 00:18:45',NULL,350.00,'','6','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(13134,'4000','61751059070','2025-06-28 00:17:50',NULL,200.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(13135,'4000','61751059070','2025-06-28 00:18:00',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(13136,'4000','61751059070','2025-06-28 00:18:10',NULL,100.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13137,'1110','61751059132','2025-06-28 00:20:11',NULL,594.00,'','6','1','Inventory sold','1','','sales','190','','No',NULL,NULL,''),(13138,'1110','61751059132','2025-06-28 00:18:52',NULL,1600.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(13139,'1110','61751059132','2025-06-28 00:19:16',NULL,594.00,'','6','1','Inventory sold','1','','sales','190','','No',NULL,NULL,''),(13140,'1110','61751059132','2025-06-28 00:19:44',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(13141,'5500','61751059132','2025-06-28 00:19:55',2821.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13142,'1000','61751059132','2025-06-28 00:20:11',3980.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13143,'4000','61751059132','2025-06-28 00:20:11',NULL,900.00,'','6','1','Good sold','1','','sales','190','','No',NULL,NULL,''),(13144,'4000','61751059132','2025-06-28 00:18:52',NULL,2080.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(13145,'4000','61751059132','2025-06-28 00:19:16',NULL,900.00,'','6','1','Good sold','1','','sales','190','','No',NULL,NULL,''),(13146,'4000','61751059132','2025-06-28 00:19:44',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(13147,'1110','51751059307','2025-06-28 00:21:48',NULL,400.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(13148,'5500','51751059307','2025-06-28 00:21:47',400.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13149,'1000','51751059307','2025-06-28 00:21:48',520.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13150,'4000','51751059307','2025-06-28 00:21:48',NULL,520.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(13151,'1110','51751059334','2025-06-28 00:22:15',NULL,195.00,'','5','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(13152,'5500','51751059334','2025-06-28 00:22:14',195.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13153,'1000','51751059334','2025-06-28 00:22:15',260.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13154,'4000','51751059334','2025-06-28 00:22:15',NULL,260.00,'','5','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(13159,'1110','61751059971','2025-06-28 00:33:11',NULL,945.00,'','6','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(13160,'1110','61751059971','2025-06-28 00:32:51',NULL,140.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(13161,'5500','61751059971','2025-06-28 00:34:04',1085.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13162,'1000','61751059971','2025-06-28 00:33:11',1500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13163,'4000','61751059971','2025-06-28 00:33:11',NULL,1300.00,'','6','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(13164,'4000','61751059971','2025-06-28 00:32:51',NULL,200.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(13165,'1110','81751060837','2025-06-28 00:47:18',NULL,175.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(13166,'5500','81751060837','2025-06-28 00:47:17',175.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13167,'1000','81751060837','2025-06-28 00:47:18',250.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13168,'4000','81751060837','2025-06-28 00:47:18',NULL,250.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(13169,'1110','81751060900','2025-06-28 00:48:21',NULL,33.30,'','8','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(13170,'5500','81751060900','2025-06-28 00:48:20',33.30,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13171,'1000','81751060900','2025-06-28 00:48:21',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13172,'4000','81751060900','2025-06-28 00:48:21',NULL,100.00,'','8','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(13173,'1110','81751060958','2025-06-28 00:49:30',NULL,175.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(13174,'1110','81751060958','2025-06-28 00:49:18',NULL,210.00,'','8','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(13175,'1110','81751060958','2025-06-28 00:49:22',NULL,175.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(13176,'5500','81751060958','2025-06-28 00:49:29',560.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13177,'1000','81751060958','2025-06-28 00:49:30',760.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13178,'4000','81751060958','2025-06-28 00:49:30',NULL,250.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(13179,'4000','81751060958','2025-06-28 00:49:18',NULL,260.00,'','8','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(13180,'4000','81751060958','2025-06-28 00:49:22',NULL,250.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(13181,'1000','41751061173','2025-06-28 00:53:58',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13182,'4000','41751061173','2025-06-28 00:53:58',NULL,300.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(13183,'4000','41751061173','2025-06-28 00:52:53',NULL,100.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13184,'1110','41751061957','2025-06-28 01:05:58',NULL,217.00,'','4','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(13185,'5500','41751061957','2025-06-28 01:05:57',217.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13186,'1000','41751061957','2025-06-28 01:05:58',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13187,'4000','41751061957','2025-06-28 01:05:58',NULL,300.00,'','4','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(13188,'1110','61751062516','2025-06-28 01:15:33',NULL,217.00,'','6','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(13189,'5500','61751062516','2025-06-28 01:15:16',217.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13190,'1000','61751062516','2025-06-28 01:15:33',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13191,'4000','61751062516','2025-06-28 01:15:33',NULL,300.00,'','6','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(13192,'1110','41751062754','2025-06-28 01:19:15',NULL,24.00,'','4','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(13193,'5500','41751062754','2025-06-28 01:19:14',24.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13194,'1000','41751062754','2025-06-28 01:19:15',45.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13195,'4000','41751062754','2025-06-28 01:19:15',NULL,45.00,'','4','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(13196,'1110','41751062805','2025-06-28 01:20:06',NULL,10.00,'','4','1','Inventory sold','1','','sales','162','','No',NULL,NULL,''),(13197,'5500','41751062805','2025-06-28 01:20:05',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13198,'1000','41751062805','2025-06-28 01:20:06',15.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13199,'4000','41751062805','2025-06-28 01:20:06',NULL,15.00,'','4','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(13200,'1110','61751063023','2025-06-28 01:24:46',NULL,705.00,'','6','1','Inventory sold','1','','sales','155','','No',NULL,NULL,''),(13201,'1110','61751063023','2025-06-28 01:23:43',NULL,210.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(13202,'1110','61751063023','2025-06-28 01:24:00',NULL,245.00,'','6','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(13203,'1110','61751063023','2025-06-28 01:24:20',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(13204,'5500','61751063023','2025-06-28 01:24:34',1230.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13205,'1000','61751063023','2025-06-28 01:24:46',1750.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13206,'4000','61751063023','2025-06-28 01:24:46',NULL,1000.00,'','6','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(13207,'4000','61751063023','2025-06-28 01:23:43',NULL,300.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(13208,'4000','61751063023','2025-06-28 01:24:00',NULL,350.00,'','6','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(13209,'4000','61751063023','2025-06-28 01:24:20',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(13210,'1110','61751063112','2025-06-28 01:25:51',NULL,735.00,'','6','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(13211,'1110','61751063112','2025-06-28 01:25:12',NULL,162.51,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(13212,'5500','61751063112','2025-06-28 01:25:31',897.51,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13213,'1000','61751063112','2025-06-28 01:25:51',1350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13214,'4000','61751063112','2025-06-28 01:25:51',NULL,1050.00,'','6','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(13215,'4000','61751063112','2025-06-28 01:25:12',NULL,300.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(13216,'1110','61751063219','2025-06-28 01:27:06',NULL,530.00,'','6','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(13217,'5500','61751063219','2025-06-28 01:26:59',530.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13218,'1000','61751063219','2025-06-28 01:27:06',660.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13219,'4000','61751063219','2025-06-28 01:27:06',NULL,660.00,'','6','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(13220,'1110','81751063691','2025-06-28 01:34:54',NULL,200.00,'','8','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(13221,'1110','81751063691','2025-06-28 01:34:51',NULL,175.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(13222,'5500','81751063691','2025-06-28 01:34:53',375.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13223,'1000','81751063691','2025-06-28 01:34:54',510.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13224,'4000','81751063691','2025-06-28 01:34:54',NULL,260.00,'','8','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(13225,'4000','81751063691','2025-06-28 01:34:51',NULL,250.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(13226,'1110','81751063752','2025-06-28 01:35:53',NULL,210.00,'','8','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(13227,'5500','81751063752','2025-06-28 01:35:52',210.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13228,'1000','81751063752','2025-06-28 01:35:53',260.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13229,'4000','81751063752','2025-06-28 01:35:53',NULL,260.00,'','8','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(13230,'1110','81751063815','2025-06-28 01:37:13',NULL,175.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(13231,'1110','81751063815','2025-06-28 01:36:55',NULL,175.00,'','8','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(13232,'5500','81751063815','2025-06-28 01:36:56',350.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13233,'1000','81751063815','2025-06-28 01:37:13',500.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13234,'4000','81751063815','2025-06-28 01:37:13',NULL,250.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(13235,'4000','81751063815','2025-06-28 01:36:55',NULL,250.00,'','8','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(13236,'1000','81751063894','2025-06-28 01:38:15',400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13237,'4000','81751063894','2025-06-28 01:38:15',NULL,400.00,'','8','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(13238,'1110','81751063951','2025-06-28 01:39:46',NULL,360.00,'','8','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(13239,'1110','81751063951','2025-06-28 01:39:11',NULL,185.00,'','8','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(13240,'5500','81751063951','2025-06-28 01:39:18',545.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13241,'1000','81751063951','2025-06-28 01:39:46',900.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13242,'4000','81751063951','2025-06-28 01:39:46',NULL,600.00,'','8','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(13243,'4000','81751063951','2025-06-28 01:39:11',NULL,300.00,'','8','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(13244,'1110','81751064003','2025-06-28 01:41:30',NULL,310.00,'','8','1','Inventory sold','1','','sales','210','','No',NULL,NULL,''),(13245,'1110','81751064003','2025-06-28 01:40:03',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(13246,'1110','81751064003','2025-06-28 01:41:07',NULL,175.00,'','8','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(13247,'1110','81751064003','2025-06-28 01:41:23',NULL,17.00,'','8','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(13248,'5500','81751064003','2025-06-28 01:41:29',556.17,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13249,'1000','81751064003','2025-06-28 01:41:30',775.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13250,'4000','81751064003','2025-06-28 01:41:30',NULL,400.00,'','8','1','Good sold','1','','sales','210','','No',NULL,NULL,''),(13251,'4000','81751064003','2025-06-28 01:40:03',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(13252,'4000','81751064003','2025-06-28 01:41:07',NULL,250.00,'','8','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(13253,'4000','81751064003','2025-06-28 01:41:23',NULL,25.00,'','8','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(13254,'1110','61751064422','2025-06-28 01:47:14',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(13255,'5500','61751064422','2025-06-28 01:47:02',70.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13256,'1000','61751064422','2025-06-28 01:47:14',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13257,'4000','61751064422','2025-06-28 01:47:14',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(13258,'1110','41751066141','2025-06-28 02:15:50',NULL,10.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13259,'5500','41751066141','2025-06-28 02:15:41',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13260,'1000','41751066141','2025-06-28 02:15:50',20.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13261,'4000','41751066141','2025-06-28 02:15:50',NULL,20.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13262,'1110','41751066163','2025-06-28 02:16:04',NULL,200.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(13263,'5500','41751066163','2025-06-28 02:16:03',200.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13264,'1000','41751066163','2025-06-28 02:16:04',260.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13265,'4000','41751066163','2025-06-28 02:16:04',NULL,260.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(13269,'1110','51751067312','2025-06-28 02:35:21',NULL,200.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(13270,'1110','51751067312','2025-06-28 02:35:12',NULL,68.00,'','5','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(13271,'5500','51751067312','2025-06-28 02:35:20',268.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13272,'1000','51751067312','2025-06-28 02:35:21',360.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13273,'4000','51751067312','2025-06-28 02:35:21',NULL,260.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(13274,'4000','51751067312','2025-06-28 02:35:12',NULL,100.00,'','5','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(13275,'1110','51751067362','2025-06-28 02:36:10',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(13276,'1110','51751067362','2025-06-28 02:36:02',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(13277,'5500','51751067362','2025-06-28 02:36:09',208.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13278,'1000','51751067362','2025-06-28 02:36:10',350.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13279,'4000','51751067362','2025-06-28 02:36:10',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(13280,'4000','51751067362','2025-06-28 02:36:02',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(13281,'1000','51751067419','2025-06-28 02:36:59',400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13282,'4000','51751067419','2025-06-28 02:36:59',NULL,400.00,'','5','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(13283,'1110','61751066338','2025-06-28 02:19:43',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(13284,'1110','61751066338','2025-06-28 02:19:11',NULL,0.00,'','6','1','Inventory sold','1','','sales','81','','No',NULL,NULL,''),(13285,'1110','61751066338','2025-06-28 02:19:30',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(13286,'5500','61751066338','2025-06-28 02:43:53',33.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13287,'1000','61751066338','2025-06-28 02:19:43',1800.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13288,'4000','61751066338','2025-06-28 02:19:43',NULL,100.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13289,'4000','61751066338','2025-06-28 02:19:11',NULL,1600.00,'','6','1','Good sold','1','','sales','81','','No',NULL,NULL,''),(13290,'4000','61751066338','2025-06-28 02:19:30',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(13291,'1110','61751067883','2025-06-28 02:46:48',NULL,594.00,'','6','1','Inventory sold','1','','sales','190','','No',NULL,NULL,''),(13292,'1110','61751067883','2025-06-28 02:44:43',NULL,300.00,'','6','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(13293,'1110','61751067883','2025-06-28 02:45:00',NULL,50.00,'','6','1','Inventory sold','1','','sales','281','','No',NULL,NULL,''),(13294,'5500','61751067883','2025-06-28 02:46:30',944.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13295,'1000','61751067883','2025-06-28 02:46:48',1400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13296,'4000','61751067883','2025-06-28 02:46:48',NULL,900.00,'','6','1','Good sold','1','','sales','190','','No',NULL,NULL,''),(13297,'4000','61751067883','2025-06-28 02:44:43',NULL,400.00,'','6','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(13298,'4000','61751067883','2025-06-28 02:45:00',NULL,100.00,'','6','1','Good sold','1','','sales','281','','No',NULL,NULL,''),(13299,'1110','81751068316','2025-06-28 02:51:57',NULL,17.00,'','8','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(13300,'5500','81751068316','2025-06-28 02:51:56',17.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13301,'1000','81751068316','2025-06-28 02:51:57',25.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13302,'4000','81751068316','2025-06-28 02:51:57',NULL,25.00,'','8','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(13303,'1110','51751068490','2025-06-28 02:54:57',NULL,270.00,'','5','1','Inventory sold','1','','sales','154','','No',NULL,NULL,''),(13304,'1110','51751068490','2025-06-28 02:54:50',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(13305,'5500','51751068490','2025-06-28 02:54:56',303.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13306,'1000','51751068490','2025-06-28 02:54:57',500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13307,'4000','51751068490','2025-06-28 02:54:57',NULL,400.00,'','5','1','Good sold','1','','sales','154','','No',NULL,NULL,''),(13308,'4000','51751068490','2025-06-28 02:54:50',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(13309,'1110','81751070087','2025-06-28 03:21:28',NULL,16.00,'','8','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(13310,'5500','81751070087','2025-06-28 03:21:27',16.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13311,'1000','81751070087','2025-06-28 03:21:28',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13312,'4000','81751070087','2025-06-28 03:21:28',NULL,30.00,'','8','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(13313,'1110','41751070200','2025-06-28 03:24:05',NULL,50.00,'','4','1','Inventory sold','1','','sales','301','','No',NULL,NULL,''),(13314,'1110','41751070200','2025-06-28 03:23:20',NULL,50.00,'','4','1','Inventory sold','1','','sales','301','','No',NULL,NULL,''),(13315,'5500','41751070200','2025-06-28 03:23:43',100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13316,'1000','41751070200','2025-06-28 03:24:05',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13317,'4000','41751070200','2025-06-28 03:24:05',NULL,50.00,'','4','1','Good sold','1','','sales','301','','No',NULL,NULL,''),(13318,'4000','41751070200','2025-06-28 03:23:20',NULL,50.00,'','4','1','Good sold','1','','sales','301','','No',NULL,NULL,''),(13319,'1110','61751071032','2025-06-28 03:37:35',NULL,300.00,'','6','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(13320,'1110','61751071032','2025-06-28 03:37:12',NULL,600.00,'','6','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(13321,'5500','61751071032','2025-06-28 03:37:25',900.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13322,'1000','61751071032','2025-06-28 03:37:35',1200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13323,'4000','61751071032','2025-06-28 03:37:35',NULL,400.00,'','6','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(13324,'4000','61751071032','2025-06-28 03:37:12',NULL,800.00,'','6','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(13325,'1110','61751071112','2025-06-28 03:38:42',NULL,400.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(13326,'5500','61751071112','2025-06-28 03:38:32',400.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13327,'1000','61751071112','2025-06-28 03:38:42',520.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13328,'4000','61751071112','2025-06-28 03:38:42',NULL,520.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(13329,'1110','51751071173','2025-06-28 03:39:34',NULL,500.00,'','5','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(13330,'5500','51751071173','2025-06-28 03:39:33',500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13331,'1000','51751071173','2025-06-28 03:39:34',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13332,'4000','51751071173','2025-06-28 03:39:34',NULL,1000.00,'','5','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(13333,'1110','51751071204','2025-06-28 03:40:05',NULL,500.00,'','5','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(13334,'5500','51751071204','2025-06-28 03:40:04',500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13335,'1000','51751071204','2025-06-28 03:40:05',1000.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13336,'4000','51751071204','2025-06-28 03:40:05',NULL,1000.00,'','5','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(13337,'4000','61751071032','2025-06-28 03:40:59',800.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13338,'1000','61751071032','2025-06-28 03:40:59',NULL,800.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13339,'5500','61751071032','2025-06-28 03:40:59',NULL,600.00,'','16','1','Cost of goods returned','1','','sales','244','','No',NULL,NULL,''),(13340,'1110','61751071032','2025-06-28 03:40:59',600.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13341,'1110','61751071313','2025-06-28 03:42:08',NULL,600.00,'','6','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(13342,'5500','61751071313','2025-06-28 03:41:53',600.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13343,'1000','61751071313','2025-06-28 03:42:08',800.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13344,'4000','61751071313','2025-06-28 03:42:08',NULL,800.00,'','6','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(13345,'4000','61751071032','2025-06-28 03:48:04',400.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13346,'1000','61751071032','2025-06-28 03:48:04',NULL,400.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13347,'5500','61751071032','2025-06-28 03:48:04',NULL,300.00,'','16','1','Cost of goods returned','1','','sales','244','','No',NULL,NULL,''),(13348,'1110','61751071032','2025-06-28 03:48:04',300.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13349,'4000','61750639299','2025-06-28 04:43:54',300.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13350,'1000','61750639299','2025-06-28 04:43:54',NULL,300.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13351,'5500','61750639299','2025-06-28 04:43:54',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','12','','No',NULL,NULL,''),(13352,'1110','61750639299','2025-06-28 04:43:54',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13353,'4000','61750639299','2025-06-28 04:44:28',120.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13354,'1000','61750639299','2025-06-28 04:44:28',NULL,120.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13355,'5500','61750639299','2025-06-28 04:44:28',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','3','','No',NULL,NULL,''),(13356,'1110','61750639299','2025-06-28 04:44:28',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13357,'4000','61750639299','2025-06-28 04:55:51',800.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13358,'1000','61750639299','2025-06-28 04:55:51',NULL,800.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13359,'5500','61750639299','2025-06-28 04:55:51',NULL,800.00,'','16','1','Cost of goods returned','1','','sales','300','','No',NULL,NULL,''),(13360,'1110','61750639299','2025-06-28 04:55:51',800.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13361,'4000','61750639299','2025-06-28 04:55:55',100.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13362,'1000','61750639299','2025-06-28 04:55:55',NULL,100.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13363,'5500','61750639299','2025-06-28 04:55:55',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','46','','No',NULL,NULL,''),(13364,'1110','61750639299','2025-06-28 04:55:55',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13365,'4000','61750639299','2025-06-28 04:55:57',3000.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13366,'1000','61750639299','2025-06-28 04:55:57',NULL,3000.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13367,'5500','61750639299','2025-06-28 04:55:57',NULL,3000.00,'','16','1','Cost of goods returned','1','','sales','296','','No',NULL,NULL,''),(13368,'1110','61750639299','2025-06-28 04:55:57',3000.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13369,'1110','61751077754','2025-06-28 05:29:16',NULL,300.00,'','6','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(13370,'5500','61751077754','2025-06-28 05:29:15',300.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13371,'1000','61751077754','2025-06-28 05:29:16',400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13372,'4000','61751077754','2025-06-28 05:29:16',NULL,400.00,'','6','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(13373,'1000','141751090657','2025-06-28 09:04:50',150.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13374,'4000','141751090657','2025-06-28 09:04:50',NULL,150.00,'','14','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(13375,'1110','171751091602','2025-06-28 09:22:24',NULL,3000.00,'','17','1','Inventory sold','1','','sales','296','','No',NULL,NULL,''),(13376,'1110','171751091602','2025-06-28 09:20:02',NULL,250.00,'','17','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(13377,'1110','171751091602','2025-06-28 09:20:33',NULL,800.00,'','17','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(13378,'1110','171751091602','2025-06-28 09:20:47',NULL,0.00,'','17','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(13379,'1110','171751091602','2025-06-28 09:21:37',NULL,300.00,'','17','1','Inventory sold','1','','sales','298','','No',NULL,NULL,''),(13380,'5500','171751091602','2025-06-28 09:22:03',4350.00,NULL,'','17','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13381,'1000','171751091602','2025-06-28 09:22:24',4800.00,NULL,'','17','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13382,'4000','171751091602','2025-06-28 09:22:24',NULL,3000.00,'','17','1','Good sold','1','','sales','296','','No',NULL,NULL,''),(13383,'4000','171751091602','2025-06-28 09:20:02',NULL,400.00,'','17','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(13384,'4000','171751091602','2025-06-28 09:20:33',NULL,800.00,'','17','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(13385,'4000','171751091602','2025-06-28 09:20:47',NULL,300.00,'','17','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(13386,'4000','171751091602','2025-06-28 09:21:37',NULL,300.00,'','17','1','Good sold','1','','sales','298','','No',NULL,NULL,''),(13407,'1110','171751091900','2025-06-28 09:26:44',NULL,3000.00,'','17','1','Inventory sold','1','','sales','296','','No',NULL,NULL,''),(13408,'1110','171751091900','2025-06-28 09:25:00',NULL,0.00,'','17','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(13409,'1110','171751091900','2025-06-28 09:25:12',NULL,500.00,'','17','1','Inventory sold','1','','sales','299','','No',NULL,NULL,''),(13410,'1110','171751091900','2025-06-28 09:25:53',NULL,0.00,'','17','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(13411,'1110','171751091900','2025-06-28 09:26:13',NULL,0.00,'','17','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(13412,'1110','171751091900','2025-06-28 09:28:46',NULL,0.00,'','17','1','Inventory sold','1','','sales','12','','No',NULL,NULL,''),(13413,'5500','171751091900','2025-06-28 09:29:32',3500.00,NULL,'','17','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13414,'1000','171751091900','2025-06-28 09:26:44',4850.00,NULL,'','17','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13415,'4000','171751091900','2025-06-28 09:26:44',NULL,3000.00,'','17','1','Good sold','1','','sales','296','','No',NULL,NULL,''),(13416,'4000','171751091900','2025-06-28 09:25:00',NULL,900.00,'','17','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(13417,'4000','171751091900','2025-06-28 09:25:12',NULL,500.00,'','17','1','Good sold','1','','sales','299','','No',NULL,NULL,''),(13418,'4000','171751091900','2025-06-28 09:25:53',NULL,100.00,'','17','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13419,'4000','171751091900','2025-06-28 09:26:13',NULL,200.00,'','17','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(13420,'4000','171751091900','2025-06-28 09:28:46',NULL,150.00,'','17','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(13421,'1110','171751092258','2025-06-28 09:32:01',NULL,3000.00,'','17','1','Inventory sold','1','','sales','296','','No',NULL,NULL,''),(13422,'1110','171751092258','2025-06-28 09:30:58',NULL,0.00,'','17','1','Inventory sold','1','','sales','12','','No',NULL,NULL,''),(13423,'1110','171751092258','2025-06-28 09:31:06',NULL,800.00,'','17','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(13424,'1110','171751092258','2025-06-28 09:31:22',NULL,0.00,'','17','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(13425,'1110','171751092258','2025-06-28 09:31:34',NULL,500.00,'','17','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(13426,'5500','171751092258','2025-06-28 09:31:50',4300.00,NULL,'','17','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13427,'1000','171751092258','2025-06-28 09:32:01',4850.00,NULL,'','17','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13428,'4000','171751092258','2025-06-28 09:32:01',NULL,3000.00,'','17','1','Good sold','1','','sales','296','','No',NULL,NULL,''),(13429,'4000','171751092258','2025-06-28 09:30:58',NULL,150.00,'','17','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(13430,'4000','171751092258','2025-06-28 09:31:06',NULL,800.00,'','17','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(13431,'4000','171751092258','2025-06-28 09:31:22',NULL,100.00,'','17','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13432,'4000','171751092258','2025-06-28 09:31:34',NULL,800.00,'','17','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(13433,'4000','171751091900','2025-06-28 09:33:28',3000.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13434,'1000','171751091900','2025-06-28 09:33:28',NULL,3000.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13435,'5500','171751091900','2025-06-28 09:33:28',NULL,3000.00,'','16','1','Cost of goods returned','1','','sales','296','','No',NULL,NULL,''),(13436,'1110','171751091900','2025-06-28 09:33:28',3000.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13437,'4000','171751091900','2025-06-28 09:33:29',500.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13438,'1000','171751091900','2025-06-28 09:33:29',NULL,500.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13439,'5500','171751091900','2025-06-28 09:33:29',NULL,500.00,'','16','1','Cost of goods returned','1','','sales','299','','No',NULL,NULL,''),(13440,'1110','171751091900','2025-06-28 09:33:29',500.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13441,'4000','171751091900','2025-06-28 09:33:31',900.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13442,'1000','171751091900','2025-06-28 09:33:31',NULL,900.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13443,'5500','171751091900','2025-06-28 09:33:31',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','53','','No',NULL,NULL,''),(13444,'1110','171751091900','2025-06-28 09:33:31',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13445,'4000','171751091900','2025-06-28 09:33:34',100.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13446,'1000','171751091900','2025-06-28 09:33:34',NULL,100.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13447,'5500','171751091900','2025-06-28 09:33:34',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','45','','No',NULL,NULL,''),(13448,'1110','171751091900','2025-06-28 09:33:34',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13449,'4000','171751091900','2025-06-28 09:33:36',150.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13450,'1000','171751091900','2025-06-28 09:33:36',NULL,150.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13451,'5500','171751091900','2025-06-28 09:33:36',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','12','','No',NULL,NULL,''),(13452,'1110','171751091900','2025-06-28 09:33:36',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13453,'4000','171751091900','2025-06-28 09:33:39',200.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13454,'1000','171751091900','2025-06-28 09:33:39',NULL,200.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13455,'5500','171751091900','2025-06-28 09:33:39',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','20','','No',NULL,NULL,''),(13456,'1110','171751091900','2025-06-28 09:33:39',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13457,'1110','171751092446','2025-06-28 09:35:35',NULL,3000.00,'','17','1','Inventory sold','1','','sales','296','','No',NULL,NULL,''),(13458,'1110','171751092446','2025-06-28 09:34:06',NULL,0.00,'','17','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(13459,'1110','171751092446','2025-06-28 09:34:16',NULL,0.00,'','17','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(13460,'1110','171751092446','2025-06-28 09:34:35',NULL,0.00,'','17','1','Inventory sold','1','','sales','12','','No',NULL,NULL,''),(13461,'1110','171751092446','2025-06-28 09:34:54',NULL,0.00,'','17','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(13462,'1110','171751092446','2025-06-28 09:35:11',NULL,0.00,'','17','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(13463,'5500','171751092446','2025-06-28 09:35:23',3000.00,NULL,'','17','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13464,'1000','171751092446','2025-06-28 09:35:35',4450.00,NULL,'','17','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13465,'4000','171751092446','2025-06-28 09:35:35',NULL,3000.00,'','17','1','Good sold','1','','sales','296','','No',NULL,NULL,''),(13466,'4000','171751092446','2025-06-28 09:34:06',NULL,900.00,'','17','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(13467,'4000','171751092446','2025-06-28 09:34:16',NULL,100.00,'','17','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13468,'4000','171751092446','2025-06-28 09:34:35',NULL,150.00,'','17','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(13469,'4000','171751092446','2025-06-28 09:34:54',NULL,200.00,'','17','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(13470,'4000','171751092446','2025-06-28 09:35:11',NULL,100.00,'','17','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(13471,'1110','171751092582','2025-06-28 09:37:28',NULL,3000.00,'','17','1','Inventory sold','1','','sales','296','','No',NULL,NULL,''),(13472,'1110','171751092582','2025-06-28 09:36:22',NULL,800.00,'','17','1','Inventory sold','1','','sales','300','','No',NULL,NULL,''),(13473,'1110','171751092582','2025-06-28 09:36:30',NULL,0.00,'','17','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(13474,'1110','171751092582','2025-06-28 09:36:37',NULL,0.00,'','17','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(13475,'1110','171751092582','2025-06-28 09:36:52',NULL,0.00,'','17','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(13476,'5500','171751092582','2025-06-28 09:37:13',3800.00,NULL,'','17','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13477,'1000','171751092582','2025-06-28 09:37:28',4200.00,NULL,'','17','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13478,'4000','171751092582','2025-06-28 09:37:28',NULL,3000.00,'','17','1','Good sold','1','','sales','296','','No',NULL,NULL,''),(13479,'4000','171751092582','2025-06-28 09:36:22',NULL,800.00,'','17','1','Good sold','1','','sales','300','','No',NULL,NULL,''),(13480,'4000','171751092582','2025-06-28 09:36:30',NULL,100.00,'','17','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(13481,'4000','171751092582','2025-06-28 09:36:37',NULL,200.00,'','17','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(13482,'4000','171751092582','2025-06-28 09:36:52',NULL,100.00,'','17','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13483,'1110','171751093078','2025-06-28 09:44:56',NULL,185.00,'','17','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(13484,'5500','171751093078','2025-06-28 09:44:38',185.00,NULL,'','17','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13485,'1000','171751093078','2025-06-28 09:44:56',300.00,NULL,'','17','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13486,'4000','171751093078','2025-06-28 09:44:56',NULL,300.00,'','17','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(13487,'1000','31751112486','2025-06-28 15:10:13',200.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13488,'4000','31751112486','2025-06-28 15:10:13',NULL,100.00,'','3','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13489,'4000','31751112486','2025-06-28 15:08:06',NULL,100.00,'','3','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13490,'1110','141751112628','2025-06-28 15:11:37',NULL,245.00,'','14','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(13491,'1110','141751112628','2025-06-28 15:10:29',NULL,41.67,'','14','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(13492,'5500','141751112628','2025-06-28 15:11:05',286.67,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13493,'1000','141751112628','2025-06-28 15:11:37',450.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13494,'4000','141751112628','2025-06-28 15:11:37',NULL,350.00,'','14','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(13495,'4000','141751112628','2025-06-28 15:10:29',NULL,100.00,'','14','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(13496,'1110','141751112722','2025-06-28 15:15:30',NULL,540.00,'','14','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(13497,'1110','141751112722','2025-06-28 15:12:02',NULL,175.00,'','14','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(13498,'1110','141751112722','2025-06-28 15:14:07',NULL,210.00,'','14','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(13499,'5500','141751112722','2025-06-28 15:14:54',925.00,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13500,'1000','141751112722','2025-06-28 15:15:30',1410.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13501,'4000','141751112722','2025-06-28 15:15:30',NULL,900.00,'','14','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(13502,'4000','141751112722','2025-06-28 15:12:02',NULL,250.00,'','14','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(13503,'4000','141751112722','2025-06-28 15:14:07',NULL,260.00,'','14','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(13504,'1110','141751113048','2025-06-28 15:21:06',NULL,0.00,'','14','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(13505,'1110','141751113048','2025-06-28 15:17:28',NULL,0.00,'','14','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(13506,'1110','141751113048','2025-06-28 15:18:59',NULL,70.00,'','14','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(13507,'1110','141751113048','2025-06-28 15:19:26',NULL,217.00,'','14','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(13508,'5500','141751113048','2025-06-28 15:20:05',287.00,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13509,'1000','141751113048','2025-06-28 15:21:06',1450.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13510,'4000','141751113048','2025-06-28 15:21:06',NULL,900.00,'','14','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(13511,'4000','141751113048','2025-06-28 15:17:28',NULL,150.00,'','14','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13512,'4000','141751113048','2025-06-28 15:18:59',NULL,100.00,'','14','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(13513,'4000','141751113048','2025-06-28 15:19:26',NULL,300.00,'','14','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(13514,'1110','31751114361','2025-06-28 15:39:42',NULL,180.00,'','3','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(13515,'5500','31751114361','2025-06-28 15:39:22',180.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13516,'1000','31751114361','2025-06-28 15:39:42',300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13517,'4000','31751114361','2025-06-28 15:39:42',NULL,300.00,'','3','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(13524,'1110','31751115480','2025-06-28 15:58:37',NULL,210.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(13525,'5500','31751115480','2025-06-28 15:58:01',210.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13526,'1000','31751115480','2025-06-28 15:58:37',300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13527,'4000','31751115480','2025-06-28 15:58:37',NULL,300.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(13528,'1110','31751115568','2025-06-28 16:00:50',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(13529,'5500','31751115568','2025-06-28 15:59:29',54.17,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13530,'1000','31751115568','2025-06-28 16:00:50',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13531,'4000','31751115568','2025-06-28 16:00:50',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(13532,'1110','141751116312','2025-06-28 16:14:24',NULL,8.00,'','14','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(13533,'5500','141751116312','2025-06-28 16:11:53',8.00,NULL,'','14','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13534,'1000','141751116312','2025-06-28 16:14:24',15.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13535,'4000','141751116312','2025-06-28 16:14:24',NULL,15.00,'','14','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(13536,'1110','31751122476','2025-06-28 17:55:01',NULL,470.00,'','3','1','Inventory sold','1','','sales','167','','No',NULL,NULL,''),(13537,'1110','31751122476','2025-06-28 17:54:36',NULL,0.00,'','3','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(13538,'5500','31751122476','2025-06-28 17:54:59',470.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13539,'1000','31751122476','2025-06-28 17:55:01',1000.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13540,'4000','31751122476','2025-06-28 17:55:01',NULL,600.00,'','3','1','Good sold','1','','sales','167','','No',NULL,NULL,''),(13541,'4000','31751122476','2025-06-28 17:54:36',NULL,400.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(13570,'1110','61751124752','2025-06-28 18:34:58',NULL,335.00,'','6','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(13571,'1110','61751124752','2025-06-28 18:32:32',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(13572,'1110','61751124752','2025-06-28 18:32:49',NULL,34.00,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(13573,'1110','61751124752','2025-06-28 18:33:48',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13574,'5500','61751124752','2025-06-28 18:33:58',423.17,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13575,'1000','61751124752','2025-06-28 18:34:58',750.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13576,'4000','61751124752','2025-06-28 18:34:58',NULL,500.00,'','6','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(13577,'4000','61751124752','2025-06-28 18:32:32',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(13578,'4000','61751124752','2025-06-28 18:32:49',NULL,50.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(13579,'4000','61751124752','2025-06-28 18:33:48',NULL,100.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13580,'1110','31751123975','2025-06-28 18:22:03',NULL,605.00,'','3','1','Inventory sold','1','','sales','96','','No',NULL,NULL,''),(13581,'1110','31751123975','2025-06-28 18:19:35',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(13582,'1110','31751123975','2025-06-28 18:21:13',NULL,34.00,'','3','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(13583,'1110','31751123975','2025-06-28 18:21:34',NULL,5.00,'','3','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13584,'1110','31751123975','2025-06-28 18:22:00',NULL,34.00,'','3','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(13585,'5500','31751123975','2025-06-28 19:00:48',711.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13586,'1000','31751123975','2025-06-28 18:22:03',1060.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13587,'4000','31751123975','2025-06-28 18:22:03',NULL,850.00,'','3','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(13588,'4000','31751123975','2025-06-28 18:19:35',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(13589,'4000','31751123975','2025-06-28 18:21:13',NULL,50.00,'','3','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(13590,'4000','31751123975','2025-06-28 18:21:34',NULL,10.00,'','3','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13591,'4000','31751123975','2025-06-28 18:22:00',NULL,50.00,'','3','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(13592,'4000','171751092582','2025-06-28 19:14:44',3000.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13593,'1000','171751092582','2025-06-28 19:14:44',NULL,3000.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13594,'5500','171751092582','2025-06-28 19:14:44',NULL,3000.00,'','16','1','Cost of goods returned','1','','sales','296','','No',NULL,NULL,''),(13595,'1110','171751092582','2025-06-28 19:14:44',3000.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13596,'4000','171751092582','2025-06-28 19:14:45',800.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13597,'1000','171751092582','2025-06-28 19:14:45',NULL,800.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13598,'5500','171751092582','2025-06-28 19:14:45',NULL,800.00,'','16','1','Cost of goods returned','1','','sales','300','','No',NULL,NULL,''),(13599,'1110','171751092582','2025-06-28 19:14:45',800.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13600,'4000','171751092582','2025-06-28 19:14:46',100.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13601,'1000','171751092582','2025-06-28 19:14:46',NULL,100.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13602,'5500','171751092582','2025-06-28 19:14:46',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','46','','No',NULL,NULL,''),(13603,'1110','171751092582','2025-06-28 19:14:46',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13604,'4000','171751092582','2025-06-28 19:14:48',200.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13605,'1000','171751092582','2025-06-28 19:14:48',NULL,200.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13606,'5500','171751092582','2025-06-28 19:14:48',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','47','','No',NULL,NULL,''),(13607,'1110','171751092582','2025-06-28 19:14:48',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13608,'4000','171751092582','2025-06-28 19:14:49',100.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13609,'1000','171751092582','2025-06-28 19:14:49',NULL,100.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13610,'5500','171751092582','2025-06-28 19:14:49',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','45','','No',NULL,NULL,''),(13611,'1110','171751092582','2025-06-28 19:14:49',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13612,'4000','171751092446','2025-06-28 19:15:05',3000.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13613,'1000','171751092446','2025-06-28 19:15:05',NULL,3000.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13614,'5500','171751092446','2025-06-28 19:15:05',NULL,3000.00,'','16','1','Cost of goods returned','1','','sales','296','','No',NULL,NULL,''),(13615,'1110','171751092446','2025-06-28 19:15:05',3000.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13616,'4000','171751092446','2025-06-28 19:15:07',900.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13617,'1000','171751092446','2025-06-28 19:15:07',NULL,900.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13618,'5500','171751092446','2025-06-28 19:15:07',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','53','','No',NULL,NULL,''),(13619,'1110','171751092446','2025-06-28 19:15:07',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13620,'4000','171751092446','2025-06-28 19:15:08',100.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13621,'1000','171751092446','2025-06-28 19:15:08',NULL,100.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13622,'5500','171751092446','2025-06-28 19:15:08',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','45','','No',NULL,NULL,''),(13623,'1110','171751092446','2025-06-28 19:15:08',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13624,'4000','171751092446','2025-06-28 19:15:09',150.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13625,'1000','171751092446','2025-06-28 19:15:09',NULL,150.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13626,'5500','171751092446','2025-06-28 19:15:09',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','12','','No',NULL,NULL,''),(13627,'1110','171751092446','2025-06-28 19:15:09',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13628,'4000','171751092446','2025-06-28 19:15:12',200.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13629,'1000','171751092446','2025-06-28 19:15:12',NULL,200.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13630,'5500','171751092446','2025-06-28 19:15:12',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','47','','No',NULL,NULL,''),(13631,'1110','171751092446','2025-06-28 19:15:12',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13632,'4000','171751092446','2025-06-28 19:15:14',100.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13633,'1000','171751092446','2025-06-28 19:15:14',NULL,100.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13634,'5500','171751092446','2025-06-28 19:15:14',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','46','','No',NULL,NULL,''),(13635,'1110','171751092446','2025-06-28 19:15:14',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13636,'4000','171751092258','2025-06-28 19:15:29',3000.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13637,'1000','171751092258','2025-06-28 19:15:29',NULL,3000.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13638,'5500','171751092258','2025-06-28 19:15:29',NULL,3000.00,'','16','1','Cost of goods returned','1','','sales','296','','No',NULL,NULL,''),(13639,'1110','171751092258','2025-06-28 19:15:29',3000.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13640,'4000','171751092258','2025-06-28 19:15:31',150.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13641,'1000','171751092258','2025-06-28 19:15:31',NULL,150.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13642,'5500','171751092258','2025-06-28 19:15:31',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','12','','No',NULL,NULL,''),(13643,'1110','171751092258','2025-06-28 19:15:31',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13644,'4000','171751092258','2025-06-28 19:15:32',800.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13645,'1000','171751092258','2025-06-28 19:15:32',NULL,800.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13646,'5500','171751092258','2025-06-28 19:15:32',NULL,800.00,'','16','1','Cost of goods returned','1','','sales','300','','No',NULL,NULL,''),(13647,'1110','171751092258','2025-06-28 19:15:32',800.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13648,'4000','171751092258','2025-06-28 19:15:33',100.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13649,'1000','171751092258','2025-06-28 19:15:33',NULL,100.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13650,'5500','171751092258','2025-06-28 19:15:33',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','45','','No',NULL,NULL,''),(13651,'1110','171751092258','2025-06-28 19:15:33',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13652,'4000','171751092258','2025-06-28 19:15:35',800.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13653,'1000','171751092258','2025-06-28 19:15:35',NULL,800.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13654,'5500','171751092258','2025-06-28 19:15:35',NULL,500.00,'','16','1','Cost of goods returned','1','','sales','119','','No',NULL,NULL,''),(13655,'1110','171751092258','2025-06-28 19:15:35',500.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13656,'4000','171751091602','2025-06-28 19:15:51',3000.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13657,'1000','171751091602','2025-06-28 19:15:51',NULL,3000.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13658,'5500','171751091602','2025-06-28 19:15:51',NULL,3000.00,'','16','1','Cost of goods returned','1','','sales','296','','No',NULL,NULL,''),(13659,'1110','171751091602','2025-06-28 19:15:51',3000.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13660,'4000','171751091602','2025-06-28 19:15:52',400.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13661,'1000','171751091602','2025-06-28 19:15:52',NULL,400.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13662,'5500','171751091602','2025-06-28 19:15:52',NULL,250.00,'','16','1','Cost of goods returned','1','','sales','119','','No',NULL,NULL,''),(13663,'1110','171751091602','2025-06-28 19:15:52',250.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13664,'4000','171751091602','2025-06-28 19:15:57',800.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13665,'1000','171751091602','2025-06-28 19:15:57',NULL,800.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13666,'5500','171751091602','2025-06-28 19:15:57',NULL,800.00,'','16','1','Cost of goods returned','1','','sales','300','','No',NULL,NULL,''),(13667,'1110','171751091602','2025-06-28 19:15:57',800.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13668,'4000','171751091602','2025-06-28 19:15:58',300.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13669,'1000','171751091602','2025-06-28 19:15:58',NULL,300.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13670,'5500','171751091602','2025-06-28 19:15:58',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','48','','No',NULL,NULL,''),(13671,'1110','171751091602','2025-06-28 19:15:58',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13672,'4000','171751091602','2025-06-28 19:16:00',300.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13673,'1000','171751091602','2025-06-28 19:16:00',NULL,300.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13674,'5500','171751091602','2025-06-28 19:16:00',NULL,300.00,'','16','1','Cost of goods returned','1','','sales','298','','No',NULL,NULL,''),(13675,'1110','171751091602','2025-06-28 19:16:00',300.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13676,'1110','31751114697','2025-06-28 15:45:59',NULL,1860.00,'','3','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13677,'1110','31751114697','2025-06-28 15:44:57',NULL,5.00,'','3','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13678,'1110','31751114697','2025-06-28 15:45:22',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(13679,'1110','31751114697','2025-06-28 18:24:18',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(13680,'1110','31751114697','2025-06-28 18:24:31',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(13681,'1110','31751114697','2025-06-28 18:23:50',NULL,1860.00,'','3','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13682,'1110','31751114697','2025-06-28 18:23:51',NULL,0.00,'','3','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(13683,'1110','31751114697','2025-06-28 18:24:49',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(13684,'1110','31751114697','2025-06-28 18:25:00',NULL,180.00,'','3','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(13685,'5500','31751114697','2025-06-28 19:17:55',4062.47,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13686,'1000','31751114697','2025-06-28 15:45:59',6410.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13687,'4000','31751114697','2025-06-28 15:45:59',NULL,2700.00,'','3','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13688,'4000','31751114697','2025-06-28 15:44:57',NULL,10.00,'','3','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13689,'4000','31751114697','2025-06-28 15:45:22',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(13690,'4000','31751114697','2025-06-28 18:24:18',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(13691,'4000','31751114697','2025-06-28 18:24:31',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(13692,'4000','31751114697','2025-06-28 18:23:50',NULL,2700.00,'','3','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13693,'4000','31751114697','2025-06-28 18:23:51',NULL,350.00,'','3','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13694,'4000','31751114697','2025-06-28 18:24:49',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13695,'4000','31751114697','2025-06-28 18:25:00',NULL,300.00,'','3','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(13696,'1110','41751127642','2025-06-28 19:21:29',NULL,680.00,'','4','1','Inventory sold','1','','sales','214','','No',NULL,NULL,''),(13697,'1110','41751127642','2025-06-28 19:20:42',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(13698,'5500','41751127642','2025-06-28 19:21:28',713.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13699,'1000','41751127642','2025-06-28 19:21:29',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13700,'4000','41751127642','2025-06-28 19:21:29',NULL,900.00,'','4','1','Good sold','1','','sales','214','','No',NULL,NULL,''),(13701,'4000','41751127642','2025-06-28 19:20:42',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(13702,'1110','41751127716','2025-06-28 19:22:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(13703,'1110','41751127716','2025-06-28 19:21:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13704,'1110','41751127716','2025-06-28 19:22:06',NULL,70.00,'','4','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(13705,'5500','41751127716','2025-06-28 19:22:22',70.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13706,'1000','41751127716','2025-06-28 19:22:24',420.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13707,'4000','41751127716','2025-06-28 19:22:24',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(13708,'4000','41751127716','2025-06-28 19:21:56',NULL,120.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13709,'4000','41751127716','2025-06-28 19:22:06',NULL,100.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(13710,'1110','81751128296','2025-06-28 19:33:29',NULL,310.00,'','8','1','Inventory sold','1','','sales','210','','No',NULL,NULL,''),(13711,'1110','81751128296','2025-06-28 19:31:36',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(13712,'1110','81751128296','2025-06-28 19:32:59',NULL,33.30,'','8','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(13713,'5500','81751128296','2025-06-28 19:33:28',397.47,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13714,'1000','81751128296','2025-06-28 19:33:29',600.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13715,'4000','81751128296','2025-06-28 19:33:29',NULL,400.00,'','8','1','Good sold','1','','sales','210','','No',NULL,NULL,''),(13716,'4000','81751128296','2025-06-28 19:31:36',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(13717,'4000','81751128296','2025-06-28 19:32:59',NULL,100.00,'','8','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(13718,'1110','81751128443','2025-06-28 19:34:25',NULL,210.00,'','8','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(13719,'1110','81751128443','2025-06-28 19:34:04',NULL,99.00,'','8','1','Inventory sold','1','','sales','292','','No',NULL,NULL,''),(13720,'5500','81751128443','2025-06-28 19:34:24',309.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13721,'1000','81751128443','2025-06-28 19:34:25',410.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13722,'4000','81751128443','2025-06-28 19:34:25',NULL,260.00,'','8','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(13723,'4000','81751128443','2025-06-28 19:34:04',NULL,150.00,'','8','1','Good sold','1','','sales','292','','No',NULL,NULL,''),(13724,'1110','81751128512','2025-06-28 19:35:13',NULL,245.00,'','8','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(13725,'5500','81751128512','2025-06-28 19:35:12',245.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13726,'1000','81751128512','2025-06-28 19:35:13',350.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13727,'4000','81751128512','2025-06-28 19:35:13',NULL,350.00,'','8','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(13728,'1110','81751128550','2025-06-28 19:36:41',NULL,41.67,'','8','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(13729,'5500','81751128550','2025-06-28 19:35:50',41.67,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13730,'1000','81751128550','2025-06-28 19:36:41',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13731,'4000','81751128550','2025-06-28 19:36:41',NULL,100.00,'','8','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(13732,'4000','171751056186','2025-06-28 19:43:44',3000.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13733,'1000','171751056186','2025-06-28 19:43:44',NULL,3000.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13734,'5500','171751056186','2025-06-28 19:43:44',NULL,3000.00,'','16','1','Cost of goods returned','1','','sales','296','','No',NULL,NULL,''),(13735,'1110','171751056186','2025-06-28 19:43:44',3000.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13736,'4000','171751056186','2025-06-28 19:43:46',100.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13737,'1000','171751056186','2025-06-28 19:43:46',NULL,100.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13738,'5500','171751056186','2025-06-28 19:43:46',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','46','','No',NULL,NULL,''),(13739,'1110','171751056186','2025-06-28 19:43:46',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13740,'4000','171751056186','2025-06-28 19:43:47',100.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13741,'1000','171751056186','2025-06-28 19:43:47',NULL,100.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13742,'5500','171751056186','2025-06-28 19:43:47',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','45','','No',NULL,NULL,''),(13743,'1110','171751056186','2025-06-28 19:43:47',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13744,'4000','171751056186','2025-06-28 19:43:49',900.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13745,'1000','171751056186','2025-06-28 19:43:49',NULL,900.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13746,'5500','171751056186','2025-06-28 19:43:49',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','53','','No',NULL,NULL,''),(13747,'1110','171751056186','2025-06-28 19:43:49',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13748,'4000','171751056186','2025-06-28 19:43:51',450.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13749,'1000','171751056186','2025-06-28 19:43:51',NULL,450.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13750,'5500','171751056186','2025-06-28 19:43:51',NULL,450.00,'','16','1','Cost of goods returned','1','','sales','298','','No',NULL,NULL,''),(13751,'1110','171751056186','2025-06-28 19:43:51',450.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13752,'4000','171751056186','2025-06-28 19:43:52',120.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13753,'1000','171751056186','2025-06-28 19:43:52',NULL,120.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13754,'5500','171751056186','2025-06-28 19:43:52',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','3','','No',NULL,NULL,''),(13755,'1110','171751056186','2025-06-28 19:43:52',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13756,'4000','171751056186','2025-06-28 19:43:53',500.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13757,'1000','171751056186','2025-06-28 19:43:53',NULL,500.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13758,'5500','171751056186','2025-06-28 19:43:53',NULL,500.00,'','16','1','Cost of goods returned','1','','sales','299','','No',NULL,NULL,''),(13759,'1110','171751056186','2025-06-28 19:43:53',500.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13760,'4000','171751056053','2025-06-28 19:44:08',3000.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13761,'1000','171751056053','2025-06-28 19:44:08',NULL,3000.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13762,'5500','171751056053','2025-06-28 19:44:08',NULL,3000.00,'','16','1','Cost of goods returned','1','','sales','296','','No',NULL,NULL,''),(13763,'1110','171751056053','2025-06-28 19:44:08',3000.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13764,'4000','171751056053','2025-06-28 19:44:09',400.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13765,'1000','171751056053','2025-06-28 19:44:09',NULL,400.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13766,'5500','171751056053','2025-06-28 19:44:09',NULL,250.00,'','16','1','Cost of goods returned','1','','sales','119','','No',NULL,NULL,''),(13767,'1110','171751056053','2025-06-28 19:44:09',250.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13768,'4000','171751056053','2025-06-28 19:44:10',100.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13769,'1000','171751056053','2025-06-28 19:44:10',NULL,100.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13770,'5500','171751056053','2025-06-28 19:44:10',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','46','','No',NULL,NULL,''),(13771,'1110','171751056053','2025-06-28 19:44:10',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13772,'4000','171751056053','2025-06-28 19:44:11',900.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13773,'1000','171751056053','2025-06-28 19:44:11',NULL,900.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13774,'5500','171751056053','2025-06-28 19:44:11',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','53','','No',NULL,NULL,''),(13775,'1110','171751056053','2025-06-28 19:44:11',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13776,'4000','171751056053','2025-06-28 19:44:12',300.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13777,'1000','171751056053','2025-06-28 19:44:12',NULL,300.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13778,'5500','171751056053','2025-06-28 19:44:12',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','12','','No',NULL,NULL,''),(13779,'1110','171751056053','2025-06-28 19:44:12',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13780,'4000','171751056053','2025-06-28 19:44:14',120.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13781,'1000','171751056053','2025-06-28 19:44:14',NULL,120.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13782,'5500','171751056053','2025-06-28 19:44:14',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','3','','No',NULL,NULL,''),(13783,'1110','171751056053','2025-06-28 19:44:14',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13784,'4000','171751056053','2025-06-28 19:44:16',100.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13785,'1000','171751056053','2025-06-28 19:44:16',NULL,100.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13786,'5500','171751056053','2025-06-28 19:44:16',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','45','','No',NULL,NULL,''),(13787,'1110','171751056053','2025-06-28 19:44:16',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13788,'4000','171751055927','2025-06-28 19:44:32',3000.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13789,'1000','171751055927','2025-06-28 19:44:32',NULL,3000.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13790,'5500','171751055927','2025-06-28 19:44:32',NULL,3000.00,'','16','1','Cost of goods returned','1','','sales','296','','No',NULL,NULL,''),(13791,'1110','171751055927','2025-06-28 19:44:32',3000.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13792,'4000','171751055927','2025-06-28 19:44:35',100.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13793,'1000','171751055927','2025-06-28 19:44:35',NULL,100.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13794,'5500','171751055927','2025-06-28 19:44:35',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','46','','No',NULL,NULL,''),(13795,'1110','171751055927','2025-06-28 19:44:35',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13796,'4000','171751055927','2025-06-28 19:44:36',800.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13797,'1000','171751055927','2025-06-28 19:44:36',NULL,800.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13798,'5500','171751055927','2025-06-28 19:44:36',NULL,800.00,'','16','1','Cost of goods returned','1','','sales','300','','No',NULL,NULL,''),(13799,'1110','171751055927','2025-06-28 19:44:36',800.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13800,'4000','171751055927','2025-06-28 19:44:37',300.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13801,'1000','171751055927','2025-06-28 19:44:37',NULL,300.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13802,'5500','171751055927','2025-06-28 19:44:37',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','12','','No',NULL,NULL,''),(13803,'1110','171751055927','2025-06-28 19:44:37',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13804,'4000','171751055927','2025-06-28 19:44:39',120.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13805,'1000','171751055927','2025-06-28 19:44:39',NULL,120.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13806,'5500','171751055927','2025-06-28 19:44:39',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','3','','No',NULL,NULL,''),(13807,'1110','171751055927','2025-06-28 19:44:39',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13808,'4000','171751055927','2025-06-28 19:44:41',800.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13809,'1000','171751055927','2025-06-28 19:44:41',NULL,800.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13810,'5500','171751055927','2025-06-28 19:44:41',NULL,500.00,'','16','1','Cost of goods returned','1','','sales','119','','No',NULL,NULL,''),(13811,'1110','171751055927','2025-06-28 19:44:41',500.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13812,'4000','171751055927','2025-06-28 19:44:43',50.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13813,'1000','171751055927','2025-06-28 19:44:43',NULL,50.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13814,'5500','171751055927','2025-06-28 19:44:43',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','45','','No',NULL,NULL,''),(13815,'1110','171751055927','2025-06-28 19:44:43',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13816,'1000','51751129598','2025-06-28 19:54:13',3250.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13817,'4000','51751129598','2025-06-28 19:54:13',NULL,1400.00,'','5','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(13818,'4000','51751129598','2025-06-28 19:53:18',NULL,150.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13819,'4000','51751129598','2025-06-28 19:53:33',NULL,100.00,'','5','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(13820,'4000','51751129598','2025-06-28 19:53:39',NULL,900.00,'','5','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(13821,'4000','51751129598','2025-06-28 19:53:53',NULL,700.00,'','5','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(13822,'1110','51751129690','2025-06-28 19:54:52',NULL,14.00,'','5','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(13823,'5500','51751129690','2025-06-28 19:54:51',14.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13824,'1000','51751129690','2025-06-28 19:54:52',20.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13825,'4000','51751129690','2025-06-28 19:54:52',NULL,20.00,'','5','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(13826,'1110','41751129813','2025-06-28 19:57:05',NULL,70.00,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(13827,'1110','41751129813','2025-06-28 19:56:53',NULL,5.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13828,'5500','41751129813','2025-06-28 19:57:04',75.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13829,'1000','41751129813','2025-06-28 19:57:05',110.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13830,'4000','41751129813','2025-06-28 19:57:05',NULL,100.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(13831,'4000','41751129813','2025-06-28 19:56:53',NULL,10.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13832,'1110','41751129842','2025-06-28 19:57:23',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(13833,'5500','41751129842','2025-06-28 19:57:22',33.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13834,'1000','41751129842','2025-06-28 19:57:23',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13835,'4000','41751129842','2025-06-28 19:57:23',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(13836,'1000','51751130134','2025-06-28 20:02:27',350.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13837,'4000','51751130134','2025-06-28 20:02:27',NULL,300.00,'','5','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(13838,'4000','51751130134','2025-06-28 20:02:14',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13839,'1110','61751130674','2025-06-28 20:11:46',NULL,0.00,'','6','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(13840,'1110','61751130674','2025-06-28 20:11:14',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(13841,'1110','61751130674','2025-06-28 20:11:27',NULL,250.00,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(13842,'5500','61751130674','2025-06-28 20:11:36',250.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13843,'1000','61751130674','2025-06-28 20:11:46',1200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13844,'4000','61751130674','2025-06-28 20:11:46',NULL,700.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13845,'4000','61751130674','2025-06-28 20:11:14',NULL,100.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13846,'4000','61751130674','2025-06-28 20:11:27',NULL,400.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(13853,'1110','81751130856','2025-06-28 20:14:37',NULL,217.00,'','8','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(13854,'1110','81751130856','2025-06-28 20:14:16',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(13855,'5500','81751130856','2025-06-28 20:14:23',271.17,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13856,'1000','81751130856','2025-06-28 20:14:37',400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13857,'4000','81751130856','2025-06-28 20:14:37',NULL,300.00,'','8','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(13858,'4000','81751130856','2025-06-28 20:14:16',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(13859,'1110','81751130969','2025-06-28 20:16:21',NULL,33.30,'','8','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(13860,'5500','81751130969','2025-06-28 20:16:09',33.30,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13861,'1000','81751130969','2025-06-28 20:16:21',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13862,'4000','81751130969','2025-06-28 20:16:21',NULL,100.00,'','8','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(13863,'1000','171751131944','2025-06-28 21:02:22',400.00,NULL,'','17','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13864,'4000','171751131944','2025-06-28 21:02:22',NULL,300.00,'','17','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(13865,'4000','171751131944','2025-06-28 20:32:24',NULL,100.00,'','17','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13866,'1110','41751134241','2025-06-28 21:10:49',NULL,350.00,'','4','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(13867,'1110','41751134241','2025-06-28 21:10:41',NULL,250.00,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(13868,'5500','41751134241','2025-06-28 21:10:48',600.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13869,'1000','41751134241','2025-06-28 21:10:49',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13870,'4000','41751134241','2025-06-28 21:10:49',NULL,500.00,'','4','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(13871,'4000','41751134241','2025-06-28 21:10:41',NULL,400.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(13872,'1110','41751135481','2025-06-28 21:31:39',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(13873,'1110','41751135481','2025-06-28 21:31:21',NULL,251.00,'','4','1','Inventory sold','1','','sales','188','','No',NULL,NULL,''),(13874,'5500','41751135481','2025-06-28 21:31:22',426.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13875,'1000','41751135481','2025-06-28 21:31:39',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13876,'4000','41751135481','2025-06-28 21:31:39',NULL,250.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(13877,'4000','41751135481','2025-06-28 21:31:21',NULL,300.00,'','4','1','Good sold','1','','sales','188','','No',NULL,NULL,''),(13878,'1110','61751136443','2025-06-28 21:49:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(13879,'1110','61751136443','2025-06-28 21:47:23',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(13880,'1110','61751136443','2025-06-28 21:47:46',NULL,250.00,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(13881,'1110','61751136443','2025-06-28 21:47:55',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(13882,'1110','61751136443','2025-06-28 21:48:03',NULL,185.00,'','6','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(13883,'1110','61751136443','2025-06-28 21:48:10',NULL,255.00,'','6','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(13884,'1110','61751136443','2025-06-28 21:48:21',NULL,5.00,'','6','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(13885,'1110','61751136443','2025-06-28 21:48:34',NULL,1860.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13886,'5500','61751136443','2025-06-28 21:48:45',2588.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13887,'1000','61751136443','2025-06-28 21:49:27',4685.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13888,'4000','61751136443','2025-06-28 21:49:27',NULL,700.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13889,'4000','61751136443','2025-06-28 21:47:23',NULL,100.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13890,'4000','61751136443','2025-06-28 21:47:46',NULL,400.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(13891,'4000','61751136443','2025-06-28 21:47:55',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(13892,'4000','61751136443','2025-06-28 21:48:03',NULL,300.00,'','6','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(13893,'4000','61751136443','2025-06-28 21:48:10',NULL,375.00,'','6','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(13894,'4000','61751136443','2025-06-28 21:48:21',NULL,10.00,'','6','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(13895,'4000','61751136443','2025-06-28 21:48:34',NULL,2700.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13896,'1110','81751138033','2025-06-28 22:13:54',NULL,33.30,'','8','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(13897,'5500','81751138033','2025-06-28 22:13:53',33.30,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13898,'1000','81751138033','2025-06-28 22:13:54',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13899,'4000','81751138033','2025-06-28 22:13:54',NULL,100.00,'','8','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(13900,'1000','81751138102','2025-06-28 22:15:16',450.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13901,'4000','81751138102','2025-06-28 22:15:16',NULL,400.00,'','8','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(13902,'4000','81751138102','2025-06-28 22:15:02',NULL,50.00,'','8','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13903,'1110','81751138249','2025-06-28 22:17:57',NULL,74.00,'','8','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(13904,'5500','81751138249','2025-06-28 22:17:29',74.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13905,'1000','81751138249','2025-06-28 22:17:57',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13906,'4000','81751138249','2025-06-28 22:17:57',NULL,100.00,'','8','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(13907,'1000','81751138368','2025-06-28 22:19:36',450.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13908,'4000','81751138368','2025-06-28 22:19:36',NULL,350.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13909,'4000','81751138368','2025-06-28 22:19:28',NULL,100.00,'','8','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13910,'1000','51751138944','2025-06-28 22:29:16',450.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13911,'4000','51751138944','2025-06-28 22:29:16',NULL,400.00,'','5','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(13912,'4000','51751138944','2025-06-28 22:29:04',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13913,'1110','51751138975','2025-06-28 22:29:36',NULL,350.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(13914,'5500','51751138975','2025-06-28 22:29:35',350.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13915,'1000','51751138975','2025-06-28 22:29:36',500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13916,'4000','51751138975','2025-06-28 22:29:36',NULL,500.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(13917,'1000','51751139059','2025-06-28 22:31:53',1600.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13918,'4000','51751139059','2025-06-28 22:31:53',NULL,700.00,'','5','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(13919,'4000','51751139059','2025-06-28 22:30:59',NULL,350.00,'','5','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13920,'4000','51751139059','2025-06-28 22:31:13',NULL,350.00,'','5','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13921,'4000','51751139059','2025-06-28 22:31:29',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13922,'4000','51751139059','2025-06-28 22:31:41',NULL,100.00,'','5','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(13923,'1110','51751139212','2025-06-28 22:33:33',NULL,225.00,'','5','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(13924,'5500','51751139212','2025-06-28 22:33:32',225.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13925,'1000','51751139212','2025-06-28 22:33:33',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13926,'4000','51751139212','2025-06-28 22:33:33',NULL,300.00,'','5','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(13927,'1110','51751139279','2025-06-28 22:34:40',NULL,605.00,'','5','1','Inventory sold','1','','sales','96','','No',NULL,NULL,''),(13928,'5500','51751139279','2025-06-28 22:34:39',605.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13929,'1000','51751139279','2025-06-28 22:34:40',850.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13930,'4000','51751139279','2025-06-28 22:34:40',NULL,850.00,'','5','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(13931,'1110','51751139323','2025-06-28 22:36:50',NULL,1300.00,'','5','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(13932,'1110','51751139323','2025-06-28 22:35:23',NULL,955.00,'','5','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(13933,'1110','51751139323','2025-06-28 22:35:36',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(13934,'1110','51751139323','2025-06-28 22:35:49',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(13935,'1110','51751139323','2025-06-28 22:35:55',NULL,955.00,'','5','1','Inventory sold','1','','sales','122','','No',NULL,NULL,''),(13936,'1110','51751139323','2025-06-28 22:36:07',NULL,1175.00,'','5','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(13937,'1110','51751139323','2025-06-28 22:36:16',NULL,14.00,'','5','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(13938,'1110','51751139323','2025-06-28 22:36:27',NULL,70.00,'','5','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(13939,'5500','51751139323','2025-06-28 22:36:49',4572.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13940,'1000','51751139323','2025-06-28 22:36:50',6520.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13941,'4000','51751139323','2025-06-28 22:36:50',NULL,1800.00,'','5','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(13942,'4000','51751139323','2025-06-28 22:35:23',NULL,1300.00,'','5','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(13943,'4000','51751139323','2025-06-28 22:35:36',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(13944,'4000','51751139323','2025-06-28 22:35:49',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(13945,'4000','51751139323','2025-06-28 22:35:55',NULL,1300.00,'','5','1','Good sold','1','','sales','122','','No',NULL,NULL,''),(13946,'4000','51751139323','2025-06-28 22:36:07',NULL,1800.00,'','5','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(13947,'4000','51751139323','2025-06-28 22:36:16',NULL,20.00,'','5','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(13948,'4000','51751139323','2025-06-28 22:36:27',NULL,100.00,'','5','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(13949,'1000','51751139558','2025-06-28 22:39:32',450.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13950,'4000','51751139558','2025-06-28 22:39:32',NULL,400.00,'','5','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(13951,'4000','51751139558','2025-06-28 22:39:18',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13952,'1000','61751139622','2025-06-28 22:40:29',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13953,'4000','61751139622','2025-06-28 22:40:29',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13954,'4000','61751130674','2025-06-28 22:46:02',700.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13955,'1000','61751130674','2025-06-28 22:46:02',NULL,700.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13956,'5500','61751130674','2025-06-28 22:46:02',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','25','','No',NULL,NULL,''),(13957,'1110','61751130674','2025-06-28 22:46:02',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13958,'4000','61751130674','2025-06-28 22:46:04',100.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13959,'1000','61751130674','2025-06-28 22:46:04',NULL,100.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13960,'5500','61751130674','2025-06-28 22:46:04',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','45','','No',NULL,NULL,''),(13961,'1110','61751130674','2025-06-28 22:46:04',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13962,'4000','61751130674','2025-06-28 22:46:06',400.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13963,'1000','61751130674','2025-06-28 22:46:06',NULL,400.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(13964,'5500','61751130674','2025-06-28 22:46:06',NULL,250.00,'','16','1','Cost of goods returned','1','','sales','119','','No',NULL,NULL,''),(13965,'1110','61751130674','2025-06-28 22:46:06',250.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(13966,'1110','41751139975','2025-06-28 22:46:34',NULL,570.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(13967,'1110','41751139975','2025-06-28 22:46:15',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(13968,'5500','41751139975','2025-06-28 22:46:33',603.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13969,'1000','41751139975','2025-06-28 22:46:34',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13970,'4000','41751139975','2025-06-28 22:46:34',NULL,900.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(13971,'4000','41751139975','2025-06-28 22:46:15',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(13972,'1110','41751140027','2025-06-28 22:47:08',NULL,222.00,'','4','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(13973,'5500','41751140027','2025-06-28 22:47:07',222.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13974,'1000','41751140027','2025-06-28 22:47:08',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13975,'4000','41751140027','2025-06-28 22:47:08',NULL,300.00,'','4','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(13976,'1110','41751141173','2025-06-28 23:06:18',NULL,585.00,'','4','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(13977,'1110','41751141173','2025-06-28 23:06:13',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(13978,'5500','41751141173','2025-06-28 23:06:18',618.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13979,'1000','41751141173','2025-06-28 23:06:18',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13980,'4000','41751141173','2025-06-28 23:06:18',NULL,850.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(13981,'4000','41751141173','2025-06-28 23:06:13',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(13982,'1110','81751141293','2025-06-28 23:09:01',NULL,310.00,'','8','1','Inventory sold','1','','sales','210','','No',NULL,NULL,''),(13983,'1110','81751141293','2025-06-28 23:08:13',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(13984,'5500','81751141293','2025-06-28 23:09:00',364.17,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13985,'1000','81751141293','2025-06-28 23:09:01',500.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13986,'4000','81751141293','2025-06-28 23:09:01',NULL,400.00,'','8','1','Good sold','1','','sales','210','','No',NULL,NULL,''),(13987,'4000','81751141293','2025-06-28 23:08:13',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(13988,'1110','81751141408','2025-06-28 23:10:58',NULL,310.00,'','8','1','Inventory sold','1','','sales','210','','No',NULL,NULL,''),(13989,'5500','81751141408','2025-06-28 23:10:08',310.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13990,'1000','81751141408','2025-06-28 23:10:58',400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13991,'4000','81751141408','2025-06-28 23:10:58',NULL,400.00,'','8','1','Good sold','1','','sales','210','','No',NULL,NULL,''),(13992,'1110','61751142745','2025-06-28 23:32:36',NULL,180.00,'','6','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(13993,'5500','61751142745','2025-06-28 23:32:25',180.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13994,'1000','61751142745','2025-06-28 23:32:36',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13995,'4000','61751142745','2025-06-28 23:32:36',NULL,300.00,'','6','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(13996,'1110','61751142764','2025-06-28 23:33:08',NULL,217.00,'','6','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(13997,'1110','61751142764','2025-06-28 23:32:44',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(13998,'5500','61751142764','2025-06-28 23:33:01',271.17,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13999,'1000','61751142764','2025-06-28 23:33:08',400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14000,'4000','61751142764','2025-06-28 23:33:08',NULL,300.00,'','6','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(14001,'4000','61751142764','2025-06-28 23:32:44',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(14002,'1110','61751142797','2025-06-28 23:33:26',NULL,74.00,'','6','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(14003,'5500','61751142797','2025-06-28 23:33:17',74.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14004,'1000','61751142797','2025-06-28 23:33:26',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14005,'4000','61751142797','2025-06-28 23:33:26',NULL,100.00,'','6','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(14006,'1110','41751143842','2025-06-28 23:50:59',NULL,330.00,'','4','1','Inventory sold','1','','sales','153','','No',NULL,NULL,''),(14007,'1110','41751143842','2025-06-28 23:50:42',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14008,'5500','41751143842','2025-06-28 23:50:58',363.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14009,'1000','41751143842','2025-06-28 23:50:59',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14010,'4000','41751143842','2025-06-28 23:50:59',NULL,500.00,'','4','1','Good sold','1','','sales','153','','No',NULL,NULL,''),(14011,'4000','41751143842','2025-06-28 23:50:42',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14012,'1110','51751144423','2025-06-29 00:00:24',NULL,14.00,'','5','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(14013,'5500','51751144423','2025-06-29 00:00:23',14.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14014,'1000','51751144423','2025-06-29 00:00:24',20.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14015,'4000','51751144423','2025-06-29 00:00:24',NULL,20.00,'','5','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(14016,'1110','51751144460','2025-06-29 00:01:07',NULL,200.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(14017,'1110','51751144460','2025-06-29 00:01:00',NULL,210.00,'','5','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(14018,'5500','51751144460','2025-06-29 00:01:05',410.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14019,'1000','51751144460','2025-06-29 00:01:07',520.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14020,'4000','51751144460','2025-06-29 00:01:07',NULL,260.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(14021,'4000','51751144460','2025-06-29 00:01:00',NULL,260.00,'','5','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(14022,'1000','51751144507','2025-06-29 00:01:48',50.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14023,'4000','51751144507','2025-06-29 00:01:48',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14024,'1110','51751145323','2025-06-29 00:17:03',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(14025,'5500','51751145323','2025-06-29 00:15:23',54.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14026,'1000','51751145323','2025-06-29 00:17:03',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14027,'4000','51751145323','2025-06-29 00:17:03',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(14028,'1110','81751145774','2025-06-29 00:23:06',NULL,200.00,'','8','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(14029,'5500','81751145774','2025-06-29 00:22:54',200.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14030,'1000','81751145774','2025-06-29 00:23:06',260.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14031,'4000','81751145774','2025-06-29 00:23:06',NULL,260.00,'','8','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(14032,'1110','81751145840','2025-06-29 00:24:01',NULL,33.30,'','8','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14033,'5500','81751145840','2025-06-29 00:24:00',33.30,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14034,'1000','81751145840','2025-06-29 00:24:01',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14035,'4000','81751145840','2025-06-29 00:24:01',NULL,100.00,'','8','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14036,'1000','81751145892','2025-06-29 00:25:00',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14037,'4000','81751145892','2025-06-29 00:25:00',NULL,200.00,'','8','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(14038,'1110','81751145962','2025-06-29 00:26:52',NULL,200.00,'','8','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(14039,'1110','81751145962','2025-06-29 00:26:02',NULL,108.34,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(14040,'5500','81751145962','2025-06-29 00:26:51',308.34,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14041,'1000','81751145962','2025-06-29 00:26:52',500.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14042,'4000','81751145962','2025-06-29 00:26:52',NULL,300.00,'','8','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(14043,'4000','81751145962','2025-06-29 00:26:02',NULL,200.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(14044,'1000','41751146353','2025-06-29 00:32:34',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14045,'4000','41751146353','2025-06-29 00:32:34',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(14046,'1110','41751146366','2025-06-29 00:33:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(14047,'1110','41751146366','2025-06-29 00:32:46',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14048,'5500','41751146366','2025-06-29 00:32:59',33.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14049,'1000','41751146366','2025-06-29 00:33:00',220.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14050,'4000','41751146366','2025-06-29 00:33:00',NULL,120.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14051,'4000','41751146366','2025-06-29 00:32:46',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14052,'1110','61751146609','2025-06-29 00:37:11',NULL,465.00,'','6','1','Inventory sold','1','','sales','215','','No',NULL,NULL,''),(14053,'1110','61751146609','2025-06-29 00:36:49',NULL,41.67,'','6','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(14054,'5500','61751146609','2025-06-29 00:37:03',506.67,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14055,'1000','61751146609','2025-06-29 00:37:11',700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14056,'4000','61751146609','2025-06-29 00:37:11',NULL,600.00,'','6','1','Good sold','1','','sales','215','','No',NULL,NULL,''),(14057,'4000','61751146609','2025-06-29 00:36:49',NULL,100.00,'','6','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(14058,'1110','61751146691','2025-06-29 00:39:00',NULL,800.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(14059,'1110','61751146691','2025-06-29 00:38:11',NULL,540.00,'','6','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(14060,'1110','61751146691','2025-06-29 00:38:31',NULL,390.00,'','6','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(14061,'5500','61751146691','2025-06-29 00:38:47',1730.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14062,'1000','61751146691','2025-06-29 00:39:00',2460.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14063,'4000','61751146691','2025-06-29 00:39:00',NULL,1040.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(14064,'4000','61751146691','2025-06-29 00:38:11',NULL,900.00,'','6','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(14065,'4000','61751146691','2025-06-29 00:38:31',NULL,520.00,'','6','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(14066,'1110','41751147355','2025-06-29 00:49:42',NULL,200.00,'','4','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(14067,'1110','41751147355','2025-06-29 00:49:16',NULL,200.00,'','4','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(14068,'5500','41751147355','2025-06-29 00:49:27',400.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14069,'1000','41751147355','2025-06-29 00:49:42',520.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14070,'4000','41751147355','2025-06-29 00:49:42',NULL,260.00,'','4','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(14071,'4000','41751147355','2025-06-29 00:49:16',NULL,260.00,'','4','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(14098,'1110','81751147681','2025-06-29 00:54:58',NULL,710.00,'','8','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(14099,'1110','81751147681','2025-06-29 00:54:41',NULL,33.30,'','8','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14100,'1110','81751147681','2025-06-29 00:54:49',NULL,99.00,'','8','1','Inventory sold','1','','sales','292','','No',NULL,NULL,''),(14101,'5500','81751147681','2025-06-29 00:54:57',842.30,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14102,'1000','81751147681','2025-06-29 00:54:58',1250.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14103,'4000','81751147681','2025-06-29 00:54:58',NULL,1000.00,'','8','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(14104,'4000','81751147681','2025-06-29 00:54:41',NULL,100.00,'','8','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14105,'4000','81751147681','2025-06-29 00:54:49',NULL,150.00,'','8','1','Good sold','1','','sales','292','','No',NULL,NULL,''),(14106,'1110','81751147728','2025-06-29 00:55:29',NULL,220.00,'','8','1','Inventory sold','1','','sales','288','','No',NULL,NULL,''),(14107,'5500','81751147728','2025-06-29 00:55:28',220.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14108,'1000','81751147728','2025-06-29 00:55:29',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14109,'4000','81751147728','2025-06-29 00:55:29',NULL,300.00,'','8','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(14110,'1110','81751147796','2025-06-29 00:56:37',NULL,200.00,'','8','1','Inventory sold','1','','sales','156','','No',NULL,NULL,''),(14111,'5500','81751147796','2025-06-29 00:56:36',200.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14112,'1000','81751147796','2025-06-29 00:56:37',260.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14113,'4000','81751147796','2025-06-29 00:56:37',NULL,260.00,'','8','1','Good sold','1','','sales','156','','No',NULL,NULL,''),(14114,'1110','41751148573','2025-06-29 01:09:38',NULL,28.00,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(14115,'1110','41751148573','2025-06-29 01:09:33',NULL,8.00,'','4','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(14116,'5500','41751148573','2025-06-29 01:09:37',36.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14117,'1000','41751148573','2025-06-29 01:09:38',55.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14118,'4000','41751148573','2025-06-29 01:09:38',NULL,40.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(14119,'4000','41751148573','2025-06-29 01:09:33',NULL,15.00,'','4','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(14120,'1110','51751149537','2025-06-29 01:25:38',NULL,175.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(14121,'5500','51751149537','2025-06-29 01:25:37',175.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14122,'1000','51751149537','2025-06-29 01:25:38',250.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14123,'4000','51751149537','2025-06-29 01:25:38',NULL,250.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(14124,'1110','51751149560','2025-06-29 01:26:01',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(14125,'5500','51751149560','2025-06-29 01:26:00',70.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14126,'1000','51751149560','2025-06-29 01:26:01',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14127,'4000','51751149560','2025-06-29 01:26:01',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(14128,'1000','51751149593','2025-06-29 01:26:34',240.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14129,'4000','51751149593','2025-06-29 01:26:34',NULL,240.00,'','5','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14130,'1110','41751147430','2025-06-29 00:53:40',NULL,675.00,'','4','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(14131,'1110','41751147430','2025-06-29 00:50:30',NULL,360.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(14132,'1110','41751147430','2025-06-29 00:50:50',NULL,680.00,'','4','1','Inventory sold','1','','sales','214','','No',NULL,NULL,''),(14133,'1110','41751147430','2025-06-29 00:50:58',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14134,'1110','41751147430','2025-06-29 00:51:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(14135,'1110','41751147430','2025-06-29 00:51:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(14136,'1110','41751147430','2025-06-29 00:52:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(14137,'1110','41751147430','2025-06-29 00:52:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(14138,'1110','41751147430','2025-06-29 00:52:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(14139,'1110','41751147430','2025-06-29 00:53:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(14140,'1110','41751147430','2025-06-29 00:53:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(14141,'1110','41751147430','2025-06-29 00:53:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(14142,'1110','41751147430','2025-06-29 00:53:39',NULL,680.00,'','4','1','Inventory sold','1','','sales','214','','No',NULL,NULL,''),(14143,'1110','41751147430','2025-06-29 01:27:40',NULL,225.00,'','4','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(14144,'5500','41751147430','2025-06-29 01:28:08',2653.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14145,'1000','41751147430','2025-06-29 00:53:40',6580.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14146,'4000','41751147430','2025-06-29 00:53:40',NULL,900.00,'','4','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(14147,'4000','41751147430','2025-06-29 00:50:30',NULL,600.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(14148,'4000','41751147430','2025-06-29 00:50:50',NULL,900.00,'','4','1','Good sold','1','','sales','214','','No',NULL,NULL,''),(14149,'4000','41751147430','2025-06-29 00:50:58',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14150,'4000','41751147430','2025-06-29 00:51:32',NULL,1800.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(14151,'4000','41751147430','2025-06-29 00:51:56',NULL,100.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14152,'4000','41751147430','2025-06-29 00:52:39',NULL,400.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(14153,'4000','41751147430','2025-06-29 00:52:43',NULL,120.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14154,'4000','41751147430','2025-06-29 00:52:56',NULL,120.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14155,'4000','41751147430','2025-06-29 00:53:04',NULL,120.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14156,'4000','41751147430','2025-06-29 00:53:14',NULL,120.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14157,'4000','41751147430','2025-06-29 00:53:23',NULL,100.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(14158,'4000','41751147430','2025-06-29 00:53:39',NULL,900.00,'','4','1','Good sold','1','','sales','214','','No',NULL,NULL,''),(14159,'4000','41751147430','2025-06-29 01:27:40',NULL,300.00,'','4','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(14160,'1110','41751150532','2025-06-29 01:42:12',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14161,'5500','41751150532','2025-06-29 01:42:12',33.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14162,'1000','41751150532','2025-06-29 01:42:12',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14163,'4000','41751150532','2025-06-29 01:42:12',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14164,'1110','81751151155','2025-06-29 01:52:36',NULL,41.67,'','8','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(14165,'5500','81751151155','2025-06-29 01:52:35',41.67,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14166,'1000','81751151155','2025-06-29 01:52:36',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14167,'4000','81751151155','2025-06-29 01:52:36',NULL,100.00,'','8','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(14168,'1110','81751151197','2025-06-29 01:53:17',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(14169,'5500','81751151197','2025-06-29 01:53:17',54.17,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14170,'1000','81751151197','2025-06-29 01:53:17',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14171,'4000','81751151197','2025-06-29 01:53:17',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(14172,'1110','81751151241','2025-06-29 01:54:02',NULL,245.00,'','8','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(14173,'5500','81751151241','2025-06-29 01:54:01',245.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14174,'1000','81751151241','2025-06-29 01:54:02',350.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14175,'4000','81751151241','2025-06-29 01:54:02',NULL,350.00,'','8','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(14176,'1110','81751151285','2025-06-29 01:54:46',NULL,450.00,'','8','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(14177,'5500','81751151285','2025-06-29 01:54:45',450.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14178,'1000','81751151285','2025-06-29 01:54:46',600.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14179,'4000','81751151285','2025-06-29 01:54:46',NULL,600.00,'','8','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(14180,'1110','81751151324','2025-06-29 01:55:25',NULL,225.00,'','8','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(14181,'5500','81751151324','2025-06-29 01:55:24',225.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14182,'1000','81751151324','2025-06-29 01:55:25',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14183,'4000','81751151324','2025-06-29 01:55:25',NULL,300.00,'','8','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(14184,'1110','81751151362','2025-06-29 01:56:28',NULL,203.00,'','8','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(14185,'5500','81751151362','2025-06-29 01:56:02',203.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14186,'1000','81751151362','2025-06-29 01:56:28',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14187,'4000','81751151362','2025-06-29 01:56:28',NULL,300.00,'','8','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(14188,'1110','81751151486','2025-06-29 01:58:19',NULL,330.00,'','8','1','Inventory sold','1','','sales','93','','No',NULL,NULL,''),(14189,'5500','81751151486','2025-06-29 01:58:06',330.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14190,'1000','81751151486','2025-06-29 01:58:19',500.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14191,'4000','81751151486','2025-06-29 01:58:19',NULL,500.00,'','8','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(14192,'1110','81751151540','2025-06-29 01:59:00',NULL,33.30,'','8','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14193,'5500','81751151540','2025-06-29 01:59:00',33.30,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14194,'1000','81751151540','2025-06-29 01:59:00',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14195,'4000','81751151540','2025-06-29 01:59:00',NULL,100.00,'','8','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14196,'1110','51751151783','2025-06-29 02:03:16',NULL,500.00,'','5','1','Inventory sold','1','','sales','247','','No',NULL,NULL,''),(14197,'5500','51751151783','2025-06-29 02:03:10',500.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14198,'1000','51751151783','2025-06-29 02:03:16',1500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14199,'4000','51751151783','2025-06-29 02:03:16',NULL,1500.00,'','5','1','Good sold','1','','sales','247','','No',NULL,NULL,''),(14200,'1110','41751151879','2025-06-29 02:05:32',NULL,570.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(14201,'1110','41751151879','2025-06-29 02:04:39',NULL,162.51,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(14202,'1110','41751151879','2025-06-29 02:05:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(14203,'1110','41751151879','2025-06-29 02:05:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(14204,'5500','41751151879','2025-06-29 02:05:32',732.51,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14205,'1000','41751151879','2025-06-29 02:05:32',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14206,'4000','41751151879','2025-06-29 02:05:32',NULL,900.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(14207,'4000','41751151879','2025-06-29 02:04:39',NULL,300.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(14208,'4000','41751151879','2025-06-29 02:05:09',NULL,700.00,'','4','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(14209,'4000','41751151879','2025-06-29 02:05:25',NULL,100.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14210,'1110','41751151980','2025-06-29 02:06:24',NULL,210.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(14211,'1110','41751151980','2025-06-29 02:06:20',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14212,'5500','41751151980','2025-06-29 02:06:24',243.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14213,'1000','41751151980','2025-06-29 02:06:24',360.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14214,'4000','41751151980','2025-06-29 02:06:24',NULL,260.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(14215,'4000','41751151980','2025-06-29 02:06:20',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14216,'1110','81751152580','2025-06-29 02:16:21',NULL,217.00,'','8','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(14217,'5500','81751152580','2025-06-29 02:16:20',217.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14218,'1000','81751152580','2025-06-29 02:16:21',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14219,'4000','81751152580','2025-06-29 02:16:21',NULL,300.00,'','8','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(14220,'1110','81751152620','2025-06-29 02:17:15',NULL,235.00,'','8','1','Inventory sold','1','','sales','167','','No',NULL,NULL,''),(14221,'5500','81751152620','2025-06-29 02:17:00',235.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14222,'1000','81751152620','2025-06-29 02:17:15',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14223,'4000','81751152620','2025-06-29 02:17:15',NULL,300.00,'','8','1','Good sold','1','','sales','167','','No',NULL,NULL,''),(14224,'1110','51751152950','2025-06-29 02:22:42',NULL,945.00,'','5','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(14225,'1110','51751152950','2025-06-29 02:22:30',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14226,'5500','51751152950','2025-06-29 02:22:41',978.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14227,'1000','51751152950','2025-06-29 02:22:42',1400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14228,'4000','51751152950','2025-06-29 02:22:42',NULL,1300.00,'','5','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(14229,'4000','51751152950','2025-06-29 02:22:30',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14230,'1110','51751153646','2025-06-29 02:34:16',NULL,175.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(14231,'1110','51751153646','2025-06-29 02:34:06',NULL,14.00,'','5','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(14232,'5500','51751153646','2025-06-29 02:34:15',189.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14233,'1000','51751153646','2025-06-29 02:34:16',270.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14234,'4000','51751153646','2025-06-29 02:34:16',NULL,250.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(14235,'4000','51751153646','2025-06-29 02:34:06',NULL,20.00,'','5','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(14236,'1110','61751155505','2025-06-29 03:06:35',NULL,1300.00,'','6','1','Inventory sold','1','','sales','216','','No',NULL,NULL,''),(14237,'1110','61751155505','2025-06-29 03:05:05',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14238,'1110','61751155505','2025-06-29 03:05:25',NULL,41.67,'','6','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(14239,'1110','61751155505','2025-06-29 03:05:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(14240,'1110','61751155505','2025-06-29 03:05:44',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(14241,'5500','61751155505','2025-06-29 03:06:17',1374.97,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14242,'1000','61751155505','2025-06-29 03:06:35',2800.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14243,'4000','61751155505','2025-06-29 03:06:35',NULL,1800.00,'','6','1','Good sold','1','','sales','216','','No',NULL,NULL,''),(14244,'4000','61751155505','2025-06-29 03:05:05',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14245,'4000','61751155505','2025-06-29 03:05:25',NULL,100.00,'','6','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(14246,'4000','61751155505','2025-06-29 03:05:35',NULL,700.00,'','6','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(14247,'4000','61751155505','2025-06-29 03:05:44',NULL,100.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14248,'1110','61751155608','2025-06-29 03:09:27',NULL,217.00,'','6','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(14249,'1110','61751155608','2025-06-29 03:06:48',NULL,720.00,'','6','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(14250,'1110','61751155608','2025-06-29 03:07:08',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14251,'1110','61751155608','2025-06-29 03:07:22',NULL,70.00,'','6','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(14252,'1110','61751155608','2025-06-29 03:07:29',NULL,217.00,'','6','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(14253,'1110','61751155608','2025-06-29 03:07:38',NULL,250.00,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(14254,'1110','61751155608','2025-06-29 03:07:51',NULL,0.00,'','6','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(14255,'1110','61751155608','2025-06-29 03:08:00',NULL,0.00,'','6','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(14256,'1110','61751155608','2025-06-29 03:08:09',NULL,70.00,'','6','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(14257,'5500','61751155608','2025-06-29 03:08:25',1577.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14258,'1000','61751155608','2025-06-29 03:09:27',3150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14259,'4000','61751155608','2025-06-29 03:09:27',NULL,300.00,'','6','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(14260,'4000','61751155608','2025-06-29 03:06:48',NULL,1200.00,'','6','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(14261,'4000','61751155608','2025-06-29 03:07:08',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14262,'4000','61751155608','2025-06-29 03:07:22',NULL,100.00,'','6','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(14263,'4000','61751155608','2025-06-29 03:07:29',NULL,300.00,'','6','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(14264,'4000','61751155608','2025-06-29 03:07:38',NULL,400.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(14265,'4000','61751155608','2025-06-29 03:07:51',NULL,200.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(14266,'4000','61751155608','2025-06-29 03:08:00',NULL,450.00,'','6','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(14267,'4000','61751155608','2025-06-29 03:08:09',NULL,100.00,'','6','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(14268,'1110','61751155805','2025-06-29 03:11:27',NULL,800.00,'','6','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(14269,'1110','61751155805','2025-06-29 03:10:05',NULL,360.00,'','6','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(14270,'1110','61751155805','2025-06-29 03:10:29',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(14271,'1110','61751155805','2025-06-29 03:10:40',NULL,0.00,'','6','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(14272,'1110','61751155805','2025-06-29 03:10:48',NULL,0.00,'','6','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(14273,'1110','61751155805','2025-06-29 03:11:02',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14274,'1110','61751155805','2025-06-29 03:11:11',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(14275,'5500','61751155805','2025-06-29 03:11:21',1301.64,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14276,'1000','61751155805','2025-06-29 03:11:27',2740.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14277,'4000','61751155805','2025-06-29 03:11:27',NULL,1040.00,'','6','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(14278,'4000','61751155805','2025-06-29 03:10:05',NULL,600.00,'','6','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(14279,'4000','61751155805','2025-06-29 03:10:29',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(14280,'4000','61751155805','2025-06-29 03:10:40',NULL,700.00,'','6','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(14281,'4000','61751155805','2025-06-29 03:10:48',NULL,100.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14282,'4000','61751155805','2025-06-29 03:11:02',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14283,'4000','61751155805','2025-06-29 03:11:11',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(14290,'1000','61751156004','2025-06-29 03:13:42',400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14291,'4000','61751156004','2025-06-29 03:13:42',NULL,350.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14292,'4000','61751156004','2025-06-29 03:13:24',NULL,50.00,'','6','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14293,'1000','41751156177','2025-06-29 03:16:18',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14294,'4000','41751156177','2025-06-29 03:16:18',NULL,350.00,'','4','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14295,'1000','51751157206','2025-06-29 03:33:37',450.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14296,'4000','51751157206','2025-06-29 03:33:37',NULL,350.00,'','5','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14297,'4000','51751157206','2025-06-29 03:33:26',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14298,'1110','81751157753','2025-06-29 03:42:58',NULL,200.00,'','8','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(14299,'5500','81751157753','2025-06-29 03:42:33',200.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14300,'1000','81751157753','2025-06-29 03:42:58',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14301,'4000','81751157753','2025-06-29 03:42:58',NULL,300.00,'','8','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(14302,'1110','41751157975','2025-06-29 03:46:16',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14303,'5500','41751157975','2025-06-29 03:46:15',33.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14304,'1000','41751157975','2025-06-29 03:46:16',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14305,'4000','41751157975','2025-06-29 03:46:16',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14306,'1110','41751158037','2025-06-29 03:48:21',NULL,570.00,'','4','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(14307,'1110','41751158037','2025-06-29 03:47:17',NULL,108.34,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(14308,'1110','41751158037','2025-06-29 03:48:14',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14309,'5500','41751158037','2025-06-29 03:48:20',711.64,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14310,'1000','41751158037','2025-06-29 03:48:21',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14311,'4000','41751158037','2025-06-29 03:48:21',NULL,900.00,'','4','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(14312,'4000','41751158037','2025-06-29 03:47:17',NULL,200.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(14313,'4000','41751158037','2025-06-29 03:48:14',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14314,'4000','81751130969','2025-06-29 03:49:49',100.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(14315,'1000','81751130969','2025-06-29 03:49:49',NULL,100.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(14316,'5500','81751130969','2025-06-29 03:49:49',NULL,33.30,'','16','1','Cost of goods returned','1','','sales','272','','No',NULL,NULL,''),(14317,'1110','81751130969','2025-06-29 03:49:49',33.30,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14318,'1110','61751158366','2025-06-29 03:53:53',NULL,0.00,'','6','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(14319,'1110','61751158366','2025-06-29 03:52:46',NULL,0.00,'','6','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(14320,'1110','61751158366','2025-06-29 03:52:58',NULL,1300.00,'','6','1','Inventory sold','1','','sales','216','','No',NULL,NULL,''),(14321,'1110','61751158366','2025-06-29 03:53:09',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14322,'5500','61751158366','2025-06-29 03:53:40',1333.30,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14323,'1000','61751158366','2025-06-29 03:53:53',2550.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14324,'4000','61751158366','2025-06-29 03:53:53',NULL,450.00,'','6','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(14325,'4000','61751158366','2025-06-29 03:52:46',NULL,200.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(14326,'4000','61751158366','2025-06-29 03:52:58',NULL,1800.00,'','6','1','Good sold','1','','sales','216','','No',NULL,NULL,''),(14327,'4000','61751158366','2025-06-29 03:53:09',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14328,'1110','61751158517','2025-06-29 03:57:56',NULL,1300.00,'','6','1','Inventory sold','1','','sales','216','','No',NULL,NULL,''),(14329,'1110','61751158517','2025-06-29 03:55:17',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14330,'1110','61751158517','2025-06-29 03:55:26',NULL,250.00,'','6','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(14331,'1110','61751158517','2025-06-29 03:56:47',NULL,200.00,'','6','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(14332,'1110','61751158517','2025-06-29 03:57:01',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(14333,'1110','61751158517','2025-06-29 03:57:09',NULL,20.00,'','6','1','Inventory sold','1','','sales','162','','No',NULL,NULL,''),(14334,'1110','61751158517','2025-06-29 03:57:18',NULL,33.30,'','6','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14335,'1110','61751158517','2025-06-29 03:57:28',NULL,54.17,'','6','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(14336,'1110','61751158517','2025-06-29 03:57:38',NULL,180.00,'','6','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(14337,'5500','61751158517','2025-06-29 03:57:45',2124.94,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14338,'1000','61751158517','2025-06-29 03:57:56',3230.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14339,'4000','61751158517','2025-06-29 03:57:56',NULL,1800.00,'','6','1','Good sold','1','','sales','216','','No',NULL,NULL,''),(14340,'4000','61751158517','2025-06-29 03:55:17',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14341,'4000','61751158517','2025-06-29 03:55:26',NULL,400.00,'','6','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(14342,'4000','61751158517','2025-06-29 03:56:47',NULL,300.00,'','6','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(14343,'4000','61751158517','2025-06-29 03:57:01',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(14344,'4000','61751158517','2025-06-29 03:57:09',NULL,30.00,'','6','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(14345,'4000','61751158517','2025-06-29 03:57:18',NULL,100.00,'','6','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14346,'4000','61751158517','2025-06-29 03:57:28',NULL,100.00,'','6','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(14347,'4000','61751158517','2025-06-29 03:57:38',NULL,300.00,'','6','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(14348,'1110','41751159641','2025-06-29 04:14:02',NULL,5.00,'','4','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(14349,'5500','41751159641','2025-06-29 04:14:01',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14350,'1000','41751159641','2025-06-29 04:14:02',10.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14351,'4000','41751159641','2025-06-29 04:14:02',NULL,10.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(14352,'1110','221751159764','2025-06-29 04:16:13',NULL,345.00,'','22','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(14353,'1110','221751159764','2025-06-29 04:16:04',NULL,41.67,'','22','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(14354,'5500','221751159764','2025-06-29 04:16:12',386.67,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14355,'1000','221751159764','2025-06-29 04:16:13',600.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14356,'4000','221751159764','2025-06-29 04:16:13',NULL,500.00,'','22','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(14357,'4000','221751159764','2025-06-29 04:16:04',NULL,100.00,'','22','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(14358,'1000','221751159864','2025-06-29 04:17:45',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14359,'4000','221751159864','2025-06-29 04:17:45',NULL,400.00,'','22','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(14360,'1110','221751159933','2025-06-29 04:19:24',NULL,330.00,'','22','1','Inventory sold','1','','sales','93','','No',NULL,NULL,''),(14361,'1110','221751159933','2025-06-29 04:18:53',NULL,70.00,'','22','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(14362,'5500','221751159933','2025-06-29 04:19:23',400.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14363,'1000','221751159933','2025-06-29 04:19:24',600.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14364,'4000','221751159933','2025-06-29 04:19:24',NULL,500.00,'','22','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(14365,'4000','221751159933','2025-06-29 04:18:53',NULL,100.00,'','22','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(14366,'1000','221751160102','2025-06-29 04:21:50',800.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14367,'4000','221751160102','2025-06-29 04:21:50',NULL,700.00,'','22','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(14368,'4000','221751160102','2025-06-29 04:21:42',NULL,100.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14369,'1110','221751160301','2025-06-29 04:25:34',NULL,350.00,'','22','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(14370,'1110','221751160301','2025-06-29 04:25:01',NULL,180.00,'','22','1','Inventory sold','1','','sales','99','','No',NULL,NULL,''),(14371,'1110','221751160301','2025-06-29 04:25:22',NULL,165.00,'','22','1','Inventory sold','1','','sales','100','','No',NULL,NULL,''),(14372,'5500','221751160301','2025-06-29 04:25:33',695.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14373,'1000','221751160301','2025-06-29 04:25:34',1050.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14374,'4000','221751160301','2025-06-29 04:25:34',NULL,500.00,'','22','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(14375,'4000','221751160301','2025-06-29 04:25:01',NULL,300.00,'','22','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(14376,'4000','221751160301','2025-06-29 04:25:22',NULL,250.00,'','22','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(14377,'1000','221751160445','2025-06-29 04:27:29',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14378,'4000','221751160445','2025-06-29 04:27:29',NULL,350.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14379,'4000','221751160445','2025-06-29 04:27:25',NULL,50.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14380,'1110','221751160524','2025-06-29 04:28:55',NULL,710.00,'','22','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(14381,'1110','221751160524','2025-06-29 04:28:44',NULL,41.67,'','22','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(14382,'1110','221751160524','2025-06-29 04:28:51',NULL,33.30,'','22','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14383,'5500','221751160524','2025-06-29 04:28:54',784.97,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14384,'1000','221751160524','2025-06-29 04:28:55',1200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14385,'4000','221751160524','2025-06-29 04:28:55',NULL,1000.00,'','22','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(14386,'4000','221751160524','2025-06-29 04:28:44',NULL,100.00,'','22','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(14387,'4000','221751160524','2025-06-29 04:28:51',NULL,100.00,'','22','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14388,'1110','221751160618','2025-06-29 04:30:46',NULL,494.00,'','22','1','Inventory sold','1','','sales','207','','No',NULL,NULL,''),(14389,'1110','221751160618','2025-06-29 04:30:18',NULL,330.00,'','22','1','Inventory sold','1','','sales','93','','No',NULL,NULL,''),(14390,'1110','221751160618','2025-06-29 04:30:37',NULL,41.67,'','22','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(14391,'5500','221751160618','2025-06-29 04:30:45',865.67,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14392,'1000','221751160618','2025-06-29 04:30:46',1300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14393,'4000','221751160618','2025-06-29 04:30:46',NULL,700.00,'','22','1','Good sold','1','','sales','207','','No',NULL,NULL,''),(14394,'4000','221751160618','2025-06-29 04:30:18',NULL,500.00,'','22','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(14395,'4000','221751160618','2025-06-29 04:30:37',NULL,100.00,'','22','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(14396,'1110','221751160702','2025-06-29 04:31:43',NULL,70.00,'','22','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(14397,'5500','221751160702','2025-06-29 04:31:42',70.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14398,'1000','221751160702','2025-06-29 04:31:43',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14399,'4000','221751160702','2025-06-29 04:31:43',NULL,100.00,'','22','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(14400,'1110','221751160776','2025-06-29 04:33:08',NULL,1300.00,'','22','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(14401,'1110','221751160776','2025-06-29 04:32:56',NULL,33.30,'','22','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14402,'1110','221751160776','2025-06-29 04:33:05',NULL,41.67,'','22','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(14403,'5500','221751160776','2025-06-29 04:33:08',1374.97,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14404,'1000','221751160776','2025-06-29 04:33:08',2000.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14405,'4000','221751160776','2025-06-29 04:33:08',NULL,1800.00,'','22','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(14406,'4000','221751160776','2025-06-29 04:32:56',NULL,100.00,'','22','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14407,'4000','221751160776','2025-06-29 04:33:05',NULL,100.00,'','22','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(14408,'1110','221751160880','2025-06-29 04:35:20',NULL,1300.00,'','22','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(14409,'1110','221751160880','2025-06-29 04:34:40',NULL,200.00,'','22','1','Inventory sold','1','','sales','240','','No',NULL,NULL,''),(14410,'1110','221751160880','2025-06-29 04:34:59',NULL,33.30,'','22','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14411,'5500','221751160880','2025-06-29 04:35:19',1533.30,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14412,'1000','221751160880','2025-06-29 04:35:20',2200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14413,'4000','221751160880','2025-06-29 04:35:20',NULL,1800.00,'','22','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(14414,'4000','221751160880','2025-06-29 04:34:40',NULL,300.00,'','22','1','Good sold','1','','sales','240','','No',NULL,NULL,''),(14415,'4000','221751160880','2025-06-29 04:34:59',NULL,100.00,'','22','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14416,'1110','221751160995','2025-06-29 04:36:36',NULL,200.00,'','22','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(14417,'5500','221751160995','2025-06-29 04:36:35',200.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14418,'1000','221751160995','2025-06-29 04:36:36',260.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14419,'4000','221751160995','2025-06-29 04:36:36',NULL,260.00,'','22','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(14420,'1000','221751161054','2025-06-29 04:38:28',2990.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14421,'4000','221751161054','2025-06-29 04:38:28',NULL,240.00,'','22','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14422,'4000','221751161054','2025-06-29 04:37:34',NULL,1600.00,'','22','1','Good sold','1','','sales','81','','No',NULL,NULL,''),(14423,'4000','221751161054','2025-06-29 04:37:48',NULL,800.00,'','22','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(14424,'4000','221751161054','2025-06-29 04:38:01',NULL,150.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14425,'4000','221751161054','2025-06-29 04:38:19',NULL,200.00,'','22','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(14426,'1110','221751161202','2025-06-29 04:40:03',NULL,150.00,'','22','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(14427,'5500','221751161202','2025-06-29 04:40:02',150.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14428,'1000','221751161202','2025-06-29 04:40:03',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14429,'4000','221751161202','2025-06-29 04:40:03',NULL,200.00,'','22','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(14430,'1110','221751161242','2025-06-29 04:40:42',NULL,300.00,'','22','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(14431,'5500','221751161242','2025-06-29 04:40:42',300.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14432,'1000','221751161242','2025-06-29 04:40:42',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14433,'4000','221751161242','2025-06-29 04:40:42',NULL,400.00,'','22','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(14434,'1110','221751161300','2025-06-29 04:42:20',NULL,33.30,'','22','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14435,'1110','221751161300','2025-06-29 04:41:40',NULL,860.00,'','22','1','Inventory sold','1','','sales','212','','No',NULL,NULL,''),(14436,'5500','221751161300','2025-06-29 04:41:44',893.30,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14437,'1000','221751161300','2025-06-29 04:42:20',1200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14438,'4000','221751161300','2025-06-29 04:42:20',NULL,100.00,'','22','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14439,'4000','221751161300','2025-06-29 04:41:40',NULL,1100.00,'','22','1','Good sold','1','','sales','212','','No',NULL,NULL,''),(14440,'1110','221751161401','2025-06-29 04:43:22',NULL,54.17,'','22','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(14441,'5500','221751161401','2025-06-29 04:43:21',54.17,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14442,'1000','221751161401','2025-06-29 04:43:22',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14443,'4000','221751161401','2025-06-29 04:43:22',NULL,100.00,'','22','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(14444,'1110','221751161464','2025-06-29 04:44:45',NULL,710.00,'','22','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(14445,'1110','221751161464','2025-06-29 04:44:24',NULL,70.00,'','22','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(14446,'1110','221751161464','2025-06-29 04:44:39',NULL,33.30,'','22','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14447,'5500','221751161464','2025-06-29 04:44:44',813.30,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14448,'1000','221751161464','2025-06-29 04:44:45',1200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14449,'4000','221751161464','2025-06-29 04:44:45',NULL,1000.00,'','22','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(14450,'4000','221751161464','2025-06-29 04:44:24',NULL,100.00,'','22','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(14451,'4000','221751161464','2025-06-29 04:44:39',NULL,100.00,'','22','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14452,'1110','51751162310','2025-06-29 04:58:41',NULL,41.67,'','5','1','Inventory sold','1','','sales','160','','No',NULL,NULL,''),(14453,'1110','51751162310','2025-06-29 04:58:30',NULL,66.60,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14454,'5500','51751162310','2025-06-29 04:58:40',108.27,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14455,'1000','51751162310','2025-06-29 04:58:41',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14456,'4000','51751162310','2025-06-29 04:58:41',NULL,100.00,'','5','1','Good sold','1','','sales','160','','No',NULL,NULL,''),(14457,'4000','51751162310','2025-06-29 04:58:30',NULL,200.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14458,'1110','61751155899','2025-06-29 03:12:17',NULL,230.00,'','6','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(14459,'1110','61751155899','2025-06-29 03:11:39',NULL,300.00,'','6','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(14460,'5500','61751155899','2025-06-29 03:11:58',530.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14461,'1000','61751155899','2025-06-29 03:12:17',700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14462,'4000','61751155899','2025-06-29 03:12:17',NULL,300.00,'','6','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(14463,'4000','61751155899','2025-06-29 03:11:39',NULL,400.00,'','6','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(14464,'1000','141751177589','2025-06-29 09:15:43',2700.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14465,'4000','141751177589','2025-06-29 09:15:43',NULL,1800.00,'','14','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(14466,'4000','141751177589','2025-06-29 09:13:09',NULL,100.00,'','14','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14467,'4000','141751177589','2025-06-29 09:14:03',NULL,600.00,'','14','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(14468,'4000','141751177589','2025-06-29 09:14:26',NULL,100.00,'','14','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(14469,'4000','141751177589','2025-06-29 09:14:47',NULL,100.00,'','14','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(14470,'1000','141751180152','2025-06-29 10:00:00',1250.00,NULL,'','14','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14471,'4000','141751180152','2025-06-29 10:00:00',NULL,900.00,'','14','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(14472,'4000','141751180152','2025-06-29 09:55:52',NULL,50.00,'','14','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14473,'4000','141751180152','2025-06-29 09:57:01',NULL,100.00,'','14','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(14474,'4000','141751180152','2025-06-29 09:57:18',NULL,200.00,'','14','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(14479,'1110','31751181432','2025-06-29 10:17:30',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14480,'5500','31751181432','2025-06-29 10:17:12',33.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14481,'1000','31751181432','2025-06-29 10:17:30',100.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14482,'4000','31751181432','2025-06-29 10:17:30',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14483,'1110','31751181299','2025-06-29 10:15:43',NULL,945.00,'','3','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(14484,'1110','31751181299','2025-06-29 10:14:59',NULL,0.00,'','3','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14485,'1110','31751181299','2025-06-29 10:59:38',NULL,0.00,'','3','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14486,'5500','31751181299','2025-06-29 11:01:34',945.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14487,'1000','31751181299','2025-06-29 10:15:43',1520.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14488,'4000','31751181299','2025-06-29 10:15:43',NULL,1300.00,'','3','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(14489,'4000','31751181299','2025-06-29 10:14:59',NULL,100.00,'','3','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14490,'4000','31751181299','2025-06-29 10:59:38',NULL,120.00,'','3','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14491,'1110','31751206621','2025-06-29 17:18:38',NULL,265.00,'','3','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(14492,'1110','31751206621','2025-06-29 17:17:01',NULL,245.00,'','3','1','Inventory sold','1','','sales','204','','No',NULL,NULL,''),(14493,'1110','31751206621','2025-06-29 17:17:39',NULL,0.00,'','3','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(14494,'1110','31751206621','2025-06-29 17:18:04',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(14495,'1110','31751206621','2025-06-29 17:18:22',NULL,0.00,'','3','1','Inventory sold','1','','sales','20','','No',NULL,NULL,''),(14496,'5500','31751206621','2025-06-29 17:18:37',510.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14497,'1000','31751206621','2025-06-29 17:18:38',1830.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14498,'4000','31751206621','2025-06-29 17:18:38',NULL,330.00,'','3','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(14499,'4000','31751206621','2025-06-29 17:17:01',NULL,350.00,'','3','1','Good sold','1','','sales','204','','No',NULL,NULL,''),(14500,'4000','31751206621','2025-06-29 17:17:39',NULL,900.00,'','3','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(14501,'4000','31751206621','2025-06-29 17:18:04',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14502,'4000','31751206621','2025-06-29 17:18:22',NULL,200.00,'','3','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(14503,'1110','31751206822','2025-06-29 17:20:52',NULL,210.00,'','3','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(14504,'1110','31751206822','2025-06-29 17:20:22',NULL,210.00,'','3','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(14505,'1110','31751206822','2025-06-29 17:20:27',NULL,0.00,'','3','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14506,'5500','31751206822','2025-06-29 17:20:51',420.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14507,'1000','31751206822','2025-06-29 17:20:52',670.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14508,'4000','31751206822','2025-06-29 17:20:52',NULL,260.00,'','3','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(14509,'4000','31751206822','2025-06-29 17:20:22',NULL,260.00,'','3','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(14510,'4000','31751206822','2025-06-29 17:20:27',NULL,150.00,'','3','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14511,'1000','31751207563','2025-06-29 17:32:45',200.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14512,'4000','31751207563','2025-06-29 17:32:45',NULL,200.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(14513,'1110','31751208011','2025-06-29 17:41:11',NULL,0.00,'','3','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(14514,'1110','31751208011','2025-06-29 17:40:11',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(14515,'1110','31751208011','2025-06-29 17:40:20',NULL,0.00,'','3','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(14516,'1110','31751208011','2025-06-29 17:40:31',NULL,140.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(14517,'1110','31751208011','2025-06-29 17:40:48',NULL,70.00,'','3','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(14518,'1110','31751208011','2025-06-29 17:40:59',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14519,'5500','31751208011','2025-06-29 17:41:10',243.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14520,'1000','31751208011','2025-06-29 17:41:11',2900.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14521,'4000','31751208011','2025-06-29 17:41:11',NULL,1800.00,'','3','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(14522,'4000','31751208011','2025-06-29 17:40:11',NULL,100.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14523,'4000','31751208011','2025-06-29 17:40:20',NULL,600.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(14524,'4000','31751208011','2025-06-29 17:40:31',NULL,200.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(14525,'4000','31751208011','2025-06-29 17:40:48',NULL,100.00,'','3','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(14526,'4000','31751208011','2025-06-29 17:40:59',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14527,'1110','31751208171','2025-06-29 17:43:30',NULL,0.00,'','3','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(14528,'1110','31751208171','2025-06-29 17:42:51',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(14529,'1110','31751208171','2025-06-29 17:42:59',NULL,0.00,'','3','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(14530,'1110','31751208171','2025-06-29 17:43:11',NULL,250.00,'','3','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(14531,'5500','31751208171','2025-06-29 17:43:29',250.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14532,'1000','31751208171','2025-06-29 17:43:30',1300.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14533,'4000','31751208171','2025-06-29 17:43:30',NULL,700.00,'','3','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(14534,'4000','31751208171','2025-06-29 17:42:51',NULL,100.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14535,'4000','31751208171','2025-06-29 17:42:59',NULL,100.00,'','3','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(14536,'4000','31751208171','2025-06-29 17:43:11',NULL,400.00,'','3','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(14555,'1110','31751208669','2025-06-29 17:52:54',NULL,690.00,'','3','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(14556,'1110','31751208669','2025-06-29 17:51:09',NULL,108.34,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(14557,'1110','31751208669','2025-06-29 17:51:46',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14558,'1110','31751208669','2025-06-29 17:51:53',NULL,245.00,'','3','1','Inventory sold','1','','sales','204','','No',NULL,NULL,''),(14559,'1110','31751208669','2025-06-29 17:52:05',NULL,0.00,'','3','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14560,'1110','31751208669','2025-06-29 17:52:23',NULL,0.00,'','3','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(14561,'1110','31751208669','2025-06-29 17:52:33',NULL,217.00,'','3','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(14562,'5500','31751208669','2025-06-29 17:52:34',1293.64,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14563,'1000','31751208669','2025-06-29 17:52:54',2270.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14564,'4000','31751208669','2025-06-29 17:52:54',NULL,1000.00,'','3','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(14565,'4000','31751208669','2025-06-29 17:51:09',NULL,200.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(14566,'4000','31751208669','2025-06-29 17:51:46',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14567,'4000','31751208669','2025-06-29 17:51:53',NULL,350.00,'','3','1','Good sold','1','','sales','204','','No',NULL,NULL,''),(14568,'4000','31751208669','2025-06-29 17:52:05',NULL,120.00,'','3','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14569,'4000','31751208669','2025-06-29 17:52:23',NULL,200.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(14570,'4000','31751208669','2025-06-29 17:52:33',NULL,300.00,'','3','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(14571,'1110','31751208298','2025-06-29 17:48:11',NULL,0.00,'','3','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(14572,'1110','31751208298','2025-06-29 17:44:58',NULL,0.00,'','3','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14573,'1110','31751208298','2025-06-29 17:45:18',NULL,0.00,'','3','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14574,'1110','31751208298','2025-06-29 17:45:24',NULL,0.00,'','3','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14575,'1110','31751208298','2025-06-29 17:45:30',NULL,400.00,'','3','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(14576,'1110','31751208298','2025-06-29 17:46:16',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(14577,'1110','31751208298','2025-06-29 17:46:33',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14578,'1110','31751208298','2025-06-29 17:47:41',NULL,585.00,'','3','1','Inventory sold','1','','sales','116','','No',NULL,NULL,''),(14579,'1110','31751208298','2025-06-29 17:48:10',NULL,217.00,'','3','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(14580,'5500','31751208298','2025-06-29 17:54:31',1289.47,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14581,'1000','31751208298','2025-06-29 17:48:11',2630.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14582,'4000','31751208298','2025-06-29 17:48:11',NULL,400.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(14583,'4000','31751208298','2025-06-29 17:44:58',NULL,120.00,'','3','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14584,'4000','31751208298','2025-06-29 17:45:18',NULL,120.00,'','3','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14585,'4000','31751208298','2025-06-29 17:45:24',NULL,120.00,'','3','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14586,'4000','31751208298','2025-06-29 17:45:30',NULL,520.00,'','3','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(14587,'4000','31751208298','2025-06-29 17:46:16',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(14588,'4000','31751208298','2025-06-29 17:46:33',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14589,'4000','31751208298','2025-06-29 17:47:41',NULL,850.00,'','3','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(14590,'4000','31751208298','2025-06-29 17:48:10',NULL,300.00,'','3','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(14591,'1110','31751208958','2025-06-29 17:56:15',NULL,335.00,'','3','1','Inventory sold','1','','sales','141','','No',NULL,NULL,''),(14592,'5500','31751208958','2025-06-29 17:55:58',335.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14593,'1000','31751208958','2025-06-29 17:56:15',500.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14594,'4000','31751208958','2025-06-29 17:56:15',NULL,500.00,'','3','1','Good sold','1','','sales','141','','No',NULL,NULL,''),(14595,'1110','31751209140','2025-06-29 17:59:09',NULL,5.00,'','3','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(14596,'1110','31751209140','2025-06-29 17:59:00',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(14597,'5500','31751209140','2025-06-29 17:59:08',59.17,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14598,'1000','31751209140','2025-06-29 17:59:09',110.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14599,'4000','31751209140','2025-06-29 17:59:09',NULL,10.00,'','3','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(14600,'4000','31751209140','2025-06-29 17:59:00',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(14601,'1110','31751209228','2025-06-29 18:00:52',NULL,0.00,'','3','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(14602,'1110','31751209228','2025-06-29 18:00:28',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(14603,'1110','31751209228','2025-06-29 18:00:35',NULL,530.00,'','3','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(14604,'5500','31751209228','2025-06-29 18:00:51',530.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14605,'1000','31751209228','2025-06-29 18:00:52',1010.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14606,'4000','31751209228','2025-06-29 18:00:52',NULL,300.00,'','3','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(14607,'4000','31751209228','2025-06-29 18:00:28',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14608,'4000','31751209228','2025-06-29 18:00:35',NULL,660.00,'','3','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(14609,'1110','31751209303','2025-06-29 18:01:51',NULL,200.00,'','3','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(14610,'1110','31751209303','2025-06-29 18:01:43',NULL,0.00,'','3','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14611,'5500','31751209303','2025-06-29 18:01:51',200.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14612,'1000','31751209303','2025-06-29 18:01:51',380.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14613,'4000','31751209303','2025-06-29 18:01:51',NULL,260.00,'','3','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(14614,'4000','31751209303','2025-06-29 18:01:43',NULL,120.00,'','3','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14615,'1110','31751209383','2025-06-29 18:04:01',NULL,42.00,'','3','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(14616,'1110','31751209383','2025-06-29 18:03:03',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(14617,'1110','31751209383','2025-06-29 18:03:13',NULL,213.00,'','3','1','Inventory sold','1','','sales','151','','No',NULL,NULL,''),(14618,'5500','31751209383','2025-06-29 18:03:16',309.17,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14619,'1000','31751209383','2025-06-29 18:04:01',460.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14620,'4000','31751209383','2025-06-29 18:04:01',NULL,60.00,'','3','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(14621,'4000','31751209383','2025-06-29 18:03:03',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(14622,'4000','31751209383','2025-06-29 18:03:13',NULL,300.00,'','3','1','Good sold','1','','sales','151','','No',NULL,NULL,''),(14623,'1110','31751209521','2025-06-29 18:05:35',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(14624,'1110','31751209521','2025-06-29 18:05:21',NULL,35.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(14625,'5500','31751209521','2025-06-29 18:05:33',105.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14626,'1000','31751209521','2025-06-29 18:05:35',150.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14627,'4000','31751209521','2025-06-29 18:05:35',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(14628,'4000','31751209521','2025-06-29 18:05:21',NULL,50.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(14633,'1110','31751209773','2025-06-29 18:13:10',NULL,0.00,'','3','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14634,'1110','31751209773','2025-06-29 18:09:33',NULL,0.00,'','3','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(14635,'1110','31751209773','2025-06-29 18:09:45',NULL,250.00,'','3','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(14636,'1110','31751209773','2025-06-29 18:09:58',NULL,70.00,'','3','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(14637,'1110','31751209773','2025-06-29 18:10:05',NULL,0.00,'','3','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(14638,'1110','31751209773','2025-06-29 18:10:38',NULL,945.00,'','3','1','Inventory sold','1','','sales','111','','No',NULL,NULL,''),(14639,'1110','31751209773','2025-06-29 18:11:56',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14640,'1110','31751209773','2025-06-29 18:12:18',NULL,0.00,'','3','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(14641,'1110','31751209773','2025-06-29 18:12:52',NULL,0.00,'','3','1','Inventory sold','1','','sales','35','','No',NULL,NULL,''),(14642,'1110','31751209773','2025-06-29 18:13:04',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(14643,'5500','31751209773','2025-06-29 18:13:09',1298.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14644,'1000','31751209773','2025-06-29 18:13:10',4090.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14645,'4000','31751209773','2025-06-29 18:13:10',NULL,240.00,'','3','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14646,'4000','31751209773','2025-06-29 18:09:33',NULL,200.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(14647,'4000','31751209773','2025-06-29 18:09:45',NULL,400.00,'','3','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(14648,'4000','31751209773','2025-06-29 18:09:58',NULL,100.00,'','3','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(14649,'4000','31751209773','2025-06-29 18:10:05',NULL,200.00,'','3','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(14650,'4000','31751209773','2025-06-29 18:10:38',NULL,1300.00,'','3','1','Good sold','1','','sales','111','','No',NULL,NULL,''),(14651,'4000','31751209773','2025-06-29 18:11:56',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14652,'4000','31751209773','2025-06-29 18:12:18',NULL,1400.00,'','3','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(14653,'4000','31751209773','2025-06-29 18:12:52',NULL,100.00,'','3','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(14654,'4000','31751209773','2025-06-29 18:13:04',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14669,'1110','41751211712','2025-06-29 18:42:05',NULL,185.00,'','4','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(14670,'5500','41751211712','2025-06-29 18:41:52',185.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14671,'1000','41751211712','2025-06-29 18:42:05',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14672,'4000','41751211712','2025-06-29 18:42:05',NULL,300.00,'','4','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(14673,'1110','41751211753','2025-06-29 18:42:35',NULL,28.00,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(14674,'5500','41751211753','2025-06-29 18:42:33',28.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14675,'1000','41751211753','2025-06-29 18:42:35',40.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14676,'4000','41751211753','2025-06-29 18:42:35',NULL,40.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(14677,'1110','31751209699','2025-06-29 18:08:20',NULL,33.30,'','3','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14678,'1110','31751209699','2025-06-29 18:08:19',NULL,330.00,'','3','1','Inventory sold','1','','sales','153','','No',NULL,NULL,''),(14679,'5500','31751209699','2025-06-29 19:07:33',363.30,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14680,'1000','31751209699','2025-06-29 18:08:20',600.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14681,'4000','31751209699','2025-06-29 18:08:20',NULL,100.00,'','3','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14682,'4000','31751209699','2025-06-29 18:08:19',NULL,500.00,'','3','1','Good sold','1','','sales','153','','No',NULL,NULL,''),(14683,'1110','31751213355','2025-06-29 19:09:16',NULL,16.00,'','3','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(14684,'5500','31751213355','2025-06-29 19:09:15',16.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14685,'1000','31751213355','2025-06-29 19:09:16',30.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14686,'4000','31751213355','2025-06-29 19:09:16',NULL,30.00,'','3','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(14687,'1110','41751211639','2025-06-29 18:40:49',NULL,350.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(14688,'1110','41751211639','2025-06-29 18:40:39',NULL,400.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(14689,'1110','41751211639','2025-06-29 18:40:48',NULL,175.00,'','4','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(14690,'1110','41751211639','2025-06-29 19:23:18',NULL,200.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(14691,'5500','41751211639','2025-06-29 19:23:24',1125.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14692,'1000','41751211639','2025-06-29 18:40:49',1530.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14693,'4000','41751211639','2025-06-29 18:40:49',NULL,500.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(14694,'4000','41751211639','2025-06-29 18:40:39',NULL,520.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(14695,'4000','41751211639','2025-06-29 18:40:48',NULL,250.00,'','4','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(14696,'4000','41751211639','2025-06-29 19:23:18',NULL,260.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(14703,'1110','31751214950','2025-06-29 19:35:52',NULL,35.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(14704,'5500','31751214950','2025-06-29 19:35:50',35.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14705,'1000','31751214950','2025-06-29 19:35:52',50.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14706,'4000','31751214950','2025-06-29 19:35:52',NULL,50.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(14707,'1110','81751215746','2025-06-29 19:49:07',NULL,710.00,'','8','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(14708,'5500','81751215746','2025-06-29 19:49:06',710.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14709,'1000','81751215746','2025-06-29 19:49:07',1000.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14710,'4000','81751215746','2025-06-29 19:49:07',NULL,1000.00,'','8','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(14711,'1110','81751215785','2025-06-29 19:49:45',NULL,20.00,'','8','1','Inventory sold','1','','sales','282','','No',NULL,NULL,''),(14712,'5500','81751215785','2025-06-29 19:49:45',20.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14713,'1000','81751215785','2025-06-29 19:49:45',40.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14714,'4000','81751215785','2025-06-29 19:49:45',NULL,40.00,'','8','1','Good sold','1','','sales','282','','No',NULL,NULL,''),(14715,'1110','81751215823','2025-06-29 19:50:50',NULL,175.00,'','8','1','Inventory sold','1','','sales','174','','No',NULL,NULL,''),(14716,'1110','81751215823','2025-06-29 19:50:23',NULL,150.00,'','8','1','Inventory sold','1','','sales','244','','No',NULL,NULL,''),(14717,'5500','81751215823','2025-06-29 19:50:49',325.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14718,'1000','81751215823','2025-06-29 19:50:50',450.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14719,'4000','81751215823','2025-06-29 19:50:50',NULL,250.00,'','8','1','Good sold','1','','sales','174','','No',NULL,NULL,''),(14720,'4000','81751215823','2025-06-29 19:50:23',NULL,200.00,'','8','1','Good sold','1','','sales','244','','No',NULL,NULL,''),(14721,'1110','81751215880','2025-06-29 19:51:21',NULL,33.30,'','8','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14722,'5500','81751215880','2025-06-29 19:51:20',33.30,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14723,'1000','81751215880','2025-06-29 19:51:21',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14724,'4000','81751215880','2025-06-29 19:51:21',NULL,100.00,'','8','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14725,'1110','41751216147','2025-06-29 19:55:49',NULL,250.00,'','4','1','Inventory sold','1','','sales','119','','No',NULL,NULL,''),(14726,'5500','41751216147','2025-06-29 19:55:47',250.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14727,'1000','41751216147','2025-06-29 19:55:49',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14728,'4000','41751216147','2025-06-29 19:55:49',NULL,400.00,'','4','1','Good sold','1','','sales','119','','No',NULL,NULL,''),(14729,'1110','41751214250','2025-06-29 19:24:15',NULL,450.00,'','4','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(14730,'1110','41751214250','2025-06-29 19:24:10',NULL,200.00,'','4','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(14731,'1110','41751214250','2025-06-29 19:24:14',NULL,450.00,'','4','1','Inventory sold','1','','sales','205','','No',NULL,NULL,''),(14732,'5500','41751214250','2025-06-29 19:57:53',1100.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14733,'1000','41751214250','2025-06-29 19:24:15',1460.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14734,'4000','41751214250','2025-06-29 19:24:15',NULL,600.00,'','4','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(14735,'4000','41751214250','2025-06-29 19:24:10',NULL,260.00,'','4','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(14736,'4000','41751214250','2025-06-29 19:24:14',NULL,600.00,'','4','1','Good sold','1','','sales','205','','No',NULL,NULL,''),(14737,'1110','221751216896','2025-06-29 20:08:47',NULL,0.00,'','22','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(14738,'1110','221751216896','2025-06-29 20:08:16',NULL,0.00,'','22','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(14739,'1110','221751216896','2025-06-29 20:08:24',NULL,108.34,'','22','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(14740,'5500','221751216896','2025-06-29 20:08:45',108.34,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14741,'1000','221751216896','2025-06-29 20:08:47',2050.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14742,'4000','221751216896','2025-06-29 20:08:47',NULL,1800.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(14743,'4000','221751216896','2025-06-29 20:08:16',NULL,50.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14744,'4000','221751216896','2025-06-29 20:08:24',NULL,200.00,'','22','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(14745,'1110','221751216970','2025-06-29 20:10:08',NULL,217.00,'','22','1','Inventory sold','1','','sales','113','','No',NULL,NULL,''),(14746,'5500','221751216970','2025-06-29 20:09:30',217.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14747,'1000','221751216970','2025-06-29 20:10:08',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14748,'4000','221751216970','2025-06-29 20:10:08',NULL,300.00,'','22','1','Good sold','1','','sales','113','','No',NULL,NULL,''),(14749,'1110','221751217041','2025-06-29 20:10:53',NULL,400.00,'','22','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(14750,'1110','221751217041','2025-06-29 20:10:42',NULL,35.00,'','22','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(14751,'5500','221751217041','2025-06-29 20:10:52',435.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14752,'1000','221751217041','2025-06-29 20:10:53',570.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14753,'4000','221751217041','2025-06-29 20:10:53',NULL,520.00,'','22','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(14754,'4000','221751217041','2025-06-29 20:10:42',NULL,50.00,'','22','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(14765,'1110','221751217423','2025-06-29 20:17:05',NULL,70.00,'','22','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(14766,'5500','221751217423','2025-06-29 20:17:03',70.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14767,'1000','221751217423','2025-06-29 20:17:05',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14768,'4000','221751217423','2025-06-29 20:17:05',NULL,100.00,'','22','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(14769,'1110','221751217500','2025-06-29 20:18:21',NULL,70.00,'','22','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(14770,'5500','221751217500','2025-06-29 20:18:20',70.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14771,'1000','221751217500','2025-06-29 20:18:21',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14772,'4000','221751217500','2025-06-29 20:18:21',NULL,100.00,'','22','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(14773,'4000','141751180152','2025-06-29 20:29:44',900.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(14774,'1000','141751180152','2025-06-29 20:29:44',NULL,900.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(14775,'5500','141751180152','2025-06-29 20:29:44',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','22','','No',NULL,NULL,''),(14776,'1110','141751180152','2025-06-29 20:29:44',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14777,'4000','141751180152','2025-06-29 20:29:51',50.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(14778,'1000','141751180152','2025-06-29 20:29:51',NULL,50.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(14779,'5500','141751180152','2025-06-29 20:29:51',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','45','','No',NULL,NULL,''),(14780,'1110','141751180152','2025-06-29 20:29:51',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14781,'4000','141751180152','2025-06-29 20:29:56',200.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(14782,'1000','141751180152','2025-06-29 20:29:56',NULL,200.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(14783,'5500','141751180152','2025-06-29 20:29:56',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','20','','No',NULL,NULL,''),(14784,'1110','141751180152','2025-06-29 20:29:56',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14785,'4000','141751177589','2025-06-29 20:30:14',1800.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(14786,'1000','141751177589','2025-06-29 20:30:14',NULL,1800.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(14787,'5500','141751177589','2025-06-29 20:30:14',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','54','','No',NULL,NULL,''),(14788,'1110','141751177589','2025-06-29 20:30:14',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14789,'4000','141751177589','2025-06-29 20:36:29',100.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(14790,'1000','141751177589','2025-06-29 20:36:29',NULL,100.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(14791,'5500','141751177589','2025-06-29 20:36:29',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','45','','No',NULL,NULL,''),(14792,'1110','141751177589','2025-06-29 20:36:29',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14793,'4000','141751177589','2025-06-29 20:36:32',600.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(14794,'1000','141751177589','2025-06-29 20:36:32',NULL,600.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(14795,'5500','141751177589','2025-06-29 20:36:32',NULL,0.00,'','16','1','Cost of goods returned','1','','sales','47','','No',NULL,NULL,''),(14796,'1110','141751177589','2025-06-29 20:36:32',0.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14797,'1110','41751211669','2025-06-29 18:41:36',NULL,420.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(14798,'1110','41751211669','2025-06-29 18:41:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(14799,'1110','41751211669','2025-06-29 18:41:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(14800,'1110','41751211669','2025-06-29 18:41:33',NULL,360.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(14801,'1110','41751211669','2025-06-29 20:12:13',NULL,210.00,'','4','1','Inventory sold','1','','sales','136','','No',NULL,NULL,''),(14802,'1110','41751211669','2025-06-29 20:54:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(14803,'1110','41751211669','2025-06-29 20:54:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(14804,'5500','41751211669','2025-06-29 20:54:54',990.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14805,'1000','41751211669','2025-06-29 18:41:36',2230.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14806,'4000','41751211669','2025-06-29 18:41:36',NULL,520.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(14807,'4000','41751211669','2025-06-29 18:41:09',NULL,300.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(14808,'4000','41751211669','2025-06-29 18:41:24',NULL,200.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(14809,'4000','41751211669','2025-06-29 18:41:33',NULL,600.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(14810,'4000','41751211669','2025-06-29 20:12:13',NULL,260.00,'','4','1','Good sold','1','','sales','136','','No',NULL,NULL,''),(14811,'4000','41751211669','2025-06-29 20:54:18',NULL,300.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(14812,'4000','41751211669','2025-06-29 20:54:35',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14813,'1110','51751221457','2025-06-29 21:25:25',NULL,465.00,'','5','1','Inventory sold','1','','sales','215','','No',NULL,NULL,''),(14814,'1110','51751221457','2025-06-29 21:24:17',NULL,140.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(14815,'1110','51751221457','2025-06-29 21:25:03',NULL,599.00,'','5','1','Inventory sold','1','','sales','125','','No',NULL,NULL,''),(14816,'5500','51751221457','2025-06-29 21:25:24',1204.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14817,'1000','51751221457','2025-06-29 21:25:25',1700.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14818,'4000','51751221457','2025-06-29 21:25:25',NULL,600.00,'','5','1','Good sold','1','','sales','215','','No',NULL,NULL,''),(14819,'4000','51751221457','2025-06-29 21:24:17',NULL,200.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(14820,'4000','51751221457','2025-06-29 21:25:03',NULL,900.00,'','5','1','Good sold','1','','sales','125','','No',NULL,NULL,''),(14821,'1000','51751221693','2025-06-29 21:28:22',1900.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14822,'4000','51751221693','2025-06-29 21:28:22',NULL,1800.00,'','5','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(14823,'4000','51751221693','2025-06-29 21:28:13',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14824,'1110','51751221753','2025-06-29 21:30:40',NULL,360.00,'','5','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(14825,'1110','51751221753','2025-06-29 21:29:14',NULL,680.00,'','5','1','Inventory sold','1','','sales','214','','No',NULL,NULL,''),(14826,'1110','51751221753','2025-06-29 21:29:14',NULL,70.00,'','5','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(14827,'1110','51751221753','2025-06-29 21:30:00',NULL,33.30,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14828,'1110','51751221753','2025-06-29 21:30:09',NULL,230.00,'','5','1','Inventory sold','1','','sales','193','','No',NULL,NULL,''),(14829,'1110','51751221753','2025-06-29 21:30:27',NULL,17.00,'','5','1','Inventory sold','1','','sales','120','','No',NULL,NULL,''),(14830,'5500','51751221753','2025-06-29 21:30:39',1390.30,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14831,'1000','51751221753','2025-06-29 21:30:40',2025.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14832,'4000','51751221753','2025-06-29 21:30:40',NULL,600.00,'','5','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(14833,'4000','51751221753','2025-06-29 21:29:14',NULL,900.00,'','5','1','Good sold','1','','sales','214','','No',NULL,NULL,''),(14834,'4000','51751221753','2025-06-29 21:29:14',NULL,100.00,'','5','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(14835,'4000','51751221753','2025-06-29 21:30:00',NULL,100.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14836,'4000','51751221753','2025-06-29 21:30:09',NULL,300.00,'','5','1','Good sold','1','','sales','193','','No',NULL,NULL,''),(14837,'4000','51751221753','2025-06-29 21:30:27',NULL,25.00,'','5','1','Good sold','1','','sales','120','','No',NULL,NULL,''),(14838,'1110','51751221898','2025-06-29 21:31:47',NULL,700.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(14839,'1110','51751221898','2025-06-29 21:31:38',NULL,600.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(14840,'5500','51751221898','2025-06-29 21:31:46',1300.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14841,'1000','51751221898','2025-06-29 21:31:47',1780.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14842,'4000','51751221898','2025-06-29 21:31:47',NULL,1000.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(14843,'4000','51751221898','2025-06-29 21:31:38',NULL,780.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(14844,'1110','51751221954','2025-06-29 21:32:34',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(14845,'5500','51751221954','2025-06-29 21:32:34',175.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14846,'1000','51751221954','2025-06-29 21:32:34',250.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14847,'4000','51751221954','2025-06-29 21:32:34',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(14848,'1110','51751222008','2025-06-29 21:33:29',NULL,200.00,'','5','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(14849,'5500','51751222008','2025-06-29 21:33:28',200.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14850,'1000','51751222008','2025-06-29 21:33:29',300.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14851,'4000','51751222008','2025-06-29 21:33:29',NULL,300.00,'','5','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(14852,'1000','51751222044','2025-06-29 21:34:05',120.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14853,'4000','51751222044','2025-06-29 21:34:05',NULL,120.00,'','5','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14854,'1110','51751222093','2025-06-29 21:34:54',NULL,175.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(14855,'5500','51751222093','2025-06-29 21:34:53',175.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14856,'1000','51751222093','2025-06-29 21:34:54',250.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14857,'4000','51751222093','2025-06-29 21:34:54',NULL,250.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(14858,'1000','51751222133','2025-06-29 21:35:41',450.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14859,'4000','51751222133','2025-06-29 21:35:41',NULL,350.00,'','5','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14860,'4000','51751222133','2025-06-29 21:35:33',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14861,'1110','51751222188','2025-06-29 21:36:29',NULL,350.00,'','5','1','Inventory sold','1','','sales','209','','No',NULL,NULL,''),(14862,'5500','51751222188','2025-06-29 21:36:28',350.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14863,'1000','51751222188','2025-06-29 21:36:29',500.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14864,'4000','51751222188','2025-06-29 21:36:29',NULL,500.00,'','5','1','Good sold','1','','sales','209','','No',NULL,NULL,''),(14865,'1110','51751222233','2025-06-29 21:37:24',NULL,217.00,'','5','1','Inventory sold','1','','sales','115','','No',NULL,NULL,''),(14866,'1110','51751222233','2025-06-29 21:37:13',NULL,54.17,'','5','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(14867,'5500','51751222233','2025-06-29 21:37:23',271.17,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14868,'1000','51751222233','2025-06-29 21:37:24',400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14869,'4000','51751222233','2025-06-29 21:37:24',NULL,300.00,'','5','1','Good sold','1','','sales','115','','No',NULL,NULL,''),(14870,'4000','51751222233','2025-06-29 21:37:13',NULL,100.00,'','5','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(14871,'1000','221751222822','2025-06-29 21:47:29',1000.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14872,'4000','221751222822','2025-06-29 21:47:29',NULL,900.00,'','22','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(14873,'4000','221751222822','2025-06-29 21:47:02',NULL,50.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14874,'4000','221751222822','2025-06-29 21:47:16',NULL,50.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14875,'1000','41751223108','2025-06-29 21:51:49',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14876,'4000','41751223108','2025-06-29 21:51:49',NULL,100.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14877,'1000','81751223689','2025-06-29 22:01:47',500.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14878,'4000','81751223689','2025-06-29 22:01:47',NULL,300.00,'','8','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(14879,'4000','81751223689','2025-06-29 22:01:29',NULL,200.00,'','8','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(14880,'1110','81751223749','2025-06-29 22:02:54',NULL,245.00,'','8','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(14881,'1110','81751223749','2025-06-29 22:02:29',NULL,33.30,'','8','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14882,'1110','81751223749','2025-06-29 22:02:38',NULL,360.00,'','8','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(14883,'5500','81751223749','2025-06-29 22:02:53',638.30,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14884,'1000','81751223749','2025-06-29 22:02:54',1050.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14885,'4000','81751223749','2025-06-29 22:02:54',NULL,350.00,'','8','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(14886,'4000','81751223749','2025-06-29 22:02:29',NULL,100.00,'','8','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14887,'4000','81751223749','2025-06-29 22:02:38',NULL,600.00,'','8','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(14888,'1110','81751223858','2025-06-29 22:04:25',NULL,1000.00,'','8','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(14889,'1110','81751223858','2025-06-29 22:04:18',NULL,70.00,'','8','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(14890,'5500','81751223858','2025-06-29 22:04:24',1070.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14891,'1000','81751223858','2025-06-29 22:04:25',1900.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14892,'4000','81751223858','2025-06-29 22:04:25',NULL,1800.00,'','8','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(14893,'4000','81751223858','2025-06-29 22:04:18',NULL,100.00,'','8','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(14894,'1110','81751223896','2025-06-29 22:04:57',NULL,710.00,'','8','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(14895,'5500','81751223896','2025-06-29 22:04:56',710.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14896,'1000','81751223896','2025-06-29 22:04:57',1000.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14897,'4000','81751223896','2025-06-29 22:04:57',NULL,1000.00,'','8','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(14898,'1110','51751224484','2025-06-29 22:17:11',NULL,1300.00,'','5','1','Inventory sold','1','','sales','126','','No',NULL,NULL,''),(14899,'1110','51751224484','2025-06-29 22:14:53',NULL,900.00,'','5','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(14900,'1110','51751224484','2025-06-29 22:16:27',NULL,247.00,'','5','1','Inventory sold','1','','sales','207','','No',NULL,NULL,''),(14901,'1110','51751224484','2025-06-29 22:16:47',NULL,66.60,'','5','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14902,'5500','51751224484','2025-06-29 22:17:10',2513.60,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14903,'1000','51751224484','2025-06-29 22:17:11',3850.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14904,'4000','51751224484','2025-06-29 22:17:11',NULL,1800.00,'','5','1','Good sold','1','','sales','126','','No',NULL,NULL,''),(14905,'4000','51751224484','2025-06-29 22:14:53',NULL,1500.00,'','5','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(14906,'4000','51751224484','2025-06-29 22:16:27',NULL,350.00,'','5','1','Good sold','1','','sales','207','','No',NULL,NULL,''),(14907,'4000','51751224484','2025-06-29 22:16:47',NULL,200.00,'','5','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14908,'1000','51751224785','2025-06-29 22:19:52',400.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14909,'4000','51751224785','2025-06-29 22:19:52',NULL,350.00,'','5','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14910,'4000','51751224785','2025-06-29 22:19:45',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14911,'1110','41751225123','2025-06-29 22:25:24',NULL,500.00,'','4','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(14912,'5500','41751225123','2025-06-29 22:25:23',500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14913,'1000','41751225123','2025-06-29 22:25:24',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14914,'4000','41751225123','2025-06-29 22:25:24',NULL,1000.00,'','4','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(14915,'1110','41751225147','2025-06-29 22:25:48',NULL,500.00,'','4','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(14916,'5500','41751225147','2025-06-29 22:25:47',500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14917,'1000','41751225147','2025-06-29 22:25:48',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14918,'4000','41751225147','2025-06-29 22:25:48',NULL,1000.00,'','4','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(14919,'1110','221751225460','2025-06-29 22:32:45',NULL,33.30,'','22','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14920,'1110','221751225460','2025-06-29 22:31:00',NULL,0.00,'','22','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(14921,'1110','221751225460','2025-06-29 22:32:11',NULL,0.00,'','22','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(14922,'5500','221751225460','2025-06-29 22:32:44',33.30,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14923,'1000','221751225460','2025-06-29 22:32:45',450.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14924,'4000','221751225460','2025-06-29 22:32:45',NULL,100.00,'','22','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14925,'4000','221751225460','2025-06-29 22:31:00',NULL,300.00,'','22','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(14926,'4000','221751225460','2025-06-29 22:32:11',NULL,50.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14927,'1000','81751226021','2025-06-29 22:40:29',450.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14928,'4000','81751226021','2025-06-29 22:40:29',NULL,350.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14929,'4000','81751226021','2025-06-29 22:40:21',NULL,100.00,'','8','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14930,'1000','51751226109','2025-06-29 22:41:50',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14931,'4000','51751226109','2025-06-29 22:41:50',NULL,100.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14932,'1000','51751227004','2025-06-29 22:56:52',350.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14933,'4000','51751227004','2025-06-29 22:56:52',NULL,300.00,'','5','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(14934,'4000','51751227004','2025-06-29 22:56:44',NULL,50.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14935,'1110','41751230052','2025-06-29 23:48:02',NULL,245.00,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(14936,'5500','41751230052','2025-06-29 23:47:32',245.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14937,'1000','41751230052','2025-06-29 23:48:02',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14938,'4000','41751230052','2025-06-29 23:48:02',NULL,350.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(14939,'1110','41751230122','2025-06-29 23:48:42',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(14940,'5500','41751230122','2025-06-29 23:48:42',33.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14941,'1000','41751230122','2025-06-29 23:48:42',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14942,'4000','41751230122','2025-06-29 23:48:42',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(14943,'1110','41751230143','2025-06-29 23:49:15',NULL,490.00,'','4','1','Inventory sold','1','','sales','117','','No',NULL,NULL,''),(14944,'5500','41751230143','2025-06-29 23:49:03',490.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14945,'1000','41751230143','2025-06-29 23:49:15',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14946,'4000','41751230143','2025-06-29 23:49:15',NULL,700.00,'','4','1','Good sold','1','','sales','117','','No',NULL,NULL,''),(14947,'1000','81751230854','2025-06-30 00:00:55',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14948,'4000','81751230854','2025-06-30 00:00:55',NULL,100.00,'','8','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(14949,'1110','81751231088','2025-06-30 00:05:17',NULL,570.00,'','8','1','Inventory sold','1','','sales','202','','No',NULL,NULL,''),(14950,'5500','81751231088','2025-06-30 00:04:48',570.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14951,'1000','81751231088','2025-06-30 00:05:17',900.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14952,'4000','81751231088','2025-06-30 00:05:17',NULL,900.00,'','8','1','Good sold','1','','sales','202','','No',NULL,NULL,''),(14953,'1110','81751231173','2025-06-30 00:06:13',NULL,390.00,'','8','1','Inventory sold','1','','sales','208','','No',NULL,NULL,''),(14954,'5500','81751231173','2025-06-30 00:06:13',390.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14955,'1000','81751231173','2025-06-30 00:06:13',520.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14956,'4000','81751231173','2025-06-30 00:06:13',NULL,520.00,'','8','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(14957,'1110','81751231219','2025-06-30 00:07:18',NULL,310.00,'','8','1','Inventory sold','1','','sales','210','','No',NULL,NULL,''),(14958,'1110','81751231219','2025-06-30 00:06:59',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(14959,'5500','81751231219','2025-06-30 00:07:17',364.17,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14960,'1000','81751231219','2025-06-30 00:07:18',500.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14961,'4000','81751231219','2025-06-30 00:07:18',NULL,400.00,'','8','1','Good sold','1','','sales','210','','No',NULL,NULL,''),(14962,'4000','81751231219','2025-06-30 00:06:59',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(14963,'1000','221751231434','2025-06-30 00:10:42',350.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14964,'4000','221751231434','2025-06-30 00:10:42',NULL,300.00,'','22','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(14965,'4000','221751231434','2025-06-30 00:10:34',NULL,50.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(14966,'4000','81751223749','2025-06-30 00:11:08',350.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(14967,'1000','81751223749','2025-06-30 00:11:08',NULL,350.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(14968,'5500','81751223749','2025-06-30 00:11:08',NULL,245.00,'','16','1','Cost of goods returned','1','','sales','117','','No',NULL,NULL,''),(14969,'1110','81751223749','2025-06-30 00:11:08',245.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14970,'1110','81751231526','2025-06-30 00:12:07',NULL,8.00,'','8','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(14971,'5500','81751231526','2025-06-30 00:12:06',8.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14972,'1000','81751231526','2025-06-30 00:12:07',15.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14973,'4000','81751231526','2025-06-30 00:12:07',NULL,15.00,'','8','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(14974,'1110','81751231700','2025-06-30 00:15:01',NULL,54.17,'','8','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(14975,'5500','81751231700','2025-06-30 00:15:00',54.17,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14976,'1000','81751231700','2025-06-30 00:15:01',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14977,'4000','81751231700','2025-06-30 00:15:01',NULL,100.00,'','8','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(14978,'1110','81751231878','2025-06-30 00:17:59',NULL,710.00,'','8','1','Inventory sold','1','','sales','118','','No',NULL,NULL,''),(14979,'5500','81751231878','2025-06-30 00:17:58',710.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14980,'1000','81751231878','2025-06-30 00:17:59',1000.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14981,'4000','81751231878','2025-06-30 00:17:59',NULL,1000.00,'','8','1','Good sold','1','','sales','118','','No',NULL,NULL,''),(14982,'1110','41751231950','2025-06-30 00:19:11',NULL,28.00,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(14983,'5500','41751231950','2025-06-30 00:19:10',28.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14984,'1000','41751231950','2025-06-30 00:19:11',40.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14985,'4000','41751231950','2025-06-30 00:19:11',NULL,40.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(14986,'1110','81751232225','2025-06-30 00:23:46',NULL,8.00,'','8','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(14987,'5500','81751232225','2025-06-30 00:23:45',8.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14988,'1000','81751232225','2025-06-30 00:23:46',15.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14989,'4000','81751232225','2025-06-30 00:23:46',NULL,15.00,'','8','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(14990,'1110','221751233484','2025-06-30 00:44:45',NULL,8.00,'','22','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(14991,'5500','221751233484','2025-06-30 00:44:44',8.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14992,'1000','221751233484','2025-06-30 00:44:45',15.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14993,'4000','221751233484','2025-06-30 00:44:45',NULL,15.00,'','22','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(14994,'1110','221751233677','2025-06-30 00:47:58',NULL,8.00,'','22','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(14995,'5500','221751233677','2025-06-30 00:47:57',8.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14996,'1000','221751233677','2025-06-30 00:47:58',15.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14997,'4000','221751233677','2025-06-30 00:47:58',NULL,15.00,'','22','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(14998,'1110','221751233952','2025-06-30 00:52:33',NULL,24.00,'','22','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(14999,'5500','221751233952','2025-06-30 00:52:32',24.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15000,'1000','221751233952','2025-06-30 00:52:33',45.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15001,'4000','221751233952','2025-06-30 00:52:33',NULL,45.00,'','22','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(15002,'1000','81751235540','2025-06-30 01:19:01',120.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15003,'4000','81751235540','2025-06-30 01:19:01',NULL,120.00,'','8','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15004,'4000','221751217500','2025-06-30 01:38:40',100.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(15005,'1000','221751217500','2025-06-30 01:38:40',NULL,100.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(15006,'5500','221751217500','2025-06-30 01:38:40',NULL,70.00,'','16','1','Cost of goods returned','1','','sales','195','','No',NULL,NULL,''),(15007,'1110','221751217500','2025-06-30 01:38:40',70.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(15008,'4000','81751223749','2025-06-30 01:49:30',300.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(15009,'1000','81751223749','2025-06-30 01:49:30',NULL,300.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(15010,'5500','81751223749','2025-06-30 01:49:30',NULL,180.00,'','16','1','Cost of goods returned','1','','sales','134','','No',NULL,NULL,''),(15011,'1110','81751223749','2025-06-30 01:49:30',180.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(15012,'1110','221751237743','2025-06-30 01:55:44',NULL,465.00,'','22','1','Inventory sold','1','','sales','215','','No',NULL,NULL,''),(15013,'5500','221751237743','2025-06-30 01:55:43',465.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15014,'1000','221751237743','2025-06-30 01:55:44',600.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15015,'4000','221751237743','2025-06-30 01:55:44',NULL,600.00,'','22','1','Good sold','1','','sales','215','','No',NULL,NULL,''),(15016,'1110','51751238478','2025-06-30 02:08:19',NULL,540.00,'','5','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(15017,'1110','51751238478','2025-06-30 02:07:58',NULL,175.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(15018,'1110','51751238478','2025-06-30 02:08:10',NULL,185.00,'','5','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(15019,'5500','51751238478','2025-06-30 02:08:18',900.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15020,'1000','51751238478','2025-06-30 02:08:19',1450.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15021,'4000','51751238478','2025-06-30 02:08:19',NULL,900.00,'','5','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(15022,'4000','51751238478','2025-06-30 02:07:58',NULL,250.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(15023,'4000','51751238478','2025-06-30 02:08:10',NULL,300.00,'','5','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(15024,'1110','51751238630','2025-06-30 02:12:37',NULL,400.00,'','5','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(15025,'1110','51751238630','2025-06-30 02:10:31',NULL,450.00,'','5','1','Inventory sold','1','','sales','217','','No',NULL,NULL,''),(15026,'1110','51751238630','2025-06-30 02:11:37',NULL,203.00,'','5','1','Inventory sold','1','','sales','88','','No',NULL,NULL,''),(15027,'1110','51751238630','2025-06-30 02:11:45',NULL,525.00,'','5','1','Inventory sold','1','','sales','89','','No',NULL,NULL,''),(15028,'1110','51751238630','2025-06-30 02:12:13',NULL,720.00,'','5','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(15029,'5500','51751238630','2025-06-30 02:12:36',2298.00,NULL,'','5','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15030,'1000','51751238630','2025-06-30 02:12:37',3370.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15031,'4000','51751238630','2025-06-30 02:12:37',NULL,520.00,'','5','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(15032,'4000','51751238630','2025-06-30 02:10:31',NULL,600.00,'','5','1','Good sold','1','','sales','217','','No',NULL,NULL,''),(15033,'4000','51751238630','2025-06-30 02:11:37',NULL,300.00,'','5','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(15034,'4000','51751238630','2025-06-30 02:11:45',NULL,750.00,'','5','1','Good sold','1','','sales','89','','No',NULL,NULL,''),(15035,'4000','51751238630','2025-06-30 02:12:13',NULL,1200.00,'','5','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(15040,'4000','81751223749','2025-06-30 02:18:22',300.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(15041,'1000','81751223749','2025-06-30 02:18:22',NULL,300.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(15042,'5500','81751223749','2025-06-30 02:18:22',NULL,180.00,'','16','1','Cost of goods returned','1','','sales','134','','No',NULL,NULL,''),(15043,'1110','81751223749','2025-06-30 02:18:22',180.00,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(15044,'4000','81751223749','2025-06-30 02:18:36',100.00,NULL,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(15045,'1000','81751223749','2025-06-30 02:18:36',NULL,100.00,'','16','1','Returned products','1','','return','','','No',NULL,NULL,''),(15046,'5500','81751223749','2025-06-30 02:18:36',NULL,33.30,'','16','1','Cost of goods returned','1','','sales','272','','No',NULL,NULL,''),(15047,'1110','81751223749','2025-06-30 02:18:36',33.30,NULL,'','16','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(15048,'1110','81751238890','2025-06-30 02:14:51',NULL,180.00,'','8','1','Inventory sold','1','','sales','134','','No',NULL,NULL,''),(15049,'1110','81751238890','2025-06-30 02:14:50',NULL,33.30,'','8','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(15050,'5500','81751238890','2025-06-30 02:20:18',213.30,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15051,'1000','81751238890','2025-06-30 02:14:51',400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15052,'4000','81751238890','2025-06-30 02:14:51',NULL,300.00,'','8','1','Good sold','1','','sales','134','','No',NULL,NULL,''),(15053,'4000','81751238890','2025-06-30 02:14:50',NULL,100.00,'','8','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(15062,'1110','31751276500','2025-06-30 12:45:40',NULL,54.17,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(15063,'1110','31751276500','2025-06-30 12:41:40',NULL,310.00,'','3','1','Inventory sold','1','','sales','210','','No',NULL,NULL,''),(15064,'5500','31751276500','2025-06-30 12:45:37',364.17,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15065,'1000','31751276500','2025-06-30 12:45:40',500.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15066,'4000','31751276500','2025-06-30 12:45:40',NULL,100.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(15067,'4000','31751276500','2025-06-30 12:41:40',NULL,400.00,'','3','1','Good sold','1','','sales','210','','No',NULL,NULL,''),(15068,'1110','31751276435','2025-06-30 12:41:08',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(15069,'1110','31751276435','2025-06-30 12:40:35',NULL,70.00,'','3','1','Inventory sold','1','','sales','194','','No',NULL,NULL,''),(15070,'1110','31751276435','2025-06-30 12:40:48',NULL,0.00,'','3','1','Inventory sold','1','','sales','12','','No',NULL,NULL,''),(15071,'1110','31751276435','2025-06-30 12:41:07',NULL,0.00,'','3','1','Inventory sold','1','','sales','12','','No',NULL,NULL,''),(15072,'5500','31751276435','2025-06-30 12:58:50',140.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15073,'1000','31751276435','2025-06-30 12:41:08',650.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15074,'4000','31751276435','2025-06-30 12:41:08',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(15075,'4000','31751276435','2025-06-30 12:40:35',NULL,100.00,'','3','1','Good sold','1','','sales','194','','No',NULL,NULL,''),(15076,'4000','31751276435','2025-06-30 12:40:48',NULL,300.00,'','3','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(15077,'4000','31751276435','2025-06-30 12:41:07',NULL,150.00,'','3','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(15086,'1110','31751278449','2025-06-30 13:14:11',NULL,8.00,'','3','1','Inventory sold','1','','sales','187','','No',NULL,NULL,''),(15087,'5500','31751278449','2025-06-30 13:14:10',8.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15088,'1000','31751278449','2025-06-30 13:14:11',15.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15089,'4000','31751278449','2025-06-30 13:14:11',NULL,15.00,'','3','1','Good sold','1','','sales','187','','No',NULL,NULL,''),(15098,'1110','31751281074','2025-06-30 13:58:40',NULL,0.00,'','3','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(15099,'1110','31751281074','2025-06-30 13:57:54',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(15100,'1110','31751281074','2025-06-30 13:58:04',NULL,200.00,'','3','1','Inventory sold','1','','sales','218','','No',NULL,NULL,''),(15101,'1110','31751281074','2025-06-30 13:58:29',NULL,35.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(15102,'5500','31751281074','2025-06-30 13:58:39',235.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15103,'1000','31751281074','2025-06-30 13:58:40',710.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15104,'4000','31751281074','2025-06-30 13:58:40',NULL,350.00,'','3','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15105,'4000','31751281074','2025-06-30 13:57:54',NULL,50.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(15106,'4000','31751281074','2025-06-30 13:58:04',NULL,260.00,'','3','1','Good sold','1','','sales','218','','No',NULL,NULL,''),(15107,'4000','31751281074','2025-06-30 13:58:29',NULL,50.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(15114,'1000','41750700779','2025-06-23 20:46:21',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15115,'4000','41750700779','2025-06-23 20:46:21',NULL,100.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15116,'4000','41750700779','2025-06-23 20:46:19',NULL,100.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15117,'4000','41750700779','2025-06-23 20:46:19',NULL,100.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15118,'4000','41750700779','2025-06-23 20:46:19',NULL,100.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15119,'1110','31751277553','2025-06-30 13:03:31',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(15120,'1110','31751277553','2025-06-30 12:59:13',NULL,0.00,'','3','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(15121,'1110','31751277553','2025-06-30 13:03:15',NULL,0.00,'','3','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(15122,'1110','31751277553','2025-06-30 13:03:29',NULL,74.00,'','3','1','Inventory sold','1','','sales','90','','No',NULL,NULL,''),(15123,'5500','31751277553','2025-06-30 14:12:23',144.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15124,'1000','31751277553','2025-06-30 13:03:31',1000.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15125,'4000','31751277553','2025-06-30 13:03:31',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(15126,'4000','31751277553','2025-06-30 12:59:13',NULL,700.00,'','3','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(15127,'4000','31751277553','2025-06-30 13:03:15',NULL,100.00,'','3','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(15128,'4000','31751277553','2025-06-30 13:03:29',NULL,100.00,'','3','1','Good sold','1','','sales','90','','No',NULL,NULL,''),(15141,'1110','31751284995','2025-06-30 15:03:18',NULL,70.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(15142,'1110','31751284995','2025-06-30 15:03:15',NULL,10.00,'','3','1','Inventory sold','1','','sales','163','','No',NULL,NULL,''),(15143,'5500','31751284995','2025-06-30 15:21:31',80.00,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15144,'1000','31751284995','2025-06-30 15:03:18',120.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15145,'4000','31751284995','2025-06-30 15:03:18',NULL,100.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(15146,'4000','31751284995','2025-06-30 15:03:15',NULL,20.00,'','3','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(15147,'1110','31751281170','2025-06-30 13:59:42',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(15148,'1110','31751281170','2025-06-30 13:59:30',NULL,162.51,'','3','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(15149,'1110','31751281170','2025-06-30 13:59:41',NULL,35.00,'','3','1','Inventory sold','1','','sales','164','','No',NULL,NULL,''),(15150,'1110','31751281170','2025-06-30 14:31:29',NULL,70.00,'','3','1','Inventory sold','1','','sales','195','','No',NULL,NULL,''),(15151,'1110','31751281170','2025-06-30 15:23:22',NULL,185.00,'','3','1','Inventory sold','1','','sales','180','','No',NULL,NULL,''),(15152,'5500','31751281170','2025-06-30 15:23:56',522.51,NULL,'','3','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15153,'1000','31751281170','2025-06-30 13:59:42',850.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15154,'4000','31751281170','2025-06-30 13:59:42',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(15155,'4000','31751281170','2025-06-30 13:59:30',NULL,300.00,'','3','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(15156,'4000','31751281170','2025-06-30 13:59:41',NULL,50.00,'','3','1','Good sold','1','','sales','164','','No',NULL,NULL,''),(15157,'4000','31751281170','2025-06-30 14:31:29',NULL,100.00,'','3','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(15158,'4000','31751281170','2025-06-30 15:23:22',NULL,300.00,'','3','1','Good sold','1','','sales','180','','No',NULL,NULL,''),(15181,'1110','41751291470','2025-06-30 16:51:12',NULL,500.00,'','4','1','Inventory sold','1','','sales','250','','No',NULL,NULL,''),(15182,'5500','41751291470','2025-06-30 16:51:10',500.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15183,'1000','41751291470','2025-06-30 16:51:12',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15184,'4000','41751291470','2025-06-30 16:51:12',NULL,1000.00,'','4','1','Good sold','1','','sales','250','','No',NULL,NULL,''),(15201,'1110','41751292715','2025-06-30 17:12:28',NULL,200.00,'','4','1','Inventory sold','1','','sales','201','','No',NULL,NULL,''),(15202,'1110','41751292715','2025-06-30 17:11:55',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(15203,'5500','41751292715','2025-06-30 17:12:23',233.30,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15204,'1000','41751292715','2025-06-30 17:12:28',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15205,'4000','41751292715','2025-06-30 17:12:28',NULL,300.00,'','4','1','Good sold','1','','sales','201','','No',NULL,NULL,''),(15206,'4000','41751292715','2025-06-30 17:11:55',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(15207,'1110','41751287565','2025-06-30 15:46:49',NULL,605.00,'','4','1','Inventory sold','1','','sales','96','','No',NULL,NULL,''),(15208,'1110','41751287565','2025-06-30 15:46:05',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(15209,'1110','41751287565','2025-06-30 15:46:38',NULL,14.00,'','4','1','Inventory sold','1','','sales','196','','No',NULL,NULL,''),(15210,'1110','41751287565','2025-06-30 15:46:47',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(15211,'5500','41751287565','2025-06-30 18:13:16',685.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15212,'1000','41751287565','2025-06-30 15:46:49',1070.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15213,'4000','41751287565','2025-06-30 15:46:49',NULL,850.00,'','4','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(15214,'4000','41751287565','2025-06-30 15:46:05',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(15215,'4000','41751287565','2025-06-30 15:46:38',NULL,20.00,'','4','1','Good sold','1','','sales','196','','No',NULL,NULL,''),(15216,'4000','41751287565','2025-06-30 15:46:47',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(15217,'1110','41751291092','2025-06-30 16:46:24',NULL,360.00,'','4','1','Inventory sold','1','','sales','192','','No',NULL,NULL,''),(15218,'1110','41751291092','2025-06-30 16:44:52',NULL,54.17,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(15219,'1110','41751291092','2025-06-30 16:45:03',NULL,679.00,'','4','1','Inventory sold','1','','sales','280','','No',NULL,NULL,''),(15220,'1110','41751291092','2025-06-30 16:45:06',NULL,33.30,'','4','1','Inventory sold','1','','sales','272','','No',NULL,NULL,''),(15221,'1110','41751291092','2025-06-30 16:45:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(15222,'1110','41751291092','2025-06-30 16:46:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(15223,'1110','41751291092','2025-06-30 16:46:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','22','','No',NULL,NULL,''),(15224,'1110','41751291092','2025-06-30 17:00:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(15225,'5500','41751291092','2025-06-30 18:18:05',1126.47,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15226,'1000','41751291092','2025-06-30 16:46:24',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15227,'4000','41751291092','2025-06-30 16:46:24',NULL,600.00,'','4','1','Good sold','1','','sales','192','','No',NULL,NULL,''),(15228,'4000','41751291092','2025-06-30 16:44:52',NULL,100.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(15229,'4000','41751291092','2025-06-30 16:45:03',NULL,900.00,'','4','1','Good sold','1','','sales','280','','No',NULL,NULL,''),(15230,'4000','41751291092','2025-06-30 16:45:06',NULL,100.00,'','4','1','Good sold','1','','sales','272','','No',NULL,NULL,''),(15231,'4000','41751291092','2025-06-30 16:45:44',NULL,600.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(15232,'4000','41751291092','2025-06-30 16:46:05',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(15233,'4000','41751291092','2025-06-30 16:46:21',NULL,300.00,'','4','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(15234,'4000','41751291092','2025-06-30 17:00:40',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(15235,'1000','41751298886','2025-06-30 18:55:13',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15236,'4000','41751298886','2025-06-30 18:55:13',NULL,600.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(15237,'4000','41751298886','2025-06-30 18:54:46',NULL,50.00,'','4','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(15238,'4000','41751298886','2025-06-30 18:54:53',NULL,150.00,'','4','1','Good sold','1','','sales','12','','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=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `expenses` -- LOCK TABLES `expenses` WRITE; /*!40000 ALTER TABLE `expenses` DISABLE KEYS */; INSERT INTO `expenses` VALUES (1,'Expense','14','0','kitchen items','2025-06-09 12:29:15','','Active','2025-06-09 12:28:57','','kitchen requisition','254107314237','peter komu juma','','9524751749460990','1','','1010','','141749460971','n/a','','',0.00,0.00,'',0,1,'No','No','',0.00,0.00,'','','2'); /*!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 Pochi la biashara','','2020-05-10 17:24:37 ',1,'','34000','2025-05-28 14:30:34','1010',''),(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,'1','1','29','COCTAILS','','2018-07-23 14:34:52 ',5,'','0','2025-05-28 14:22:24','5540',''),(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,'1','1','29','SECURITY','105','2018-07-23 14:37:26 ',5,'','0','2025-05-28 14:27:27','5561',''),(107,'1','1','29','Maintenance','105','2018-07-23 14:38:50 ',5,'','0','2025-05-28 14:26:42','5562',''),(114,'1','1','29','HYGIENE','','2018-07-23 14:46:18 ',5,'','0','2025-05-28 14:25:26','5650',''),(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','KITCHEN','156','2018-11-05 16:46:57 ',5,'','0','2025-05-28 14:24:44','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,'1','1','29','ADMIN','','2019-07-08 ',5,'','0','2025-05-28 14:29:25','5030',''),(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','BAR','105','2020-07-20 20:47:45 ',5,'','0','2025-05-28 14:24:07','5563',''),(180,'1','1','29','GROUNDS','105','2019-07-20 20:50:12 ',5,'','0','2025-05-28 14:28:26','5566',''),(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','BBQ','','2021-07-19 15:02:30 ',5,'','0','2025-05-28 14:21:28','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=4897 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-05-26 22:38:20','','','127.0.0.1','loggedin',1),(2,'admin','1','2025-05-27 09:32:21','2025-05-27 09:32:26','','105.160.70.119','loggedin',1),(3,'admin','1','2025-05-27 09:40:17','2025-05-27 09:46:46','','105.160.70.119','loggedin',1),(4,'user','3','2025-05-27 09:46:51','','','105.160.70.119','loggedin',1),(5,'user','16','2025-05-27 10:19:20','','','41.90.172.34','loggedin',1),(6,'admin','1','2025-05-27 10:50:28','','','105.160.70.119','loggedin',1),(7,'admin','1','2025-05-27 11:05:00','','','105.160.70.119','loggedin',1),(8,'admin','1','2025-05-27 11:11:15','','','105.160.70.119','loggedin',1),(9,'admin','1','2025-05-27 11:22:04','','','105.160.59.205','loggedin',1),(10,'admin','1','2025-05-27 11:23:09','','','105.160.59.205','loggedin',1),(11,'admin','1','2025-05-27 11:24:00','','','105.160.59.205','loggedin',1),(12,'admin','1','2025-05-27 11:24:28','','','105.160.59.205','loggedin',1),(13,'admin','1','2025-05-27 11:25:27','','','105.160.70.119','loggedin',1),(14,'admin','1','2025-05-27 11:44:13','','','105.160.59.205','loggedin',1),(15,'admin','1','2025-05-27 11:50:02','','','105.160.70.119','loggedin',1),(16,'admin','1','2025-05-27 12:55:00','','','105.160.70.119','loggedin',1),(17,'admin','1','2025-05-27 13:07:32','','','105.160.70.119','loggedin',1),(18,'admin','1','2025-05-27 13:20:45','','','105.160.70.119','loggedin',1),(19,'admin','1','2025-05-27 13:26:30','2025-05-27 13:26:53','','105.160.70.119','loggedin',1),(20,'admin','1','2025-05-27 13:27:01','','','105.160.70.119','loggedin',1),(21,'admin','1','2025-05-27 13:45:13','2025-05-27 13:47:08','','105.160.70.119','loggedin',1),(22,'admin','1','2025-05-27 13:47:14','','','105.160.70.119','loggedin',1),(23,'admin','1','2025-05-27 13:49:34','','','105.160.70.119','loggedin',1),(24,'admin','1','2025-05-27 13:50:18','','','105.160.70.119','loggedin',1),(25,'admin','1','2025-05-27 13:51:04','','','105.160.70.119','loggedin',1),(26,'admin','1','2025-05-27 13:54:00','','','105.160.70.119','loggedin',1),(27,'admin','1','2025-05-27 13:56:37','','','105.160.70.119','loggedin',1),(28,'admin','1','2025-05-27 13:58:33','','','105.160.70.119','loggedin',1),(29,'admin','1','2025-05-27 18:28:06','','','105.160.70.119','loggedin',1),(30,'admin','1','2025-05-27 18:30:01','','','105.160.59.205','loggedin',1),(31,'admin','1','2025-05-27 18:30:15','','','105.160.70.119','loggedin',1),(32,'user','11','2025-05-27 18:41:24','','','105.160.59.205','loggedin',1),(33,'user','11','2025-05-27 18:46:03','2025-05-27 21:31:34','','105.160.59.205','loggedin',1),(34,'admin','1','2025-05-27 20:06:32','','','105.160.70.119','loggedin',1),(35,'admin','1','2025-05-27 21:06:52','2025-05-27 21:17:52','','105.160.70.119','loggedin',1),(36,'user','9','2025-05-27 21:19:01','2025-05-27 21:19:29','','105.160.70.119','loggedin',1),(37,'admin','1','2025-05-27 21:19:37','2025-05-27 21:20:51','','105.160.70.119','loggedin',1),(38,'user','9','2025-05-27 21:21:01','2025-05-27 21:21:22','','105.160.70.119','loggedin',1),(39,'admin','1','2025-05-27 21:29:24','2025-05-27 21:30:13','','105.160.70.119','loggedin',1),(40,'user','6','2025-05-27 21:34:26','','','105.160.70.119','loggedin',1),(41,'user','6','2025-05-27 21:39:23','','','105.160.70.119','loggedin',1),(42,'user','6','2025-05-27 21:40:40','','','105.160.70.119','loggedin',1),(43,'user','6','2025-05-27 21:41:55','2025-05-27 21:44:07','','105.160.70.119','loggedin',1),(44,'user','9','2025-05-27 21:44:34','','','105.160.70.119','loggedin',1),(45,'user','17','2025-05-27 21:46:06','','','105.160.59.205','loggedin',1),(46,'user','9','2025-05-27 21:46:50','2025-05-27 21:47:41','','105.160.70.119','loggedin',1),(47,'user','9','2025-05-27 21:47:48','2025-05-27 21:48:17','','105.160.70.119','loggedin',1),(48,'user','9','2025-05-27 21:48:22','2025-05-27 21:48:44','','105.160.70.119','loggedin',1),(49,'user','9','2025-05-27 21:48:48','','','105.160.70.119','loggedin',1),(50,'user','17','2025-05-27 21:49:30','','','105.160.59.205','loggedin',1),(51,'user','9','2025-05-27 21:50:04','','','105.160.70.119','loggedin',1),(52,'user','17','2025-05-27 21:50:08','','','105.160.59.205','loggedin',1),(53,'user','17','2025-05-27 21:51:00','2025-05-27 22:15:54','','105.160.59.205','loggedin',1),(54,'user','9','2025-05-27 21:52:10','2025-05-27 21:52:48','','105.160.70.119','loggedin',1),(55,'user','9','2025-05-27 21:53:17','','','105.160.70.119','loggedin',1),(56,'user','9','2025-05-27 21:53:47','2025-05-27 21:54:07','','105.160.70.119','loggedin',1),(57,'user','6','2025-05-27 21:54:37','2025-05-27 21:54:43','','105.160.70.119','loggedin',1),(58,'user','6','2025-05-27 21:54:48','','','105.160.70.119','loggedin',1),(59,'user','6','2025-05-27 21:55:42','','','105.160.70.119','loggedin',1),(60,'user','6','2025-05-27 21:56:39','','','105.160.70.119','loggedin',1),(61,'user','6','2025-05-27 21:59:00','','','105.160.70.119','loggedin',1),(62,'admin','1','2025-05-27 21:59:19','','','105.160.70.119','loggedin',1),(63,'user','6','2025-05-27 22:00:01','','','105.160.70.119','loggedin',1),(64,'user','6','2025-05-27 22:01:43','','','105.160.70.119','loggedin',1),(65,'user','6','2025-05-27 22:12:21','','','105.160.70.119','loggedin',1),(66,'user','9','2025-05-27 22:16:09','','','105.160.59.205','loggedin',1),(67,'user','17','2025-05-27 22:17:19','','','105.160.59.205','loggedin',1),(68,'user','6','2025-05-27 22:18:17','2025-05-27 22:19:06','','105.160.70.119','loggedin',1),(69,'user','11','2025-05-27 22:19:18','','','105.160.70.119','loggedin',1),(70,'admin','1','2025-05-27 22:22:16','2025-05-27 22:48:28','','105.160.70.119','loggedin',1),(71,'user','11','2025-05-27 22:28:07','','','105.160.70.119','loggedin',1),(72,'user','11','2025-05-27 22:28:25','','','105.160.70.119','loggedin',1),(73,'user','6','2025-05-27 22:29:43','','','105.160.70.119','loggedin',1),(74,'user','6','2025-05-27 22:30:41','2025-05-27 22:37:09','','105.160.70.119','loggedin',1),(75,'user','6','2025-05-27 22:37:15','2025-05-27 22:37:47','','105.160.70.119','loggedin',1),(76,'user','6','2025-05-27 22:37:51','','','105.160.70.119','loggedin',1),(77,'user','6','2025-05-27 22:38:10','2025-05-27 22:38:50','','105.160.70.119','loggedin',1),(78,'user','6','2025-05-27 22:40:12','2025-05-27 22:41:36','','105.160.70.119','loggedin',1),(79,'user','6','2025-05-27 22:41:40','','','105.160.70.119','loggedin',1),(80,'user','6','2025-05-27 22:42:21','','','105.160.70.119','loggedin',1),(81,'user','6','2025-05-27 22:45:43','','','105.160.70.119','loggedin',1),(82,'user','6','2025-05-27 22:46:26','','','105.160.70.119','loggedin',1),(83,'user','6','2025-05-27 22:49:43','2025-05-27 22:52:33','','105.160.70.119','loggedin',1),(84,'user','6','2025-05-27 22:58:01','','','105.160.70.119','loggedin',1),(85,'user','6','2025-05-27 22:59:26','','','105.160.70.119','loggedin',1),(86,'user','6','2025-05-27 23:08:29','','','105.160.70.119','loggedin',1),(87,'user','6','2025-05-27 23:09:55','2025-05-27 23:10:14','','105.160.70.119','loggedin',1),(88,'user','6','2025-05-27 23:11:21','','','105.160.70.119','loggedin',1),(89,'user','6','2025-05-27 23:12:51','2025-05-27 23:13:05','','105.160.70.119','loggedin',1),(90,'user','6','2025-05-27 23:35:09','','','105.160.70.119','loggedin',1),(91,'user','6','2025-05-27 23:58:15','','','105.160.70.119','loggedin',1),(92,'user','6','2025-05-28 00:04:43','','','105.160.70.119','loggedin',1),(93,'user','6','2025-05-28 00:34:11','','','105.160.70.119','loggedin',1),(94,'user','6','2025-05-28 00:49:20','2025-05-28 00:49:51','','105.160.70.119','loggedin',1),(95,'user','6','2025-05-28 02:02:55','2025-05-28 02:03:34','','105.160.70.119','loggedin',1),(96,'user','16','2025-05-28 04:55:15','','','41.90.172.34','loggedin',1),(97,'admin','1','2025-05-28 09:06:26','','','105.160.59.205','loggedin',1),(98,'user','16','2025-05-28 09:06:39','','','41.90.172.34','loggedin',1),(99,'admin','1','2025-05-28 09:23:23','2025-05-28 10:01:58','','105.160.59.205','loggedin',1),(100,'admin','1','2025-05-28 10:02:04','','','105.160.70.119','loggedin',1),(101,'admin','1','2025-05-28 10:04:49','2025-05-28 12:34:53','','105.160.59.205','loggedin',1),(102,'user','16','2025-05-28 10:17:41','','','41.90.172.34','loggedin',1),(103,'user','16','2025-05-28 10:33:05','','','41.90.172.34','loggedin',1),(104,'user','3','2025-05-28 10:40:48','2025-05-28 10:49:19','','105.160.70.119','loggedin',1),(105,'user','16','2025-05-28 10:41:41','','','41.90.172.34','loggedin',1),(106,'user','16','2025-05-28 10:42:15','','','41.90.172.34','loggedin',1),(107,'user','11','2025-05-28 10:49:24','2025-05-28 10:49:40','','105.160.70.119','loggedin',1),(108,'user','11','2025-05-28 10:49:51','','','105.160.70.119','loggedin',1),(109,'user','16','2025-05-28 11:14:28','2025-05-28 11:20:33','','41.90.172.34','loggedin',1),(110,'user','16','2025-05-28 11:20:39','2025-05-28 11:26:10','','41.90.172.34','loggedin',1),(111,'user','16','2025-05-28 11:26:15','','','41.90.172.34','loggedin',1),(112,'user','3','2025-05-28 12:35:44','','','105.160.70.119','loggedin',1),(113,'admin','1','2025-05-28 12:37:37','2025-05-28 12:38:02','','105.160.59.205','loggedin',1),(114,'admin','1','2025-05-28 12:43:20','','','105.160.59.205','loggedin',1),(115,'user','3','2025-05-28 12:54:14','','','105.160.70.119','loggedin',1),(116,'user','3','2025-05-28 13:03:23','','','105.160.70.119','loggedin',1),(117,'user','3','2025-05-28 14:26:50','','','105.160.70.119','loggedin',1),(118,'user','3','2025-05-28 14:31:57','','','105.160.70.119','loggedin',1),(119,'user','3','2025-05-28 14:49:15','2025-05-28 15:00:47','','105.160.70.119','loggedin',1),(120,'user','11','2025-05-28 15:00:52','2025-05-28 15:01:23','','105.160.70.119','loggedin',1),(121,'user','11','2025-05-28 15:01:27','2025-05-28 15:01:58','','105.160.70.119','loggedin',1),(122,'user','11','2025-05-28 15:02:00','2025-05-28 15:07:16','','105.160.70.119','loggedin',1),(123,'user','11','2025-05-28 15:07:25','2025-05-28 15:42:12','','105.160.70.119','loggedin',1),(124,'user','4','2025-05-28 15:42:17','','','105.160.70.119','loggedin',1),(125,'user','4','2025-05-28 15:42:54','','','105.160.70.119','loggedin',1),(126,'user','8','2025-05-28 15:47:12','','','105.160.70.119','loggedin',1),(127,'user','8','2025-05-28 15:48:28','2025-05-28 15:49:06','','105.160.70.119','loggedin',1),(128,'user','5','2025-05-28 15:49:18','','','105.160.70.119','loggedin',1),(129,'user','5','2025-05-28 15:50:34','','','105.160.70.119','loggedin',1),(130,'user','8','2025-05-28 15:52:07','2025-05-28 15:54:00','','105.160.70.119','loggedin',1),(131,'user','5','2025-05-28 15:54:08','2025-05-28 15:56:38','','105.160.70.119','loggedin',1),(132,'user','8','2025-05-28 15:56:44','2025-05-28 16:08:07','','105.160.70.119','loggedin',1),(133,'user','3','2025-05-28 16:35:24','','','105.160.70.119','loggedin',1),(134,'user','7','2025-05-28 16:37:41','','','105.160.70.119','loggedin',1),(135,'user','7','2025-05-28 16:44:10','','','105.160.70.119','loggedin',1),(136,'user','3','2025-05-28 16:47:01','2025-05-28 16:53:31','','105.160.70.119','loggedin',1),(137,'user','7','2025-05-28 16:54:53','','','105.160.70.119','loggedin',1),(138,'user','3','2025-05-28 17:44:26','','','105.161.230.22','loggedin',1),(139,'user','3','2025-05-28 18:03:26','2025-05-28 18:04:01','','105.161.230.22','loggedin',1),(140,'user','16','2025-05-28 18:09:17','','','41.90.172.3','loggedin',1),(141,'user','3','2025-05-28 18:09:27','2025-05-28 18:11:09','','105.161.230.22','loggedin',1),(142,'user','4','2025-05-28 18:12:45','2025-05-28 18:13:29','','105.161.230.22','loggedin',1),(143,'user','4','2025-05-28 18:13:35','2025-05-28 18:14:28','','105.161.230.22','loggedin',1),(144,'user','4','2025-05-28 18:14:37','','','105.161.230.22','loggedin',1),(145,'user','4','2025-05-28 18:17:46','','','105.161.230.22','loggedin',1),(146,'user','3','2025-05-28 18:19:29','2025-05-28 18:20:26','','105.161.230.22','loggedin',1),(147,'user','4','2025-05-28 18:21:55','','','105.161.230.22','loggedin',1),(148,'admin','1','2025-05-28 18:32:03','','','105.161.21.123','loggedin',1),(149,'user','4','2025-05-28 18:32:44','','','105.161.230.22','loggedin',1),(150,'user','4','2025-05-28 18:33:18','2025-05-28 18:38:55','','105.161.230.22','loggedin',1),(151,'user','3','2025-05-28 18:39:04','2025-05-28 18:39:13','','105.161.230.22','loggedin',1),(152,'user','17','2025-05-28 18:39:16','','','105.160.59.205','loggedin',1),(153,'user','5','2025-05-28 18:39:25','','','105.161.230.22','loggedin',1),(154,'user','3','2025-05-28 18:42:06','2025-05-28 18:43:08','','105.161.230.22','loggedin',1),(155,'user','8','2025-05-28 18:43:23','2025-05-28 18:45:11','','105.161.230.22','loggedin',1),(156,'user','11','2025-05-28 18:45:25','','','105.161.230.22','loggedin',1),(157,'user','3','2025-05-28 18:47:51','2025-05-28 18:50:45','','105.161.230.22','loggedin',1),(158,'user','4','2025-05-28 18:51:04','','','105.161.230.22','loggedin',1),(159,'user','4','2025-05-28 18:52:35','2025-05-28 18:53:31','','105.161.230.22','loggedin',1),(160,'user','5','2025-05-28 18:59:18','2025-05-28 19:02:04','','105.161.230.22','loggedin',1),(161,'user','4','2025-05-28 19:02:11','2025-05-28 19:02:36','','105.161.230.22','loggedin',1),(162,'user','19','2025-05-28 19:11:00','','','105.161.230.22','loggedin',1),(163,'user','3','2025-05-28 19:14:34','','','105.161.230.22','loggedin',1),(164,'user','3','2025-05-28 19:15:55','2025-05-28 19:17:48','','105.161.230.22','loggedin',1),(165,'user','4','2025-05-28 19:18:59','','','105.161.230.22','loggedin',1),(166,'user','4','2025-05-28 19:33:13','','','105.161.230.22','loggedin',1),(167,'user','4','2025-05-28 19:34:12','2025-05-28 19:35:01','','105.161.230.22','loggedin',1),(168,'user','5','2025-05-28 19:35:39','2025-05-28 19:36:49','','105.161.230.22','loggedin',1),(169,'user','19','2025-05-28 19:39:43','','','105.161.230.22','loggedin',1),(170,'user','19','2025-05-28 19:42:56','','','105.161.230.22','loggedin',1),(171,'user','19','2025-05-28 19:44:57','2025-05-28 19:47:52','','105.161.230.22','loggedin',1),(172,'user','4','2025-05-28 19:49:21','','','105.161.230.22','loggedin',1),(173,'user','11','2025-05-28 19:54:51','','','105.161.230.22','loggedin',1),(174,'user','4','2025-05-28 19:56:36','2025-05-28 20:00:43','','105.161.230.22','loggedin',1),(175,'user','19','2025-05-28 20:01:09','','','105.161.230.22','loggedin',1),(176,'user','19','2025-05-28 20:02:11','2025-05-28 20:04:24','','105.161.230.22','loggedin',1),(177,'user','4','2025-05-28 20:04:28','2025-05-28 20:04:44','','105.161.230.22','loggedin',1),(178,'user','4','2025-05-28 20:04:48','2025-05-28 20:05:32','','105.161.230.22','loggedin',1),(179,'user','5','2025-05-28 20:05:39','','','105.161.230.22','loggedin',1),(180,'user','5','2025-05-28 20:06:33','2025-05-28 20:07:33','','105.161.230.22','loggedin',1),(181,'user','19','2025-05-28 20:07:40','2025-05-28 20:19:31','','105.161.230.22','loggedin',1),(182,'user','19','2025-05-28 20:19:40','','','105.161.230.22','loggedin',1),(183,'user','19','2025-05-28 20:23:18','','','105.161.230.22','loggedin',1),(184,'user','19','2025-05-28 20:24:14','2025-05-28 20:24:43','','105.161.230.22','loggedin',1),(185,'user','5','2025-05-28 20:44:14','','','105.161.230.22','loggedin',1),(186,'user','5','2025-05-28 20:48:07','2025-05-28 20:52:23','','105.161.230.22','loggedin',1),(187,'user','11','2025-05-28 20:53:12','','','105.160.59.205','loggedin',1),(188,'user','5','2025-05-28 21:07:37','2025-05-28 21:11:08','','105.161.230.22','loggedin',1),(189,'user','11','2025-05-28 21:11:13','','','105.161.230.22','loggedin',1),(190,'user','11','2025-05-28 21:13:45','2025-05-28 21:14:11','','105.160.42.232','loggedin',1),(191,'user','17','2025-05-28 21:14:43','2025-05-28 21:39:21','','105.160.59.205','loggedin',1),(192,'user','11','2025-05-28 21:15:07','','','105.160.42.232','loggedin',1),(193,'user','11','2025-05-28 21:17:47','2025-05-28 21:19:04','','105.160.42.232','loggedin',1),(194,'user','5','2025-05-28 21:26:02','','','105.160.42.232','loggedin',1),(195,'user','5','2025-05-28 21:27:25','','','105.160.42.232','loggedin',1),(196,'user','19','2025-05-28 21:35:21','','','105.160.42.232','loggedin',1),(197,'user','11','2025-05-28 21:39:32','','','105.160.59.205','loggedin',1),(198,'user','11','2025-05-28 21:39:58','2025-05-28 22:33:22','','105.160.59.205','loggedin',1),(199,'user','4','2025-05-28 21:48:38','','','105.160.42.232','loggedin',1),(200,'user','19','2025-05-28 21:54:19','','','105.160.42.232','loggedin',1),(201,'user','19','2025-05-28 21:56:59','2025-05-28 21:57:50','','105.160.42.232','loggedin',1),(202,'user','19','2025-05-28 22:09:48','2025-05-28 22:18:19','','105.160.42.232','loggedin',1),(203,'user','19','2025-05-28 22:18:25','2025-05-28 22:34:11','','105.160.42.232','loggedin',1),(204,'user','11','2025-05-28 22:33:41','','','105.160.59.205','loggedin',1),(205,'user','19','2025-05-28 22:34:16','','','105.160.42.232','loggedin',1),(206,'user','4','2025-05-28 22:35:02','','','105.160.42.232','loggedin',1),(207,'user','4','2025-05-28 22:35:35','','','105.160.42.232','loggedin',1),(208,'user','4','2025-05-28 22:35:58','','','105.160.42.232','loggedin',1),(209,'user','4','2025-05-28 22:36:26','','','105.160.42.232','loggedin',1),(210,'user','4','2025-05-28 22:36:50','2025-05-28 22:37:34','','105.160.42.232','loggedin',1),(211,'user','19','2025-05-28 22:37:52','2025-05-28 22:41:09','','105.160.42.232','loggedin',1),(212,'user','5','2025-05-28 22:42:57','','','105.160.42.232','loggedin',1),(213,'user','5','2025-05-28 22:43:54','','','105.160.42.232','loggedin',1),(214,'user','5','2025-05-28 22:46:19','2025-05-28 22:46:59','','105.160.42.232','loggedin',1),(215,'user','19','2025-05-28 22:47:18','2025-05-28 22:47:29','','105.160.42.232','loggedin',1),(216,'user','5','2025-05-28 22:47:58','','','105.160.42.232','loggedin',1),(217,'user','5','2025-05-28 22:54:56','2025-05-28 22:57:23','','105.160.42.232','loggedin',1),(218,'user','17','2025-05-28 22:55:38','','','105.160.59.205','loggedin',1),(219,'user','4','2025-05-28 22:59:30','2025-05-28 23:00:33','','105.160.42.232','loggedin',1),(220,'user','4','2025-05-28 23:00:38','','','105.160.42.232','loggedin',1),(221,'user','19','2025-05-28 23:01:49','','','105.160.42.232','loggedin',1),(222,'user','19','2025-05-28 23:03:57','2025-05-28 23:05:34','','105.160.42.232','loggedin',1),(223,'user','8','2025-05-28 23:06:29','','','105.160.42.232','loggedin',1),(224,'user','19','2025-05-28 23:24:01','','','105.160.42.232','loggedin',1),(225,'user','19','2025-05-28 23:27:15','2025-05-28 23:27:36','','105.160.42.232','loggedin',1),(226,'user','4','2025-05-28 23:34:38','2025-05-28 23:37:57','','105.160.42.232','loggedin',1),(227,'user','5','2025-05-28 23:38:25','2025-05-28 23:42:25','','105.160.42.232','loggedin',1),(228,'user','19','2025-05-28 23:42:32','2025-05-28 23:44:20','','105.160.42.232','loggedin',1),(229,'user','4','2025-05-28 23:45:07','2025-05-28 23:45:41','','105.160.42.232','loggedin',1),(230,'user','4','2025-05-28 23:45:49','2025-05-28 23:47:04','','105.160.42.232','loggedin',1),(231,'user','11','2025-05-28 23:50:00','','','105.160.59.205','loggedin',1),(232,'user','11','2025-05-28 23:50:21','','','105.160.59.205','loggedin',1),(233,'user','11','2025-05-28 23:57:35','','','105.160.59.205','loggedin',1),(234,'user','19','2025-05-28 23:57:39','2025-05-28 23:58:32','','105.160.42.232','loggedin',1),(235,'user','11','2025-05-28 23:57:47','','','105.160.59.205','loggedin',1),(236,'user','11','2025-05-28 23:58:02','','','105.160.59.205','loggedin',1),(237,'user','11','2025-05-28 23:58:25','','','105.160.59.205','loggedin',1),(238,'user','19','2025-05-29 00:00:13','2025-05-29 00:03:18','','105.160.42.232','loggedin',1),(239,'user','17','2025-05-29 00:25:49','','','105.160.59.205','loggedin',1),(240,'user','8','2025-05-29 01:03:55','','','105.160.42.232','loggedin',1),(241,'user','8','2025-05-29 01:32:42','','','105.160.42.232','loggedin',1),(242,'user','8','2025-05-29 01:34:22','2025-05-29 01:48:17','','105.160.42.232','loggedin',1),(243,'user','5','2025-05-29 02:03:40','','','105.160.42.232','loggedin',1),(244,'user','5','2025-05-29 02:08:06','2025-05-29 02:14:09','','105.160.42.232','loggedin',1),(245,'user','4','2025-05-29 02:22:26','2025-05-29 02:23:09','','105.160.42.232','loggedin',1),(246,'user','4','2025-05-29 02:23:15','','','105.160.42.232','loggedin',1),(247,'user','4','2025-05-29 02:24:20','','','105.160.42.232','loggedin',1),(248,'user','4','2025-05-29 02:25:18','2025-05-29 02:28:12','','105.160.42.232','loggedin',1),(249,'user','4','2025-05-29 02:28:16','','','105.160.42.232','loggedin',1),(250,'user','4','2025-05-29 02:28:42','2025-05-29 02:29:27','','105.160.42.232','loggedin',1),(251,'user','4','2025-05-29 02:29:36','2025-05-29 02:32:35','','105.160.42.232','loggedin',1),(252,'user','4','2025-05-29 02:32:40','','','105.160.42.232','loggedin',1),(253,'user','4','2025-05-29 02:33:54','','','105.160.42.232','loggedin',1),(254,'user','4','2025-05-29 02:35:17','2025-05-29 02:37:35','','105.160.42.232','loggedin',1),(255,'user','5','2025-05-29 02:37:40','2025-05-29 02:38:45','','105.160.42.232','loggedin',1),(256,'user','5','2025-05-29 02:38:52','','','105.160.42.232','loggedin',1),(257,'user','5','2025-05-29 02:40:04','','','105.160.42.232','loggedin',1),(258,'user','5','2025-05-29 02:41:28','2025-05-29 02:42:02','','105.160.42.232','loggedin',1),(259,'user','4','2025-05-29 02:42:22','2025-05-29 02:43:11','','105.160.42.232','loggedin',1),(260,'user','4','2025-05-29 02:43:14','','','105.160.42.232','loggedin',1),(261,'user','4','2025-05-29 02:43:41','2025-05-29 02:44:27','','105.160.42.232','loggedin',1),(262,'user','4','2025-05-29 02:44:31','','','105.160.42.232','loggedin',1),(263,'user','4','2025-05-29 02:45:02','2025-05-29 02:45:43','','105.160.42.232','loggedin',1),(264,'user','19','2025-05-29 02:45:57','','','105.160.42.232','loggedin',1),(265,'user','19','2025-05-29 02:47:00','2025-05-29 02:50:20','','105.160.42.232','loggedin',1),(266,'user','5','2025-05-29 02:50:26','','','105.160.42.232','loggedin',1),(267,'user','5','2025-05-29 02:51:11','','','105.160.42.232','loggedin',1),(268,'user','5','2025-05-29 02:52:15','','','105.160.42.232','loggedin',1),(269,'user','5','2025-05-29 02:53:05','','','105.160.42.232','loggedin',1),(270,'user','5','2025-05-29 02:53:49','','','105.160.42.232','loggedin',1),(271,'user','5','2025-05-29 02:54:39','','','105.160.42.232','loggedin',1),(272,'user','5','2025-05-29 02:55:47','','','105.160.42.232','loggedin',1),(273,'user','5','2025-05-29 02:56:53','','','105.160.42.232','loggedin',1),(274,'user','5','2025-05-29 02:57:26','','','105.160.42.232','loggedin',1),(275,'user','5','2025-05-29 02:58:23','','','105.160.42.232','loggedin',1),(276,'user','5','2025-05-29 03:01:26','','','105.160.42.232','loggedin',1),(277,'user','5','2025-05-29 03:02:00','','','105.160.42.232','loggedin',1),(278,'user','5','2025-05-29 03:02:44','','','105.160.42.232','loggedin',1),(279,'user','5','2025-05-29 03:03:55','','','105.160.42.232','loggedin',1),(280,'user','5','2025-05-29 03:07:37','','','105.160.42.232','loggedin',1),(281,'user','5','2025-05-29 03:08:30','','','105.160.42.232','loggedin',1),(282,'user','5','2025-05-29 03:10:31','2025-05-29 03:10:49','','105.160.42.232','loggedin',1),(283,'user','19','2025-05-29 03:11:04','','','105.160.42.232','loggedin',1),(284,'user','19','2025-05-29 03:11:51','2025-05-29 03:12:13','','105.160.42.232','loggedin',1),(285,'user','19','2025-05-29 03:23:37','2025-05-29 03:24:49','','105.160.42.232','loggedin',1),(286,'user','17','2025-05-29 03:54:53','','','105.160.59.205','loggedin',1),(287,'admin','16','2025-05-29 09:00:27','','','41.90.172.209','loggedin',1),(288,'user','3','2025-05-29 11:00:39','','','105.160.42.232','loggedin',1),(289,'user','3','2025-05-29 11:02:04','','','105.160.42.232','loggedin',1),(290,'user','3','2025-05-29 11:03:27','2025-05-29 12:07:00','','105.160.42.232','loggedin',1),(291,'user','11','2025-05-29 11:29:35','','','105.160.59.205','loggedin',1),(292,'user','3','2025-05-29 12:07:11','2025-05-29 12:08:14','','105.160.42.232','loggedin',1),(293,'user','11','2025-05-29 12:11:55','2025-05-29 12:12:59','','105.160.59.205','loggedin',1),(294,'user','11','2025-05-29 12:13:27','2025-05-29 12:30:47','','105.160.59.205','loggedin',1),(295,'user','14','2025-05-29 12:30:55','','','105.160.59.205','loggedin',1),(296,'user','14','2025-05-29 13:09:46','','','105.160.42.232','loggedin',1),(297,'user','3','2025-05-29 13:14:53','','','105.160.42.232','loggedin',1),(298,'user','3','2025-05-29 13:15:37','2025-05-29 13:18:51','','105.160.42.232','loggedin',1),(299,'user','14','2025-05-29 13:18:04','','','105.160.59.205','loggedin',1),(300,'user','14','2025-05-29 13:30:56','','','105.160.59.205','loggedin',1),(301,'user','14','2025-05-29 13:35:15','','','105.160.59.205','loggedin',1),(302,'user','14','2025-05-29 13:43:37','','','105.160.59.205','loggedin',1),(303,'user','14','2025-05-29 13:47:46','','','105.160.59.205','loggedin',1),(304,'user','14','2025-05-29 13:55:55','','','105.160.59.205','loggedin',1),(305,'user','14','2025-05-29 13:58:30','','','105.160.59.205','loggedin',1),(306,'user','14','2025-05-29 14:02:55','2025-05-29 14:03:02','','105.160.59.205','loggedin',1),(307,'user','11','2025-05-29 15:12:53','','','105.160.59.205','loggedin',1),(308,'user','6','2025-05-29 15:28:31','2025-05-29 15:28:51','','105.160.42.232','loggedin',1),(309,'user','3','2025-05-29 16:21:50','','','105.160.42.232','loggedin',1),(310,'user','3','2025-05-29 16:22:26','2025-05-29 16:29:08','','105.160.42.232','loggedin',1),(311,'user','17','2025-05-29 16:54:01','','','105.160.59.205','loggedin',1),(312,'user','17','2025-05-29 17:13:44','','','105.160.59.205','loggedin',1),(313,'user','6','2025-05-29 17:33:32','','','105.160.42.232','loggedin',1),(314,'user','6','2025-05-29 17:37:18','2025-05-29 17:39:12','','105.160.42.232','loggedin',1),(315,'user','3','2025-05-29 17:48:58','','','105.160.42.232','loggedin',1),(316,'user','6','2025-05-29 18:01:00','','','105.160.42.232','loggedin',1),(317,'user','3','2025-05-29 18:03:40','2025-05-29 18:05:31','','105.160.42.232','loggedin',1),(318,'user','6','2025-05-29 18:07:54','','','105.160.42.232','loggedin',1),(319,'user','6','2025-05-29 18:21:40','','','105.160.42.232','loggedin',1),(320,'user','6','2025-05-29 18:44:55','','','105.160.42.232','loggedin',1),(321,'user','3','2025-05-29 18:47:45','2025-05-29 18:48:23','','105.160.42.232','loggedin',1),(322,'user','4','2025-05-29 18:56:05','','','105.160.42.232','loggedin',1),(323,'user','6','2025-05-29 19:02:10','','','105.160.42.232','loggedin',1),(324,'user','6','2025-05-29 19:10:32','2025-05-29 19:14:50','','105.160.42.232','loggedin',1),(325,'user','17','2025-05-29 19:20:31','','','105.160.59.205','loggedin',1),(326,'user','4','2025-05-29 19:28:53','','','105.160.42.232','loggedin',1),(327,'user','4','2025-05-29 19:53:07','','','105.160.42.232','loggedin',1),(328,'user','6','2025-05-29 20:07:50','','','105.160.42.232','loggedin',1),(329,'user','6','2025-05-29 20:08:25','','','105.160.42.232','loggedin',1),(330,'user','6','2025-05-29 20:08:49','2025-05-29 20:09:06','','105.160.42.232','loggedin',1),(331,'user','4','2025-05-29 20:21:14','2025-05-29 20:22:28','','105.160.42.232','loggedin',1),(332,'user','6','2025-05-29 20:26:18','2025-05-29 20:27:21','','105.160.42.232','loggedin',1),(333,'user','6','2025-05-29 21:00:51','','','105.160.42.232','loggedin',1),(334,'user','14','2025-05-29 21:07:27','','','105.160.42.232','loggedin',1),(335,'user','6','2025-05-29 21:13:57','','','105.160.42.232','loggedin',1),(336,'user','4','2025-05-29 21:15:54','','','105.160.42.232','loggedin',1),(337,'user','4','2025-05-29 21:17:43','','','105.160.42.232','loggedin',1),(338,'user','17','2025-05-29 21:19:23','2025-05-29 23:05:12','','105.160.42.232','loggedin',1),(339,'user','4','2025-05-29 21:25:21','2025-05-29 21:25:47','','105.160.42.232','loggedin',1),(340,'user','6','2025-05-29 21:44:44','','','105.160.42.232','loggedin',1),(341,'user','6','2025-05-29 21:46:01','','','105.160.42.232','loggedin',1),(342,'user','4','2025-05-29 21:52:19','','','105.160.42.232','loggedin',1),(343,'user','6','2025-05-29 21:58:16','','','105.160.42.232','loggedin',1),(344,'user','6','2025-05-29 22:21:06','2025-05-29 22:22:17','','105.160.42.232','loggedin',1),(345,'user','6','2025-05-29 22:22:36','','','105.160.42.232','loggedin',1),(346,'user','9','2025-05-29 22:27:51','','','105.160.42.232','loggedin',1),(347,'user','9','2025-05-29 22:28:23','2025-05-29 22:29:20','','105.160.42.232','loggedin',1),(348,'user','11','2025-05-29 22:38:34','2025-05-29 22:39:27','','105.160.42.232','loggedin',1),(349,'user','6','2025-05-29 22:43:17','2025-05-29 22:43:34','','105.160.42.232','loggedin',1),(350,'user','6','2025-05-29 22:46:42','','','105.160.42.232','loggedin',1),(351,'user','4','2025-05-29 22:47:49','2025-05-29 22:48:14','','105.160.42.232','loggedin',1),(352,'user','6','2025-05-29 22:51:31','','','105.160.42.232','loggedin',1),(353,'user','4','2025-05-29 22:52:39','2025-05-29 23:00:59','','105.160.42.232','loggedin',1),(354,'user','6','2025-05-29 23:01:04','2025-05-29 23:03:01','','105.160.42.232','loggedin',1),(355,'user','6','2025-05-29 23:05:17','','','105.160.42.232','loggedin',1),(356,'user','11','2025-05-29 23:05:24','','','105.160.42.232','loggedin',1),(357,'user','6','2025-05-29 23:14:01','','','105.160.42.232','loggedin',1),(358,'user','6','2025-05-29 23:15:31','2025-05-29 23:15:49','','105.160.42.232','loggedin',1),(359,'user','17','2025-05-29 23:15:34','','','105.160.42.232','loggedin',1),(360,'user','6','2025-05-29 23:31:52','2025-05-29 23:32:15','','105.160.42.232','loggedin',1),(361,'user','6','2025-05-29 23:38:58','','','105.160.42.232','loggedin',1),(362,'user','4','2025-05-29 23:47:11','','','105.160.42.232','loggedin',1),(363,'user','4','2025-05-29 23:48:37','2025-05-29 23:48:59','','105.160.42.232','loggedin',1),(364,'user','6','2025-05-29 23:49:13','','','105.160.42.232','loggedin',1),(365,'user','6','2025-05-29 23:49:50','2025-05-29 23:50:18','','105.160.42.232','loggedin',1),(366,'user','6','2025-05-30 00:17:14','2025-05-30 00:21:02','','105.160.42.232','loggedin',1),(367,'user','6','2025-05-30 00:26:47','2025-05-30 00:28:16','','105.160.42.232','loggedin',1),(368,'user','6','2025-05-30 00:29:34','2025-05-30 00:31:13','','105.160.42.232','loggedin',1),(369,'user','6','2025-05-30 00:31:32','2025-05-30 00:32:26','','105.160.42.232','loggedin',1),(370,'user','4','2025-05-30 00:32:41','','','105.160.42.232','loggedin',1),(371,'user','4','2025-05-30 00:33:18','2025-05-30 00:41:15','','105.160.42.232','loggedin',1),(372,'user','6','2025-05-30 00:41:19','','','105.160.42.232','loggedin',1),(373,'user','6','2025-05-30 00:45:47','','','105.160.42.232','loggedin',1),(374,'user','6','2025-05-30 00:47:28','','','105.160.42.232','loggedin',1),(375,'user','6','2025-05-30 00:49:20','','','105.160.42.232','loggedin',1),(376,'user','6','2025-05-30 00:50:22','','','105.160.42.232','loggedin',1),(377,'user','6','2025-05-30 00:53:34','','','105.160.42.232','loggedin',1),(378,'user','6','2025-05-30 00:54:43','','','105.160.42.232','loggedin',1),(379,'user','6','2025-05-30 01:04:14','','','105.160.42.232','loggedin',1),(380,'user','6','2025-05-30 01:05:57','2025-05-30 01:06:01','','105.160.42.232','loggedin',1),(381,'user','3','2025-05-30 13:40:46','','','105.160.68.145','loggedin',1),(382,'user','17','2025-05-30 13:52:44','','','105.160.68.145','loggedin',1),(383,'user','3','2025-05-30 13:53:55','','','105.160.68.145','loggedin',1),(384,'user','3','2025-05-30 14:02:05','','','105.160.68.145','loggedin',1),(385,'user','17','2025-05-30 14:10:18','','','105.160.68.145','loggedin',1),(386,'user','3','2025-05-30 14:11:55','2025-05-30 14:12:29','','105.160.68.145','loggedin',1),(387,'user','3','2025-05-30 14:20:34','','','105.160.68.145','loggedin',1),(388,'user','17','2025-05-30 14:23:38','','','105.160.68.145','loggedin',1),(389,'user','3','2025-05-30 14:28:02','','','105.160.68.145','loggedin',1),(390,'user','3','2025-05-30 15:03:00','','','105.160.68.145','loggedin',1),(391,'user','3','2025-05-30 15:06:32','2025-05-30 15:08:12','','105.160.68.145','loggedin',1),(392,'user','3','2025-05-30 15:14:58','2025-05-30 15:16:18','','105.160.68.145','loggedin',1),(393,'user','3','2025-05-30 15:20:07','','','105.160.68.145','loggedin',1),(394,'user','3','2025-05-30 15:34:57','2025-05-30 15:36:13','','105.160.68.145','loggedin',1),(395,'user','3','2025-05-30 15:46:02','2025-05-30 15:48:41','','105.160.68.145','loggedin',1),(396,'user','4','2025-05-30 16:02:12','2025-05-30 16:02:50','','105.160.68.145','loggedin',1),(397,'user','4','2025-05-30 16:02:54','2025-05-30 16:17:21','','105.160.68.145','loggedin',1),(398,'user','3','2025-05-30 16:24:24','2025-05-30 16:27:24','','105.160.68.145','loggedin',1),(399,'user','4','2025-05-30 16:46:44','2025-05-30 16:46:54','','105.160.68.145','loggedin',1),(400,'user','4','2025-05-30 16:46:59','','','105.160.68.145','loggedin',1),(401,'user','4','2025-05-30 16:49:00','','','105.160.68.145','loggedin',1),(402,'user','4','2025-05-30 16:51:14','2025-05-30 17:11:13','','105.160.68.145','loggedin',1),(403,'user','3','2025-05-30 17:11:19','2025-05-30 17:12:10','','105.160.68.145','loggedin',1),(404,'user','4','2025-05-30 17:13:57','2025-05-30 17:16:07','','105.160.68.145','loggedin',1),(405,'user','4','2025-05-30 17:16:14','','','105.160.68.145','loggedin',1),(406,'user','17','2025-05-30 17:20:02','','','105.160.68.145','loggedin',1),(407,'user','4','2025-05-30 17:26:33','2025-05-30 17:28:53','','105.160.68.145','loggedin',1),(408,'user','3','2025-05-30 17:29:18','2025-05-30 17:31:32','','105.160.68.145','loggedin',1),(409,'user','4','2025-05-30 17:31:54','2025-05-30 17:36:21','','105.160.68.145','loggedin',1),(410,'user','4','2025-05-30 17:47:00','','','105.160.68.145','loggedin',1),(411,'user','3','2025-05-30 17:49:27','','','105.160.68.145','loggedin',1),(412,'user','3','2025-05-30 17:53:53','','','105.160.68.145','loggedin',1),(413,'user','4','2025-05-30 17:59:45','','','105.160.68.145','loggedin',1),(414,'user','4','2025-05-30 18:06:39','2025-05-30 18:07:03','','105.160.68.145','loggedin',1),(415,'user','3','2025-05-30 18:11:46','','','105.160.68.145','loggedin',1),(416,'user','3','2025-05-30 18:13:24','2025-05-30 18:17:30','','105.160.68.145','loggedin',1),(417,'user','17','2025-05-30 18:15:06','2025-05-30 18:19:52','','196.201.218.135','loggedin',1),(418,'user','4','2025-05-30 18:17:35','2025-05-30 18:19:22','','105.160.68.145','loggedin',1),(419,'user','3','2025-05-30 18:19:29','2025-05-30 18:21:37','','105.160.68.145','loggedin',1),(420,'user','4','2025-05-30 18:20:17','','','196.201.218.135','loggedin',1),(421,'user','4','2025-05-30 18:21:45','2025-05-30 18:22:55','','105.160.68.145','loggedin',1),(422,'user','3','2025-05-30 18:22:13','2025-05-30 18:23:31','','196.201.218.135','loggedin',1),(423,'user','17','2025-05-30 18:23:43','2025-05-30 18:25:53','','196.201.218.135','loggedin',1),(424,'user','3','2025-05-30 18:26:05','','','196.201.218.135','loggedin',1),(425,'user','3','2025-05-30 18:26:25','2025-05-30 18:32:44','','105.160.68.145','loggedin',1),(426,'user','17','2025-05-30 18:27:22','2025-05-30 18:33:40','','196.201.218.135','loggedin',1),(427,'user','8','2025-05-30 18:32:49','','','105.160.68.145','loggedin',1),(428,'user','8','2025-05-30 18:33:50','2025-05-30 18:34:14','','105.160.68.145','loggedin',1),(429,'user','17','2025-05-30 18:33:57','2025-05-30 18:38:29','','196.201.218.135','loggedin',1),(430,'user','3','2025-05-30 18:34:25','2025-05-30 18:35:34','','105.160.68.145','loggedin',1),(431,'user','3','2025-05-30 18:38:12','','','105.160.68.145','loggedin',1),(432,'user','17','2025-05-30 18:38:57','','','196.201.218.135','loggedin',1),(433,'user','3','2025-05-30 18:39:01','2025-05-30 18:45:24','','105.160.68.145','loggedin',1),(434,'user','4','2025-05-30 18:46:32','2025-05-30 18:48:15','','105.160.68.145','loggedin',1),(435,'user','11','2025-05-30 18:48:50','2025-05-30 18:50:56','','105.160.68.145','loggedin',1),(436,'user','3','2025-05-30 18:51:03','2025-05-30 18:52:26','','105.160.68.145','loggedin',1),(437,'user','8','2025-05-30 18:53:05','','','105.160.68.145','loggedin',1),(438,'user','8','2025-05-30 18:55:45','','','105.160.68.145','loggedin',1),(439,'user','4','2025-05-30 19:12:41','','','105.160.68.145','loggedin',1),(440,'user','17','2025-05-30 19:14:23','','','196.201.218.180','loggedin',1),(441,'user','6','2025-05-30 19:16:41','','','105.160.68.145','loggedin',1),(442,'user','8','2025-05-30 19:21:48','','','105.160.68.145','loggedin',1),(443,'user','8','2025-05-30 19:22:55','','','105.160.68.145','loggedin',1),(444,'user','8','2025-05-30 19:24:06','','','105.160.68.145','loggedin',1),(445,'user','8','2025-05-30 19:24:56','2025-05-30 19:25:18','','105.160.68.145','loggedin',1),(446,'user','8','2025-05-30 19:30:58','','','105.160.68.145','loggedin',1),(447,'user','8','2025-05-30 19:31:38','2025-05-30 19:32:08','','105.160.68.145','loggedin',1),(448,'user','6','2025-05-30 19:33:37','','','105.160.68.145','loggedin',1),(449,'user','4','2025-05-30 19:37:43','','','105.160.68.145','loggedin',1),(450,'user','4','2025-05-30 19:38:51','','','105.160.68.145','loggedin',1),(451,'user','4','2025-05-30 19:41:02','2025-05-30 19:42:09','','105.160.68.145','loggedin',1),(452,'user','4','2025-05-30 19:43:04','','','105.160.68.145','loggedin',1),(453,'user','4','2025-05-30 19:44:40','2025-05-30 19:45:16','','105.160.68.145','loggedin',1),(454,'user','19','2025-05-30 19:46:47','','','105.160.68.145','loggedin',1),(455,'user','19','2025-05-30 19:50:24','2025-05-30 19:51:24','','105.160.68.145','loggedin',1),(456,'user','8','2025-05-30 19:51:32','','','105.160.68.145','loggedin',1),(457,'user','11','2025-05-30 19:52:52','2025-05-30 19:59:33','','105.160.68.145','loggedin',1),(458,'user','8','2025-05-30 19:59:38','','','105.160.68.145','loggedin',1),(459,'user','8','2025-05-30 20:01:11','','','105.160.68.145','loggedin',1),(460,'user','8','2025-05-30 20:06:17','2025-05-30 20:06:48','','105.160.68.145','loggedin',1),(461,'user','4','2025-05-30 20:07:48','2025-05-30 20:09:50','','105.160.68.145','loggedin',1),(462,'user','19','2025-05-30 20:09:55','','','105.160.68.145','loggedin',1),(463,'user','19','2025-05-30 20:11:50','2025-05-30 20:12:21','','105.160.68.145','loggedin',1),(464,'user','6','2025-05-30 20:13:40','','','105.160.68.145','loggedin',1),(465,'user','11','2025-05-30 20:18:24','','','105.161.233.214','loggedin',1),(466,'user','19','2025-05-30 20:19:20','','','105.160.68.145','loggedin',1),(467,'user','17','2025-05-30 20:22:24','','','105.161.233.214','loggedin',1),(468,'user','19','2025-05-30 20:23:40','2025-05-30 20:24:12','','105.160.68.145','loggedin',1),(469,'user','19','2025-05-30 20:31:37','2025-05-30 20:32:24','','105.160.68.145','loggedin',1),(470,'user','4','2025-05-30 20:32:45','','','105.160.68.145','loggedin',1),(471,'user','6','2025-05-30 20:36:50','','','105.160.68.145','loggedin',1),(472,'user','6','2025-05-30 20:38:45','','','105.160.68.145','loggedin',1),(473,'user','6','2025-05-30 20:42:03','2025-05-30 20:42:42','','105.160.68.145','loggedin',1),(474,'user','8','2025-05-30 20:48:18','','','105.160.68.145','loggedin',1),(475,'user','8','2025-05-30 20:48:58','','','105.160.68.145','loggedin',1),(476,'user','8','2025-05-30 20:51:50','2025-05-30 20:52:06','','105.160.68.145','loggedin',1),(477,'user','6','2025-05-30 21:11:56','','','105.160.68.145','loggedin',1),(478,'user','6','2025-05-30 21:13:35','','','105.160.68.145','loggedin',1),(479,'user','6','2025-05-30 21:14:29','','','105.160.68.145','loggedin',1),(480,'user','11','2025-05-30 21:16:01','','','105.160.68.145','loggedin',1),(481,'user','4','2025-05-30 21:20:14','','','105.160.68.145','loggedin',1),(482,'user','17','2025-05-30 21:23:03','','','105.161.233.214','loggedin',1),(483,'user','6','2025-05-30 21:26:49','2025-05-30 21:27:35','','105.160.68.145','loggedin',1),(484,'user','8','2025-05-30 21:28:22','','','105.160.68.145','loggedin',1),(485,'user','8','2025-05-30 21:28:51','','','105.160.68.145','loggedin',1),(486,'user','8','2025-05-30 21:29:33','','','105.160.68.145','loggedin',1),(487,'user','8','2025-05-30 21:31:40','','','105.160.68.145','loggedin',1),(488,'user','8','2025-05-30 21:34:02','','','105.160.68.145','loggedin',1),(489,'user','8','2025-05-30 21:34:37','','','105.160.68.145','loggedin',1),(490,'user','8','2025-05-30 21:35:16','2025-05-30 21:35:46','','105.160.68.145','loggedin',1),(491,'user','6','2025-05-30 21:35:52','','','105.160.68.145','loggedin',1),(492,'user','6','2025-05-30 21:36:47','2025-05-30 21:37:04','','105.160.68.145','loggedin',1),(493,'user','19','2025-05-30 21:37:09','','','105.160.68.145','loggedin',1),(494,'user','19','2025-05-30 21:37:36','2025-05-30 21:38:03','','105.160.68.145','loggedin',1),(495,'user','6','2025-05-30 21:38:36','','','105.160.68.145','loggedin',1),(496,'user','6','2025-05-30 21:39:17','2025-05-30 21:39:37','','105.160.68.145','loggedin',1),(497,'user','8','2025-05-30 21:43:30','','','105.160.68.145','loggedin',1),(498,'user','8','2025-05-30 21:43:55','2025-05-30 21:44:11','','105.160.68.145','loggedin',1),(499,'user','6','2025-05-30 21:51:59','','','105.160.68.145','loggedin',1),(500,'user','6','2025-05-30 21:53:00','','','105.160.68.145','loggedin',1),(501,'user','6','2025-05-30 21:54:01','','','105.160.68.145','loggedin',1),(502,'user','4','2025-05-30 22:00:26','2025-05-30 22:00:54','','105.160.68.145','loggedin',1),(503,'user','19','2025-05-30 22:05:14','','','105.160.68.145','loggedin',1),(504,'user','19','2025-05-30 22:05:45','','','105.160.68.145','loggedin',1),(505,'user','8','2025-05-30 22:06:55','','','105.160.68.145','loggedin',1),(506,'user','19','2025-05-30 22:08:00','2025-05-30 22:09:17','','105.160.68.145','loggedin',1),(507,'user','4','2025-05-30 22:12:04','2025-05-30 22:13:02','','105.160.68.145','loggedin',1),(508,'user','4','2025-05-30 22:13:06','','','105.160.68.145','loggedin',1),(509,'user','4','2025-05-30 22:13:17','2025-05-30 22:14:13','','105.160.68.145','loggedin',1),(510,'user','4','2025-05-30 22:14:17','','','105.160.68.145','loggedin',1),(511,'user','4','2025-05-30 22:14:25','2025-05-30 22:14:52','','105.160.68.145','loggedin',1),(512,'user','8','2025-05-30 22:14:59','','','105.160.68.145','loggedin',1),(513,'user','8','2025-05-30 22:15:46','2025-05-30 22:16:11','','105.160.68.145','loggedin',1),(514,'user','6','2025-05-30 22:22:41','','','105.160.68.145','loggedin',1),(515,'user','6','2025-05-30 22:23:15','','','105.160.68.145','loggedin',1),(516,'user','19','2025-05-30 22:25:43','','','105.160.68.145','loggedin',1),(517,'user','19','2025-05-30 22:28:18','','','105.160.68.145','loggedin',1),(518,'user','6','2025-05-30 22:35:39','','','105.161.139.52','loggedin',1),(519,'user','11','2025-05-30 22:42:21','2025-05-30 22:43:58','','105.161.233.214','loggedin',1),(520,'user','19','2025-05-30 22:44:06','','','105.161.139.52','loggedin',1),(521,'user','19','2025-05-30 22:45:46','2025-05-30 22:46:16','','105.161.139.52','loggedin',1),(522,'user','4','2025-05-30 22:46:27','','','105.161.139.52','loggedin',1),(523,'user','4','2025-05-30 22:47:53','2025-05-30 22:54:09','','105.161.139.52','loggedin',1),(524,'user','6','2025-05-30 22:54:14','','','105.161.139.52','loggedin',1),(525,'user','6','2025-05-30 22:55:47','2025-05-30 22:58:15','','105.161.139.52','loggedin',1),(526,'user','17','2025-05-30 22:57:00','','','105.161.233.214','loggedin',1),(527,'user','17','2025-05-30 22:58:08','','','105.161.233.214','loggedin',1),(528,'user','6','2025-05-30 22:58:19','','','105.161.139.52','loggedin',1),(529,'user','6','2025-05-30 23:02:30','2025-05-30 23:02:50','','105.161.139.52','loggedin',1),(530,'user','4','2025-05-30 23:12:12','','','105.161.139.52','loggedin',1),(531,'user','4','2025-05-30 23:14:28','2025-05-30 23:18:00','','105.161.139.52','loggedin',1),(532,'user','19','2025-05-30 23:18:06','','','105.161.139.52','loggedin',1),(533,'user','19','2025-05-30 23:19:04','2025-05-30 23:19:24','','105.161.139.52','loggedin',1),(534,'user','8','2025-05-30 23:19:30','','','105.161.139.52','loggedin',1),(535,'user','8','2025-05-30 23:20:39','','','105.161.139.52','loggedin',1),(536,'user','17','2025-05-30 23:21:41','','','105.161.233.214','loggedin',1),(537,'user','8','2025-05-30 23:22:16','2025-05-30 23:22:45','','105.161.139.52','loggedin',1),(538,'user','6','2025-05-30 23:26:16','2025-05-30 23:28:23','','105.161.139.52','loggedin',1),(539,'user','19','2025-05-30 23:28:43','','','105.161.139.52','loggedin',1),(540,'user','19','2025-05-30 23:29:01','2025-05-30 23:31:14','','105.161.139.52','loggedin',1),(541,'user','6','2025-05-30 23:35:40','','','105.161.139.52','loggedin',1),(542,'user','8','2025-05-30 23:40:54','','','105.161.139.52','loggedin',1),(543,'user','8','2025-05-30 23:41:51','','','105.161.139.52','loggedin',1),(544,'user','8','2025-05-30 23:44:25','2025-05-30 23:44:43','','105.161.139.52','loggedin',1),(545,'user','19','2025-05-30 23:45:00','','','105.161.139.52','loggedin',1),(546,'user','19','2025-05-30 23:46:13','2025-05-30 23:46:35','','105.161.139.52','loggedin',1),(547,'user','19','2025-05-30 23:48:57','','','105.161.139.52','loggedin',1),(548,'user','19','2025-05-30 23:50:22','2025-05-30 23:50:57','','105.161.139.52','loggedin',1),(549,'user','4','2025-05-30 23:51:11','','','105.161.139.52','loggedin',1),(550,'user','4','2025-05-30 23:52:04','2025-05-30 23:52:32','','105.161.139.52','loggedin',1),(551,'user','8','2025-05-30 23:52:41','','','105.161.139.52','loggedin',1),(552,'user','8','2025-05-30 23:53:15','2025-05-30 23:53:41','','105.161.139.52','loggedin',1),(553,'user','6','2025-05-30 23:54:33','','','105.161.139.52','loggedin',1),(554,'user','6','2025-05-30 23:55:37','','','105.161.139.52','loggedin',1),(555,'user','6','2025-05-30 23:57:09','2025-05-30 23:57:24','','105.161.139.52','loggedin',1),(556,'user','19','2025-05-31 00:01:41','','','105.161.139.52','loggedin',1),(557,'user','19','2025-05-31 00:06:03','','','105.161.139.52','loggedin',1),(558,'user','19','2025-05-31 00:08:26','2025-05-31 00:09:49','','105.161.139.52','loggedin',1),(559,'user','6','2025-05-31 00:09:58','','','105.161.139.52','loggedin',1),(560,'user','6','2025-05-31 00:12:35','2025-05-31 00:13:08','','105.161.139.52','loggedin',1),(561,'user','4','2025-05-31 00:13:14','','','105.161.139.52','loggedin',1),(562,'user','4','2025-05-31 00:14:30','','','105.161.139.52','loggedin',1),(563,'user','4','2025-05-31 00:16:33','2025-05-31 00:16:49','','105.161.139.52','loggedin',1),(564,'user','19','2025-05-31 00:16:58','2025-05-31 00:18:02','','105.161.139.52','loggedin',1),(565,'user','19','2025-05-31 00:18:09','','','105.161.139.52','loggedin',1),(566,'user','19','2025-05-31 00:19:20','2025-05-31 00:19:49','','105.161.139.52','loggedin',1),(567,'user','8','2025-05-31 00:19:57','','','105.161.139.52','loggedin',1),(568,'user','8','2025-05-31 00:20:52','','','105.161.139.52','loggedin',1),(569,'user','8','2025-05-31 00:22:58','2025-05-31 00:23:24','','105.161.139.52','loggedin',1),(570,'user','4','2025-05-31 00:23:31','','','105.161.139.52','loggedin',1),(571,'user','4','2025-05-31 00:23:54','2025-05-31 00:24:16','','105.161.139.52','loggedin',1),(572,'user','6','2025-05-31 00:24:45','','','105.161.139.52','loggedin',1),(573,'user','6','2025-05-31 00:25:21','','','105.161.139.52','loggedin',1),(574,'user','6','2025-05-31 00:26:07','','','105.161.139.52','loggedin',1),(575,'user','6','2025-05-31 00:27:23','2025-05-31 00:27:43','','105.161.139.52','loggedin',1),(576,'user','6','2025-05-31 00:27:47','2025-05-31 00:28:03','','105.161.139.52','loggedin',1),(577,'user','8','2025-05-31 00:32:26','','','105.161.139.52','loggedin',1),(578,'user','8','2025-05-31 00:32:56','','','105.161.139.52','loggedin',1),(579,'user','8','2025-05-31 00:34:27','','','105.161.139.52','loggedin',1),(580,'user','8','2025-05-31 00:35:12','2025-05-31 00:35:39','','105.161.139.52','loggedin',1),(581,'user','19','2025-05-31 00:35:55','','','105.161.139.52','loggedin',1),(582,'user','19','2025-05-31 00:36:54','','','105.161.139.52','loggedin',1),(583,'user','19','2025-05-31 00:37:56','2025-05-31 00:38:19','','105.161.139.52','loggedin',1),(584,'user','4','2025-05-31 00:45:01','2025-05-31 00:45:25','','105.161.139.52','loggedin',1),(585,'user','4','2025-05-31 00:45:30','2025-05-31 00:46:18','','105.161.139.52','loggedin',1),(586,'user','6','2025-05-31 00:53:56','','','105.161.139.52','loggedin',1),(587,'user','6','2025-05-31 00:54:17','','','105.161.139.52','loggedin',1),(588,'user','6','2025-05-31 01:19:07','','','105.161.139.52','loggedin',1),(589,'user','6','2025-05-31 01:21:34','2025-05-31 01:21:43','','105.161.139.52','loggedin',1),(590,'user','4','2025-05-31 01:22:04','2025-05-31 01:23:39','','105.161.139.52','loggedin',1),(591,'user','6','2025-05-31 01:32:04','','','105.161.139.52','loggedin',1),(592,'user','6','2025-05-31 01:32:42','2025-05-31 01:32:56','','105.161.139.52','loggedin',1),(593,'user','6','2025-05-31 01:34:54','','','105.161.139.52','loggedin',1),(594,'user','6','2025-05-31 01:39:53','','','105.161.139.52','loggedin',1),(595,'user','6','2025-05-31 01:40:37','2025-05-31 01:40:57','','105.161.139.52','loggedin',1),(596,'user','6','2025-05-31 01:44:14','2025-05-31 01:46:42','','105.161.139.52','loggedin',1),(597,'user','8','2025-05-31 01:46:47','','','105.161.139.52','loggedin',1),(598,'user','8','2025-05-31 01:47:58','2025-05-31 01:48:19','','105.161.139.52','loggedin',1),(599,'user','19','2025-05-31 01:51:01','2025-05-31 01:51:49','','105.161.139.52','loggedin',1),(600,'user','8','2025-05-31 01:58:58','','','105.161.139.52','loggedin',1),(601,'user','8','2025-05-31 01:59:30','2025-05-31 01:59:48','','105.161.139.52','loggedin',1),(602,'user','4','2025-05-31 02:00:42','','','105.161.139.52','loggedin',1),(603,'user','4','2025-05-31 02:02:03','','','105.161.139.52','loggedin',1),(604,'user','4','2025-05-31 02:03:46','','','105.161.139.52','loggedin',1),(605,'user','17','2025-05-31 02:05:13','','','105.161.233.214','loggedin',1),(606,'user','4','2025-05-31 02:06:15','2025-05-31 02:06:48','','105.161.139.52','loggedin',1),(607,'user','19','2025-05-31 02:10:26','','','105.161.139.52','loggedin',1),(608,'user','19','2025-05-31 02:11:07','2025-05-31 02:12:05','','105.161.139.52','loggedin',1),(609,'user','4','2025-05-31 02:15:11','','','105.161.139.52','loggedin',1),(610,'user','4','2025-05-31 02:15:32','2025-05-31 02:16:06','','105.161.139.52','loggedin',1),(611,'user','8','2025-05-31 02:28:51','','','105.161.139.52','loggedin',1),(612,'user','8','2025-05-31 02:29:47','','','105.161.139.52','loggedin',1),(613,'user','8','2025-05-31 02:30:48','','','105.161.139.52','loggedin',1),(614,'user','8','2025-05-31 02:32:29','','','105.161.139.52','loggedin',1),(615,'user','8','2025-05-31 02:33:11','2025-05-31 02:33:36','','105.161.139.52','loggedin',1),(616,'user','4','2025-05-31 02:33:54','','','105.161.139.52','loggedin',1),(617,'user','4','2025-05-31 02:35:14','','','105.161.139.52','loggedin',1),(618,'user','4','2025-05-31 02:37:42','2025-05-31 02:38:34','','105.161.139.52','loggedin',1),(619,'user','11','2025-05-31 02:45:55','2025-05-31 02:47:20','','105.161.233.214','loggedin',1),(620,'user','6','2025-05-31 02:48:02','2025-05-31 02:48:26','','105.161.139.52','loggedin',1),(621,'user','17','2025-05-31 02:53:57','','','105.161.233.214','loggedin',1),(622,'user','6','2025-05-31 02:58:37','2025-05-31 02:59:15','','105.161.139.52','loggedin',1),(623,'user','4','2025-05-31 03:04:32','','','105.161.139.52','loggedin',1),(624,'user','4','2025-05-31 03:05:43','2025-05-31 03:08:03','','105.161.139.52','loggedin',1),(625,'user','19','2025-05-31 03:08:30','','','105.161.139.52','loggedin',1),(626,'user','19','2025-05-31 03:12:28','','','105.161.139.52','loggedin',1),(627,'user','19','2025-05-31 03:14:01','2025-05-31 03:14:20','','105.161.139.52','loggedin',1),(628,'user','4','2025-05-31 03:14:34','','','105.161.139.52','loggedin',1),(629,'user','4','2025-05-31 03:15:15','2025-05-31 03:16:30','','105.161.139.52','loggedin',1),(630,'user','4','2025-05-31 03:16:34','','','105.161.139.52','loggedin',1),(631,'user','4','2025-05-31 03:16:41','2025-05-31 03:17:05','','105.161.139.52','loggedin',1),(632,'user','19','2025-05-31 03:20:13','2025-05-31 03:22:08','','105.161.139.52','loggedin',1),(633,'user','19','2025-05-31 03:22:17','2025-05-31 03:23:41','','105.161.139.52','loggedin',1),(634,'user','19','2025-05-31 03:23:48','2025-05-31 03:24:25','','105.161.139.52','loggedin',1),(635,'user','19','2025-05-31 03:24:40','2025-05-31 03:25:11','','105.161.139.52','loggedin',1),(636,'user','6','2025-05-31 03:25:16','','','105.161.139.52','loggedin',1),(637,'user','6','2025-05-31 03:25:44','2025-05-31 03:26:10','','105.161.139.52','loggedin',1),(638,'user','17','2025-05-31 03:28:13','','','105.161.233.214','loggedin',1),(639,'user','4','2025-05-31 03:45:21','','','105.161.139.52','loggedin',1),(640,'user','4','2025-05-31 03:45:47','2025-05-31 03:46:04','','105.161.139.52','loggedin',1),(641,'user','4','2025-05-31 03:46:08','2025-05-31 03:46:22','','105.161.139.52','loggedin',1),(642,'user','8','2025-05-31 03:50:12','','','105.161.139.52','loggedin',1),(643,'user','8','2025-05-31 03:50:44','','','105.161.139.52','loggedin',1),(644,'user','8','2025-05-31 03:52:41','2025-05-31 03:52:59','','105.161.139.52','loggedin',1),(645,'user','6','2025-05-31 03:56:43','','','105.161.139.52','loggedin',1),(646,'user','6','2025-05-31 03:57:00','2025-05-31 03:57:15','','105.161.139.52','loggedin',1),(647,'user','8','2025-05-31 04:00:54','','','105.161.139.52','loggedin',1),(648,'user','8','2025-05-31 04:01:40','2025-05-31 04:02:37','','105.161.139.52','loggedin',1),(649,'user','6','2025-05-31 04:05:44','','','105.161.139.52','loggedin',1),(650,'user','6','2025-05-31 04:06:02','2025-05-31 04:06:22','','105.161.139.52','loggedin',1),(651,'user','8','2025-05-31 04:11:49','2025-05-31 04:13:20','','105.161.139.52','loggedin',1),(652,'user','8','2025-05-31 04:15:11','','','105.161.139.52','loggedin',1),(653,'user','8','2025-05-31 04:15:37','2025-05-31 04:16:06','','105.161.139.52','loggedin',1),(654,'user','6','2025-05-31 04:21:38','','','105.161.139.52','loggedin',1),(655,'user','6','2025-05-31 04:22:10','2025-05-31 04:22:30','','105.161.139.52','loggedin',1),(656,'user','6','2025-05-31 04:24:37','','','105.161.139.52','loggedin',1),(657,'user','6','2025-05-31 04:24:58','2025-05-31 04:25:11','','105.161.139.52','loggedin',1),(658,'user','19','2025-05-31 04:36:36','','','105.161.139.52','loggedin',1),(659,'user','4','2025-05-31 04:41:17','','','105.161.139.52','loggedin',1),(660,'user','4','2025-05-31 04:42:48','2025-05-31 04:43:27','','105.161.139.52','loggedin',1),(661,'user','3','2025-05-31 08:43:04','2025-05-31 08:43:38','','105.161.139.52','loggedin',1),(662,'user','3','2025-05-31 09:38:15','','','105.161.139.52','loggedin',1),(663,'user','3','2025-05-31 09:58:00','2025-05-31 09:58:19','','105.161.139.52','loggedin',1),(664,'user','3','2025-05-31 11:36:54','','','105.161.139.52','loggedin',1),(665,'user','3','2025-05-31 11:39:57','','','105.161.139.52','loggedin',1),(666,'user','3','2025-05-31 11:59:39','2025-05-31 12:00:32','','105.161.139.52','loggedin',1),(667,'user','3','2025-05-31 12:01:33','2025-05-31 12:03:32','','105.161.139.52','loggedin',1),(668,'user','3','2025-05-31 12:03:37','2025-05-31 12:05:08','','105.161.139.52','loggedin',1),(669,'user','14','2025-05-31 12:10:43','','','105.161.139.52','loggedin',1),(670,'user','14','2025-05-31 12:28:37','2025-05-31 12:29:40','','105.161.139.52','loggedin',1),(671,'user','14','2025-05-31 12:29:46','','','105.161.139.52','loggedin',1),(672,'user','17','2025-05-31 12:44:40','','','105.161.233.214','loggedin',1),(673,'user','3','2025-05-31 12:48:34','','','105.161.139.52','loggedin',1),(674,'user','3','2025-05-31 12:49:31','','','105.161.139.52','loggedin',1),(675,'user','3','2025-05-31 13:54:56','','','105.161.139.52','loggedin',1),(676,'user','3','2025-05-31 13:55:36','','','105.161.139.52','loggedin',1),(677,'user','3','2025-05-31 13:56:40','2025-05-31 13:57:15','','105.161.139.52','loggedin',1),(678,'user','3','2025-05-31 14:01:41','','','105.161.139.52','loggedin',1),(679,'user','3','2025-05-31 14:22:17','','','105.161.139.52','loggedin',1),(680,'user','3','2025-05-31 14:43:40','2025-05-31 14:44:24','','105.161.139.52','loggedin',1),(681,'user','19','2025-05-31 15:03:02','2025-05-31 15:05:03','','105.161.139.52','loggedin',1),(682,'user','3','2025-05-31 15:11:11','','','105.161.139.52','loggedin',1),(683,'user','3','2025-05-31 15:12:19','','','105.161.139.52','loggedin',1),(684,'user','3','2025-05-31 15:14:02','2025-05-31 15:26:56','','105.161.139.52','loggedin',1),(685,'user','6','2025-05-31 15:27:01','','','105.161.139.52','loggedin',1),(686,'user','19','2025-05-31 15:29:15','','','105.161.139.52','loggedin',1),(687,'user','19','2025-05-31 15:30:16','2025-05-31 15:31:59','','105.161.139.52','loggedin',1),(688,'user','6','2025-05-31 15:32:04','2025-05-31 15:32:22','','105.161.139.52','loggedin',1),(689,'user','19','2025-05-31 15:32:33','','','105.161.139.52','loggedin',1),(690,'user','19','2025-05-31 15:35:22','2025-05-31 15:35:52','','105.161.139.52','loggedin',1),(691,'user','3','2025-05-31 15:42:08','','','105.161.139.52','loggedin',1),(692,'user','3','2025-05-31 15:45:05','','','105.161.139.52','loggedin',1),(693,'user','3','2025-05-31 15:48:35','','','105.161.139.52','loggedin',1),(694,'user','4','2025-05-31 16:04:49','','','105.161.139.52','loggedin',1),(695,'user','4','2025-05-31 16:05:50','2025-05-31 16:06:16','','105.161.139.52','loggedin',1),(696,'user','6','2025-05-31 16:07:11','','','105.161.139.52','loggedin',1),(697,'user','3','2025-05-31 16:17:20','','','105.161.139.52','loggedin',1),(698,'user','3','2025-05-31 16:20:25','','','105.161.139.52','loggedin',1),(699,'user','3','2025-05-31 16:21:01','2025-05-31 16:21:32','','105.161.139.52','loggedin',1),(700,'user','4','2025-05-31 16:21:42','','','105.161.139.52','loggedin',1),(701,'user','6','2025-05-31 16:24:38','','','105.161.139.52','loggedin',1),(702,'user','6','2025-05-31 16:25:28','2025-05-31 16:25:45','','105.161.139.52','loggedin',1),(703,'user','3','2025-05-31 16:31:00','2025-05-31 16:32:57','','105.161.139.52','loggedin',1),(704,'user','3','2025-05-31 16:45:31','','','105.161.139.52','loggedin',1),(705,'user','3','2025-05-31 16:46:32','2025-05-31 16:57:31','','105.161.139.52','loggedin',1),(706,'user','19','2025-05-31 17:06:57','','','105.161.139.52','loggedin',1),(707,'user','19','2025-05-31 17:08:53','2025-05-31 17:09:27','','105.161.139.52','loggedin',1),(708,'user','3','2025-05-31 17:51:16','','','105.161.139.52','loggedin',1),(709,'user','3','2025-05-31 17:53:00','2025-05-31 18:06:55','','105.161.139.52','loggedin',1),(710,'user','3','2025-05-31 18:07:02','2025-05-31 18:11:42','','105.161.139.52','loggedin',1),(711,'user','3','2025-05-31 18:11:49','2025-05-31 18:12:43','','105.161.139.52','loggedin',1),(712,'user','3','2025-05-31 18:32:04','2025-05-31 18:38:31','','105.161.139.52','loggedin',1),(713,'user','6','2025-05-31 18:44:18','','','105.161.139.52','loggedin',1),(714,'user','6','2025-05-31 18:46:34','2025-05-31 18:47:14','','105.161.139.52','loggedin',1),(715,'user','6','2025-05-31 18:49:31','2025-05-31 18:50:21','','105.161.139.52','loggedin',1),(716,'user','6','2025-05-31 19:03:53','','','105.161.139.52','loggedin',1),(717,'user','6','2025-05-31 19:06:19','','','105.161.139.52','loggedin',1),(718,'user','3','2025-05-31 19:07:52','2025-05-31 19:12:32','','105.161.139.52','loggedin',1),(719,'user','17','2025-05-31 19:10:40','','','105.161.233.214','loggedin',1),(720,'user','6','2025-05-31 19:16:24','','','105.161.139.52','loggedin',1),(721,'user','6','2025-05-31 19:44:49','','','105.161.139.52','loggedin',1),(722,'user','6','2025-05-31 21:09:55','','','105.161.139.52','loggedin',1),(723,'user','6','2025-05-31 21:54:59','','','105.161.139.52','loggedin',1),(724,'user','6','2025-05-31 21:57:27','','','105.161.139.52','loggedin',1),(725,'user','19','2025-05-31 23:14:15','','','105.161.139.52','loggedin',1),(726,'user','19','2025-05-31 23:15:25','2025-05-31 23:15:51','','105.161.139.52','loggedin',1),(727,'user','19','2025-06-01 01:05:22','','','105.161.139.52','loggedin',1),(728,'user','19','2025-06-01 01:06:20','2025-06-01 01:07:01','','105.161.139.52','loggedin',1),(729,'user','19','2025-06-01 02:44:49','','','105.161.139.52','loggedin',1),(730,'user','19','2025-06-01 02:47:14','2025-06-01 02:47:29','','105.161.139.52','loggedin',1),(731,'user','19','2025-06-01 03:00:51','','','105.161.139.52','loggedin',1),(732,'user','19','2025-06-01 03:01:13','2025-06-01 03:01:29','','105.161.139.52','loggedin',1),(733,'user','3','2025-06-01 03:36:10','2025-06-01 03:36:53','','105.161.139.52','loggedin',1),(734,'user','19','2025-06-01 04:18:50','','','105.161.139.52','loggedin',1),(735,'user','19','2025-06-01 04:19:57','','','105.161.139.52','loggedin',1),(736,'user','19','2025-06-01 04:21:07','2025-06-01 04:21:25','','105.161.139.52','loggedin',1),(737,'user','19','2025-06-01 04:23:53','2025-06-01 04:24:18','','105.161.139.52','loggedin',1),(738,'user','6','2025-06-01 05:18:51','','','105.161.139.52','loggedin',1),(739,'user','6','2025-06-01 05:20:50','2025-06-01 05:21:12','','105.161.139.52','loggedin',1),(740,'user','17','2025-06-01 05:33:19','','','105.161.233.214','loggedin',1),(741,'user','19','2025-06-01 06:26:44','','','105.161.139.52','loggedin',1),(742,'user','19','2025-06-01 06:33:25','','','105.161.139.52','loggedin',1),(743,'user','19','2025-06-01 06:35:13','2025-06-01 06:39:34','','105.161.139.52','loggedin',1),(744,'user','19','2025-06-01 06:41:48','','','105.161.139.52','loggedin',1),(745,'user','19','2025-06-01 06:44:50','','','105.161.139.52','loggedin',1),(746,'user','19','2025-06-01 06:45:50','','','105.161.139.52','loggedin',1),(747,'user','19','2025-06-01 06:51:58','2025-06-01 06:53:00','','105.161.139.52','loggedin',1),(748,'user','19','2025-06-01 07:31:48','2025-06-01 07:32:14','','105.161.139.52','loggedin',1),(749,'user','19','2025-06-01 07:32:24','2025-06-01 07:32:34','','105.161.139.52','loggedin',1),(750,'user','3','2025-06-01 13:27:42','2025-06-01 13:28:11','','105.161.139.52','loggedin',1),(751,'user','4','2025-06-01 17:32:06','','','105.161.139.52','loggedin',1),(752,'user','11','2025-06-01 17:39:41','','','105.161.139.52','loggedin',1),(753,'user','4','2025-06-01 17:52:40','','','105.161.139.52','loggedin',1),(754,'user','6','2025-06-01 18:02:25','','','105.161.139.52','loggedin',1),(755,'user','4','2025-06-01 18:07:47','','','105.161.139.52','loggedin',1),(756,'user','8','2025-06-01 18:14:46','','','105.161.139.52','loggedin',1),(757,'user','8','2025-06-01 18:15:19','','','105.161.139.52','loggedin',1),(758,'user','8','2025-06-01 18:16:26','','','105.161.139.52','loggedin',1),(759,'user','8','2025-06-01 18:19:00','','','105.161.139.52','loggedin',1),(760,'user','8','2025-06-01 18:19:57','2025-06-01 18:20:26','','105.161.139.52','loggedin',1),(761,'user','19','2025-06-01 18:38:11','','','105.161.139.52','loggedin',1),(762,'user','19','2025-06-01 18:41:26','2025-06-01 18:41:51','','105.161.139.52','loggedin',1),(763,'user','19','2025-06-01 18:51:41','','','105.161.139.52','loggedin',1),(764,'user','19','2025-06-01 18:53:51','2025-06-01 18:54:10','','105.161.139.52','loggedin',1),(765,'user','5','2025-06-01 18:57:07','','','105.161.139.52','loggedin',1),(766,'user','5','2025-06-01 18:59:17','','','105.161.139.52','loggedin',1),(767,'user','5','2025-06-01 19:01:49','','','105.161.139.52','loggedin',1),(768,'user','5','2025-06-01 19:04:16','2025-06-01 19:04:55','','105.161.139.52','loggedin',1),(769,'user','6','2025-06-01 19:05:39','','','105.161.139.52','loggedin',1),(770,'user','6','2025-06-01 19:09:02','','','105.161.139.52','loggedin',1),(771,'user','5','2025-06-01 19:12:51','','','105.161.139.52','loggedin',1),(772,'user','8','2025-06-01 19:16:11','','','105.161.139.52','loggedin',1),(773,'user','8','2025-06-01 19:23:32','','','105.161.139.52','loggedin',1),(774,'user','17','2025-06-01 19:24:42','','','105.161.233.214','loggedin',1),(775,'user','8','2025-06-01 19:25:04','2025-06-01 19:25:32','','105.161.139.52','loggedin',1),(776,'user','3','2025-06-01 19:26:11','2025-06-01 19:27:30','','105.161.139.52','loggedin',1),(777,'user','3','2025-06-01 19:27:58','','','105.161.139.52','loggedin',1),(778,'user','3','2025-06-01 19:29:12','','','105.161.139.52','loggedin',1),(779,'user','3','2025-06-01 19:32:53','2025-06-01 19:33:25','','105.161.139.52','loggedin',1),(780,'user','6','2025-06-01 19:33:34','','','105.161.139.52','loggedin',1),(781,'user','4','2025-06-01 19:35:11','','','105.161.139.52','loggedin',1),(782,'user','3','2025-06-01 19:37:42','','','105.161.139.52','loggedin',1),(783,'user','3','2025-06-01 19:39:14','','','105.161.139.52','loggedin',1),(784,'user','3','2025-06-01 19:40:41','','','105.161.139.52','loggedin',1),(785,'user','3','2025-06-01 19:41:48','2025-06-01 19:42:26','','105.161.139.52','loggedin',1),(786,'user','5','2025-06-01 19:43:01','','','105.161.139.52','loggedin',1),(787,'user','3','2025-06-01 19:45:50','','','105.161.139.52','loggedin',1),(788,'user','3','2025-06-01 19:46:54','','','105.161.139.52','loggedin',1),(789,'user','3','2025-06-01 19:49:46','','','105.161.139.52','loggedin',1),(790,'user','3','2025-06-01 19:52:42','','','105.161.139.52','loggedin',1),(791,'user','3','2025-06-01 19:54:34','','','105.161.139.52','loggedin',1),(792,'user','6','2025-06-01 19:55:48','2025-06-01 19:57:35','','105.161.139.52','loggedin',1),(793,'user','3','2025-06-01 19:57:43','','','105.161.139.52','loggedin',1),(794,'user','3','2025-06-01 19:59:52','','','105.161.139.52','loggedin',1),(795,'user','3','2025-06-01 20:01:44','','','105.161.139.52','loggedin',1),(796,'user','3','2025-06-01 20:05:57','','','105.161.139.52','loggedin',1),(797,'user','3','2025-06-01 20:14:24','2025-06-01 20:17:12','','105.161.139.52','loggedin',1),(798,'user','19','2025-06-01 20:17:20','2025-06-01 20:18:26','','105.161.139.52','loggedin',1),(799,'user','3','2025-06-01 20:18:31','','','105.161.139.52','loggedin',1),(800,'user','3','2025-06-01 20:19:31','','','105.161.139.52','loggedin',1),(801,'user','3','2025-06-01 20:22:20','2025-06-01 20:22:50','','105.161.139.52','loggedin',1),(802,'user','5','2025-06-01 20:22:59','','','105.161.139.52','loggedin',1),(803,'user','5','2025-06-01 20:26:14','','','105.161.139.52','loggedin',1),(804,'user','5','2025-06-01 20:28:16','2025-06-01 20:28:41','','105.161.139.52','loggedin',1),(805,'user','3','2025-06-01 20:28:47','','','105.161.139.52','loggedin',1),(806,'user','4','2025-06-01 20:30:03','2025-06-01 20:30:29','','105.161.139.52','loggedin',1),(807,'user','3','2025-06-01 20:30:34','','','105.161.139.52','loggedin',1),(808,'user','3','2025-06-01 20:32:50','2025-06-01 20:33:43','','105.161.139.52','loggedin',1),(809,'user','4','2025-06-01 20:33:51','2025-06-01 20:34:49','','105.161.139.52','loggedin',1),(810,'user','4','2025-06-01 20:36:12','','','105.161.139.52','loggedin',1),(811,'user','8','2025-06-01 20:37:05','','','105.161.139.52','loggedin',1),(812,'user','8','2025-06-01 20:38:57','','','105.161.139.52','loggedin',1),(813,'user','8','2025-06-01 20:40:24','','','105.161.139.52','loggedin',1),(814,'user','8','2025-06-01 20:41:54','2025-06-01 20:42:16','','105.161.139.52','loggedin',1),(815,'user','3','2025-06-01 20:42:44','','','105.161.139.52','loggedin',1),(816,'user','3','2025-06-01 20:43:23','','','105.161.139.52','loggedin',1),(817,'user','3','2025-06-01 20:47:08','','','105.161.139.52','loggedin',1),(818,'user','3','2025-06-01 20:50:18','2025-06-01 20:50:52','','105.161.139.52','loggedin',1),(819,'user','6','2025-06-01 20:51:05','2025-06-01 20:51:31','','105.161.139.52','loggedin',1),(820,'user','3','2025-06-01 20:51:44','','','105.161.139.52','loggedin',1),(821,'user','3','2025-06-01 20:52:49','','','105.161.139.52','loggedin',1),(822,'user','3','2025-06-01 20:54:07','','','105.161.139.52','loggedin',1),(823,'user','3','2025-06-01 20:55:22','2025-06-01 20:56:22','','105.161.139.52','loggedin',1),(824,'user','6','2025-06-01 20:56:28','','','105.161.139.52','loggedin',1),(825,'user','6','2025-06-01 21:06:09','','','105.161.139.52','loggedin',1),(826,'user','8','2025-06-01 21:07:39','','','105.161.139.52','loggedin',1),(827,'user','8','2025-06-01 21:10:00','2025-06-01 21:10:29','','105.161.139.52','loggedin',1),(828,'user','3','2025-06-01 21:10:48','2025-06-01 21:11:24','','105.161.139.52','loggedin',1),(829,'user','14','2025-06-01 21:15:11','','','105.161.139.52','loggedin',1),(830,'user','14','2025-06-01 21:16:25','','','105.161.139.52','loggedin',1),(831,'user','8','2025-06-01 21:29:43','2025-06-01 21:30:58','','105.161.139.52','loggedin',1),(832,'user','6','2025-06-01 21:31:07','','','105.161.139.52','loggedin',1),(833,'user','17','2025-06-01 21:31:27','','','105.161.233.214','loggedin',1),(834,'user','6','2025-06-01 21:32:32','2025-06-01 21:32:59','','105.161.139.52','loggedin',1),(835,'user','6','2025-06-01 21:35:22','','','105.161.139.52','loggedin',1),(836,'user','6','2025-06-01 21:36:23','','','105.161.139.52','loggedin',1),(837,'user','6','2025-06-01 21:37:23','','','105.161.139.52','loggedin',1),(838,'user','6','2025-06-01 21:38:34','2025-06-01 21:38:50','','105.161.139.52','loggedin',1),(839,'user','19','2025-06-01 21:41:18','','','105.161.139.52','loggedin',1),(840,'user','19','2025-06-01 21:41:46','2025-06-01 21:42:22','','105.161.139.52','loggedin',1),(841,'user','6','2025-06-01 21:42:58','','','105.161.139.52','loggedin',1),(842,'user','6','2025-06-01 21:44:02','2025-06-01 21:45:24','','105.161.139.52','loggedin',1),(843,'user','19','2025-06-01 21:47:27','','','105.161.139.52','loggedin',1),(844,'user','19','2025-06-01 21:47:53','2025-06-01 21:48:09','','105.161.139.52','loggedin',1),(845,'user','5','2025-06-01 21:48:31','','','105.161.139.52','loggedin',1),(846,'user','5','2025-06-01 21:49:40','','','105.161.139.52','loggedin',1),(847,'user','5','2025-06-01 21:52:03','','','105.161.139.52','loggedin',1),(848,'user','5','2025-06-01 21:53:14','','','105.161.139.52','loggedin',1),(849,'user','5','2025-06-01 22:01:52','','','105.161.139.52','loggedin',1),(850,'user','17','2025-06-01 22:10:02','','','105.161.233.214','loggedin',1),(851,'user','6','2025-06-01 22:10:15','','','105.161.139.52','loggedin',1),(852,'user','6','2025-06-01 22:11:45','2025-06-01 22:12:50','','105.161.139.52','loggedin',1),(853,'user','6','2025-06-01 22:17:38','2025-06-01 22:18:09','','105.161.139.52','loggedin',1),(854,'user','6','2025-06-01 22:19:31','','','105.161.139.52','loggedin',1),(855,'user','6','2025-06-01 22:25:15','','','105.161.139.52','loggedin',1),(856,'user','6','2025-06-01 22:26:47','2025-06-01 22:27:12','','105.161.139.52','loggedin',1),(857,'user','4','2025-06-01 22:54:26','2025-06-01 22:55:34','','105.161.139.52','loggedin',1),(858,'user','4','2025-06-01 22:55:40','','','105.161.139.52','loggedin',1),(859,'user','4','2025-06-01 22:56:36','2025-06-01 22:59:12','','105.161.139.52','loggedin',1),(860,'user','6','2025-06-01 22:59:18','','','105.161.139.52','loggedin',1),(861,'user','4','2025-06-01 23:12:48','','','105.161.139.52','loggedin',1),(862,'user','4','2025-06-01 23:14:44','','','105.161.139.52','loggedin',1),(863,'user','4','2025-06-01 23:15:53','','','105.161.139.52','loggedin',1),(864,'user','4','2025-06-01 23:17:46','','','105.161.139.52','loggedin',1),(865,'user','4','2025-06-01 23:19:16','2025-06-01 23:20:13','','105.161.139.52','loggedin',1),(866,'user','4','2025-06-01 23:20:18','','','105.161.139.52','loggedin',1),(867,'user','4','2025-06-01 23:20:48','','','105.161.139.52','loggedin',1),(868,'user','4','2025-06-01 23:22:31','2025-06-01 23:22:50','','105.161.139.52','loggedin',1),(869,'user','4','2025-06-01 23:22:54','','','105.161.139.52','loggedin',1),(870,'user','4','2025-06-01 23:23:57','','','105.161.139.52','loggedin',1),(871,'user','4','2025-06-01 23:24:33','','','105.161.139.52','loggedin',1),(872,'user','4','2025-06-01 23:25:44','2025-06-01 23:26:04','','105.161.139.52','loggedin',1),(873,'user','4','2025-06-01 23:26:09','','','105.161.139.52','loggedin',1),(874,'user','4','2025-06-01 23:27:03','','','105.161.139.52','loggedin',1),(875,'user','4','2025-06-01 23:28:15','2025-06-01 23:28:47','','105.161.139.52','loggedin',1),(876,'user','6','2025-06-01 23:46:01','','','105.161.139.52','loggedin',1),(877,'user','6','2025-06-01 23:46:39','2025-06-01 23:46:52','','105.161.139.52','loggedin',1),(878,'user','6','2025-06-01 23:47:56','2025-06-01 23:48:11','','105.161.139.52','loggedin',1),(879,'user','19','2025-06-01 23:48:31','2025-06-01 23:51:59','','105.161.139.52','loggedin',1),(880,'user','19','2025-06-01 23:52:04','','','105.161.139.52','loggedin',1),(881,'user','19','2025-06-01 23:53:22','2025-06-01 23:53:46','','105.161.139.52','loggedin',1),(882,'user','8','2025-06-01 23:54:12','','','105.161.139.52','loggedin',1),(883,'user','8','2025-06-01 23:56:35','','','105.161.139.52','loggedin',1),(884,'user','8','2025-06-01 23:57:22','','','105.161.139.52','loggedin',1),(885,'user','8','2025-06-01 23:59:09','','','105.161.139.52','loggedin',1),(886,'user','8','2025-06-01 23:59:53','','','105.161.139.52','loggedin',1),(887,'user','8','2025-06-02 00:00:35','2025-06-02 00:00:52','','105.161.139.52','loggedin',1),(888,'user','4','2025-06-02 00:07:52','','','105.161.139.52','loggedin',1),(889,'user','4','2025-06-02 00:09:19','2025-06-02 00:09:31','','105.161.139.52','loggedin',1),(890,'user','4','2025-06-02 00:09:39','2025-06-02 00:11:34','','105.161.139.52','loggedin',1),(891,'user','4','2025-06-02 00:15:14','','','105.161.139.52','loggedin',1),(892,'user','4','2025-06-02 00:17:34','2025-06-02 00:18:26','','105.161.139.52','loggedin',1),(893,'user','5','2025-06-02 00:20:38','','','105.161.139.52','loggedin',1),(894,'user','5','2025-06-02 00:21:03','','','105.161.139.52','loggedin',1),(895,'user','5','2025-06-02 00:22:12','','','105.161.139.52','loggedin',1),(896,'user','5','2025-06-02 00:23:07','','','105.161.139.52','loggedin',1),(897,'user','5','2025-06-02 00:24:21','2025-06-02 00:29:53','','105.161.139.52','loggedin',1),(898,'user','4','2025-06-02 00:30:09','','','105.161.139.52','loggedin',1),(899,'user','4','2025-06-02 00:31:20','2025-06-02 00:31:52','','105.161.139.52','loggedin',1),(900,'user','6','2025-06-02 00:32:17','','','105.161.139.52','loggedin',1),(901,'user','6','2025-06-02 00:32:46','2025-06-02 00:33:04','','105.161.139.52','loggedin',1),(902,'user','17','2025-06-02 00:33:26','','','105.161.233.214','loggedin',1),(903,'user','4','2025-06-02 00:49:05','2025-06-02 00:49:53','','105.161.139.52','loggedin',1),(904,'user','4','2025-06-02 00:49:58','','','105.161.139.52','loggedin',1),(905,'user','4','2025-06-02 00:50:30','2025-06-02 00:52:44','','105.161.139.52','loggedin',1),(906,'user','8','2025-06-02 00:52:50','','','105.161.139.52','loggedin',1),(907,'user','8','2025-06-02 00:55:06','','','105.161.139.52','loggedin',1),(908,'user','8','2025-06-02 00:56:52','','','105.161.139.52','loggedin',1),(909,'user','8','2025-06-02 00:58:11','','','105.161.139.52','loggedin',1),(910,'user','8','2025-06-02 01:00:01','','','105.161.139.52','loggedin',1),(911,'user','8','2025-06-02 01:01:38','','','105.161.139.52','loggedin',1),(912,'user','8','2025-06-02 01:03:12','2025-06-02 01:03:40','','105.161.139.52','loggedin',1),(913,'user','8','2025-06-02 01:04:04','','','105.161.139.52','loggedin',1),(914,'user','8','2025-06-02 01:04:42','2025-06-02 01:05:02','','105.161.139.52','loggedin',1),(915,'user','5','2025-06-02 01:06:06','','','105.161.139.52','loggedin',1),(916,'user','5','2025-06-02 01:07:59','','','105.161.139.52','loggedin',1),(917,'user','5','2025-06-02 01:09:24','2025-06-02 01:11:37','','105.161.139.52','loggedin',1),(918,'user','6','2025-06-02 01:36:05','','','105.161.139.52','loggedin',1),(919,'user','6','2025-06-02 01:36:30','','','105.161.139.52','loggedin',1),(920,'user','6','2025-06-02 01:37:09','2025-06-02 01:37:41','','105.161.139.52','loggedin',1),(921,'user','5','2025-06-02 01:42:51','','','105.161.139.52','loggedin',1),(922,'user','5','2025-06-02 01:43:29','','','105.161.139.52','loggedin',1),(923,'user','5','2025-06-02 01:44:15','2025-06-02 01:46:06','','105.161.139.52','loggedin',1),(924,'user','8','2025-06-02 01:47:01','','','105.161.139.52','loggedin',1),(925,'user','8','2025-06-02 01:47:47','','','105.161.139.52','loggedin',1),(926,'user','8','2025-06-02 01:49:00','2025-06-02 01:49:50','','105.161.139.52','loggedin',1),(927,'user','4','2025-06-02 01:53:37','','','105.161.139.52','loggedin',1),(928,'user','4','2025-06-02 01:54:50','','','105.161.139.52','loggedin',1),(929,'user','4','2025-06-02 01:57:00','','','105.161.139.52','loggedin',1),(930,'user','4','2025-06-02 02:15:50','2025-06-02 02:15:53','','105.161.139.52','loggedin',1),(931,'user','4','2025-06-02 02:34:28','2025-06-02 02:36:27','','105.161.139.52','loggedin',1),(932,'user','6','2025-06-02 02:36:33','','','105.161.139.52','loggedin',1),(933,'user','6','2025-06-02 02:36:56','2025-06-02 02:38:45','','105.161.139.52','loggedin',1),(934,'user','5','2025-06-02 02:41:05','','','105.161.139.52','loggedin',1),(935,'user','5','2025-06-02 02:46:27','','','105.161.139.52','loggedin',1),(936,'user','5','2025-06-02 02:48:34','','','105.161.139.52','loggedin',1),(937,'user','5','2025-06-02 02:59:51','2025-06-02 03:02:17','','105.161.139.52','loggedin',1),(938,'user','17','2025-06-02 03:02:41','','','105.161.233.214','loggedin',1),(939,'user','6','2025-06-02 03:02:51','','','105.161.139.52','loggedin',1),(940,'user','6','2025-06-02 03:04:07','2025-06-02 03:04:26','','105.161.139.52','loggedin',1),(941,'user','5','2025-06-02 03:24:13','','','105.161.139.52','loggedin',1),(942,'user','5','2025-06-02 03:26:01','','','105.161.139.52','loggedin',1),(943,'user','5','2025-06-02 03:26:43','','','105.161.139.52','loggedin',1),(944,'user','4','2025-06-02 03:27:49','','','105.161.139.52','loggedin',1),(945,'user','4','2025-06-02 03:42:27','2025-06-02 03:45:23','','105.161.139.52','loggedin',1),(946,'user','8','2025-06-02 03:45:33','2025-06-02 03:46:05','','105.161.139.52','loggedin',1),(947,'user','8','2025-06-02 03:48:20','2025-06-02 03:50:12','','105.161.139.52','loggedin',1),(948,'user','4','2025-06-02 15:54:58','','','105.160.20.54','loggedin',1),(949,'user','4','2025-06-02 15:58:51','','','105.160.20.54','loggedin',1),(950,'user','4','2025-06-02 17:15:03','','','105.160.20.54','loggedin',1),(951,'user','4','2025-06-02 17:16:16','','','105.160.20.54','loggedin',1),(952,'user','4','2025-06-02 17:18:13','2025-06-02 17:19:53','','105.160.20.54','loggedin',1),(953,'user','4','2025-06-02 17:22:58','2025-06-02 17:23:15','','105.160.20.54','loggedin',1),(954,'user','4','2025-06-02 17:23:20','2025-06-02 17:24:55','','105.160.20.54','loggedin',1),(955,'user','4','2025-06-02 17:25:00','','','105.160.20.54','loggedin',1),(956,'user','4','2025-06-02 17:25:40','','','105.160.20.54','loggedin',1),(957,'user','17','2025-06-03 01:08:41','','','105.161.140.213','loggedin',1),(958,'admin','1','2025-06-03 11:19:16','','','197.232.142.176','loggedin',1),(959,'admin','1','2025-06-03 12:13:42','','','197.232.142.176','loggedin',1),(960,'admin','1','2025-06-03 17:03:08','','','197.232.142.176','loggedin',1),(961,'admin','16','2025-06-03 18:43:37','','','105.160.23.201','loggedin',1),(962,'admin','1','2025-06-04 09:14:29','','','154.159.252.127','loggedin',1),(963,'admin','1','2025-06-04 10:58:28','','','154.159.252.127','loggedin',1),(964,'admin','1','2025-06-04 11:06:45','','','154.159.252.127','loggedin',1),(965,'user','11','2025-06-04 13:39:21','','','105.161.225.148','loggedin',1),(966,'admin','16','2025-06-04 14:46:29','','','105.161.237.157','loggedin',1),(967,'admin','1','2025-06-04 15:02:25','','','154.159.252.127','loggedin',1),(968,'admin','1','2025-06-04 16:23:01','','','197.232.51.53','loggedin',1),(969,'admin','1','2025-06-04 17:29:34','','','197.232.51.53','loggedin',1),(970,'admin','16','2025-06-04 17:39:16','','','105.161.237.157','loggedin',1),(971,'user','17','2025-06-04 18:06:06','','','105.161.225.148','loggedin',1),(972,'admin','1','2025-06-04 18:08:34','','','197.232.51.53','loggedin',1),(973,'admin','1','2025-06-04 18:13:09','','','154.153.5.61','loggedin',1),(974,'user','5','2025-06-04 18:18:59','','','105.161.141.5','loggedin',1),(975,'user','5','2025-06-04 18:22:15','','','105.161.141.5','loggedin',1),(976,'user','17','2025-06-04 18:26:30','','','105.161.141.5','loggedin',1),(977,'user','5','2025-06-04 18:36:39','','','105.161.141.5','loggedin',1),(978,'user','5','2025-06-04 18:39:34','2025-06-04 18:40:42','','105.161.141.5','loggedin',1),(979,'user','5','2025-06-04 18:41:01','','','105.161.141.5','loggedin',1),(980,'user','17','2025-06-04 18:49:34','','','105.161.141.5','loggedin',1),(981,'user','5','2025-06-04 18:51:09','','','105.161.141.5','loggedin',1),(982,'user','11','2025-06-04 18:59:04','','','105.161.141.5','loggedin',1),(983,'admin','16','2025-06-04 19:10:14','','','105.160.23.201','loggedin',1),(984,'user','11','2025-06-04 19:11:24','','','105.161.141.5','loggedin',1),(985,'user','17','2025-06-04 19:17:33','2025-06-04 20:44:38','','105.161.141.5','loggedin',1),(986,'user','3','2025-06-04 19:22:51','','','105.161.141.5','loggedin',1),(987,'user','3','2025-06-04 19:26:25','','','105.161.141.5','loggedin',1),(988,'user','3','2025-06-04 19:27:59','','','105.161.141.5','loggedin',1),(989,'user','5','2025-06-04 20:02:02','','','105.161.141.5','loggedin',1),(990,'user','5','2025-06-04 20:03:12','','','105.161.141.5','loggedin',1),(991,'user','5','2025-06-04 20:08:06','2025-06-04 20:08:30','','105.161.141.5','loggedin',1),(992,'user','5','2025-06-04 20:25:16','','','105.161.141.5','loggedin',1),(993,'user','5','2025-06-04 20:27:27','2025-06-04 20:28:05','','105.161.141.5','loggedin',1),(994,'user','11','2025-06-04 20:44:47','2025-06-04 20:53:11','','105.161.141.5','loggedin',1),(995,'user','11','2025-06-04 20:53:26','','','105.161.141.5','loggedin',1),(996,'user','11','2025-06-04 21:12:30','','','105.161.141.5','loggedin',1),(997,'user','11','2025-06-04 21:13:03','','','105.161.141.5','loggedin',1),(998,'user','11','2025-06-04 21:16:42','','','105.161.141.5','loggedin',1),(999,'user','5','2025-06-04 21:31:51','','','105.161.141.5','loggedin',1),(1000,'user','5','2025-06-04 21:32:31','','','105.161.141.5','loggedin',1),(1001,'user','5','2025-06-04 21:34:11','','','105.161.141.5','loggedin',1),(1002,'user','11','2025-06-04 21:38:42','','','105.161.141.5','loggedin',1),(1003,'user','5','2025-06-04 21:41:53','','','105.161.141.5','loggedin',1),(1004,'user','11','2025-06-04 21:42:45','','','105.161.141.5','loggedin',1),(1005,'user','11','2025-06-04 21:50:35','','','105.161.141.5','loggedin',1),(1006,'user','11','2025-06-04 21:53:43','','','105.161.141.5','loggedin',1),(1007,'user','11','2025-06-04 21:57:47','','','105.161.141.5','loggedin',1),(1008,'user','11','2025-06-04 21:59:46','','','105.161.141.5','loggedin',1),(1009,'user','11','2025-06-04 22:34:23','','','105.161.141.5','loggedin',1),(1010,'user','11','2025-06-04 22:36:20','','','105.161.141.5','loggedin',1),(1011,'user','11','2025-06-04 22:39:27','','','105.161.141.5','loggedin',1),(1012,'user','5','2025-06-04 22:42:58','','','105.161.141.5','loggedin',1),(1013,'user','5','2025-06-04 22:47:19','','','105.161.141.5','loggedin',1),(1014,'user','5','2025-06-04 22:48:27','2025-06-04 22:51:11','','105.161.141.5','loggedin',1),(1015,'user','5','2025-06-04 22:51:59','','','105.161.141.5','loggedin',1),(1016,'user','11','2025-06-04 22:57:07','','','105.161.141.5','loggedin',1),(1017,'user','11','2025-06-04 23:04:31','','','105.161.141.5','loggedin',1),(1018,'user','11','2025-06-04 23:13:55','','','105.161.141.5','loggedin',1),(1019,'user','11','2025-06-04 23:16:11','','','105.161.141.5','loggedin',1),(1020,'user','11','2025-06-04 23:20:26','','','105.161.141.5','loggedin',1),(1021,'user','11','2025-06-04 23:20:49','','','105.161.141.5','loggedin',1),(1022,'user','11','2025-06-04 23:23:51','','','105.161.141.5','loggedin',1),(1023,'user','11','2025-06-04 23:29:57','','','105.161.141.5','loggedin',1),(1024,'user','5','2025-06-04 23:32:35','','','105.161.141.5','loggedin',1),(1025,'user','11','2025-06-04 23:36:15','','','105.161.141.5','loggedin',1),(1026,'user','11','2025-06-04 23:40:18','','','105.161.141.5','loggedin',1),(1027,'user','5','2025-06-04 23:43:40','','','105.161.141.5','loggedin',1),(1028,'user','5','2025-06-04 23:45:49','2025-06-04 23:47:31','','105.161.141.5','loggedin',1),(1029,'user','11','2025-06-04 23:48:10','','','105.161.141.5','loggedin',1),(1030,'user','5','2025-06-04 23:54:19','','','105.161.141.5','loggedin',1),(1031,'user','5','2025-06-04 23:55:11','2025-06-04 23:58:17','','105.161.141.5','loggedin',1),(1032,'user','17','2025-06-05 00:03:35','','','105.161.141.5','loggedin',1),(1033,'user','5','2025-06-05 00:14:43','','','105.161.141.5','loggedin',1),(1034,'user','5','2025-06-05 00:15:50','','','105.161.141.5','loggedin',1),(1035,'user','5','2025-06-05 00:17:22','2025-06-05 00:19:55','','105.161.141.5','loggedin',1),(1036,'user','5','2025-06-05 00:34:13','','','105.161.141.5','loggedin',1),(1037,'user','5','2025-06-05 00:35:30','','','105.161.141.5','loggedin',1),(1038,'user','5','2025-06-05 00:36:11','2025-06-05 00:37:18','','105.161.141.5','loggedin',1),(1039,'user','5','2025-06-05 00:46:55','2025-06-05 00:50:54','','105.161.141.5','loggedin',1),(1040,'user','5','2025-06-05 00:56:48','','','105.161.141.5','loggedin',1),(1041,'user','5','2025-06-05 00:57:43','2025-06-05 00:58:03','','105.161.141.5','loggedin',1),(1042,'user','5','2025-06-05 01:23:24','','','105.161.141.5','loggedin',1),(1043,'user','5','2025-06-05 01:24:02','2025-06-05 01:24:17','','105.161.141.5','loggedin',1),(1044,'user','11','2025-06-05 09:21:19','','','105.161.225.148','loggedin',1),(1045,'user','11','2025-06-05 09:21:57','','','105.161.225.148','loggedin',1),(1046,'user','11','2025-06-05 09:38:36','2025-06-05 09:39:30','','105.161.79.58','loggedin',1),(1047,'user','11','2025-06-05 09:39:39','','','105.161.79.58','loggedin',1),(1048,'user','11','2025-06-05 13:03:15','','','105.161.168.135','loggedin',1),(1049,'user','3','2025-06-05 13:27:53','','','105.161.168.135','loggedin',1),(1050,'user','3','2025-06-05 13:32:34','2025-06-05 13:35:10','','105.161.168.135','loggedin',1),(1051,'user','3','2025-06-05 13:35:55','2025-06-05 13:36:08','','105.161.168.135','loggedin',1),(1052,'user','3','2025-06-05 13:46:34','','','105.161.168.135','loggedin',1),(1053,'user','3','2025-06-05 13:50:45','','','105.161.168.135','loggedin',1),(1054,'user','3','2025-06-05 13:59:49','2025-06-05 14:03:14','','105.160.124.174','loggedin',1),(1055,'admin','16','2025-06-05 14:10:41','','','105.160.23.201','loggedin',1),(1056,'user','3','2025-06-05 14:12:59','','','105.160.124.174','loggedin',1),(1057,'user','3','2025-06-05 14:13:43','2025-06-05 14:14:00','','105.160.124.174','loggedin',1),(1058,'user','4','2025-06-05 15:43:31','','','105.160.124.174','loggedin',1),(1059,'user','4','2025-06-05 15:44:19','2025-06-05 15:44:44','','105.160.124.174','loggedin',1),(1060,'user','4','2025-06-05 16:05:27','','','105.160.124.174','loggedin',1),(1061,'admin','1','2025-06-05 16:27:28','','','197.232.142.176','loggedin',1),(1062,'admin','16','2025-06-05 16:32:27','','','105.160.23.201','loggedin',1),(1063,'admin','16','2025-06-05 16:38:41','','','105.160.23.201','loggedin',1),(1064,'admin','16','2025-06-05 16:40:50','','','105.160.23.201','loggedin',1),(1065,'admin','1','2025-06-05 16:42:47','','','197.232.142.176','loggedin',1),(1066,'user','11','2025-06-05 16:44:53','','','105.160.124.174','loggedin',1),(1067,'user','11','2025-06-05 16:52:31','','','105.160.124.174','loggedin',1),(1068,'user','4','2025-06-05 16:53:11','','','105.160.124.174','loggedin',1),(1069,'user','11','2025-06-05 16:54:55','','','105.160.124.174','loggedin',1),(1070,'user','4','2025-06-05 17:06:41','','','105.160.124.174','loggedin',1),(1071,'user','3','2025-06-05 17:37:35','','','105.160.121.52','loggedin',1),(1072,'user','3','2025-06-05 17:38:40','2025-06-05 17:40:06','','105.160.121.52','loggedin',1),(1073,'admin','16','2025-06-05 17:40:23','2025-06-05 22:07:32','','105.161.117.125','loggedin',1),(1074,'user','11','2025-06-05 17:42:41','','','105.160.121.52','loggedin',1),(1075,'user','4','2025-06-05 17:48:41','2025-06-05 17:49:36','','105.160.121.52','loggedin',1),(1076,'user','4','2025-06-05 17:49:40','','','105.160.121.52','loggedin',1),(1077,'user','6','2025-06-05 17:55:02','','','105.160.121.52','loggedin',1),(1078,'user','6','2025-06-05 17:57:21','','','105.160.121.52','loggedin',1),(1079,'user','6','2025-06-05 17:57:47','','','105.160.121.52','loggedin',1),(1080,'user','6','2025-06-05 17:58:20','','','105.160.121.52','loggedin',1),(1081,'user','11','2025-06-05 17:58:34','','','105.160.121.52','loggedin',1),(1082,'user','11','2025-06-05 17:58:48','','','105.160.121.52','loggedin',1),(1083,'user','11','2025-06-05 18:02:58','','','105.160.121.52','loggedin',1),(1084,'user','5','2025-06-05 18:03:06','2025-06-05 18:03:38','','105.160.121.52','loggedin',1),(1085,'user','5','2025-06-05 18:03:43','2025-06-05 18:04:48','','105.160.121.52','loggedin',1),(1086,'user','4','2025-06-05 18:04:56','','','105.160.121.52','loggedin',1),(1087,'user','4','2025-06-05 18:07:24','','','105.160.121.52','loggedin',1),(1088,'user','4','2025-06-05 18:08:35','','','105.160.121.52','loggedin',1),(1089,'user','4','2025-06-05 18:29:55','','','105.160.121.52','loggedin',1),(1090,'user','3','2025-06-05 18:31:35','','','105.160.121.52','loggedin',1),(1091,'user','3','2025-06-05 18:33:21','2025-06-05 18:34:13','','105.160.121.52','loggedin',1),(1092,'user','6','2025-06-05 18:34:17','','','105.160.121.52','loggedin',1),(1093,'user','6','2025-06-05 18:39:15','','','105.160.121.52','loggedin',1),(1094,'user','6','2025-06-05 18:39:49','2025-06-05 18:40:10','','105.160.121.52','loggedin',1),(1095,'user','11','2025-06-05 18:40:59','','','105.160.121.52','loggedin',1),(1096,'user','11','2025-06-05 18:43:34','','','105.160.121.52','loggedin',1),(1097,'user','4','2025-06-05 18:48:32','2025-06-05 18:48:45','','105.160.121.52','loggedin',1),(1098,'user','4','2025-06-05 18:48:50','','','105.160.121.52','loggedin',1),(1099,'user','4','2025-06-05 18:49:36','2025-06-05 18:50:24','','105.160.121.52','loggedin',1),(1100,'user','6','2025-06-05 18:50:33','','','105.160.121.52','loggedin',1),(1101,'user','11','2025-06-05 18:50:37','','','105.160.121.52','loggedin',1),(1102,'user','6','2025-06-05 18:51:39','2025-06-05 18:52:07','','105.160.121.52','loggedin',1),(1103,'user','3','2025-06-05 18:59:29','','','105.160.121.52','loggedin',1),(1104,'user','3','2025-06-05 19:01:33','2025-06-05 19:02:55','','105.160.121.52','loggedin',1),(1105,'user','11','2025-06-05 19:03:02','','','105.160.121.52','loggedin',1),(1106,'user','5','2025-06-05 19:15:29','','','105.160.121.52','loggedin',1),(1107,'user','5','2025-06-05 19:16:21','2025-06-05 19:17:49','','105.160.121.52','loggedin',1),(1108,'user','4','2025-06-05 19:17:59','2025-06-05 19:18:53','','105.160.121.52','loggedin',1),(1109,'user','5','2025-06-05 19:18:58','','','105.160.121.52','loggedin',1),(1110,'user','5','2025-06-05 19:20:40','2025-06-05 19:21:12','','105.160.121.52','loggedin',1),(1111,'user','5','2025-06-05 19:21:20','','','105.160.121.52','loggedin',1),(1112,'user','5','2025-06-05 19:21:51','2025-06-05 19:22:08','','105.160.121.52','loggedin',1),(1113,'user','11','2025-06-05 19:24:56','','','105.161.130.100','loggedin',1),(1114,'user','6','2025-06-05 19:35:44','','','105.160.121.52','loggedin',1),(1115,'user','4','2025-06-05 19:37:22','','','105.160.121.52','loggedin',1),(1116,'user','3','2025-06-05 19:48:49','','','105.160.121.52','loggedin',1),(1117,'user','3','2025-06-05 19:49:53','2025-06-05 19:50:17','','105.160.121.52','loggedin',1),(1118,'user','11','2025-06-05 19:51:00','','','105.161.130.100','loggedin',1),(1119,'user','11','2025-06-05 19:56:20','','','105.161.130.100','loggedin',1),(1120,'user','6','2025-06-05 20:00:06','2025-06-05 20:00:38','','105.160.121.52','loggedin',1),(1121,'user','6','2025-06-05 20:07:33','','','105.160.121.52','loggedin',1),(1122,'user','6','2025-06-05 20:08:35','2025-06-05 20:09:17','','105.160.121.52','loggedin',1),(1123,'user','6','2025-06-05 20:14:07','','','105.160.121.52','loggedin',1),(1124,'user','6','2025-06-05 20:18:35','2025-06-05 20:19:07','','105.160.121.52','loggedin',1),(1125,'user','6','2025-06-05 20:19:42','2025-06-05 20:19:55','','105.160.121.52','loggedin',1),(1126,'user','11','2025-06-05 20:24:55','','','105.160.125.120','loggedin',1),(1127,'user','6','2025-06-05 20:27:20','','','105.160.125.120','loggedin',1),(1128,'user','11','2025-06-05 20:27:21','','','105.160.125.120','loggedin',1),(1129,'user','6','2025-06-05 20:27:45','2025-06-05 20:28:05','','105.160.125.120','loggedin',1),(1130,'user','11','2025-06-05 20:34:21','','','105.160.125.120','loggedin',1),(1131,'user','5','2025-06-05 20:36:08','','','105.160.125.120','loggedin',1),(1132,'user','5','2025-06-05 20:36:48','2025-06-05 20:37:09','','105.160.125.120','loggedin',1),(1133,'user','6','2025-06-05 20:37:38','','','105.160.125.120','loggedin',1),(1134,'user','11','2025-06-05 20:38:06','','','105.160.125.120','loggedin',1),(1135,'user','4','2025-06-05 20:40:56','','','105.160.125.120','loggedin',1),(1136,'user','5','2025-06-05 20:42:10','2025-06-05 20:42:17','','105.160.125.120','loggedin',1),(1137,'user','6','2025-06-05 20:46:32','','','105.160.125.120','loggedin',1),(1138,'user','6','2025-06-05 20:51:56','','','105.160.125.120','loggedin',1),(1139,'user','4','2025-06-05 20:58:47','','','105.160.125.120','loggedin',1),(1140,'user','4','2025-06-05 20:59:56','2025-06-05 21:00:19','','105.160.125.120','loggedin',1),(1141,'user','4','2025-06-05 21:12:27','','','105.160.125.120','loggedin',1),(1142,'user','4','2025-06-05 21:13:17','2025-06-05 21:13:31','','105.160.125.120','loggedin',1),(1143,'user','6','2025-06-05 21:21:22','2025-06-05 21:34:47','','105.160.125.120','loggedin',1),(1144,'user','6','2025-06-05 21:34:51','','','105.160.125.120','loggedin',1),(1145,'user','6','2025-06-05 21:36:01','','','105.160.125.120','loggedin',1),(1146,'user','6','2025-06-05 21:40:29','2025-06-05 21:40:49','','105.160.125.120','loggedin',1),(1147,'user','11','2025-06-05 21:40:54','','','105.160.125.120','loggedin',1),(1148,'user','5','2025-06-05 21:41:25','','','105.160.125.120','loggedin',1),(1149,'user','11','2025-06-05 21:41:59','','','105.160.125.120','loggedin',1),(1150,'user','5','2025-06-05 21:42:19','2025-06-05 21:42:39','','105.160.125.120','loggedin',1),(1151,'user','4','2025-06-05 21:52:37','','','105.160.125.120','loggedin',1),(1152,'user','6','2025-06-05 22:01:43','','','105.160.125.120','loggedin',1),(1153,'user','6','2025-06-05 22:03:34','','','105.160.125.120','loggedin',1),(1154,'user','17','2025-06-05 22:07:41','','','105.161.130.100','loggedin',1),(1155,'user','6','2025-06-05 22:11:02','','','105.160.125.120','loggedin',1),(1156,'user','6','2025-06-05 22:11:55','','','105.160.125.120','loggedin',1),(1157,'user','11','2025-06-05 22:13:49','','','105.160.125.120','loggedin',1),(1158,'user','6','2025-06-05 22:19:51','','','105.160.125.120','loggedin',1),(1159,'user','5','2025-06-05 22:20:53','','','105.160.125.120','loggedin',1),(1160,'user','5','2025-06-05 22:23:47','','','105.160.125.120','loggedin',1),(1161,'user','5','2025-06-05 22:27:03','','','105.160.125.120','loggedin',1),(1162,'user','5','2025-06-05 22:28:56','','','105.160.125.120','loggedin',1),(1163,'user','5','2025-06-05 22:29:20','','','105.160.125.120','loggedin',1),(1164,'user','5','2025-06-05 22:31:02','2025-06-05 22:32:12','','105.160.125.120','loggedin',1),(1165,'user','6','2025-06-05 22:32:18','','','105.160.125.120','loggedin',1),(1166,'user','6','2025-06-05 22:32:56','','','105.160.125.120','loggedin',1),(1167,'admin','16','2025-06-05 22:42:57','','','105.160.23.201','loggedin',1),(1168,'user','6','2025-06-05 22:56:33','','','105.160.125.120','loggedin',1),(1169,'user','11','2025-06-05 22:58:42','','','105.160.125.120','loggedin',1),(1170,'admin','1','2025-06-05 23:01:43','','','41.90.4.248','loggedin',1),(1171,'user','6','2025-06-05 23:02:17','2025-06-05 23:02:39','','105.160.125.120','loggedin',1),(1172,'user','4','2025-06-05 23:04:31','','','105.160.125.120','loggedin',1),(1173,'user','11','2025-06-05 23:06:15','','','105.161.130.100','loggedin',1),(1174,'user','6','2025-06-05 23:06:43','','','105.160.125.120','loggedin',1),(1175,'user','6','2025-06-05 23:07:19','','','105.160.125.120','loggedin',1),(1176,'user','11','2025-06-05 23:10:19','','','105.161.130.100','loggedin',1),(1177,'user','6','2025-06-05 23:11:10','','','105.160.125.120','loggedin',1),(1178,'user','6','2025-06-05 23:11:42','2025-06-05 23:11:59','','105.160.125.120','loggedin',1),(1179,'user','6','2025-06-05 23:22:54','','','105.160.125.120','loggedin',1),(1180,'user','4','2025-06-05 23:30:26','','','105.160.125.120','loggedin',1),(1181,'user','4','2025-06-05 23:31:08','2025-06-05 23:35:53','','105.160.125.120','loggedin',1),(1182,'user','6','2025-06-05 23:35:58','','','105.160.125.120','loggedin',1),(1183,'user','6','2025-06-05 23:36:31','','','105.160.125.120','loggedin',1),(1184,'user','4','2025-06-05 23:40:56','2025-06-05 23:41:10','','105.160.125.120','loggedin',1),(1185,'user','4','2025-06-05 23:41:14','','','105.160.125.120','loggedin',1),(1186,'user','4','2025-06-05 23:41:39','','','105.160.125.120','loggedin',1),(1187,'user','4','2025-06-05 23:42:21','2025-06-05 23:47:28','','105.160.125.120','loggedin',1),(1188,'user','6','2025-06-05 23:47:32','','','105.160.125.120','loggedin',1),(1189,'user','6','2025-06-05 23:48:05','','','105.160.125.120','loggedin',1),(1190,'user','6','2025-06-05 23:48:56','','','105.160.125.120','loggedin',1),(1191,'user','6','2025-06-05 23:52:46','2025-06-05 23:52:49','','105.160.125.120','loggedin',1),(1192,'user','5','2025-06-05 23:57:44','','','105.160.125.120','loggedin',1),(1193,'user','5','2025-06-05 23:58:06','','','105.160.125.120','loggedin',1),(1194,'user','5','2025-06-05 23:59:23','2025-06-06 00:06:02','','105.160.125.120','loggedin',1),(1195,'user','5','2025-06-06 00:06:09','','','105.160.125.120','loggedin',1),(1196,'user','5','2025-06-06 00:07:05','2025-06-06 00:08:42','','105.160.125.120','loggedin',1),(1197,'user','5','2025-06-06 00:09:59','','','105.160.125.120','loggedin',1),(1198,'user','5','2025-06-06 00:12:22','2025-06-06 00:12:40','','105.160.125.120','loggedin',1),(1199,'user','4','2025-06-06 00:19:06','','','105.160.125.120','loggedin',1),(1200,'user','4','2025-06-06 00:20:54','','','105.160.125.120','loggedin',1),(1201,'user','5','2025-06-06 00:24:51','','','105.160.125.120','loggedin',1),(1202,'user','5','2025-06-06 00:25:32','2025-06-06 00:25:46','','105.160.125.120','loggedin',1),(1203,'user','6','2025-06-06 00:28:13','','','105.160.125.120','loggedin',1),(1204,'user','6','2025-06-06 00:28:59','2025-06-06 00:29:14','','105.160.125.120','loggedin',1),(1205,'user','4','2025-06-06 00:36:41','','','105.160.125.120','loggedin',1),(1206,'user','4','2025-06-06 00:37:11','2025-06-06 00:45:34','','105.160.125.120','loggedin',1),(1207,'user','6','2025-06-06 00:45:40','','','105.160.125.120','loggedin',1),(1208,'user','6','2025-06-06 00:46:09','','','105.160.125.120','loggedin',1),(1209,'user','4','2025-06-06 00:47:26','','','105.160.125.120','loggedin',1),(1210,'user','4','2025-06-06 00:47:50','','','105.160.125.120','loggedin',1),(1211,'user','11','2025-06-06 00:56:45','','','105.161.130.100','loggedin',1),(1212,'user','11','2025-06-06 00:58:17','','','105.161.130.100','loggedin',1),(1213,'user','6','2025-06-06 00:59:56','','','105.160.125.120','loggedin',1),(1214,'user','6','2025-06-06 01:00:53','2025-06-06 01:01:26','','105.160.125.120','loggedin',1),(1215,'user','11','2025-06-06 01:02:42','','','105.161.130.100','loggedin',1),(1216,'user','6','2025-06-06 01:17:32','','','105.160.125.120','loggedin',1),(1217,'user','6','2025-06-06 01:18:39','','','105.160.125.120','loggedin',1),(1218,'user','6','2025-06-06 01:21:25','','','105.160.125.120','loggedin',1),(1219,'user','6','2025-06-06 01:22:17','2025-06-06 01:22:27','','105.160.125.120','loggedin',1),(1220,'user','4','2025-06-06 01:28:54','','','105.160.125.120','loggedin',1),(1221,'user','6','2025-06-06 01:40:03','2025-06-06 01:40:54','','105.160.125.120','loggedin',1),(1222,'user','11','2025-06-06 01:51:30','','','105.161.130.100','loggedin',1),(1223,'user','6','2025-06-06 01:55:17','','','105.160.125.120','loggedin',1),(1224,'user','11','2025-06-06 01:56:34','','','105.161.130.100','loggedin',1),(1225,'user','6','2025-06-06 01:57:47','2025-06-06 01:58:00','','105.160.125.120','loggedin',1),(1226,'user','4','2025-06-06 01:59:06','','','105.160.125.120','loggedin',1),(1227,'user','4','2025-06-06 02:03:26','2025-06-06 02:13:45','','105.160.125.120','loggedin',1),(1228,'user','4','2025-06-06 02:13:49','2025-06-06 02:15:27','','105.160.125.120','loggedin',1),(1229,'user','17','2025-06-06 02:14:54','','','105.161.130.100','loggedin',1),(1230,'user','4','2025-06-06 02:15:30','','','105.160.125.120','loggedin',1),(1231,'user','11','2025-06-06 02:15:48','','','105.160.125.120','loggedin',1),(1232,'user','4','2025-06-06 02:16:13','2025-06-06 02:20:07','','105.160.125.120','loggedin',1),(1233,'user','5','2025-06-06 02:21:26','','','105.160.125.120','loggedin',1),(1234,'user','5','2025-06-06 02:33:39','','','105.160.125.120','loggedin',1),(1235,'user','5','2025-06-06 02:35:50','','','105.160.125.120','loggedin',1),(1236,'user','5','2025-06-06 02:42:45','','','105.160.125.120','loggedin',1),(1237,'user','5','2025-06-06 02:45:57','','','105.160.125.120','loggedin',1),(1238,'user','5','2025-06-06 02:46:44','2025-06-06 02:47:19','','105.160.125.120','loggedin',1),(1239,'user','4','2025-06-06 02:49:46','','','105.160.125.120','loggedin',1),(1240,'user','4','2025-06-06 02:55:20','2025-06-06 02:55:47','','105.160.125.120','loggedin',1),(1241,'user','6','2025-06-06 02:56:22','','','105.160.125.120','loggedin',1),(1242,'user','6','2025-06-06 02:58:11','','','105.160.125.120','loggedin',1),(1243,'user','6','2025-06-06 02:59:16','','','105.160.125.120','loggedin',1),(1244,'user','6','2025-06-06 02:59:49','','','105.160.125.120','loggedin',1),(1245,'user','6','2025-06-06 03:01:30','2025-06-06 03:02:14','','105.160.125.120','loggedin',1),(1246,'user','6','2025-06-06 03:05:37','2025-06-06 03:05:49','','105.160.125.120','loggedin',1),(1247,'user','5','2025-06-06 03:08:15','2025-06-06 03:08:30','','105.160.125.120','loggedin',1),(1248,'user','4','2025-06-06 03:10:37','','','105.160.125.120','loggedin',1),(1249,'user','11','2025-06-06 03:11:58','','','105.160.125.120','loggedin',1),(1250,'user','4','2025-06-06 03:12:11','2025-06-06 03:12:44','','105.160.125.120','loggedin',1),(1251,'user','4','2025-06-06 03:12:47','2025-06-06 03:13:01','','105.160.125.120','loggedin',1),(1252,'user','4','2025-06-06 03:13:04','2025-06-06 03:13:22','','105.160.125.120','loggedin',1),(1253,'user','17','2025-06-06 03:19:09','','','105.160.125.120','loggedin',1),(1254,'user','5','2025-06-06 03:20:55','','','105.160.125.120','loggedin',1),(1255,'user','5','2025-06-06 03:21:27','','','105.160.125.120','loggedin',1),(1256,'user','5','2025-06-06 03:26:24','2025-06-06 03:26:41','','105.160.125.120','loggedin',1),(1257,'user','5','2025-06-06 03:26:59','','','105.160.125.120','loggedin',1),(1258,'user','5','2025-06-06 03:27:19','2025-06-06 03:27:32','','105.160.125.120','loggedin',1),(1259,'user','6','2025-06-06 03:28:11','','','105.160.125.120','loggedin',1),(1260,'user','6','2025-06-06 03:29:24','','','105.160.125.120','loggedin',1),(1261,'user','6','2025-06-06 03:30:18','','','105.160.125.120','loggedin',1),(1262,'user','6','2025-06-06 03:32:20','2025-06-06 03:34:12','','105.160.125.120','loggedin',1),(1263,'user','6','2025-06-06 03:34:42','2025-06-06 03:35:15','','105.160.125.120','loggedin',1),(1264,'user','4','2025-06-06 03:36:35','','','105.160.125.120','loggedin',1),(1265,'user','4','2025-06-06 03:38:57','','','105.160.125.120','loggedin',1),(1266,'user','4','2025-06-06 03:39:56','2025-06-06 03:40:58','','105.160.125.120','loggedin',1),(1267,'user','6','2025-06-06 03:43:02','','','105.160.125.120','loggedin',1),(1268,'user','6','2025-06-06 03:43:18','2025-06-06 03:43:42','','105.160.125.120','loggedin',1),(1269,'user','4','2025-06-06 03:54:48','','','105.160.125.120','loggedin',1),(1270,'user','4','2025-06-06 03:56:22','2025-06-06 03:56:37','','105.160.125.120','loggedin',1),(1271,'user','4','2025-06-06 03:56:40','2025-06-06 03:57:09','','105.160.125.120','loggedin',1),(1272,'user','5','2025-06-06 04:04:19','','','105.160.125.120','loggedin',1),(1273,'user','5','2025-06-06 04:04:36','2025-06-06 04:04:53','','105.160.125.120','loggedin',1),(1274,'user','6','2025-06-06 04:11:50','2025-06-06 04:12:03','','105.160.125.120','loggedin',1),(1275,'user','11','2025-06-06 11:37:58','','','105.161.130.100','loggedin',1),(1276,'user','3','2025-06-06 12:12:37','','','105.161.232.124','loggedin',1),(1277,'user','3','2025-06-06 12:13:21','','','105.161.232.124','loggedin',1),(1278,'user','3','2025-06-06 12:15:23','','','105.161.232.124','loggedin',1),(1279,'user','3','2025-06-06 12:16:17','','','105.161.232.124','loggedin',1),(1280,'user','11','2025-06-06 12:19:44','','','105.161.130.100','loggedin',1),(1281,'user','3','2025-06-06 12:19:50','','','105.161.232.124','loggedin',1),(1282,'user','3','2025-06-06 12:21:19','','','105.161.232.124','loggedin',1),(1283,'user','3','2025-06-06 12:23:16','','','105.161.232.124','loggedin',1),(1284,'user','3','2025-06-06 12:25:06','','','105.161.232.124','loggedin',1),(1285,'user','3','2025-06-06 12:29:28','2025-06-06 12:29:58','','105.161.232.124','loggedin',1),(1286,'user','3','2025-06-06 12:31:01','','','105.161.232.124','loggedin',1),(1287,'user','3','2025-06-06 12:50:36','','','105.161.232.124','loggedin',1),(1288,'user','3','2025-06-06 12:51:42','','','105.161.232.124','loggedin',1),(1289,'user','3','2025-06-06 12:53:25','2025-06-06 12:53:48','','105.161.232.124','loggedin',1),(1290,'user','11','2025-06-06 13:06:12','','','105.161.130.100','loggedin',1),(1291,'user','3','2025-06-06 13:20:45','','','105.161.232.124','loggedin',1),(1292,'user','3','2025-06-06 13:21:46','','','105.161.232.124','loggedin',1),(1293,'user','3','2025-06-06 13:23:33','','','105.161.232.124','loggedin',1),(1294,'admin','16','2025-06-06 13:24:43','2025-06-06 16:04:42','','105.160.23.201','loggedin',1),(1295,'user','3','2025-06-06 13:38:18','2025-06-06 13:40:11','','105.161.232.124','loggedin',1),(1296,'user','11','2025-06-06 13:59:04','','','105.161.130.100','loggedin',1),(1297,'user','3','2025-06-06 14:22:12','','','105.161.232.124','loggedin',1),(1298,'user','3','2025-06-06 14:23:08','','','105.161.232.124','loggedin',1),(1299,'user','11','2025-06-06 15:14:56','','','105.161.130.100','loggedin',1),(1300,'user','3','2025-06-06 15:17:47','2025-06-06 15:18:46','','105.161.232.124','loggedin',1),(1301,'user','3','2025-06-06 15:24:19','','','105.161.232.124','loggedin',1),(1302,'user','3','2025-06-06 15:27:17','','','105.161.232.124','loggedin',1),(1303,'user','3','2025-06-06 15:28:13','','','105.161.232.124','loggedin',1),(1304,'admin','1','2025-06-06 15:29:14','2025-06-06 16:49:49','','197.232.142.176','loggedin',1),(1305,'user','11','2025-06-06 15:32:29','','','105.161.232.124','loggedin',1),(1306,'user','3','2025-06-06 15:35:12','','','105.161.232.124','loggedin',1),(1307,'user','11','2025-06-06 15:43:00','','','105.161.232.124','loggedin',1),(1308,'user','11','2025-06-06 15:44:17','','','105.161.232.124','loggedin',1),(1309,'user','11','2025-06-06 15:45:41','','','105.161.232.124','loggedin',1),(1310,'user','11','2025-06-06 15:48:03','','','105.161.232.124','loggedin',1),(1311,'user','5','2025-06-06 15:57:34','','','105.161.232.124','loggedin',1),(1312,'user','5','2025-06-06 15:58:20','','','105.161.232.124','loggedin',1),(1313,'user','5','2025-06-06 15:59:17','2025-06-06 15:59:44','','105.161.232.124','loggedin',1),(1314,'user','11','2025-06-06 16:05:00','2025-06-06 16:05:27','','105.161.232.124','loggedin',1),(1315,'user','3','2025-06-06 16:11:03','','','105.161.232.124','loggedin',1),(1316,'user','3','2025-06-06 16:11:56','2025-06-06 16:43:18','','105.161.232.124','loggedin',1),(1317,'admin','16','2025-06-06 16:39:47','','','105.160.23.201','loggedin',1),(1318,'user','6','2025-06-06 16:43:22','','','105.161.232.124','loggedin',1),(1319,'user','3','2025-06-06 16:49:18','','','105.161.232.124','loggedin',1),(1320,'user','3','2025-06-06 16:53:34','','','105.161.232.124','loggedin',1),(1321,'user','3','2025-06-06 16:56:41','','','105.161.232.124','loggedin',1),(1322,'user','3','2025-06-06 16:58:13','2025-06-06 17:09:31','','105.161.232.124','loggedin',1),(1323,'user','6','2025-06-06 17:19:24','','','105.161.232.124','loggedin',1),(1324,'user','6','2025-06-06 17:19:53','2025-06-06 17:20:12','','105.161.232.124','loggedin',1),(1325,'user','6','2025-06-06 17:54:08','2025-06-06 17:54:28','','105.161.232.124','loggedin',1),(1326,'admin','1','2025-06-06 18:03:37','','','197.232.142.176','loggedin',1),(1327,'user','17','2025-06-06 18:30:13','2025-06-06 21:09:19','','105.161.130.100','loggedin',1),(1328,'user','6','2025-06-06 18:38:11','','','105.161.232.124','loggedin',1),(1329,'user','6','2025-06-06 18:39:08','','','105.161.232.124','loggedin',1),(1330,'user','3','2025-06-06 18:43:12','2025-06-06 18:45:27','','105.161.232.124','loggedin',1),(1331,'user','6','2025-06-06 18:49:50','2025-06-06 18:50:16','','105.161.232.124','loggedin',1),(1332,'user','3','2025-06-06 18:50:48','','','105.161.232.124','loggedin',1),(1333,'user','11','2025-06-06 18:53:46','','','105.161.232.124','loggedin',1),(1334,'user','3','2025-06-06 18:54:43','2025-06-06 18:55:36','','105.161.232.124','loggedin',1),(1335,'user','4','2025-06-06 18:59:34','','','105.161.232.124','loggedin',1),(1336,'user','4','2025-06-06 19:02:47','','','105.161.232.124','loggedin',1),(1337,'user','6','2025-06-06 19:16:08','','','105.161.232.124','loggedin',1),(1338,'user','6','2025-06-06 19:17:16','','','105.161.232.124','loggedin',1),(1339,'user','6','2025-06-06 19:18:53','','','105.161.232.124','loggedin',1),(1340,'user','5','2025-06-06 19:37:56','','','105.161.232.124','loggedin',1),(1341,'user','5','2025-06-06 19:40:24','','','105.161.232.124','loggedin',1),(1342,'user','5','2025-06-06 19:41:27','','','105.161.232.124','loggedin',1),(1343,'user','5','2025-06-06 19:42:09','','','105.161.232.124','loggedin',1),(1344,'user','5','2025-06-06 19:43:54','2025-06-06 19:46:13','','105.161.232.124','loggedin',1),(1345,'user','5','2025-06-06 19:48:11','2025-06-06 19:49:19','','105.161.232.124','loggedin',1),(1346,'user','6','2025-06-06 19:50:13','','','105.161.232.124','loggedin',1),(1347,'user','8','2025-06-06 19:57:09','','','105.161.232.124','loggedin',1),(1348,'user','8','2025-06-06 19:58:21','','','105.161.232.124','loggedin',1),(1349,'user','8','2025-06-06 19:59:24','','','105.161.232.124','loggedin',1),(1350,'user','11','2025-06-06 20:03:20','2025-06-06 20:06:47','','105.161.232.124','loggedin',1),(1351,'user','6','2025-06-06 20:06:30','','','105.161.232.124','loggedin',1),(1352,'user','14','2025-06-06 20:06:56','','','105.161.232.124','loggedin',1),(1353,'user','14','2025-06-06 20:09:41','','','105.161.232.124','loggedin',1),(1354,'user','3','2025-06-06 20:10:32','2025-06-06 20:18:31','','105.161.232.124','loggedin',1),(1355,'user','14','2025-06-06 20:10:52','2025-06-06 20:13:25','','105.161.232.124','loggedin',1),(1356,'user','11','2025-06-06 20:13:47','','','105.161.232.124','loggedin',1),(1357,'user','6','2025-06-06 20:18:36','','','105.161.232.124','loggedin',1),(1358,'user','6','2025-06-06 20:19:39','','','105.161.232.124','loggedin',1),(1359,'user','6','2025-06-06 20:20:08','2025-06-06 20:20:38','','105.161.232.124','loggedin',1),(1360,'user','5','2025-06-06 20:21:51','2025-06-06 20:22:36','','105.161.232.124','loggedin',1),(1361,'user','4','2025-06-06 20:40:01','2025-06-06 20:41:33','','105.161.232.124','loggedin',1),(1362,'user','6','2025-06-06 20:48:27','2025-06-06 20:48:51','','105.161.232.124','loggedin',1),(1363,'user','4','2025-06-06 20:53:46','2025-06-06 20:54:29','','105.161.232.124','loggedin',1),(1364,'user','6','2025-06-06 21:02:19','','','105.161.232.124','loggedin',1),(1365,'user','6','2025-06-06 21:03:32','','','105.161.232.124','loggedin',1),(1366,'user','6','2025-06-06 21:04:16','','','105.161.232.124','loggedin',1),(1367,'admin','16','2025-06-06 21:09:28','2025-06-06 21:58:23','','105.161.130.100','loggedin',1),(1368,'user','3','2025-06-06 21:09:31','2025-06-06 21:12:32','','105.161.232.124','loggedin',1),(1369,'user','6','2025-06-06 21:12:52','','','105.161.232.124','loggedin',1),(1370,'user','11','2025-06-06 21:12:53','','','105.161.232.124','loggedin',1),(1371,'user','6','2025-06-06 21:14:13','2025-06-06 21:14:49','','105.161.232.124','loggedin',1),(1372,'user','8','2025-06-06 21:18:32','','','105.161.232.124','loggedin',1),(1373,'user','8','2025-06-06 21:19:08','','','105.161.232.124','loggedin',1),(1374,'user','8','2025-06-06 21:20:03','2025-06-06 21:29:01','','105.161.232.124','loggedin',1),(1375,'user','11','2025-06-06 21:27:05','','','105.161.232.124','loggedin',1),(1376,'user','3','2025-06-06 21:29:08','2025-06-06 21:29:17','','105.161.232.124','loggedin',1),(1377,'user','8','2025-06-06 21:31:17','','','105.161.232.124','loggedin',1),(1378,'user','8','2025-06-06 21:32:39','2025-06-06 21:33:34','','105.161.232.124','loggedin',1),(1379,'user','4','2025-06-06 21:33:39','','','105.161.232.124','loggedin',1),(1380,'user','4','2025-06-06 21:34:15','2025-06-06 21:34:31','','105.161.232.124','loggedin',1),(1381,'user','4','2025-06-06 21:34:55','','','105.161.232.124','loggedin',1),(1382,'user','6','2025-06-06 21:37:46','2025-06-06 21:38:10','','105.161.232.124','loggedin',1),(1383,'user','6','2025-06-06 21:43:49','2025-06-06 21:59:11','','105.161.232.124','loggedin',1),(1384,'user','17','2025-06-06 21:58:30','','','105.161.130.100','loggedin',1),(1385,'user','6','2025-06-06 21:59:16','','','105.161.232.124','loggedin',1),(1386,'user','6','2025-06-06 22:02:04','2025-06-06 22:09:47','','105.161.232.124','loggedin',1),(1387,'user','11','2025-06-06 22:05:53','','','105.161.232.124','loggedin',1),(1388,'user','6','2025-06-06 22:09:51','','','105.161.232.124','loggedin',1),(1389,'user','6','2025-06-06 22:10:19','','','105.161.232.124','loggedin',1),(1390,'user','6','2025-06-06 22:12:20','','','105.161.232.124','loggedin',1),(1391,'user','5','2025-06-06 22:15:05','','','105.161.232.124','loggedin',1),(1392,'user','5','2025-06-06 22:25:52','2025-06-06 22:26:04','','105.161.232.124','loggedin',1),(1393,'user','6','2025-06-06 22:27:54','','','105.161.232.124','loggedin',1),(1394,'user','6','2025-06-06 22:28:20','2025-06-06 22:28:42','','105.161.232.124','loggedin',1),(1395,'user','14','2025-06-06 22:39:03','','','105.161.232.124','loggedin',1),(1396,'user','14','2025-06-06 22:45:33','','','105.161.232.124','loggedin',1),(1397,'user','14','2025-06-06 22:47:25','','','105.161.232.124','loggedin',1),(1398,'user','6','2025-06-06 22:56:19','','','105.161.232.124','loggedin',1),(1399,'user','17','2025-06-06 23:03:03','','','105.161.130.100','loggedin',1),(1400,'user','14','2025-06-06 23:06:20','','','105.161.232.124','loggedin',1),(1401,'user','6','2025-06-06 23:12:35','','','105.161.232.124','loggedin',1),(1402,'user','14','2025-06-06 23:15:04','','','105.161.232.124','loggedin',1),(1403,'user','4','2025-06-06 23:29:51','','','105.161.232.124','loggedin',1),(1404,'user','14','2025-06-06 23:35:41','','','105.161.232.124','loggedin',1),(1405,'user','14','2025-06-06 23:49:46','2025-06-06 23:51:52','','105.161.232.124','loggedin',1),(1406,'user','4','2025-06-06 23:52:02','','','105.161.232.124','loggedin',1),(1407,'user','4','2025-06-06 23:52:29','','','105.161.232.124','loggedin',1),(1408,'user','4','2025-06-06 23:53:23','2025-06-07 00:01:00','','105.161.232.124','loggedin',1),(1409,'user','14','2025-06-06 23:56:17','','','105.161.232.124','loggedin',1),(1410,'user','14','2025-06-07 00:01:05','','','105.161.232.124','loggedin',1),(1411,'user','14','2025-06-07 00:03:08','2025-06-07 00:04:32','','105.161.232.124','loggedin',1),(1412,'user','6','2025-06-07 00:04:51','','','105.161.232.124','loggedin',1),(1413,'user','6','2025-06-07 00:05:56','','','105.161.232.124','loggedin',1),(1414,'user','6','2025-06-07 00:07:20','2025-06-07 00:08:30','','105.161.232.124','loggedin',1),(1415,'user','14','2025-06-07 00:09:58','','','105.161.232.124','loggedin',1),(1416,'user','6','2025-06-07 00:13:36','','','105.161.232.124','loggedin',1),(1417,'user','6','2025-06-07 00:15:35','','','105.161.232.124','loggedin',1),(1418,'user','14','2025-06-07 00:19:05','','','105.161.232.124','loggedin',1),(1419,'user','14','2025-06-07 00:22:19','','','105.161.232.124','loggedin',1),(1420,'user','14','2025-06-07 00:26:38','','','105.161.232.124','loggedin',1),(1421,'user','14','2025-06-07 00:27:09','','','105.161.232.124','loggedin',1),(1422,'user','6','2025-06-07 00:28:17','','','105.161.232.124','loggedin',1),(1423,'user','11','2025-06-07 00:29:21','','','105.161.232.124','loggedin',1),(1424,'user','14','2025-06-07 00:29:56','','','105.161.232.124','loggedin',1),(1425,'user','6','2025-06-07 00:29:57','','','105.161.232.124','loggedin',1),(1426,'user','14','2025-06-07 00:31:15','','','105.161.232.124','loggedin',1),(1427,'user','8','2025-06-07 00:46:27','','','105.161.232.124','loggedin',1),(1428,'user','8','2025-06-07 00:47:32','','','105.161.232.124','loggedin',1),(1429,'user','8','2025-06-07 00:49:31','','','105.161.232.124','loggedin',1),(1430,'user','8','2025-06-07 00:52:35','','','105.161.232.124','loggedin',1),(1431,'user','8','2025-06-07 00:55:15','','','105.161.232.124','loggedin',1),(1432,'user','8','2025-06-07 00:58:56','','','105.161.232.124','loggedin',1),(1433,'user','8','2025-06-07 01:02:34','','','105.161.232.124','loggedin',1),(1434,'user','8','2025-06-07 01:06:14','','','105.161.232.124','loggedin',1),(1435,'user','8','2025-06-07 01:07:56','','','105.161.232.124','loggedin',1),(1436,'user','11','2025-06-07 01:12:12','','','105.161.232.124','loggedin',1),(1437,'user','6','2025-06-07 01:14:14','','','105.161.232.124','loggedin',1),(1438,'user','6','2025-06-07 01:14:48','','','105.161.232.124','loggedin',1),(1439,'user','6','2025-06-07 01:17:03','','','105.161.232.124','loggedin',1),(1440,'user','6','2025-06-07 01:37:27','2025-06-07 01:38:52','','105.161.232.124','loggedin',1),(1441,'user','8','2025-06-07 01:51:42','','','105.161.232.124','loggedin',1),(1442,'user','8','2025-06-07 01:55:38','','','105.161.232.124','loggedin',1),(1443,'user','8','2025-06-07 01:56:44','','','105.161.232.124','loggedin',1),(1444,'user','11','2025-06-07 01:59:07','','','105.161.232.124','loggedin',1),(1445,'user','8','2025-06-07 01:59:15','','','105.161.232.124','loggedin',1),(1446,'user','8','2025-06-07 02:03:54','2025-06-07 02:04:39','','105.161.232.124','loggedin',1),(1447,'user','6','2025-06-07 02:04:44','','','105.161.232.124','loggedin',1),(1448,'user','6','2025-06-07 02:05:31','','','105.161.232.124','loggedin',1),(1449,'user','6','2025-06-07 02:07:42','','','105.161.232.124','loggedin',1),(1450,'user','6','2025-06-07 02:08:06','2025-06-07 02:08:30','','105.161.232.124','loggedin',1),(1451,'user','8','2025-06-07 02:12:32','','','105.161.232.124','loggedin',1),(1452,'user','8','2025-06-07 02:14:38','','','105.161.232.124','loggedin',1),(1453,'user','8','2025-06-07 02:15:37','','','105.161.232.124','loggedin',1),(1454,'user','8','2025-06-07 02:17:13','','','105.161.232.124','loggedin',1),(1455,'user','8','2025-06-07 02:18:12','2025-06-07 02:18:39','','105.161.232.124','loggedin',1),(1456,'user','4','2025-06-07 02:19:14','','','105.161.232.124','loggedin',1),(1457,'user','4','2025-06-07 02:20:27','','','105.161.232.124','loggedin',1),(1458,'user','4','2025-06-07 02:21:42','','','105.161.232.124','loggedin',1),(1459,'user','4','2025-06-07 02:25:43','2025-06-07 02:26:47','','105.161.232.124','loggedin',1),(1460,'user','4','2025-06-07 02:26:51','2025-06-07 02:27:05','','105.161.232.124','loggedin',1),(1461,'user','4','2025-06-07 02:27:08','2025-06-07 02:36:24','','105.161.232.124','loggedin',1),(1462,'user','17','2025-06-07 02:32:27','','','105.161.130.100','loggedin',1),(1463,'user','11','2025-06-07 02:32:32','','','105.161.130.100','loggedin',1),(1464,'user','14','2025-06-07 02:36:31','','','105.161.130.100','loggedin',1),(1465,'user','5','2025-06-07 02:36:43','','','105.161.232.124','loggedin',1),(1466,'user','5','2025-06-07 02:37:36','','','105.161.232.124','loggedin',1),(1467,'user','5','2025-06-07 02:40:29','','','105.161.232.124','loggedin',1),(1468,'user','5','2025-06-07 02:42:02','2025-06-07 02:42:36','','105.161.232.124','loggedin',1),(1469,'user','4','2025-06-07 02:42:45','','','105.161.232.124','loggedin',1),(1470,'user','4','2025-06-07 02:43:32','','','105.161.232.124','loggedin',1),(1471,'user','4','2025-06-07 02:46:25','','','105.161.232.124','loggedin',1),(1472,'user','4','2025-06-07 02:47:17','','','105.161.232.124','loggedin',1),(1473,'user','14','2025-06-07 02:48:42','','','105.161.130.100','loggedin',1),(1474,'user','4','2025-06-07 02:49:26','2025-06-07 02:50:06','','105.161.232.124','loggedin',1),(1475,'user','4','2025-06-07 02:50:10','','','105.161.232.124','loggedin',1),(1476,'user','4','2025-06-07 02:50:57','','','105.161.232.124','loggedin',1),(1477,'user','4','2025-06-07 02:52:02','','','105.161.232.124','loggedin',1),(1478,'user','4','2025-06-07 02:54:33','','','105.161.232.124','loggedin',1),(1479,'user','4','2025-06-07 02:57:09','','','105.161.232.124','loggedin',1),(1480,'user','4','2025-06-07 02:58:06','2025-06-07 02:59:34','','105.161.232.124','loggedin',1),(1481,'user','5','2025-06-07 03:11:01','','','105.161.232.124','loggedin',1),(1482,'user','5','2025-06-07 03:11:25','','','105.161.232.124','loggedin',1),(1483,'user','5','2025-06-07 03:12:55','','','105.161.232.124','loggedin',1),(1484,'user','5','2025-06-07 03:13:43','','','105.161.232.124','loggedin',1),(1485,'user','5','2025-06-07 03:14:27','','','105.161.232.124','loggedin',1),(1486,'user','5','2025-06-07 03:15:12','','','105.161.232.124','loggedin',1),(1487,'user','5','2025-06-07 03:17:10','','','105.161.232.124','loggedin',1),(1488,'user','5','2025-06-07 03:18:24','','','105.161.232.124','loggedin',1),(1489,'user','5','2025-06-07 03:19:31','','','105.161.232.124','loggedin',1),(1490,'user','6','2025-06-07 03:19:51','','','105.161.130.100','loggedin',1),(1491,'user','5','2025-06-07 03:21:39','','','105.161.232.124','loggedin',1),(1492,'user','5','2025-06-07 03:23:24','','','105.161.232.124','loggedin',1),(1493,'user','5','2025-06-07 03:25:11','2025-06-07 03:27:28','','105.161.232.124','loggedin',1),(1494,'user','14','2025-06-07 03:27:14','','','105.161.130.100','loggedin',1),(1495,'user','4','2025-06-07 03:28:15','','','105.161.232.124','loggedin',1),(1496,'user','4','2025-06-07 03:29:10','','','105.161.232.124','loggedin',1),(1497,'user','4','2025-06-07 03:31:49','','','105.161.232.124','loggedin',1),(1498,'user','4','2025-06-07 03:32:50','','','105.161.232.124','loggedin',1),(1499,'user','4','2025-06-07 03:34:26','2025-06-07 03:37:06','','105.161.232.124','loggedin',1),(1500,'user','6','2025-06-07 03:38:04','','','105.161.232.124','loggedin',1),(1501,'user','6','2025-06-07 03:39:08','','','105.161.232.124','loggedin',1),(1502,'user','6','2025-06-07 03:41:02','','','105.161.232.124','loggedin',1),(1503,'user','6','2025-06-07 03:42:59','','','105.161.232.124','loggedin',1),(1504,'user','6','2025-06-07 03:43:28','2025-06-07 03:43:40','','105.161.232.124','loggedin',1),(1505,'user','4','2025-06-07 03:48:32','','','105.161.232.124','loggedin',1),(1506,'user','4','2025-06-07 03:49:35','','','105.161.232.124','loggedin',1),(1507,'user','4','2025-06-07 03:50:17','2025-06-07 03:50:36','','105.161.232.124','loggedin',1),(1508,'user','5','2025-06-07 03:50:47','','','105.161.232.124','loggedin',1),(1509,'user','5','2025-06-07 03:51:45','','','105.161.232.124','loggedin',1),(1510,'user','5','2025-06-07 03:52:10','2025-06-07 03:52:56','','105.161.232.124','loggedin',1),(1511,'user','4','2025-06-07 03:53:08','','','105.161.232.124','loggedin',1),(1512,'user','4','2025-06-07 03:53:34','2025-06-07 03:54:28','','105.161.232.124','loggedin',1),(1513,'user','4','2025-06-07 03:54:32','','','105.161.232.124','loggedin',1),(1514,'user','4','2025-06-07 03:54:55','2025-06-07 03:56:06','','105.161.232.124','loggedin',1),(1515,'user','5','2025-06-07 03:56:59','2025-06-07 03:57:55','','105.161.232.124','loggedin',1),(1516,'user','5','2025-06-07 03:58:04','','','105.161.232.124','loggedin',1),(1517,'user','5','2025-06-07 03:58:51','','','105.161.232.124','loggedin',1),(1518,'user','5','2025-06-07 04:02:20','','','105.161.232.124','loggedin',1),(1519,'user','5','2025-06-07 04:02:50','2025-06-07 04:04:24','','105.161.232.124','loggedin',1),(1520,'user','8','2025-06-07 04:04:29','','','105.161.232.124','loggedin',1),(1521,'user','8','2025-06-07 04:05:12','','','105.161.232.124','loggedin',1),(1522,'user','8','2025-06-07 04:07:31','2025-06-07 04:08:04','','105.161.232.124','loggedin',1),(1523,'user','6','2025-06-07 04:10:33','','','105.161.232.124','loggedin',1),(1524,'user','6','2025-06-07 04:11:01','','','105.161.232.124','loggedin',1),(1525,'user','6','2025-06-07 04:11:56','2025-06-07 04:24:20','','105.161.232.124','loggedin',1),(1526,'user','4','2025-06-07 04:24:24','','','105.161.232.124','loggedin',1),(1527,'user','4','2025-06-07 04:24:52','2025-06-07 04:25:25','','105.161.232.124','loggedin',1),(1528,'user','6','2025-06-07 04:25:29','2025-06-07 04:26:07','','105.161.232.124','loggedin',1),(1529,'user','6','2025-06-07 04:40:54','','','105.161.232.124','loggedin',1),(1530,'user','6','2025-06-07 04:42:05','','','105.161.232.124','loggedin',1),(1531,'user','6','2025-06-07 04:42:58','','','105.161.232.124','loggedin',1),(1532,'user','5','2025-06-07 04:44:56','','','105.161.232.124','loggedin',1),(1533,'user','5','2025-06-07 04:45:49','2025-06-07 04:46:10','','105.161.232.124','loggedin',1),(1534,'user','8','2025-06-07 04:47:17','','','105.161.232.124','loggedin',1),(1535,'user','8','2025-06-07 04:59:21','2025-06-07 05:09:58','','105.161.232.124','loggedin',1),(1536,'user','6','2025-06-07 05:10:03','2025-06-07 05:12:06','','105.161.232.124','loggedin',1),(1537,'user','17','2025-06-07 05:26:06','','','105.161.130.100','loggedin',1),(1538,'user','5','2025-06-07 05:52:06','','','105.161.232.124','loggedin',1),(1539,'user','5','2025-06-07 05:52:55','','','105.161.232.124','loggedin',1),(1540,'user','5','2025-06-07 05:54:09','','','105.161.232.124','loggedin',1),(1541,'user','5','2025-06-07 05:55:40','2025-06-07 05:56:24','','105.161.232.124','loggedin',1),(1542,'user','8','2025-06-07 06:09:36','','','105.161.232.124','loggedin',1),(1543,'user','8','2025-06-07 06:16:06','','','105.161.232.124','loggedin',1),(1544,'user','8','2025-06-07 06:22:46','','','105.161.232.124','loggedin',1),(1545,'user','8','2025-06-07 06:23:42','2025-06-07 06:24:35','','105.161.232.124','loggedin',1),(1546,'user','9','2025-06-07 06:25:03','','','105.161.232.124','loggedin',1),(1547,'user','9','2025-06-07 06:26:56','','','105.161.232.124','loggedin',1),(1548,'user','9','2025-06-07 06:28:04','','','105.161.232.124','loggedin',1),(1549,'user','9','2025-06-07 06:29:23','2025-06-07 06:30:23','','105.161.232.124','loggedin',1),(1550,'user','9','2025-06-07 06:33:40','2025-06-07 06:34:35','','105.161.232.124','loggedin',1),(1551,'user','9','2025-06-07 06:34:39','2025-06-07 06:37:40','','105.161.232.124','loggedin',1),(1552,'user','9','2025-06-07 06:37:45','2025-06-07 06:38:50','','105.161.232.124','loggedin',1),(1553,'user','9','2025-06-07 06:40:24','','','105.161.232.124','loggedin',1),(1554,'user','9','2025-06-07 06:40:51','','','105.161.232.124','loggedin',1),(1555,'user','9','2025-06-07 06:42:26','','','105.161.232.124','loggedin',1),(1556,'user','9','2025-06-07 06:43:50','','','105.161.232.124','loggedin',1),(1557,'user','9','2025-06-07 06:45:43','','','105.161.232.124','loggedin',1),(1558,'user','9','2025-06-07 06:46:57','2025-06-07 06:47:12','','105.161.232.124','loggedin',1),(1559,'user','4','2025-06-07 06:47:16','','','105.161.232.124','loggedin',1),(1560,'user','4','2025-06-07 06:47:50','2025-06-07 06:48:02','','105.161.232.124','loggedin',1),(1561,'user','9','2025-06-07 06:48:07','','','105.161.232.124','loggedin',1),(1562,'user','9','2025-06-07 06:48:35','','','105.161.232.124','loggedin',1),(1563,'user','9','2025-06-07 06:49:52','','','105.161.232.124','loggedin',1),(1564,'user','9','2025-06-07 06:53:21','','','105.161.232.124','loggedin',1),(1565,'user','9','2025-06-07 06:54:35','','','105.161.232.124','loggedin',1),(1566,'user','9','2025-06-07 06:55:58','','','105.161.232.124','loggedin',1),(1567,'user','9','2025-06-07 06:57:07','','','105.161.232.124','loggedin',1),(1568,'user','9','2025-06-07 06:57:42','2025-06-07 06:58:55','','105.161.232.124','loggedin',1),(1569,'user','9','2025-06-07 06:59:17','2025-06-07 07:02:04','','105.161.232.124','loggedin',1),(1570,'user','17','2025-06-07 07:02:14','','','105.161.130.100','loggedin',1),(1571,'user','8','2025-06-07 07:02:20','','','105.161.232.124','loggedin',1),(1572,'user','8','2025-06-07 07:03:23','2025-06-07 07:03:53','','105.161.232.124','loggedin',1),(1573,'user','9','2025-06-07 07:03:57','','','105.161.232.124','loggedin',1),(1574,'user','9','2025-06-07 07:04:35','','','105.161.232.124','loggedin',1),(1575,'user','9','2025-06-07 07:05:47','','','105.161.232.124','loggedin',1),(1576,'user','17','2025-06-07 07:06:40','','','105.161.130.100','loggedin',1),(1577,'user','9','2025-06-07 07:06:58','','','105.161.232.124','loggedin',1),(1578,'user','9','2025-06-07 07:07:59','2025-06-07 07:08:28','','105.161.232.124','loggedin',1),(1579,'user','17','2025-06-07 07:09:02','2025-06-07 07:11:51','','105.161.130.100','loggedin',1),(1580,'admin','16','2025-06-07 07:12:10','','','105.161.130.100','loggedin',1),(1581,'user','3','2025-06-07 10:07:53','','','105.160.51.225','loggedin',1),(1582,'user','3','2025-06-07 10:08:36','','','105.160.51.225','loggedin',1),(1583,'user','3','2025-06-07 10:09:29','','','105.160.51.225','loggedin',1),(1584,'user','3','2025-06-07 10:48:48','2025-06-07 10:49:02','','105.160.51.225','loggedin',1),(1585,'user','3','2025-06-07 12:15:36','2025-06-07 12:15:59','','105.160.51.225','loggedin',1),(1586,'user','14','2025-06-07 12:25:42','','','105.161.130.100','loggedin',1),(1587,'user','3','2025-06-07 13:02:03','','','105.160.51.225','loggedin',1),(1588,'user','3','2025-06-07 13:04:12','','','105.160.51.225','loggedin',1),(1589,'user','3','2025-06-07 13:07:02','','','105.160.51.225','loggedin',1),(1590,'user','14','2025-06-07 13:16:27','2025-06-07 13:17:38','','105.160.51.225','loggedin',1),(1591,'user','3','2025-06-07 13:17:41','2025-06-07 13:32:33','','105.160.51.225','loggedin',1),(1592,'user','3','2025-06-07 13:32:53','','','105.160.51.225','loggedin',1),(1593,'user','3','2025-06-07 13:33:43','','','105.160.51.225','loggedin',1),(1594,'user','3','2025-06-07 13:36:03','2025-06-07 13:36:22','','105.160.51.225','loggedin',1),(1595,'user','11','2025-06-07 13:46:26','','','105.161.130.100','loggedin',1),(1596,'user','3','2025-06-07 13:51:38','','','105.160.51.225','loggedin',1),(1597,'user','11','2025-06-07 13:55:23','2025-06-07 14:04:13','','105.161.130.100','loggedin',1),(1598,'user','14','2025-06-07 14:04:29','','','105.161.130.100','loggedin',1),(1599,'user','3','2025-06-07 14:23:07','','','105.160.51.225','loggedin',1),(1600,'user','3','2025-06-07 14:24:36','','','105.160.51.225','loggedin',1),(1601,'user','3','2025-06-07 14:28:13','','','105.160.51.225','loggedin',1),(1602,'user','3','2025-06-07 14:28:44','','','105.160.51.225','loggedin',1),(1603,'user','3','2025-06-07 14:29:38','','','105.160.51.225','loggedin',1),(1604,'user','11','2025-06-07 14:33:47','','','105.161.130.100','loggedin',1),(1605,'user','3','2025-06-07 14:44:53','2025-06-07 14:45:13','','105.160.51.225','loggedin',1),(1606,'user','3','2025-06-07 14:45:21','2025-06-07 14:45:46','','105.160.51.225','loggedin',1),(1607,'user','14','2025-06-07 14:46:26','','','105.161.130.100','loggedin',1),(1608,'user','3','2025-06-07 14:47:21','','','105.160.51.225','loggedin',1),(1609,'admin','16','2025-06-07 15:58:04','','','105.161.130.100','loggedin',1),(1610,'user','11','2025-06-07 16:11:19','','','105.161.130.100','loggedin',1),(1611,'admin','1','2025-06-07 16:56:03','','','41.90.4.114','loggedin',1),(1612,'user','14','2025-06-07 16:56:40','','','105.160.49.207','loggedin',1),(1613,'user','14','2025-06-07 17:02:22','','','105.160.49.207','loggedin',1),(1614,'user','11','2025-06-07 17:38:50','','','105.160.49.207','loggedin',1),(1615,'user','11','2025-06-07 17:39:48','','','105.160.49.207','loggedin',1),(1616,'user','11','2025-06-07 17:42:42','','','105.160.49.207','loggedin',1),(1617,'user','14','2025-06-07 18:12:05','','','105.160.49.207','loggedin',1),(1618,'user','3','2025-06-07 18:12:38','','','105.161.216.46','loggedin',1),(1619,'user','3','2025-06-07 18:15:04','2025-06-07 18:16:37','','105.161.216.46','loggedin',1),(1620,'user','3','2025-06-07 18:19:23','2025-06-07 18:25:25','','105.161.216.46','loggedin',1),(1621,'user','3','2025-06-07 18:25:43','','','105.161.216.46','loggedin',1),(1622,'user','11','2025-06-07 18:27:16','','','105.160.49.207','loggedin',1),(1623,'user','3','2025-06-07 18:29:19','','','105.161.216.46','loggedin',1),(1624,'user','3','2025-06-07 18:31:21','2025-06-07 18:32:03','','105.161.216.46','loggedin',1),(1625,'user','11','2025-06-07 18:32:32','','','105.161.216.46','loggedin',1),(1626,'user','11','2025-06-07 18:34:36','','','105.161.216.46','loggedin',1),(1627,'user','4','2025-06-07 18:36:15','','','105.161.216.46','loggedin',1),(1628,'user','4','2025-06-07 18:37:21','2025-06-07 18:38:17','','105.161.216.46','loggedin',1),(1629,'user','5','2025-06-07 18:38:44','','','105.161.216.46','loggedin',1),(1630,'user','5','2025-06-07 18:40:59','','','105.161.216.46','loggedin',1),(1631,'user','3','2025-06-07 18:44:01','','','105.161.216.46','loggedin',1),(1632,'user','3','2025-06-07 18:46:09','2025-06-07 18:50:32','','105.161.216.46','loggedin',1),(1633,'user','14','2025-06-07 19:04:13','','','105.161.216.46','loggedin',1),(1634,'user','14','2025-06-07 19:05:33','','','105.161.216.46','loggedin',1),(1635,'user','4','2025-06-07 19:08:25','','','105.161.216.46','loggedin',1),(1636,'user','4','2025-06-07 19:09:31','2025-06-07 19:10:36','','105.161.216.46','loggedin',1),(1637,'user','17','2025-06-07 19:18:52','','','105.160.49.207','loggedin',1),(1638,'user','14','2025-06-07 19:19:25','','','105.161.216.46','loggedin',1),(1639,'user','17','2025-06-07 19:46:05','','','105.160.49.207','loggedin',1),(1640,'user','6','2025-06-07 19:48:15','','','105.161.216.46','loggedin',1),(1641,'user','6','2025-06-07 19:49:24','','','105.161.216.46','loggedin',1),(1642,'user','6','2025-06-07 19:53:41','2025-06-07 19:54:08','','105.161.216.46','loggedin',1),(1643,'user','17','2025-06-07 19:57:22','','','105.160.49.207','loggedin',1),(1644,'user','11','2025-06-07 19:59:19','','','105.160.49.207','loggedin',1),(1645,'user','14','2025-06-07 20:00:00','','','105.160.49.207','loggedin',1),(1646,'user','6','2025-06-07 20:02:43','','','105.161.216.46','loggedin',1),(1647,'user','14','2025-06-07 20:06:15','','','105.160.49.207','loggedin',1),(1648,'user','14','2025-06-07 20:12:30','','','105.160.49.207','loggedin',1),(1649,'user','6','2025-06-07 20:12:38','','','105.161.216.46','loggedin',1),(1650,'user','11','2025-06-07 20:16:13','','','105.160.49.207','loggedin',1),(1651,'user','14','2025-06-07 20:17:50','','','105.160.49.207','loggedin',1),(1652,'user','6','2025-06-07 20:19:53','2025-06-07 20:20:59','','105.161.216.46','loggedin',1),(1653,'user','6','2025-06-07 20:22:43','','','105.161.216.46','loggedin',1),(1654,'user','6','2025-06-07 20:23:57','2025-06-07 20:24:30','','105.161.216.46','loggedin',1),(1655,'user','4','2025-06-07 20:27:43','','','105.161.216.46','loggedin',1),(1656,'user','14','2025-06-07 20:34:46','','','105.160.49.207','loggedin',1),(1657,'user','4','2025-06-07 21:13:04','','','105.161.216.46','loggedin',1),(1658,'user','4','2025-06-07 21:13:31','','','105.161.216.46','loggedin',1),(1659,'user','4','2025-06-07 21:16:14','','','105.161.216.46','loggedin',1),(1660,'user','4','2025-06-07 21:17:35','2025-06-07 21:17:59','','105.161.216.46','loggedin',1),(1661,'user','4','2025-06-07 21:38:51','','','105.161.216.46','loggedin',1),(1662,'user','4','2025-06-07 21:39:41','','','105.161.216.46','loggedin',1),(1663,'user','4','2025-06-07 21:40:51','','','105.161.216.46','loggedin',1),(1664,'user','6','2025-06-07 21:45:26','','','105.161.216.46','loggedin',1),(1665,'user','4','2025-06-07 21:54:18','2025-06-07 21:54:54','','105.161.216.46','loggedin',1),(1666,'user','4','2025-06-07 21:54:58','','','105.161.216.46','loggedin',1),(1667,'user','11','2025-06-07 22:04:37','','','105.160.49.207','loggedin',1),(1668,'user','6','2025-06-07 22:09:11','','','105.161.216.46','loggedin',1),(1669,'user','6','2025-06-07 22:09:33','','','105.161.216.46','loggedin',1),(1670,'user','11','2025-06-07 22:10:59','','','105.161.216.46','loggedin',1),(1671,'user','6','2025-06-07 22:13:03','','','105.161.216.46','loggedin',1),(1672,'user','6','2025-06-07 22:13:42','2025-06-07 22:13:55','','105.161.216.46','loggedin',1),(1673,'user','6','2025-06-07 22:18:45','','','105.161.216.46','loggedin',1),(1674,'user','4','2025-06-07 22:39:52','','','105.161.216.46','loggedin',1),(1675,'user','4','2025-06-07 22:40:41','','','105.161.216.46','loggedin',1),(1676,'user','11','2025-06-07 22:47:35','','','105.161.216.46','loggedin',1),(1677,'user','11','2025-06-07 22:56:44','','','105.161.216.46','loggedin',1),(1678,'user','11','2025-06-07 22:59:57','','','105.161.216.46','loggedin',1),(1679,'user','11','2025-06-07 23:02:14','','','105.160.49.207','loggedin',1),(1680,'user','11','2025-06-07 23:03:08','','','105.160.49.207','loggedin',1),(1681,'user','4','2025-06-07 23:05:02','2025-06-07 23:05:20','','105.161.216.46','loggedin',1),(1682,'user','4','2025-06-07 23:09:19','','','105.161.216.46','loggedin',1),(1683,'user','4','2025-06-07 23:10:14','2025-06-07 23:25:43','','105.161.216.46','loggedin',1),(1684,'user','6','2025-06-07 23:25:47','','','105.161.216.46','loggedin',1),(1685,'user','6','2025-06-07 23:27:53','','','105.161.216.46','loggedin',1),(1686,'user','6','2025-06-07 23:28:37','2025-06-07 23:31:57','','105.161.216.46','loggedin',1),(1687,'user','6','2025-06-07 23:32:01','2025-06-07 23:33:12','','105.161.216.46','loggedin',1),(1688,'user','6','2025-06-07 23:33:16','2025-06-07 23:33:35','','105.161.216.46','loggedin',1),(1689,'user','11','2025-06-07 23:41:46','','','105.161.216.46','loggedin',1),(1690,'user','6','2025-06-07 23:54:25','','','105.161.216.46','loggedin',1),(1691,'user','6','2025-06-07 23:55:31','','','105.161.216.46','loggedin',1),(1692,'user','6','2025-06-07 23:56:10','','','105.161.216.46','loggedin',1),(1693,'user','4','2025-06-08 00:02:14','','','105.161.216.46','loggedin',1),(1694,'user','4','2025-06-08 00:03:01','','','105.161.216.46','loggedin',1),(1695,'user','4','2025-06-08 00:03:35','','','105.161.216.46','loggedin',1),(1696,'user','4','2025-06-08 00:04:32','2025-06-08 00:04:49','','105.161.216.46','loggedin',1),(1697,'user','4','2025-06-08 00:12:39','','','105.161.216.46','loggedin',1),(1698,'user','14','2025-06-08 00:12:41','','','105.161.216.46','loggedin',1),(1699,'user','4','2025-06-08 00:13:01','','','105.161.216.46','loggedin',1),(1700,'user','4','2025-06-08 00:13:41','2025-06-08 00:14:33','','105.161.216.46','loggedin',1),(1701,'user','6','2025-06-08 00:16:40','','','105.161.216.46','loggedin',1),(1702,'user','11','2025-06-08 00:25:02','','','105.161.216.46','loggedin',1),(1703,'user','11','2025-06-08 00:26:50','','','105.161.216.46','loggedin',1),(1704,'user','6','2025-06-08 00:30:55','','','105.161.216.46','loggedin',1),(1705,'user','6','2025-06-08 00:38:29','','','105.161.216.46','loggedin',1),(1706,'user','6','2025-06-08 00:41:16','','','105.161.216.46','loggedin',1),(1707,'user','6','2025-06-08 00:41:47','','','105.161.216.46','loggedin',1),(1708,'user','6','2025-06-08 00:42:22','2025-06-08 00:42:54','','105.161.216.46','loggedin',1),(1709,'user','4','2025-06-08 00:43:08','','','105.161.216.46','loggedin',1),(1710,'user','4','2025-06-08 00:43:31','','','105.161.216.46','loggedin',1),(1711,'user','4','2025-06-08 00:44:17','2025-06-08 00:45:00','','105.161.216.46','loggedin',1),(1712,'user','6','2025-06-08 00:50:19','','','105.161.216.46','loggedin',1),(1713,'user','6','2025-06-08 01:16:34','','','105.161.216.46','loggedin',1),(1714,'user','6','2025-06-08 01:17:30','','','105.161.216.46','loggedin',1),(1715,'user','6','2025-06-08 01:18:10','','','105.161.216.46','loggedin',1),(1716,'user','4','2025-06-08 01:20:12','','','105.161.216.46','loggedin',1),(1717,'user','4','2025-06-08 01:20:38','','','105.161.216.46','loggedin',1),(1718,'user','4','2025-06-08 01:21:16','','','105.161.216.46','loggedin',1),(1719,'user','4','2025-06-08 01:21:51','','','105.161.216.46','loggedin',1),(1720,'user','4','2025-06-08 01:22:13','','','105.161.216.46','loggedin',1),(1721,'user','4','2025-06-08 01:22:46','','','105.161.216.46','loggedin',1),(1722,'user','4','2025-06-08 01:23:12','2025-06-08 01:23:46','','105.161.216.46','loggedin',1),(1723,'user','6','2025-06-08 01:24:32','','','105.161.216.46','loggedin',1),(1724,'user','11','2025-06-08 01:28:14','','','105.161.216.46','loggedin',1),(1725,'user','6','2025-06-08 01:34:33','','','105.161.216.46','loggedin',1),(1726,'user','6','2025-06-08 01:35:00','2025-06-08 01:35:22','','105.161.216.46','loggedin',1),(1727,'user','4','2025-06-08 01:39:20','','','105.161.216.46','loggedin',1),(1728,'user','4','2025-06-08 01:40:17','2025-06-08 01:41:33','','105.161.216.46','loggedin',1),(1729,'user','6','2025-06-08 01:41:37','2025-06-08 01:51:06','','105.161.216.46','loggedin',1),(1730,'user','11','2025-06-08 01:48:14','','','105.161.216.46','loggedin',1),(1731,'user','6','2025-06-08 01:51:21','2025-06-08 01:51:43','','105.161.216.46','loggedin',1),(1732,'user','4','2025-06-08 01:51:46','2025-06-08 01:52:51','','105.161.216.46','loggedin',1),(1733,'user','4','2025-06-08 01:52:55','','','105.161.216.46','loggedin',1),(1734,'user','4','2025-06-08 01:54:13','2025-06-08 01:54:44','','105.161.216.46','loggedin',1),(1735,'user','6','2025-06-08 01:54:54','','','105.161.216.46','loggedin',1),(1736,'user','6','2025-06-08 02:03:47','2025-06-08 02:08:52','','105.161.216.46','loggedin',1),(1737,'user','6','2025-06-08 02:12:59','2025-06-08 02:15:24','','105.161.216.46','loggedin',1),(1738,'user','11','2025-06-08 02:14:24','','','105.161.216.46','loggedin',1),(1739,'user','6','2025-06-08 02:15:41','','','105.161.216.46','loggedin',1),(1740,'user','11','2025-06-08 02:17:04','','','105.161.216.46','loggedin',1),(1741,'user','6','2025-06-08 02:35:42','','','105.161.216.46','loggedin',1),(1742,'user','6','2025-06-08 02:36:27','','','105.161.216.46','loggedin',1),(1743,'user','6','2025-06-08 02:36:52','','','105.161.216.46','loggedin',1),(1744,'user','6','2025-06-08 03:11:50','2025-06-08 03:12:51','','105.161.216.46','loggedin',1),(1745,'user','5','2025-06-08 03:13:18','','','105.161.216.46','loggedin',1),(1746,'user','5','2025-06-08 03:17:37','','','105.161.216.46','loggedin',1),(1747,'user','5','2025-06-08 03:27:17','','','105.161.216.46','loggedin',1),(1748,'user','5','2025-06-08 03:34:13','','','105.161.234.233','loggedin',1),(1749,'user','5','2025-06-08 03:36:07','','','105.161.234.233','loggedin',1),(1750,'user','5','2025-06-08 03:37:49','','','105.161.234.233','loggedin',1),(1751,'user','5','2025-06-08 03:39:06','','','105.161.234.233','loggedin',1),(1752,'user','5','2025-06-08 03:39:56','','','105.161.234.233','loggedin',1),(1753,'user','5','2025-06-08 03:40:47','','','105.161.234.233','loggedin',1),(1754,'user','5','2025-06-08 03:41:37','','','105.161.234.233','loggedin',1),(1755,'user','5','2025-06-08 03:43:44','','','105.161.234.233','loggedin',1),(1756,'user','5','2025-06-08 03:45:42','','','105.161.234.233','loggedin',1),(1757,'user','5','2025-06-08 03:46:41','','','105.161.234.233','loggedin',1),(1758,'user','5','2025-06-08 03:47:53','','','105.161.234.233','loggedin',1),(1759,'user','5','2025-06-08 03:49:39','','','105.161.234.233','loggedin',1),(1760,'user','5','2025-06-08 03:52:22','','','105.161.234.233','loggedin',1),(1761,'user','5','2025-06-08 03:53:19','','','105.161.234.233','loggedin',1),(1762,'user','5','2025-06-08 03:55:13','','','105.161.234.233','loggedin',1),(1763,'user','5','2025-06-08 03:56:53','','','105.161.234.233','loggedin',1),(1764,'user','5','2025-06-08 03:59:13','','','105.161.234.233','loggedin',1),(1765,'user','5','2025-06-08 04:02:21','','','105.161.234.233','loggedin',1),(1766,'user','5','2025-06-08 04:03:43','','','105.161.234.233','loggedin',1),(1767,'user','5','2025-06-08 04:05:27','','','105.161.234.233','loggedin',1),(1768,'user','5','2025-06-08 04:06:39','','','105.161.234.233','loggedin',1),(1769,'user','5','2025-06-08 04:07:55','','','105.161.234.233','loggedin',1),(1770,'user','5','2025-06-08 04:09:59','','','105.161.234.233','loggedin',1),(1771,'user','5','2025-06-08 04:10:54','','','105.161.234.233','loggedin',1),(1772,'user','5','2025-06-08 04:11:50','','','105.161.234.233','loggedin',1),(1773,'user','5','2025-06-08 04:15:22','','','105.161.234.233','loggedin',1),(1774,'user','5','2025-06-08 04:16:30','','','105.161.234.233','loggedin',1),(1775,'admin','16','2025-06-08 04:17:52','','','105.160.6.201','loggedin',1),(1776,'user','5','2025-06-08 04:18:59','','','105.161.234.233','loggedin',1),(1777,'user','5','2025-06-08 04:20:35','','','105.161.234.233','loggedin',1),(1778,'user','5','2025-06-08 04:22:02','','','105.161.234.233','loggedin',1),(1779,'user','5','2025-06-08 04:23:37','','','105.161.234.233','loggedin',1),(1780,'user','5','2025-06-08 04:25:14','2025-06-08 04:26:24','','105.161.234.233','loggedin',1),(1781,'user','5','2025-06-08 04:29:21','','','105.161.234.233','loggedin',1),(1782,'user','5','2025-06-08 04:29:38','2025-06-08 04:29:54','','105.161.234.233','loggedin',1),(1783,'user','6','2025-06-08 04:30:28','','','105.161.234.233','loggedin',1),(1784,'user','17','2025-06-08 04:32:05','','','105.161.145.159','loggedin',1),(1785,'user','6','2025-06-08 04:32:33','2025-06-08 04:34:18','','105.161.234.233','loggedin',1),(1786,'user','11','2025-06-08 04:34:17','','','105.161.234.233','loggedin',1),(1787,'user','11','2025-06-08 04:39:31','','','105.161.234.233','loggedin',1),(1788,'user','14','2025-06-08 04:41:44','','','105.161.234.233','loggedin',1),(1789,'user','6','2025-06-08 04:43:32','','','105.161.234.233','loggedin',1),(1790,'user','6','2025-06-08 04:44:26','','','105.161.234.233','loggedin',1),(1791,'user','6','2025-06-08 04:47:56','','','105.161.234.233','loggedin',1),(1792,'user','6','2025-06-08 05:02:53','2025-06-08 05:04:03','','105.161.234.233','loggedin',1),(1793,'user','14','2025-06-08 05:08:43','','','105.161.234.233','loggedin',1),(1794,'user','5','2025-06-08 05:11:22','','','105.161.234.233','loggedin',1),(1795,'user','5','2025-06-08 05:11:53','2025-06-08 05:12:17','','105.161.234.233','loggedin',1),(1796,'user','14','2025-06-08 05:26:11','','','105.161.234.233','loggedin',1),(1797,'user','6','2025-06-08 05:27:32','','','105.161.234.233','loggedin',1),(1798,'user','6','2025-06-08 05:29:13','','','105.161.234.233','loggedin',1),(1799,'user','6','2025-06-08 05:34:29','2025-06-08 05:35:48','','105.161.234.233','loggedin',1),(1800,'user','5','2025-06-08 05:45:37','','','105.161.234.233','loggedin',1),(1801,'user','5','2025-06-08 05:46:03','2025-06-08 05:46:19','','105.161.234.233','loggedin',1),(1802,'user','6','2025-06-08 05:51:57','','','105.161.234.233','loggedin',1),(1803,'user','6','2025-06-08 05:52:36','','','105.161.234.233','loggedin',1),(1804,'user','6','2025-06-08 05:53:20','2025-06-08 05:53:33','','105.161.234.233','loggedin',1),(1805,'user','17','2025-06-08 06:02:11','','','105.161.145.159','loggedin',1),(1806,'admin','16','2025-06-08 06:02:17','','','105.160.6.201','loggedin',1),(1807,'user','4','2025-06-08 06:04:10','','','105.161.234.233','loggedin',1),(1808,'user','4','2025-06-08 06:06:27','','','105.161.234.233','loggedin',1),(1809,'user','4','2025-06-08 06:07:52','','','105.161.234.233','loggedin',1),(1810,'user','4','2025-06-08 06:11:48','','','105.161.234.233','loggedin',1),(1811,'user','4','2025-06-08 06:12:37','','','105.161.234.233','loggedin',1),(1812,'user','4','2025-06-08 06:16:04','','','105.161.234.233','loggedin',1),(1813,'user','17','2025-06-08 06:16:47','','','105.161.145.159','loggedin',1),(1814,'user','4','2025-06-08 06:18:07','','','105.161.234.233','loggedin',1),(1815,'user','4','2025-06-08 06:18:50','','','105.161.234.233','loggedin',1),(1816,'user','4','2025-06-08 06:19:33','','','105.161.234.233','loggedin',1),(1817,'user','4','2025-06-08 06:20:24','','','105.161.234.233','loggedin',1),(1818,'user','4','2025-06-08 06:21:16','','','105.161.234.233','loggedin',1),(1819,'user','4','2025-06-08 06:22:54','','','105.161.234.233','loggedin',1),(1820,'user','4','2025-06-08 06:24:07','','','105.161.234.233','loggedin',1),(1821,'user','4','2025-06-08 06:25:59','','','105.161.234.233','loggedin',1),(1822,'user','4','2025-06-08 06:28:51','','','105.161.234.233','loggedin',1),(1823,'user','4','2025-06-08 06:35:21','','','105.161.234.233','loggedin',1),(1824,'user','4','2025-06-08 06:38:49','','','105.161.234.233','loggedin',1),(1825,'user','4','2025-06-08 06:39:25','','','105.161.234.233','loggedin',1),(1826,'user','4','2025-06-08 06:41:14','2025-06-08 06:42:05','','105.161.234.233','loggedin',1),(1827,'user','6','2025-06-08 06:42:20','2025-06-08 06:42:36','','105.161.234.233','loggedin',1),(1828,'user','4','2025-06-08 06:42:40','','','105.161.234.233','loggedin',1),(1829,'user','4','2025-06-08 06:43:47','2025-06-08 06:44:28','','105.161.234.233','loggedin',1),(1830,'user','6','2025-06-08 06:44:32','2025-06-08 06:47:05','','105.161.234.233','loggedin',1),(1831,'user','17','2025-06-08 07:02:42','','','105.161.145.159','loggedin',1),(1832,'user','4','2025-06-08 07:16:56','','','105.161.234.233','loggedin',1),(1833,'user','4','2025-06-08 07:19:04','','','105.161.234.233','loggedin',1),(1834,'user','4','2025-06-08 07:19:42','2025-06-08 07:32:49','','105.161.234.233','loggedin',1),(1835,'user','8','2025-06-08 07:32:56','','','105.161.234.233','loggedin',1),(1836,'user','8','2025-06-08 07:35:30','2025-06-08 07:35:49','','105.161.234.233','loggedin',1),(1837,'user','6','2025-06-08 07:35:56','2025-06-08 07:36:06','','105.161.234.233','loggedin',1),(1838,'user','14','2025-06-08 12:56:15','2025-06-08 12:59:00','','105.161.234.233','loggedin',1),(1839,'user','14','2025-06-08 12:59:56','','','105.161.234.233','loggedin',1),(1840,'user','3','2025-06-08 13:04:01','','','105.161.234.233','loggedin',1),(1841,'user','3','2025-06-08 13:10:37','2025-06-08 13:10:56','','105.161.234.233','loggedin',1),(1842,'user','3','2025-06-08 13:12:02','','','105.161.234.233','loggedin',1),(1843,'user','3','2025-06-08 13:12:52','2025-06-08 13:13:20','','105.161.234.233','loggedin',1),(1844,'user','14','2025-06-08 13:14:21','2025-06-08 13:16:53','','105.161.234.233','loggedin',1),(1845,'user','14','2025-06-08 13:32:43','2025-06-08 13:36:21','','105.161.234.233','loggedin',1),(1846,'user','14','2025-06-08 14:39:55','','','105.161.234.233','loggedin',1),(1847,'user','11','2025-06-08 15:13:40','','','105.161.234.233','loggedin',1),(1848,'user','11','2025-06-08 15:17:57','','','105.161.234.233','loggedin',1),(1849,'user','3','2025-06-08 15:36:32','','','105.161.234.233','loggedin',1),(1850,'user','3','2025-06-08 15:37:41','2025-06-08 15:38:04','','105.161.234.233','loggedin',1),(1851,'user','3','2025-06-08 16:02:21','','','105.161.234.233','loggedin',1),(1852,'user','3','2025-06-08 16:04:20','2025-06-08 16:05:40','','105.161.234.233','loggedin',1),(1853,'user','3','2025-06-08 16:48:20','','','105.161.234.233','loggedin',1),(1854,'user','3','2025-06-08 16:49:11','','','105.161.234.233','loggedin',1),(1855,'user','3','2025-06-08 16:49:49','','','105.161.234.233','loggedin',1),(1856,'user','3','2025-06-08 16:50:34','','','105.161.234.233','loggedin',1),(1857,'user','11','2025-06-08 16:51:06','','','105.161.234.233','loggedin',1),(1858,'user','6','2025-06-08 17:08:32','','','105.161.234.233','loggedin',1),(1859,'user','6','2025-06-08 17:18:12','','','105.161.234.233','loggedin',1),(1860,'user','11','2025-06-08 17:22:55','','','105.161.234.233','loggedin',1),(1861,'user','17','2025-06-08 17:30:57','2025-06-08 19:19:09','','105.161.145.159','loggedin',1),(1862,'user','11','2025-06-08 17:50:00','','','105.161.234.233','loggedin',1),(1863,'user','11','2025-06-08 17:52:37','','','105.161.234.233','loggedin',1),(1864,'user','11','2025-06-08 17:53:54','','','105.161.234.233','loggedin',1),(1865,'user','6','2025-06-08 18:10:07','','','105.161.234.233','loggedin',1),(1866,'user','3','2025-06-08 18:11:22','','','105.161.234.233','loggedin',1),(1867,'user','11','2025-06-08 18:12:10','','','105.161.234.233','loggedin',1),(1868,'user','4','2025-06-08 18:12:27','','','105.161.234.233','loggedin',1),(1869,'user','4','2025-06-08 18:13:11','','','105.161.234.233','loggedin',1),(1870,'user','4','2025-06-08 18:14:51','','','105.161.234.233','loggedin',1),(1871,'user','4','2025-06-08 18:16:40','2025-06-08 18:16:57','','105.161.234.233','loggedin',1),(1872,'user','5','2025-06-08 18:17:18','2025-06-08 18:19:41','','105.161.234.233','loggedin',1),(1873,'user','6','2025-06-08 18:34:51','','','105.161.234.233','loggedin',1),(1874,'user','3','2025-06-08 18:36:40','2025-06-08 18:40:11','','105.161.234.233','loggedin',1),(1875,'user','11','2025-06-08 18:37:23','','','105.161.234.233','loggedin',1),(1876,'user','3','2025-06-08 18:42:23','','','105.161.234.233','loggedin',1),(1877,'user','3','2025-06-08 18:52:06','','','105.161.234.233','loggedin',1),(1878,'user','3','2025-06-08 18:53:45','','','105.161.234.233','loggedin',1),(1879,'user','3','2025-06-08 18:58:09','2025-06-08 18:59:13','','105.161.234.233','loggedin',1),(1880,'user','11','2025-06-08 19:06:19','','','105.161.234.233','loggedin',1),(1881,'user','6','2025-06-08 19:09:21','','','105.161.234.233','loggedin',1),(1882,'user','6','2025-06-08 19:13:47','','','105.161.234.233','loggedin',1),(1883,'user','6','2025-06-08 19:18:50','','','105.161.234.233','loggedin',1),(1884,'admin','16','2025-06-08 19:19:14','2025-06-08 19:28:57','','105.161.145.159','loggedin',1),(1885,'user','17','2025-06-08 19:29:06','','','105.161.145.159','loggedin',1),(1886,'user','17','2025-06-08 19:33:29','','','105.161.145.159','loggedin',1),(1887,'user','4','2025-06-08 19:34:02','','','105.161.234.233','loggedin',1),(1888,'user','4','2025-06-08 19:35:10','','','105.161.234.233','loggedin',1),(1889,'user','4','2025-06-08 19:36:25','2025-06-08 19:36:53','','105.161.234.233','loggedin',1),(1890,'user','4','2025-06-08 19:39:39','','','105.161.234.233','loggedin',1),(1891,'user','3','2025-06-08 19:40:38','2025-06-08 19:41:13','','105.161.234.233','loggedin',1),(1892,'user','6','2025-06-08 19:43:36','','','105.161.234.233','loggedin',1),(1893,'user','6','2025-06-08 20:02:21','','','105.161.234.233','loggedin',1),(1894,'user','11','2025-06-08 20:17:21','','','105.161.234.233','loggedin',1),(1895,'user','6','2025-06-08 20:20:15','2025-06-08 20:20:46','','105.161.234.233','loggedin',1),(1896,'user','6','2025-06-08 20:25:02','','','105.161.234.233','loggedin',1),(1897,'user','11','2025-06-08 20:27:13','','','105.161.234.233','loggedin',1),(1898,'user','4','2025-06-08 20:31:58','','','105.161.234.233','loggedin',1),(1899,'user','4','2025-06-08 20:32:24','2025-06-08 20:32:46','','105.161.234.233','loggedin',1),(1900,'user','5','2025-06-08 20:39:17','','','105.161.234.233','loggedin',1),(1901,'user','5','2025-06-08 20:39:43','','','105.161.234.233','loggedin',1),(1902,'user','5','2025-06-08 20:41:24','','','105.161.234.233','loggedin',1),(1903,'user','5','2025-06-08 20:42:36','','','105.161.234.233','loggedin',1),(1904,'user','5','2025-06-08 20:43:48','2025-06-08 20:44:16','','105.161.234.233','loggedin',1),(1905,'user','5','2025-06-08 21:06:04','','','105.161.234.233','loggedin',1),(1906,'user','5','2025-06-08 21:06:53','','','105.161.234.233','loggedin',1),(1907,'user','5','2025-06-08 21:09:19','','','105.161.234.233','loggedin',1),(1908,'user','5','2025-06-08 21:10:47','2025-06-08 21:12:07','','105.161.234.233','loggedin',1),(1909,'user','11','2025-06-08 21:16:48','','','105.161.234.233','loggedin',1),(1910,'user','6','2025-06-08 21:21:32','','','105.161.234.233','loggedin',1),(1911,'user','6','2025-06-08 21:22:30','','','105.161.234.233','loggedin',1),(1912,'user','6','2025-06-08 21:23:09','','','105.161.234.233','loggedin',1),(1913,'user','6','2025-06-08 21:24:45','2025-06-08 21:25:01','','105.161.234.233','loggedin',1),(1914,'user','4','2025-06-08 21:27:14','','','105.161.234.233','loggedin',1),(1915,'user','4','2025-06-08 21:27:42','','','105.161.234.233','loggedin',1),(1916,'user','11','2025-06-08 21:28:34','','','105.161.234.233','loggedin',1),(1917,'user','4','2025-06-08 21:29:07','2025-06-08 21:32:03','','105.161.234.233','loggedin',1),(1918,'user','4','2025-06-08 21:43:47','','','105.161.234.233','loggedin',1),(1919,'user','4','2025-06-08 21:44:25','2025-06-08 21:45:15','','105.161.234.233','loggedin',1),(1920,'user','6','2025-06-08 21:48:04','','','105.161.234.233','loggedin',1),(1921,'user','6','2025-06-08 21:49:16','2025-06-08 21:49:37','','105.161.234.233','loggedin',1),(1922,'user','4','2025-06-08 21:53:17','','','105.161.234.233','loggedin',1),(1923,'user','4','2025-06-08 21:54:32','2025-06-08 21:55:05','','105.161.234.233','loggedin',1),(1924,'user','4','2025-06-08 21:56:13','','','105.161.234.233','loggedin',1),(1925,'user','4','2025-06-08 21:56:44','2025-06-08 21:56:59','','105.161.234.233','loggedin',1),(1926,'user','5','2025-06-08 22:02:11','','','105.161.234.233','loggedin',1),(1927,'user','5','2025-06-08 22:02:48','','','105.161.234.233','loggedin',1),(1928,'user','5','2025-06-08 22:06:33','','','105.161.234.233','loggedin',1),(1929,'user','5','2025-06-08 22:07:34','2025-06-08 22:10:09','','105.161.234.233','loggedin',1),(1930,'user','4','2025-06-08 22:16:23','','','105.161.234.233','loggedin',1),(1931,'admin','16','2025-06-08 22:17:03','','','105.161.168.185','loggedin',1),(1932,'user','4','2025-06-08 22:17:56','2025-06-08 22:18:25','','105.161.234.233','loggedin',1),(1933,'user','6','2025-06-08 22:19:18','','','105.161.234.233','loggedin',1),(1934,'user','11','2025-06-08 22:19:52','','','105.161.234.233','loggedin',1),(1935,'user','6','2025-06-08 22:20:14','','','105.161.234.233','loggedin',1),(1936,'user','11','2025-06-08 22:20:46','','','105.161.234.233','loggedin',1),(1937,'user','6','2025-06-08 22:21:16','2025-06-08 22:21:28','','105.161.234.233','loggedin',1),(1938,'user','17','2025-06-08 22:24:31','','','105.161.145.159','loggedin',1),(1939,'user','6','2025-06-08 22:52:16','','','105.161.234.233','loggedin',1),(1940,'user','6','2025-06-08 22:52:53','2025-06-08 22:53:04','','105.161.234.233','loggedin',1),(1941,'user','6','2025-06-08 23:02:05','','','105.161.234.233','loggedin',1),(1942,'user','6','2025-06-08 23:04:51','','','105.161.234.233','loggedin',1),(1943,'user','6','2025-06-08 23:05:11','2025-06-08 23:05:22','','105.161.234.233','loggedin',1),(1944,'user','11','2025-06-08 23:11:31','','','105.161.234.233','loggedin',1),(1945,'user','5','2025-06-08 23:15:01','2025-06-08 23:15:11','','105.161.234.233','loggedin',1),(1946,'user','11','2025-06-08 23:16:27','','','105.161.234.233','loggedin',1),(1947,'user','11','2025-06-08 23:17:51','','','105.161.234.233','loggedin',1),(1948,'user','11','2025-06-08 23:20:25','','','105.161.234.233','loggedin',1),(1949,'user','11','2025-06-08 23:22:14','','','105.161.234.233','loggedin',1),(1950,'user','5','2025-06-08 23:43:58','','','105.161.234.233','loggedin',1),(1951,'user','5','2025-06-08 23:44:22','','','105.161.234.233','loggedin',1),(1952,'user','5','2025-06-08 23:45:50','','','105.161.234.233','loggedin',1),(1953,'user','5','2025-06-08 23:46:45','','','105.161.234.233','loggedin',1),(1954,'user','5','2025-06-08 23:49:34','','','105.161.234.233','loggedin',1),(1955,'user','5','2025-06-08 23:50:17','','','105.161.234.233','loggedin',1),(1956,'user','5','2025-06-08 23:51:20','2025-06-08 23:51:49','','105.161.234.233','loggedin',1),(1957,'user','4','2025-06-08 23:51:56','','','105.161.234.233','loggedin',1),(1958,'user','4','2025-06-08 23:52:28','2025-06-08 23:52:41','','105.161.234.233','loggedin',1),(1959,'user','6','2025-06-08 23:54:11','','','105.161.234.233','loggedin',1),(1960,'user','6','2025-06-08 23:55:30','2025-06-08 23:55:44','','105.161.234.233','loggedin',1),(1961,'user','5','2025-06-08 23:58:50','','','105.161.234.233','loggedin',1),(1962,'user','11','2025-06-09 00:01:16','','','105.161.234.233','loggedin',1),(1963,'user','4','2025-06-09 00:21:31','','','105.161.234.233','loggedin',1),(1964,'user','4','2025-06-09 00:22:19','','','105.161.234.233','loggedin',1),(1965,'user','5','2025-06-09 00:25:23','','','105.161.234.233','loggedin',1),(1966,'user','5','2025-06-09 00:26:58','','','105.161.234.233','loggedin',1),(1967,'user','5','2025-06-09 00:27:36','','','105.161.234.233','loggedin',1),(1968,'user','5','2025-06-09 00:28:30','','','105.161.234.233','loggedin',1),(1969,'user','5','2025-06-09 00:29:23','2025-06-09 00:31:58','','105.161.234.233','loggedin',1),(1970,'user','6','2025-06-09 00:32:25','','','105.161.234.233','loggedin',1),(1971,'user','6','2025-06-09 00:43:10','','','105.161.234.233','loggedin',1),(1972,'user','6','2025-06-09 00:44:36','2025-06-09 00:45:08','','105.161.234.233','loggedin',1),(1973,'user','6','2025-06-09 00:45:27','','','105.161.234.233','loggedin',1),(1974,'user','6','2025-06-09 00:45:56','2025-06-09 00:46:13','','105.161.234.233','loggedin',1),(1975,'user','5','2025-06-09 01:03:27','','','105.161.234.233','loggedin',1),(1976,'user','5','2025-06-09 01:03:48','2025-06-09 01:04:30','','105.161.234.233','loggedin',1),(1977,'user','4','2025-06-09 01:05:28','','','105.161.234.233','loggedin',1),(1978,'user','4','2025-06-09 01:05:54','','','105.161.234.233','loggedin',1),(1979,'user','14','2025-06-09 01:07:06','','','105.161.234.233','loggedin',1),(1980,'user','6','2025-06-09 01:09:17','','','105.161.234.233','loggedin',1),(1981,'user','6','2025-06-09 01:10:02','','','105.161.234.233','loggedin',1),(1982,'user','6','2025-06-09 01:10:49','','','105.161.234.233','loggedin',1),(1983,'user','6','2025-06-09 01:12:42','','','105.161.234.233','loggedin',1),(1984,'user','6','2025-06-09 01:13:13','','','105.161.234.233','loggedin',1),(1985,'user','6','2025-06-09 01:14:46','','','105.161.234.233','loggedin',1),(1986,'user','11','2025-06-09 01:16:27','','','105.161.234.233','loggedin',1),(1987,'user','11','2025-06-09 01:18:18','','','105.161.234.233','loggedin',1),(1988,'user','5','2025-06-09 01:23:15','','','105.161.234.233','loggedin',1),(1989,'user','5','2025-06-09 01:23:45','2025-06-09 01:24:06','','105.161.234.233','loggedin',1),(1990,'user','4','2025-06-09 01:24:21','','','105.161.234.233','loggedin',1),(1991,'user','4','2025-06-09 01:24:41','2025-06-09 01:24:55','','105.161.234.233','loggedin',1),(1992,'user','11','2025-06-09 01:35:15','','','105.161.234.233','loggedin',1),(1993,'user','17','2025-06-09 02:05:41','','','105.161.145.159','loggedin',1),(1994,'user','6','2025-06-09 02:26:26','','','105.161.234.233','loggedin',1),(1995,'user','6','2025-06-09 02:27:01','2025-06-09 02:27:18','','105.161.234.233','loggedin',1),(1996,'user','17','2025-06-09 03:01:57','','','105.161.145.159','loggedin',1),(1997,'user','14','2025-06-09 09:20:55','','','105.161.145.159','loggedin',1),(1998,'user','14','2025-06-09 12:13:28','','','105.161.145.159','loggedin',1),(1999,'user','14','2025-06-09 12:17:24','','','105.161.145.159','loggedin',1),(2000,'user','14','2025-06-09 12:20:58','2025-06-09 12:22:14','','105.161.145.159','loggedin',1),(2001,'user','14','2025-06-09 12:22:34','','','105.161.145.159','loggedin',1),(2002,'user','14','2025-06-09 12:32:05','','','105.161.145.159','loggedin',1),(2003,'user','17','2025-06-09 15:24:43','','','105.161.145.159','loggedin',1),(2004,'user','4','2025-06-09 16:08:51','','','105.161.143.220','loggedin',1),(2005,'user','4','2025-06-09 16:34:05','2025-06-09 16:34:26','','105.161.143.220','loggedin',1),(2006,'user','4','2025-06-09 17:05:46','','','105.161.143.220','loggedin',1),(2007,'user','4','2025-06-09 17:06:33','','','105.161.143.220','loggedin',1),(2008,'user','4','2025-06-09 17:09:01','','','105.161.143.220','loggedin',1),(2009,'user','4','2025-06-09 17:31:00','','','105.161.143.220','loggedin',1),(2010,'user','4','2025-06-09 17:31:58','','','105.161.143.220','loggedin',1),(2011,'admin','16','2025-06-09 17:43:16','','','105.160.43.48','loggedin',1),(2012,'user','4','2025-06-09 17:51:56','','','105.161.143.220','loggedin',1),(2013,'user','4','2025-06-09 17:56:24','2025-06-09 17:56:43','','105.161.143.220','loggedin',1),(2014,'user','4','2025-06-09 17:56:50','','','105.161.143.220','loggedin',1),(2015,'user','4','2025-06-09 17:57:45','','','105.161.143.220','loggedin',1),(2016,'user','4','2025-06-09 18:52:39','','','105.161.143.220','loggedin',1),(2017,'user','4','2025-06-09 18:56:59','','','105.161.143.220','loggedin',1),(2018,'user','4','2025-06-09 18:59:56','','','105.161.143.220','loggedin',1),(2019,'admin','16','2025-06-09 19:03:25','','','105.160.43.48','loggedin',1),(2020,'user','4','2025-06-09 19:04:33','','','105.161.143.220','loggedin',1),(2021,'user','4','2025-06-09 19:10:26','','','105.161.143.220','loggedin',1),(2022,'user','4','2025-06-09 19:19:23','','','105.161.143.220','loggedin',1),(2023,'user','4','2025-06-09 19:22:28','','','105.161.143.220','loggedin',1),(2024,'user','4','2025-06-09 19:35:08','','','105.161.143.220','loggedin',1),(2025,'user','4','2025-06-09 19:35:46','','','105.161.143.220','loggedin',1),(2026,'user','4','2025-06-09 20:08:59','','','105.161.143.220','loggedin',1),(2027,'admin','1','2025-06-09 21:02:32','','','185.132.133.128','loggedin',1),(2028,'user','4','2025-06-09 21:03:17','','','105.161.143.220','loggedin',1),(2029,'user','4','2025-06-09 21:05:29','','','105.161.143.220','loggedin',1),(2030,'user','4','2025-06-09 21:06:50','','','105.161.143.220','loggedin',1),(2031,'user','4','2025-06-09 21:19:19','','','105.161.143.220','loggedin',1),(2032,'user','4','2025-06-09 21:20:00','','','105.161.143.220','loggedin',1),(2033,'admin','16','2025-06-09 21:20:11','','','105.160.43.48','loggedin',1),(2034,'user','4','2025-06-09 21:24:25','2025-06-09 21:24:52','','105.161.143.220','loggedin',1),(2035,'user','4','2025-06-09 21:34:29','','','105.161.143.220','loggedin',1),(2036,'user','4','2025-06-09 22:06:32','','','105.161.143.220','loggedin',1),(2037,'user','4','2025-06-09 22:07:28','','','105.161.143.220','loggedin',1),(2038,'user','4','2025-06-09 22:08:27','2025-06-09 22:08:52','','105.161.143.220','loggedin',1),(2039,'user','17','2025-06-09 22:10:53','2025-06-09 23:56:32','','105.161.145.159','loggedin',1),(2040,'user','4','2025-06-09 22:20:15','','','105.161.143.220','loggedin',1),(2041,'user','4','2025-06-09 22:20:38','2025-06-09 23:05:47','','105.161.143.220','loggedin',1),(2042,'user','4','2025-06-09 23:07:25','','','105.161.143.220','loggedin',1),(2043,'user','4','2025-06-09 23:51:45','2025-06-09 23:52:02','','105.161.143.220','loggedin',1),(2044,'admin','16','2025-06-09 23:56:46','','','105.161.145.159','loggedin',1),(2045,'user','4','2025-06-09 23:58:11','','','105.161.143.220','loggedin',1),(2046,'user','4','2025-06-09 23:58:37','2025-06-09 23:58:56','','105.161.143.220','loggedin',1),(2047,'user','17','2025-06-10 00:23:39','','','105.161.145.159','loggedin',1),(2048,'admin','16','2025-06-10 08:03:46','2025-06-10 15:38:27','','196.96.114.211','loggedin',1),(2049,'user','14','2025-06-10 09:03:37','','','105.161.145.159','loggedin',1),(2050,'user','11','2025-06-10 09:11:40','','','105.161.145.159','loggedin',1),(2051,'user','11','2025-06-10 09:29:00','','','105.161.145.159','loggedin',1),(2052,'user','3','2025-06-10 10:18:59','','','105.160.123.58','loggedin',1),(2053,'admin','1','2025-06-10 11:06:08','2025-06-10 11:29:38','','197.232.142.176','loggedin',1),(2054,'user','11','2025-06-10 11:07:50','','','105.161.145.159','loggedin',1),(2055,'user','3','2025-06-10 11:36:43','','','105.160.123.58','loggedin',1),(2056,'user','11','2025-06-10 11:47:27','','','105.161.145.159','loggedin',1),(2057,'user','3','2025-06-10 11:49:30','2025-06-10 11:49:46','','105.160.123.58','loggedin',1),(2058,'user','3','2025-06-10 12:25:36','','','105.160.123.58','loggedin',1),(2059,'user','11','2025-06-10 12:31:33','','','105.161.145.159','loggedin',1),(2060,'user','3','2025-06-10 12:44:45','','','105.160.123.58','loggedin',1),(2061,'user','3','2025-06-10 12:46:31','2025-06-10 12:58:12','','105.160.123.58','loggedin',1),(2062,'user','3','2025-06-10 12:58:21','2025-06-10 12:58:27','','105.160.123.58','loggedin',1),(2063,'user','14','2025-06-10 13:06:57','','','105.161.145.159','loggedin',1),(2064,'user','11','2025-06-10 14:07:41','','','105.161.145.159','loggedin',1),(2065,'user','3','2025-06-10 14:09:47','','','105.160.123.58','loggedin',1),(2066,'user','3','2025-06-10 14:12:02','2025-06-10 14:12:26','','105.160.123.58','loggedin',1),(2067,'user','3','2025-06-10 14:40:23','2025-06-10 14:41:43','','105.160.123.58','loggedin',1),(2068,'user','3','2025-06-10 15:51:16','','','105.160.1.190','loggedin',1),(2069,'user','3','2025-06-10 16:50:02','','','105.160.1.190','loggedin',1),(2070,'user','3','2025-06-10 17:06:00','','','105.160.1.190','loggedin',1),(2071,'user','3','2025-06-10 17:15:31','','','105.160.1.190','loggedin',1),(2072,'user','3','2025-06-10 17:17:17','2025-06-10 17:17:43','','105.160.1.190','loggedin',1),(2073,'user','11','2025-06-10 17:27:25','','','105.161.218.112','loggedin',1),(2074,'user','6','2025-06-10 17:31:39','','','105.160.1.190','loggedin',1),(2075,'user','17','2025-06-10 17:38:17','','','105.161.218.112','loggedin',1),(2076,'user','3','2025-06-10 17:47:13','','','105.160.1.190','loggedin',1),(2077,'user','3','2025-06-10 17:49:24','','','105.160.1.190','loggedin',1),(2078,'user','17','2025-06-10 17:50:39','2025-06-10 18:39:05','','105.161.218.112','loggedin',1),(2079,'user','11','2025-06-10 18:24:58','','','105.160.1.190','loggedin',1),(2080,'user','3','2025-06-10 18:28:35','2025-06-10 18:30:06','','105.160.1.190','loggedin',1),(2081,'user','11','2025-06-10 18:30:32','','','105.160.1.190','loggedin',1),(2082,'user','11','2025-06-10 18:33:03','','','105.160.1.190','loggedin',1),(2083,'user','6','2025-06-10 19:08:39','','','105.160.1.190','loggedin',1),(2084,'user','11','2025-06-10 19:10:54','','','105.161.218.112','loggedin',1),(2085,'user','6','2025-06-10 19:33:41','','','105.160.1.190','loggedin',1),(2086,'admin','16','2025-06-10 19:36:25','','','105.160.33.130','loggedin',1),(2087,'user','11','2025-06-10 19:45:15','','','105.161.218.112','loggedin',1),(2088,'user','6','2025-06-10 20:02:58','2025-06-10 20:03:32','','105.160.1.190','loggedin',1),(2089,'user','6','2025-06-10 20:16:15','','','105.160.1.190','loggedin',1),(2090,'user','6','2025-06-10 20:20:07','','','105.160.1.190','loggedin',1),(2091,'user','6','2025-06-10 20:20:30','','','105.160.1.190','loggedin',1),(2092,'user','11','2025-06-10 20:22:18','','','105.161.218.112','loggedin',1),(2093,'user','11','2025-06-10 20:30:05','','','105.161.218.112','loggedin',1),(2094,'user','11','2025-06-10 20:35:09','','','105.161.218.112','loggedin',1),(2095,'user','11','2025-06-10 20:37:59','','','105.161.218.112','loggedin',1),(2096,'user','6','2025-06-10 20:47:39','','','105.160.1.190','loggedin',1),(2097,'user','6','2025-06-10 20:48:35','2025-06-10 20:48:49','','105.160.1.190','loggedin',1),(2098,'user','6','2025-06-10 20:55:36','','','105.160.1.190','loggedin',1),(2099,'user','6','2025-06-10 20:56:57','','','105.160.1.190','loggedin',1),(2100,'user','6','2025-06-10 21:40:41','','','105.160.1.190','loggedin',1),(2101,'user','6','2025-06-10 21:41:39','','','105.160.1.190','loggedin',1),(2102,'user','6','2025-06-10 21:42:03','','','105.160.1.190','loggedin',1),(2103,'user','6','2025-06-10 21:43:17','','','105.160.1.190','loggedin',1),(2104,'user','6','2025-06-10 21:47:18','','','105.160.1.190','loggedin',1),(2105,'user','11','2025-06-10 21:54:36','','','105.161.218.112','loggedin',1),(2106,'user','6','2025-06-10 21:56:09','','','105.160.1.190','loggedin',1),(2107,'user','6','2025-06-10 21:58:15','2025-06-10 21:58:44','','105.160.1.190','loggedin',1),(2108,'user','6','2025-06-10 22:17:51','2025-06-10 22:19:54','','105.160.1.190','loggedin',1),(2109,'user','11','2025-06-10 22:23:49','','','105.161.218.112','loggedin',1),(2110,'user','6','2025-06-10 22:39:43','2025-06-10 22:40:20','','105.160.1.190','loggedin',1),(2111,'user','6','2025-06-10 22:40:47','2025-06-10 22:41:18','','105.160.1.190','loggedin',1),(2112,'user','6','2025-06-10 22:42:40','','','105.160.1.190','loggedin',1),(2113,'user','6','2025-06-10 22:44:12','2025-06-10 22:44:27','','105.160.1.190','loggedin',1),(2114,'user','11','2025-06-10 22:52:30','','','105.161.218.112','loggedin',1),(2115,'user','6','2025-06-10 22:55:14','2025-06-10 22:55:35','','105.160.1.190','loggedin',1),(2116,'user','6','2025-06-10 23:12:11','2025-06-10 23:12:47','','105.160.1.190','loggedin',1),(2117,'user','17','2025-06-10 23:17:12','2025-06-10 23:23:14','','105.161.218.112','loggedin',1),(2118,'user','6','2025-06-10 23:18:17','2025-06-10 23:18:31','','105.160.1.190','loggedin',1),(2119,'admin','16','2025-06-10 23:23:23','2025-06-10 23:24:25','','105.161.218.112','loggedin',1),(2120,'user','17','2025-06-10 23:24:33','','','105.161.218.112','loggedin',1),(2121,'user','6','2025-06-10 23:25:03','','','105.160.1.190','loggedin',1),(2122,'user','6','2025-06-10 23:26:25','2025-06-10 23:28:16','','105.160.1.190','loggedin',1),(2123,'user','6','2025-06-10 23:37:53','','','105.160.1.190','loggedin',1),(2124,'user','6','2025-06-10 23:58:50','','','105.160.1.190','loggedin',1),(2125,'user','6','2025-06-11 00:01:00','','','105.160.1.190','loggedin',1),(2126,'user','6','2025-06-11 00:01:51','','','105.160.1.190','loggedin',1),(2127,'user','6','2025-06-11 00:04:37','2025-06-11 00:04:50','','105.160.1.190','loggedin',1),(2128,'user','6','2025-06-11 00:09:07','2025-06-11 00:10:08','','105.160.1.190','loggedin',1),(2129,'user','17','2025-06-11 01:02:27','','','105.161.218.112','loggedin',1),(2130,'user','3','2025-06-11 12:59:04','','','105.161.233.212','loggedin',1),(2131,'user','3','2025-06-11 13:02:25','','','105.161.233.212','loggedin',1),(2132,'user','11','2025-06-11 13:02:53','','','105.160.24.79','loggedin',1),(2133,'user','3','2025-06-11 13:03:03','','','105.161.233.212','loggedin',1),(2134,'user','3','2025-06-11 13:06:11','','','105.161.233.212','loggedin',1),(2135,'user','3','2025-06-11 13:07:15','2025-06-11 13:07:42','','105.161.233.212','loggedin',1),(2136,'user','11','2025-06-11 13:13:05','','','105.160.24.79','loggedin',1),(2137,'user','11','2025-06-11 13:19:00','','','105.160.24.79','loggedin',1),(2138,'user','3','2025-06-11 13:54:06','','','105.161.233.212','loggedin',1),(2139,'user','3','2025-06-11 13:54:44','2025-06-11 13:55:08','','105.161.233.212','loggedin',1),(2140,'user','3','2025-06-11 14:04:21','','','105.161.233.212','loggedin',1),(2141,'user','3','2025-06-11 14:05:00','2025-06-11 14:12:29','','105.161.233.212','loggedin',1),(2142,'user','3','2025-06-11 14:16:01','','','105.161.233.212','loggedin',1),(2143,'user','3','2025-06-11 14:47:56','2025-06-11 14:48:50','','105.161.233.212','loggedin',1),(2144,'user','17','2025-06-11 15:09:59','','','105.160.24.79','loggedin',1),(2145,'user','3','2025-06-11 15:21:37','','','105.161.233.212','loggedin',1),(2146,'user','3','2025-06-11 15:33:45','2025-06-11 15:34:12','','105.161.233.212','loggedin',1),(2147,'user','3','2025-06-11 15:48:19','','','105.161.233.212','loggedin',1),(2148,'user','3','2025-06-11 15:49:13','2025-06-11 15:49:36','','105.161.233.212','loggedin',1),(2149,'user','17','2025-06-11 15:52:05','','','105.160.24.79','loggedin',1),(2150,'user','3','2025-06-11 16:03:44','','','105.161.233.212','loggedin',1),(2151,'user','3','2025-06-11 16:58:58','','','105.161.233.212','loggedin',1),(2152,'user','3','2025-06-11 16:59:23','','','105.161.233.212','loggedin',1),(2153,'user','3','2025-06-11 17:00:35','2025-06-11 17:01:50','','105.161.233.212','loggedin',1),(2154,'user','11','2025-06-11 17:04:51','','','105.160.24.79','loggedin',1),(2155,'user','3','2025-06-11 17:14:28','','','105.161.233.212','loggedin',1),(2156,'user','3','2025-06-11 17:30:42','','','105.161.233.212','loggedin',1),(2157,'user','3','2025-06-11 17:31:19','2025-06-11 17:31:23','','105.161.233.212','loggedin',1),(2158,'user','3','2025-06-11 17:31:33','2025-06-11 17:31:59','','105.161.233.212','loggedin',1),(2159,'user','3','2025-06-11 17:54:25','2025-06-11 17:55:03','','105.161.233.212','loggedin',1),(2160,'user','3','2025-06-11 18:24:48','','','105.161.233.212','loggedin',1),(2161,'user','3','2025-06-11 18:25:55','2025-06-11 18:26:28','','105.161.233.212','loggedin',1),(2162,'user','5','2025-06-11 18:26:37','','','105.161.233.212','loggedin',1),(2163,'user','5','2025-06-11 18:30:30','2025-06-11 18:33:13','','105.161.233.212','loggedin',1),(2164,'user','11','2025-06-11 18:31:52','','','105.160.24.79','loggedin',1),(2165,'user','5','2025-06-11 18:33:25','','','105.161.233.212','loggedin',1),(2166,'user','5','2025-06-11 18:34:01','','','105.161.233.212','loggedin',1),(2167,'user','5','2025-06-11 18:34:57','','','105.161.233.212','loggedin',1),(2168,'user','5','2025-06-11 18:36:17','2025-06-11 18:36:49','','105.161.233.212','loggedin',1),(2169,'user','11','2025-06-11 19:08:49','','','105.160.24.79','loggedin',1),(2170,'user','5','2025-06-11 19:11:26','2025-06-11 19:12:28','','105.161.233.212','loggedin',1),(2171,'user','5','2025-06-11 19:30:14','','','105.161.233.212','loggedin',1),(2172,'user','5','2025-06-11 19:32:00','2025-06-11 19:32:27','','105.161.233.212','loggedin',1),(2173,'user','5','2025-06-11 19:39:58','','','105.161.233.212','loggedin',1),(2174,'user','5','2025-06-11 19:42:50','2025-06-11 19:43:36','','105.161.233.212','loggedin',1),(2175,'user','5','2025-06-11 20:43:35','','','105.161.195.176','loggedin',1),(2176,'user','17','2025-06-11 20:44:07','','','105.160.24.79','loggedin',1),(2177,'user','5','2025-06-11 20:44:16','2025-06-11 20:44:42','','105.161.195.176','loggedin',1),(2178,'user','11','2025-06-11 20:45:51','','','105.160.24.79','loggedin',1),(2179,'user','5','2025-06-11 21:10:35','','','105.161.195.176','loggedin',1),(2180,'user','5','2025-06-11 21:11:09','','','105.161.195.176','loggedin',1),(2181,'user','5','2025-06-11 21:12:56','2025-06-11 21:14:57','','105.161.195.176','loggedin',1),(2182,'user','5','2025-06-11 21:24:22','','','105.161.195.176','loggedin',1),(2183,'user','5','2025-06-11 21:24:50','','','105.161.195.176','loggedin',1),(2184,'user','5','2025-06-11 21:26:27','2025-06-11 21:26:47','','105.161.195.176','loggedin',1),(2185,'user','5','2025-06-11 21:33:08','','','105.161.195.176','loggedin',1),(2186,'user','5','2025-06-11 21:33:35','2025-06-11 21:33:53','','105.161.195.176','loggedin',1),(2187,'user','5','2025-06-11 21:44:41','','','105.161.195.176','loggedin',1),(2188,'user','5','2025-06-11 21:45:01','2025-06-11 21:45:20','','105.161.195.176','loggedin',1),(2189,'user','5','2025-06-11 23:02:25','','','105.161.195.176','loggedin',1),(2190,'user','5','2025-06-11 23:03:16','','','105.161.195.176','loggedin',1),(2191,'user','5','2025-06-11 23:05:40','2025-06-11 23:05:56','','105.161.195.176','loggedin',1),(2192,'user','11','2025-06-11 23:50:00','','','105.160.24.79','loggedin',1),(2193,'user','17','2025-06-12 00:17:37','','','105.160.24.79','loggedin',1),(2194,'user','5','2025-06-12 00:48:23','','','105.161.195.176','loggedin',1),(2195,'user','5','2025-06-12 00:50:48','','','105.161.195.176','loggedin',1),(2196,'user','5','2025-06-12 00:51:33','','','105.161.195.176','loggedin',1),(2197,'user','5','2025-06-12 00:52:20','','','105.161.195.176','loggedin',1),(2198,'user','5','2025-06-12 00:55:35','','','105.161.195.176','loggedin',1),(2199,'user','5','2025-06-12 00:56:10','2025-06-12 00:56:46','','105.161.195.176','loggedin',1),(2200,'user','17','2025-06-12 01:02:35','','','105.160.24.79','loggedin',1),(2201,'user','5','2025-06-12 01:10:49','','','105.161.195.176','loggedin',1),(2202,'user','5','2025-06-12 01:11:09','','','105.161.195.176','loggedin',1),(2203,'user','5','2025-06-12 01:11:40','','','105.161.195.176','loggedin',1),(2204,'user','5','2025-06-12 01:12:12','','','105.161.195.176','loggedin',1),(2205,'user','5','2025-06-12 01:12:43','','','105.161.195.176','loggedin',1),(2206,'user','5','2025-06-12 01:13:27','2025-06-12 01:13:52','','105.161.195.176','loggedin',1),(2207,'user','5','2025-06-12 01:25:41','','','105.161.195.176','loggedin',1),(2208,'user','5','2025-06-12 01:26:04','','','105.161.195.176','loggedin',1),(2209,'user','5','2025-06-12 01:27:39','2025-06-12 01:28:28','','105.161.195.176','loggedin',1),(2210,'user','5','2025-06-12 01:46:49','','','105.161.195.176','loggedin',1),(2211,'user','5','2025-06-12 01:47:13','','','105.161.195.176','loggedin',1),(2212,'user','5','2025-06-12 01:48:26','','','105.161.195.176','loggedin',1),(2213,'user','5','2025-06-12 01:50:10','2025-06-12 01:50:25','','105.161.195.176','loggedin',1),(2214,'user','17','2025-06-12 02:06:43','','','105.160.24.79','loggedin',1),(2215,'user','5','2025-06-12 02:07:22','','','105.161.195.176','loggedin',1),(2216,'user','5','2025-06-12 02:08:17','2025-06-12 02:08:46','','105.161.195.176','loggedin',1),(2217,'admin','16','2025-06-12 11:02:38','','','41.90.172.37','loggedin',1),(2218,'user','11','2025-06-12 13:26:19','','','105.161.142.142','loggedin',1),(2219,'user','3','2025-06-12 14:18:05','','','105.160.127.220','loggedin',1),(2220,'user','3','2025-06-12 14:18:33','2025-06-12 14:18:59','','105.160.127.220','loggedin',1),(2221,'admin','16','2025-06-12 14:50:32','','','41.90.172.37','loggedin',1),(2222,'user','11','2025-06-12 14:57:17','','','105.161.142.142','loggedin',1),(2223,'user','3','2025-06-12 15:08:41','','','105.160.127.220','loggedin',1),(2224,'user','3','2025-06-12 16:44:39','2025-06-12 16:44:54','','105.160.127.220','loggedin',1),(2225,'user','5','2025-06-12 16:48:58','','','105.160.127.220','loggedin',1),(2226,'user','5','2025-06-12 16:50:33','2025-06-12 16:51:07','','105.160.127.220','loggedin',1),(2227,'user','17','2025-06-12 17:25:30','','','105.161.142.142','loggedin',1),(2228,'user','11','2025-06-12 17:32:17','','','105.161.142.142','loggedin',1),(2229,'user','3','2025-06-12 17:44:41','','','105.160.127.220','loggedin',1),(2230,'user','3','2025-06-12 18:36:58','','','105.160.127.220','loggedin',1),(2231,'user','3','2025-06-12 18:48:09','2025-06-12 18:48:23','','105.160.127.220','loggedin',1),(2232,'user','17','2025-06-12 19:03:22','','','105.161.142.142','loggedin',1),(2233,'user','6','2025-06-12 19:51:12','','','105.160.127.220','loggedin',1),(2234,'user','6','2025-06-12 20:08:12','','','105.160.127.220','loggedin',1),(2235,'user','17','2025-06-12 20:17:54','','','105.161.142.142','loggedin',1),(2236,'user','6','2025-06-12 20:43:08','','','105.160.127.220','loggedin',1),(2237,'user','5','2025-06-12 20:52:48','','','105.160.127.220','loggedin',1),(2238,'user','5','2025-06-12 20:53:17','2025-06-12 20:53:40','','105.160.127.220','loggedin',1),(2239,'user','6','2025-06-12 21:03:43','2025-06-12 21:04:04','','105.160.127.220','loggedin',1),(2240,'user','6','2025-06-12 21:08:08','','','105.160.127.220','loggedin',1),(2241,'user','6','2025-06-12 21:08:56','2025-06-12 21:09:09','','105.160.127.220','loggedin',1),(2242,'user','6','2025-06-12 21:33:57','','','105.160.127.220','loggedin',1),(2243,'user','6','2025-06-12 21:34:36','2025-06-12 21:34:49','','105.160.127.220','loggedin',1),(2244,'user','4','2025-06-12 21:50:15','','','105.160.127.220','loggedin',1),(2245,'user','4','2025-06-12 21:50:44','2025-06-12 21:51:00','','105.160.127.220','loggedin',1),(2246,'user','4','2025-06-12 22:05:53','','','105.160.127.220','loggedin',1),(2247,'user','6','2025-06-12 22:33:40','','','105.160.127.220','loggedin',1),(2248,'user','4','2025-06-12 22:35:47','','','105.160.127.220','loggedin',1),(2249,'user','4','2025-06-12 22:41:21','','','105.160.127.220','loggedin',1),(2250,'user','4','2025-06-12 22:41:49','2025-06-12 22:42:00','','105.160.127.220','loggedin',1),(2251,'user','5','2025-06-12 23:04:46','','','105.160.127.220','loggedin',1),(2252,'user','5','2025-06-12 23:16:07','','','105.160.127.220','loggedin',1),(2253,'user','5','2025-06-12 23:16:29','','','105.160.127.220','loggedin',1),(2254,'user','5','2025-06-12 23:16:46','2025-06-12 23:17:31','','105.160.127.220','loggedin',1),(2255,'user','6','2025-06-12 23:17:40','2025-06-12 23:17:57','','105.160.127.220','loggedin',1),(2256,'user','6','2025-06-12 23:20:10','2025-06-12 23:20:20','','105.160.127.220','loggedin',1),(2257,'user','6','2025-06-12 23:23:36','','','105.160.127.220','loggedin',1),(2258,'user','6','2025-06-12 23:38:18','2025-06-12 23:38:28','','105.160.127.220','loggedin',1),(2259,'user','4','2025-06-13 00:01:36','2025-06-13 00:01:49','','105.160.127.220','loggedin',1),(2260,'user','5','2025-06-13 00:05:41','','','105.160.127.220','loggedin',1),(2261,'user','5','2025-06-13 00:06:02','2025-06-13 00:06:58','','105.160.127.220','loggedin',1),(2262,'user','5','2025-06-13 00:15:57','2025-06-13 00:16:50','','105.160.127.220','loggedin',1),(2263,'user','5','2025-06-13 00:42:56','','','105.160.127.220','loggedin',1),(2264,'user','5','2025-06-13 00:43:53','','','105.160.127.220','loggedin',1),(2265,'user','5','2025-06-13 00:44:51','2025-06-13 00:45:06','','105.160.127.220','loggedin',1),(2266,'user','11','2025-06-13 00:47:00','','','105.161.142.142','loggedin',1),(2267,'user','17','2025-06-13 02:12:10','','','105.161.142.142','loggedin',1),(2268,'user','17','2025-06-13 05:39:00','','','105.161.142.142','loggedin',1),(2269,'user','17','2025-06-13 05:56:11','','','105.161.142.142','loggedin',1),(2270,'user','11','2025-06-13 06:02:21','2025-06-13 06:02:28','','105.161.142.142','loggedin',1),(2271,'user','17','2025-06-13 06:02:40','2025-06-13 06:50:38','','105.161.142.142','loggedin',1),(2272,'admin','16','2025-06-13 06:54:05','2025-06-13 06:57:49','','105.161.142.142','loggedin',1),(2273,'user','17','2025-06-13 06:57:57','','','105.161.142.142','loggedin',1),(2274,'user','17','2025-06-13 07:09:17','','','105.161.142.142','loggedin',1),(2275,'admin','16','2025-06-13 07:30:01','','','41.90.172.37','loggedin',1),(2276,'user','17','2025-06-13 08:03:12','2025-06-13 08:29:59','','105.161.142.142','loggedin',1),(2277,'user','3','2025-06-13 12:03:58','','','105.160.127.220','loggedin',1),(2278,'user','3','2025-06-13 12:16:30','','','105.160.127.220','loggedin',1),(2279,'user','11','2025-06-13 12:35:32','','','105.161.142.142','loggedin',1),(2280,'admin','1','2025-06-13 12:47:30','','','197.232.142.176','loggedin',1),(2281,'admin','16','2025-06-13 13:21:32','','','41.90.172.28','loggedin',1),(2282,'user','3','2025-06-13 13:54:09','','','105.160.127.220','loggedin',1),(2283,'user','3','2025-06-13 14:11:57','','','105.160.127.220','loggedin',1),(2284,'user','3','2025-06-13 14:12:39','2025-06-13 14:13:08','','105.160.127.220','loggedin',1),(2285,'user','3','2025-06-13 14:13:57','2025-06-13 14:14:16','','105.160.127.220','loggedin',1),(2286,'user','11','2025-06-13 14:14:53','','','105.161.142.142','loggedin',1),(2287,'user','11','2025-06-13 14:36:36','','','105.161.142.142','loggedin',1),(2288,'user','3','2025-06-13 14:37:56','','','105.160.127.220','loggedin',1),(2289,'user','3','2025-06-13 14:38:45','','','105.160.127.220','loggedin',1),(2290,'user','3','2025-06-13 14:39:32','2025-06-13 15:38:42','','105.160.127.220','loggedin',1),(2291,'user','3','2025-06-13 15:38:46','','','105.160.127.220','loggedin',1),(2292,'user','3','2025-06-13 15:47:37','2025-06-13 15:47:48','','105.160.127.220','loggedin',1),(2293,'user','3','2025-06-13 16:27:45','2025-06-13 16:28:00','','105.160.127.220','loggedin',1),(2294,'user','11','2025-06-13 16:47:06','','','105.161.142.142','loggedin',1),(2295,'user','6','2025-06-13 16:49:01','2025-06-13 16:49:06','','105.160.127.220','loggedin',1),(2296,'user','6','2025-06-13 16:53:27','','','105.160.127.220','loggedin',1),(2297,'user','6','2025-06-13 16:54:02','2025-06-13 16:54:14','','105.160.127.220','loggedin',1),(2298,'user','4','2025-06-13 16:56:29','','','105.160.127.220','loggedin',1),(2299,'user','4','2025-06-13 16:57:00','','','105.160.127.220','loggedin',1),(2300,'user','4','2025-06-13 16:57:40','','','105.160.127.220','loggedin',1),(2301,'user','4','2025-06-13 16:59:25','','','105.160.127.220','loggedin',1),(2302,'user','11','2025-06-13 17:05:44','','','105.161.142.142','loggedin',1),(2303,'user','4','2025-06-13 17:06:11','','','105.160.127.220','loggedin',1),(2304,'user','4','2025-06-13 17:06:41','','','105.160.127.220','loggedin',1),(2305,'user','4','2025-06-13 17:12:09','','','105.160.127.220','loggedin',1),(2306,'user','4','2025-06-13 17:13:51','','','105.160.127.220','loggedin',1),(2307,'user','4','2025-06-13 17:14:22','2025-06-13 17:15:02','','105.160.127.220','loggedin',1),(2308,'user','4','2025-06-13 17:20:32','','','105.160.127.220','loggedin',1),(2309,'user','4','2025-06-13 17:21:18','2025-06-13 17:21:28','','105.160.127.220','loggedin',1),(2310,'user','3','2025-06-13 17:30:42','','','105.160.127.220','loggedin',1),(2311,'user','17','2025-06-13 17:33:15','','','105.161.142.142','loggedin',1),(2312,'user','8','2025-06-13 17:34:09','','','105.160.127.220','loggedin',1),(2313,'user','8','2025-06-13 17:36:19','2025-06-13 17:37:09','','105.160.127.220','loggedin',1),(2314,'user','3','2025-06-13 17:38:06','2025-06-13 17:38:40','','105.160.127.220','loggedin',1),(2315,'admin','16','2025-06-13 17:42:44','','','41.90.172.28','loggedin',1),(2316,'user','6','2025-06-13 17:58:56','','','105.160.127.220','loggedin',1),(2317,'user','8','2025-06-13 18:04:56','','','105.160.127.220','loggedin',1),(2318,'user','8','2025-06-13 18:06:08','2025-06-13 18:06:44','','105.160.127.220','loggedin',1),(2319,'user','4','2025-06-13 18:23:19','','','105.160.127.220','loggedin',1),(2320,'admin','16','2025-06-13 18:23:52','','','41.90.172.28','loggedin',1),(2321,'user','3','2025-06-13 18:31:16','2025-06-13 18:31:42','','105.160.127.220','loggedin',1),(2322,'user','8','2025-06-13 18:32:20','','','105.160.127.220','loggedin',1),(2323,'user','8','2025-06-13 18:34:16','2025-06-13 18:35:34','','105.160.127.220','loggedin',1),(2324,'user','4','2025-06-13 18:36:21','','','105.160.127.220','loggedin',1),(2325,'user','4','2025-06-13 18:41:40','2025-06-13 18:45:58','','105.160.127.220','loggedin',1),(2326,'user','17','2025-06-13 18:43:39','2025-06-13 18:45:39','','105.161.142.142','loggedin',1),(2327,'admin','16','2025-06-13 18:45:22','','','41.90.172.28','loggedin',1),(2328,'user','6','2025-06-13 18:46:03','','','105.160.127.220','loggedin',1),(2329,'admin','16','2025-06-13 18:46:35','2025-06-13 18:49:43','','105.161.142.142','loggedin',1),(2330,'user','6','2025-06-13 18:46:50','','','105.160.127.220','loggedin',1),(2331,'user','17','2025-06-13 18:49:57','2025-06-13 19:24:08','','105.161.142.142','loggedin',1),(2332,'admin','16','2025-06-13 18:53:37','','','41.90.172.28','loggedin',1),(2333,'user','8','2025-06-13 18:53:54','','','105.160.127.220','loggedin',1),(2334,'user','8','2025-06-13 18:56:24','2025-06-13 18:56:50','','105.160.127.220','loggedin',1),(2335,'user','3','2025-06-13 18:57:32','','','105.160.127.220','loggedin',1),(2336,'user','3','2025-06-13 19:02:33','','','105.160.127.220','loggedin',1),(2337,'user','3','2025-06-13 19:06:04','2025-06-13 19:06:35','','105.160.127.220','loggedin',1),(2338,'user','4','2025-06-13 19:08:07','2025-06-13 19:08:47','','105.160.127.220','loggedin',1),(2339,'user','4','2025-06-13 19:08:56','2025-06-13 19:09:13','','105.160.127.220','loggedin',1),(2340,'user','3','2025-06-13 19:09:37','','','105.160.127.220','loggedin',1),(2341,'user','3','2025-06-13 19:11:01','2025-06-13 19:11:44','','105.160.127.220','loggedin',1),(2342,'user','4','2025-06-13 19:12:10','','','105.160.127.220','loggedin',1),(2343,'user','6','2025-06-13 19:13:39','','','105.160.127.220','loggedin',1),(2344,'user','6','2025-06-13 19:14:36','','','105.160.127.220','loggedin',1),(2345,'user','8','2025-06-13 19:17:55','','','105.160.127.220','loggedin',1),(2346,'user','8','2025-06-13 19:19:01','2025-06-13 19:19:25','','105.160.127.220','loggedin',1),(2347,'user','6','2025-06-13 19:24:14','','','105.160.127.220','loggedin',1),(2348,'user','14','2025-06-13 19:24:26','','','105.161.142.142','loggedin',1),(2349,'user','4','2025-06-13 19:25:16','','','105.160.127.220','loggedin',1),(2350,'user','8','2025-06-13 19:27:19','','','105.160.127.220','loggedin',1),(2351,'user','8','2025-06-13 19:28:06','2025-06-13 19:28:39','','105.160.127.220','loggedin',1),(2352,'user','14','2025-06-13 19:28:22','','','105.161.142.142','loggedin',1),(2353,'user','14','2025-06-13 19:32:17','','','105.161.142.142','loggedin',1),(2354,'user','17','2025-06-13 19:32:43','','','105.161.142.142','loggedin',1),(2355,'user','7','2025-06-13 19:35:38','','','105.160.127.220','loggedin',1),(2356,'user','6','2025-06-13 19:37:51','2025-06-13 19:38:23','','105.160.127.220','loggedin',1),(2357,'user','14','2025-06-13 19:38:25','','','105.161.142.142','loggedin',1),(2358,'user','7','2025-06-13 19:39:06','','','105.160.127.220','loggedin',1),(2359,'user','7','2025-06-13 19:43:12','2025-06-13 19:43:54','','105.160.127.220','loggedin',1),(2360,'user','6','2025-06-13 19:44:00','','','105.160.127.220','loggedin',1),(2361,'user','6','2025-06-13 19:44:33','2025-06-13 19:44:49','','105.160.127.220','loggedin',1),(2362,'user','14','2025-06-13 19:45:22','','','105.161.142.142','loggedin',1),(2363,'user','5','2025-06-13 19:47:46','','','105.160.127.220','loggedin',1),(2364,'user','5','2025-06-13 19:48:18','2025-06-13 20:05:13','','105.160.127.220','loggedin',1),(2365,'user','14','2025-06-13 19:48:38','','','105.161.142.142','loggedin',1),(2366,'user','14','2025-06-13 19:49:38','','','105.161.142.142','loggedin',1),(2367,'user','17','2025-06-13 19:51:00','2025-06-13 22:19:11','','105.161.142.142','loggedin',1),(2368,'user','5','2025-06-13 20:05:19','','','105.160.127.220','loggedin',1),(2369,'user','5','2025-06-13 20:06:13','2025-06-13 20:06:32','','105.160.127.220','loggedin',1),(2370,'user','4','2025-06-13 20:11:40','','','105.160.127.220','loggedin',1),(2371,'user','4','2025-06-13 20:12:46','','','105.160.127.220','loggedin',1),(2372,'user','6','2025-06-13 20:13:55','','','105.160.127.220','loggedin',1),(2373,'user','6','2025-06-13 20:15:10','2025-06-13 20:15:33','','105.160.127.220','loggedin',1),(2374,'user','14','2025-06-13 20:16:29','','','105.161.142.142','loggedin',1),(2375,'user','4','2025-06-13 20:25:55','','','105.160.127.220','loggedin',1),(2376,'user','4','2025-06-13 20:29:11','','','105.160.127.220','loggedin',1),(2377,'user','4','2025-06-13 20:29:42','','','105.160.127.220','loggedin',1),(2378,'user','7','2025-06-13 20:32:11','','','105.160.127.220','loggedin',1),(2379,'user','4','2025-06-13 20:44:26','','','105.160.127.220','loggedin',1),(2380,'user','4','2025-06-13 20:44:46','2025-06-13 20:45:16','','105.160.127.220','loggedin',1),(2381,'user','8','2025-06-13 20:49:16','','','105.160.127.220','loggedin',1),(2382,'user','8','2025-06-13 20:50:51','','','105.160.127.220','loggedin',1),(2383,'user','8','2025-06-13 20:53:18','2025-06-13 20:53:49','','105.160.127.220','loggedin',1),(2384,'user','11','2025-06-13 20:53:55','','','105.161.142.142','loggedin',1),(2385,'user','11','2025-06-13 21:02:31','','','105.161.142.142','loggedin',1),(2386,'user','8','2025-06-13 21:05:44','','','105.160.127.220','loggedin',1),(2387,'user','8','2025-06-13 21:06:21','','','105.160.127.220','loggedin',1),(2388,'user','8','2025-06-13 21:07:13','2025-06-13 21:07:29','','105.160.127.220','loggedin',1),(2389,'user','5','2025-06-13 21:07:34','','','105.160.127.220','loggedin',1),(2390,'user','11','2025-06-13 21:07:41','','','105.161.142.142','loggedin',1),(2391,'user','5','2025-06-13 21:07:56','2025-06-13 21:08:13','','105.160.127.220','loggedin',1),(2392,'user','8','2025-06-13 21:09:36','','','105.160.127.220','loggedin',1),(2393,'user','8','2025-06-13 21:10:05','','','105.160.127.220','loggedin',1),(2394,'user','8','2025-06-13 21:10:43','2025-06-13 21:11:11','','105.160.127.220','loggedin',1),(2395,'user','4','2025-06-13 21:12:33','','','105.160.127.220','loggedin',1),(2396,'user','4','2025-06-13 21:13:42','2025-06-13 21:19:17','','105.160.127.220','loggedin',1),(2397,'user','4','2025-06-13 21:19:21','','','105.160.127.220','loggedin',1),(2398,'user','4','2025-06-13 21:19:40','','','105.160.127.220','loggedin',1),(2399,'admin','16','2025-06-13 21:20:09','','','41.90.172.28','loggedin',1),(2400,'user','6','2025-06-13 21:20:45','','','105.160.127.220','loggedin',1),(2401,'user','6','2025-06-13 21:22:37','','','105.160.127.220','loggedin',1),(2402,'user','6','2025-06-13 21:25:10','','','105.160.127.220','loggedin',1),(2403,'user','6','2025-06-13 21:26:43','2025-06-13 21:26:59','','105.160.127.220','loggedin',1),(2404,'user','11','2025-06-13 21:27:23','','','105.161.142.142','loggedin',1),(2405,'user','4','2025-06-13 21:31:12','','','105.160.127.220','loggedin',1),(2406,'user','4','2025-06-13 21:35:31','','','105.160.127.220','loggedin',1),(2407,'user','11','2025-06-13 21:39:26','','','105.161.142.142','loggedin',1),(2408,'user','5','2025-06-13 21:56:12','','','105.160.127.220','loggedin',1),(2409,'user','5','2025-06-13 21:56:59','2025-06-13 21:57:19','','105.160.127.220','loggedin',1),(2410,'user','8','2025-06-13 21:57:39','','','105.160.127.220','loggedin',1),(2411,'user','8','2025-06-13 21:58:04','','','105.160.127.220','loggedin',1),(2412,'user','8','2025-06-13 21:59:30','','','105.160.127.220','loggedin',1),(2413,'user','4','2025-06-13 22:13:14','','','105.160.127.220','loggedin',1),(2414,'user','4','2025-06-13 22:17:43','2025-06-13 22:31:36','','105.160.127.220','loggedin',1),(2415,'admin','16','2025-06-13 22:19:19','2025-06-13 22:22:27','','105.161.142.142','loggedin',1),(2416,'user','17','2025-06-13 22:22:43','','','105.161.142.142','loggedin',1),(2417,'user','11','2025-06-13 22:27:18','','','105.161.142.142','loggedin',1),(2418,'user','4','2025-06-13 22:31:42','','','105.160.127.220','loggedin',1),(2419,'user','4','2025-06-13 22:32:06','','','105.160.127.220','loggedin',1),(2420,'user','4','2025-06-13 22:33:49','','','105.160.127.220','loggedin',1),(2421,'user','4','2025-06-13 22:34:19','','','105.160.127.220','loggedin',1),(2422,'user','11','2025-06-13 22:34:37','','','105.161.142.142','loggedin',1),(2423,'user','6','2025-06-13 22:42:47','','','105.160.127.220','loggedin',1),(2424,'user','6','2025-06-13 22:43:37','','','105.160.127.220','loggedin',1),(2425,'user','11','2025-06-13 22:49:10','','','105.161.142.142','loggedin',1),(2426,'user','6','2025-06-13 22:51:03','','','105.160.127.220','loggedin',1),(2427,'user','6','2025-06-13 22:52:06','2025-06-13 22:52:18','','105.160.127.220','loggedin',1),(2428,'user','5','2025-06-13 22:52:27','2025-06-13 22:52:45','','105.160.127.220','loggedin',1),(2429,'user','4','2025-06-13 22:53:01','','','105.160.127.220','loggedin',1),(2430,'user','4','2025-06-13 22:54:08','2025-06-13 22:54:24','','105.160.127.220','loggedin',1),(2431,'user','4','2025-06-13 22:54:27','','','105.160.127.220','loggedin',1),(2432,'user','5','2025-06-13 23:11:07','','','105.160.127.220','loggedin',1),(2433,'user','5','2025-06-13 23:11:37','','','105.160.127.220','loggedin',1),(2434,'user','5','2025-06-13 23:11:58','2025-06-13 23:12:25','','105.160.127.220','loggedin',1),(2435,'user','4','2025-06-13 23:14:02','','','105.160.127.220','loggedin',1),(2436,'user','5','2025-06-13 23:15:44','','','105.160.127.220','loggedin',1),(2437,'user','5','2025-06-13 23:18:41','2025-06-13 23:21:23','','105.160.127.220','loggedin',1),(2438,'user','8','2025-06-13 23:24:35','','','105.160.127.220','loggedin',1),(2439,'user','8','2025-06-13 23:26:22','','','105.160.127.220','loggedin',1),(2440,'user','8','2025-06-13 23:30:05','','','105.160.127.220','loggedin',1),(2441,'user','8','2025-06-13 23:31:37','2025-06-13 23:32:00','','105.160.127.220','loggedin',1),(2442,'user','4','2025-06-13 23:32:18','','','105.160.127.220','loggedin',1),(2443,'user','4','2025-06-13 23:32:55','2025-06-13 23:33:22','','105.160.127.220','loggedin',1),(2444,'user','4','2025-06-13 23:34:27','2025-06-13 23:34:45','','105.160.127.220','loggedin',1),(2445,'user','5','2025-06-13 23:37:00','','','105.160.127.220','loggedin',1),(2446,'user','5','2025-06-13 23:39:47','2025-06-13 23:40:19','','105.160.127.220','loggedin',1),(2447,'user','8','2025-06-13 23:40:27','','','105.160.127.220','loggedin',1),(2448,'user','8','2025-06-13 23:43:55','2025-06-13 23:44:49','','105.160.127.220','loggedin',1),(2449,'user','11','2025-06-13 23:44:08','','','105.161.142.142','loggedin',1),(2450,'user','4','2025-06-13 23:54:37','','','105.160.127.220','loggedin',1),(2451,'user','4','2025-06-13 23:55:05','2025-06-13 23:55:43','','105.160.127.220','loggedin',1),(2452,'user','11','2025-06-13 23:58:10','','','105.161.142.142','loggedin',1),(2453,'user','5','2025-06-14 00:26:00','','','105.160.127.220','loggedin',1),(2454,'user','5','2025-06-14 00:26:37','','','105.160.127.220','loggedin',1),(2455,'user','5','2025-06-14 00:27:34','','','105.160.127.220','loggedin',1),(2456,'user','5','2025-06-14 00:31:25','2025-06-14 00:32:18','','105.160.127.220','loggedin',1),(2457,'user','11','2025-06-14 00:31:49','','','105.161.142.142','loggedin',1),(2458,'user','4','2025-06-14 00:40:12','','','105.160.127.220','loggedin',1),(2459,'user','4','2025-06-14 00:40:31','2025-06-14 00:40:59','','105.160.127.220','loggedin',1),(2460,'user','4','2025-06-14 00:54:50','2025-06-14 01:11:11','','105.160.127.220','loggedin',1),(2461,'user','11','2025-06-14 00:56:08','','','105.161.142.142','loggedin',1),(2462,'user','5','2025-06-14 01:11:17','','','105.160.127.220','loggedin',1),(2463,'user','5','2025-06-14 01:11:52','','','105.160.127.220','loggedin',1),(2464,'user','5','2025-06-14 01:25:06','2025-06-14 01:26:18','','105.160.127.220','loggedin',1),(2465,'user','8','2025-06-14 01:57:18','','','105.160.127.220','loggedin',1),(2466,'user','8','2025-06-14 01:58:12','','','105.160.127.220','loggedin',1),(2467,'user','8','2025-06-14 02:03:28','','','105.160.127.220','loggedin',1),(2468,'user','8','2025-06-14 02:04:49','2025-06-14 02:05:14','','105.160.127.220','loggedin',1),(2469,'user','4','2025-06-14 02:05:19','','','105.160.127.220','loggedin',1),(2470,'user','4','2025-06-14 02:05:41','2025-06-14 02:06:07','','105.160.127.220','loggedin',1),(2471,'user','8','2025-06-14 02:06:14','','','105.160.127.220','loggedin',1),(2472,'user','8','2025-06-14 02:06:41','','','105.160.127.220','loggedin',1),(2473,'user','8','2025-06-14 02:15:55','','','105.160.127.220','loggedin',1),(2474,'user','8','2025-06-14 02:18:51','','','105.160.127.220','loggedin',1),(2475,'user','8','2025-06-14 02:19:36','2025-06-14 02:20:00','','105.160.127.220','loggedin',1),(2476,'user','6','2025-06-14 02:23:49','','','105.160.127.220','loggedin',1),(2477,'user','6','2025-06-14 02:25:04','2025-06-14 02:25:28','','105.160.127.220','loggedin',1),(2478,'user','5','2025-06-14 02:25:36','','','105.160.127.220','loggedin',1),(2479,'user','5','2025-06-14 02:27:37','2025-06-14 02:27:59','','105.160.127.220','loggedin',1),(2480,'user','6','2025-06-14 02:28:03','','','105.160.127.220','loggedin',1),(2481,'user','6','2025-06-14 02:30:26','','','105.160.127.220','loggedin',1),(2482,'user','6','2025-06-14 02:31:10','','','105.160.127.220','loggedin',1),(2483,'user','6','2025-06-14 02:33:16','2025-06-14 02:33:27','','105.160.127.220','loggedin',1),(2484,'user','5','2025-06-14 02:33:40','','','105.160.127.220','loggedin',1),(2485,'user','5','2025-06-14 02:35:51','','','105.160.127.220','loggedin',1),(2486,'user','5','2025-06-14 02:36:42','','','105.160.127.220','loggedin',1),(2487,'user','5','2025-06-14 02:37:15','2025-06-14 02:39:25','','105.160.127.220','loggedin',1),(2488,'user','4','2025-06-14 02:49:23','','','105.160.127.220','loggedin',1),(2489,'user','4','2025-06-14 02:50:00','2025-06-14 02:51:53','','105.160.127.220','loggedin',1),(2490,'user','6','2025-06-14 02:53:32','','','105.160.127.220','loggedin',1),(2491,'user','6','2025-06-14 02:54:02','','','105.160.127.220','loggedin',1),(2492,'user','6','2025-06-14 02:54:31','2025-06-14 02:54:40','','105.160.127.220','loggedin',1),(2493,'user','17','2025-06-14 03:01:12','','','105.161.142.142','loggedin',1),(2494,'user','6','2025-06-14 03:04:22','','','105.160.127.220','loggedin',1),(2495,'user','6','2025-06-14 03:05:12','2025-06-14 03:05:29','','105.160.127.220','loggedin',1),(2496,'user','14','2025-06-14 08:02:23','','','105.161.142.142','loggedin',1),(2497,'user','14','2025-06-14 08:04:18','','','105.161.142.142','loggedin',1),(2498,'user','3','2025-06-14 08:32:43','','','105.160.22.12','loggedin',1),(2499,'user','3','2025-06-14 08:33:25','2025-06-14 08:33:38','','105.160.22.12','loggedin',1),(2500,'user','3','2025-06-14 09:15:41','','','105.160.22.12','loggedin',1),(2501,'user','3','2025-06-14 09:16:27','2025-06-14 09:16:46','','105.160.22.12','loggedin',1),(2502,'user','3','2025-06-14 09:18:13','','','105.160.22.12','loggedin',1),(2503,'user','3','2025-06-14 09:18:37','2025-06-14 09:18:52','','105.160.22.12','loggedin',1),(2504,'user','14','2025-06-14 09:29:43','','','105.161.142.142','loggedin',1),(2505,'user','14','2025-06-14 09:36:03','','','105.161.142.142','loggedin',1),(2506,'user','14','2025-06-14 09:37:33','','','105.161.142.142','loggedin',1),(2507,'user','14','2025-06-14 09:40:48','','','105.161.142.142','loggedin',1),(2508,'user','3','2025-06-14 12:36:12','','','105.160.22.12','loggedin',1),(2509,'user','3','2025-06-14 12:37:19','2025-06-14 12:41:57','','105.160.22.12','loggedin',1),(2510,'user','14','2025-06-14 12:39:05','','','105.161.142.142','loggedin',1),(2511,'user','14','2025-06-14 12:42:28','','','105.161.142.142','loggedin',1),(2512,'user','3','2025-06-14 12:44:16','2025-06-14 12:46:25','','105.160.22.12','loggedin',1),(2513,'user','3','2025-06-14 12:46:33','2025-06-14 12:46:42','','105.160.22.12','loggedin',1),(2514,'admin','16','2025-06-14 12:47:10','','','41.90.172.28','loggedin',1),(2515,'user','3','2025-06-14 12:48:44','2025-06-14 12:52:33','','105.160.22.12','loggedin',1),(2516,'user','14','2025-06-14 12:54:00','','','105.161.142.142','loggedin',1),(2517,'user','3','2025-06-14 12:55:39','','','105.160.22.12','loggedin',1),(2518,'user','3','2025-06-14 12:57:44','2025-06-14 12:58:35','','105.160.22.12','loggedin',1),(2519,'user','3','2025-06-14 12:59:57','2025-06-14 13:04:43','','105.160.22.12','loggedin',1),(2520,'user','14','2025-06-14 13:03:11','2025-06-14 13:12:53','','105.161.142.142','loggedin',1),(2521,'user','3','2025-06-14 13:13:17','','','105.160.22.12','loggedin',1),(2522,'user','14','2025-06-14 13:13:19','','','105.161.142.142','loggedin',1),(2523,'user','3','2025-06-14 13:14:16','2025-06-14 13:15:03','','105.160.22.12','loggedin',1),(2524,'user','14','2025-06-14 13:20:05','','','105.161.142.142','loggedin',1),(2525,'user','14','2025-06-14 13:22:56','','','105.161.142.142','loggedin',1),(2526,'user','3','2025-06-14 14:36:50','','','105.160.22.12','loggedin',1),(2527,'user','3','2025-06-14 14:38:10','','','105.160.22.12','loggedin',1),(2528,'user','3','2025-06-14 14:40:02','','','105.160.22.12','loggedin',1),(2529,'user','3','2025-06-14 15:13:40','','','41.90.217.125','loggedin',1),(2530,'user','3','2025-06-14 15:15:53','2025-06-14 15:16:21','','41.90.217.125','loggedin',1),(2531,'user','3','2025-06-14 15:30:59','2025-06-14 15:39:39','','41.90.217.125','loggedin',1),(2532,'user','3','2025-06-14 15:45:10','','','41.90.217.125','loggedin',1),(2533,'user','3','2025-06-14 15:46:15','2025-06-14 15:46:40','','41.90.217.125','loggedin',1),(2534,'user','3','2025-06-14 15:52:57','','','41.90.217.125','loggedin',1),(2535,'user','3','2025-06-14 15:56:10','','','41.90.217.125','loggedin',1),(2536,'user','3','2025-06-14 16:28:37','','','41.90.217.125','loggedin',1),(2537,'user','3','2025-06-14 16:34:59','','','41.90.217.125','loggedin',1),(2538,'user','6','2025-06-14 16:45:52','','','41.90.217.125','loggedin',1),(2539,'user','11','2025-06-14 16:46:00','','','41.90.217.164','loggedin',1),(2540,'user','5','2025-06-14 17:02:19','','','41.90.217.125','loggedin',1),(2541,'user','5','2025-06-14 17:03:11','','','41.90.217.125','loggedin',1),(2542,'user','3','2025-06-14 17:05:08','','','41.90.217.125','loggedin',1),(2543,'user','3','2025-06-14 17:08:22','','','41.90.217.125','loggedin',1),(2544,'user','3','2025-06-14 17:56:33','','','105.160.52.253','loggedin',1),(2545,'user','3','2025-06-14 18:03:28','','','105.160.52.253','loggedin',1),(2546,'user','3','2025-06-14 18:08:43','2025-06-14 18:10:31','','105.160.52.253','loggedin',1),(2547,'user','6','2025-06-14 18:10:52','','','105.160.52.253','loggedin',1),(2548,'user','6','2025-06-14 18:12:19','','','105.160.52.253','loggedin',1),(2549,'user','6','2025-06-14 18:12:57','2025-06-14 18:13:44','','105.160.52.253','loggedin',1),(2550,'user','3','2025-06-14 18:13:58','2025-06-14 18:14:07','','105.160.52.253','loggedin',1),(2551,'user','6','2025-06-14 18:14:12','','','105.160.52.253','loggedin',1),(2552,'user','3','2025-06-14 18:14:59','','','105.160.52.253','loggedin',1),(2553,'user','3','2025-06-14 18:15:53','2025-06-14 18:16:12','','105.160.52.253','loggedin',1),(2554,'user','5','2025-06-14 18:16:19','','','105.160.52.253','loggedin',1),(2555,'user','5','2025-06-14 18:17:17','2025-06-14 18:17:54','','105.160.52.253','loggedin',1),(2556,'user','4','2025-06-14 18:19:52','','','105.160.52.253','loggedin',1),(2557,'user','6','2025-06-14 18:21:02','','','105.160.52.253','loggedin',1),(2558,'user','6','2025-06-14 18:23:31','2025-06-14 18:24:23','','105.160.52.253','loggedin',1),(2559,'user','11','2025-06-14 18:27:02','','','105.160.52.253','loggedin',1),(2560,'user','6','2025-06-14 18:37:31','','','105.160.52.253','loggedin',1),(2561,'user','11','2025-06-14 18:39:11','','','105.160.52.253','loggedin',1),(2562,'user','6','2025-06-14 18:41:37','2025-06-14 18:42:49','','105.160.52.253','loggedin',1),(2563,'user','11','2025-06-14 18:41:41','','','105.160.52.253','loggedin',1),(2564,'admin','16','2025-06-14 18:52:10','','','41.90.172.28','loggedin',1),(2565,'user','6','2025-06-14 18:52:50','2025-06-14 18:53:10','','105.160.52.253','loggedin',1),(2566,'user','5','2025-06-14 18:55:47','','','105.160.52.253','loggedin',1),(2567,'user','5','2025-06-14 18:58:28','','','105.160.52.253','loggedin',1),(2568,'user','3','2025-06-14 19:02:51','','','105.160.52.253','loggedin',1),(2569,'user','3','2025-06-14 19:02:54','','','105.160.52.253','loggedin',1),(2570,'user','3','2025-06-14 19:04:26','2025-06-14 19:05:43','','105.160.52.253','loggedin',1),(2571,'user','11','2025-06-14 19:04:46','','','105.160.52.253','loggedin',1),(2572,'user','4','2025-06-14 19:06:28','','','105.160.52.253','loggedin',1),(2573,'user','11','2025-06-14 19:11:54','','','105.160.52.253','loggedin',1),(2574,'user','3','2025-06-14 19:14:50','','','105.160.52.253','loggedin',1),(2575,'user','3','2025-06-14 19:15:41','2025-06-14 19:16:10','','105.160.52.253','loggedin',1),(2576,'user','4','2025-06-14 19:16:31','','','105.160.52.253','loggedin',1),(2577,'user','17','2025-06-14 19:17:47','2025-06-14 19:38:23','','105.160.52.253','loggedin',1),(2578,'user','5','2025-06-14 19:20:46','','','105.160.52.253','loggedin',1),(2579,'user','5','2025-06-14 19:22:43','2025-06-14 19:23:40','','105.160.52.253','loggedin',1),(2580,'user','6','2025-06-14 19:27:42','','','105.160.52.253','loggedin',1),(2581,'user','6','2025-06-14 19:28:50','','','105.160.52.253','loggedin',1),(2582,'user','6','2025-06-14 19:29:27','2025-06-14 19:29:56','','105.160.52.253','loggedin',1),(2583,'user','4','2025-06-14 19:30:14','','','105.160.52.253','loggedin',1),(2584,'user','4','2025-06-14 19:37:47','','','105.160.52.253','loggedin',1),(2585,'user','17','2025-06-14 19:42:05','','','105.160.52.253','loggedin',1),(2586,'user','3','2025-06-14 19:51:24','2025-06-14 19:51:41','','105.160.52.253','loggedin',1),(2587,'user','4','2025-06-14 19:53:01','','','105.160.52.253','loggedin',1),(2588,'user','17','2025-06-14 20:00:39','','','105.161.236.156','loggedin',1),(2589,'user','4','2025-06-14 20:01:56','2025-06-14 20:02:47','','105.160.52.253','loggedin',1),(2590,'user','6','2025-06-14 20:02:52','','','105.160.52.253','loggedin',1),(2591,'user','6','2025-06-14 20:04:21','','','105.160.52.253','loggedin',1),(2592,'user','6','2025-06-14 20:04:57','2025-06-14 20:05:18','','105.160.52.253','loggedin',1),(2593,'user','17','2025-06-14 20:12:52','','','105.161.236.156','loggedin',1),(2594,'user','6','2025-06-14 20:15:52','2025-06-14 20:17:21','','105.160.52.253','loggedin',1),(2595,'user','17','2025-06-14 20:17:46','','','105.161.192.168','loggedin',1),(2596,'user','11','2025-06-14 20:23:19','','','105.161.192.168','loggedin',1),(2597,'user','17','2025-06-14 20:26:49','','','105.161.192.168','loggedin',1),(2598,'user','17','2025-06-14 20:33:56','','','105.161.192.168','loggedin',1),(2599,'user','6','2025-06-14 20:37:52','','','105.160.52.253','loggedin',1),(2600,'user','6','2025-06-14 20:38:35','','','105.160.52.253','loggedin',1),(2601,'user','4','2025-06-14 20:46:45','','','105.160.52.253','loggedin',1),(2602,'user','4','2025-06-14 20:47:16','','','105.160.52.253','loggedin',1),(2603,'user','4','2025-06-14 20:53:45','2025-06-14 20:54:04','','105.160.52.253','loggedin',1),(2604,'user','6','2025-06-14 20:59:26','','','105.160.52.253','loggedin',1),(2605,'user','11','2025-06-14 20:59:31','','','105.161.192.168','loggedin',1),(2606,'user','4','2025-06-14 21:09:56','','','105.160.52.253','loggedin',1),(2607,'user','4','2025-06-14 21:10:27','','','105.160.52.253','loggedin',1),(2608,'user','4','2025-06-14 21:10:41','','','105.160.52.253','loggedin',1),(2609,'user','4','2025-06-14 21:11:26','2025-06-14 21:11:41','','105.160.52.253','loggedin',1),(2610,'user','6','2025-06-14 21:20:36','','','105.160.52.253','loggedin',1),(2611,'user','6','2025-06-14 21:21:18','2025-06-14 21:21:30','','105.160.52.253','loggedin',1),(2612,'user','4','2025-06-14 21:39:30','','','105.160.52.253','loggedin',1),(2613,'user','4','2025-06-14 21:39:57','','','105.160.52.253','loggedin',1),(2614,'user','4','2025-06-14 21:40:35','','','105.160.52.253','loggedin',1),(2615,'user','4','2025-06-14 21:41:58','','','105.160.52.253','loggedin',1),(2616,'user','4','2025-06-14 21:42:18','','','105.160.52.253','loggedin',1),(2617,'user','11','2025-06-14 21:49:22','','','105.161.192.168','loggedin',1),(2618,'user','4','2025-06-14 21:54:09','','','105.160.52.253','loggedin',1),(2619,'user','4','2025-06-14 21:54:28','','','105.160.52.253','loggedin',1),(2620,'user','11','2025-06-14 21:54:30','','','105.161.192.168','loggedin',1),(2621,'user','4','2025-06-14 21:54:43','2025-06-14 21:55:09','','105.160.52.253','loggedin',1),(2622,'user','6','2025-06-14 21:55:34','','','105.160.52.253','loggedin',1),(2623,'user','4','2025-06-14 22:17:18','','','105.160.52.253','loggedin',1),(2624,'user','4','2025-06-14 22:18:17','','','105.160.52.253','loggedin',1),(2625,'user','4','2025-06-14 22:20:47','','','105.160.52.253','loggedin',1),(2626,'user','4','2025-06-14 22:21:10','','','105.160.52.253','loggedin',1),(2627,'user','6','2025-06-14 22:22:15','','','105.160.52.253','loggedin',1),(2628,'user','6','2025-06-14 22:23:01','2025-06-14 22:23:12','','105.160.52.253','loggedin',1),(2629,'user','4','2025-06-14 22:26:03','','','105.160.52.253','loggedin',1),(2630,'user','4','2025-06-14 22:26:34','','','105.160.52.253','loggedin',1),(2631,'user','4','2025-06-14 22:26:56','2025-06-14 22:27:17','','105.160.52.253','loggedin',1),(2632,'user','4','2025-06-14 22:27:21','2025-06-14 22:43:47','','105.160.52.253','loggedin',1),(2633,'user','4','2025-06-14 22:43:51','','','105.160.52.253','loggedin',1),(2634,'user','4','2025-06-14 22:44:47','2025-06-14 22:44:53','','105.160.52.253','loggedin',1),(2635,'user','4','2025-06-14 22:44:57','','','105.160.52.253','loggedin',1),(2636,'admin','16','2025-06-14 22:45:30','','','41.90.172.28','loggedin',1),(2637,'user','4','2025-06-14 22:45:34','2025-06-14 22:45:58','','105.160.52.253','loggedin',1),(2638,'user','5','2025-06-14 22:51:05','','','105.160.52.253','loggedin',1),(2639,'user','5','2025-06-14 22:51:24','','','105.160.52.253','loggedin',1),(2640,'user','5','2025-06-14 22:55:25','2025-06-14 22:55:44','','105.160.52.253','loggedin',1),(2641,'user','4','2025-06-14 22:55:57','','','105.160.52.253','loggedin',1),(2642,'user','4','2025-06-14 22:56:48','2025-06-14 22:57:03','','105.160.52.253','loggedin',1),(2643,'user','5','2025-06-14 22:57:07','','','105.160.52.253','loggedin',1),(2644,'user','5','2025-06-14 22:58:04','','','105.160.52.253','loggedin',1),(2645,'user','5','2025-06-14 22:58:45','','','105.160.52.253','loggedin',1),(2646,'user','5','2025-06-14 23:00:50','2025-06-14 23:01:12','','105.160.52.253','loggedin',1),(2647,'user','5','2025-06-14 23:03:52','','','105.160.52.253','loggedin',1),(2648,'user','5','2025-06-14 23:04:46','2025-06-14 23:05:07','','105.160.52.253','loggedin',1),(2649,'user','6','2025-06-14 23:05:24','','','105.160.52.253','loggedin',1),(2650,'user','11','2025-06-14 23:06:04','','','105.161.192.168','loggedin',1),(2651,'user','6','2025-06-14 23:06:06','','','105.160.52.253','loggedin',1),(2652,'user','4','2025-06-14 23:11:16','','','105.160.52.253','loggedin',1),(2653,'user','4','2025-06-14 23:11:58','','','105.160.52.253','loggedin',1),(2654,'user','4','2025-06-14 23:12:29','2025-06-14 23:12:41','','105.160.52.253','loggedin',1),(2655,'user','6','2025-06-14 23:18:45','','','105.160.52.253','loggedin',1),(2656,'user','6','2025-06-14 23:19:08','2025-06-14 23:19:18','','105.160.52.253','loggedin',1),(2657,'user','5','2025-06-14 23:27:00','','','105.160.52.253','loggedin',1),(2658,'user','5','2025-06-14 23:33:26','','','105.160.52.253','loggedin',1),(2659,'user','5','2025-06-14 23:37:05','','','105.160.52.253','loggedin',1),(2660,'user','5','2025-06-14 23:40:45','2025-06-14 23:42:46','','105.160.52.253','loggedin',1),(2661,'user','4','2025-06-14 23:47:42','','','105.160.52.253','loggedin',1),(2662,'user','4','2025-06-14 23:49:49','','','105.160.52.253','loggedin',1),(2663,'user','4','2025-06-14 23:58:26','','','105.160.52.253','loggedin',1),(2664,'user','4','2025-06-14 23:58:56','','','105.160.52.253','loggedin',1),(2665,'user','11','2025-06-15 00:08:23','','','105.161.192.168','loggedin',1),(2666,'user','4','2025-06-15 00:20:49','','','105.160.52.253','loggedin',1),(2667,'user','4','2025-06-15 00:21:05','2025-06-15 00:21:58','','105.160.52.253','loggedin',1),(2668,'user','6','2025-06-15 00:35:32','','','105.160.52.253','loggedin',1),(2669,'user','11','2025-06-15 00:41:46','','','105.161.192.168','loggedin',1),(2670,'user','11','2025-06-15 00:42:03','','','105.161.192.168','loggedin',1),(2671,'user','6','2025-06-15 00:48:11','','','105.160.52.253','loggedin',1),(2672,'user','11','2025-06-15 00:50:43','','','105.161.192.168','loggedin',1),(2673,'user','4','2025-06-15 00:51:31','','','105.160.52.253','loggedin',1),(2674,'user','4','2025-06-15 00:52:03','','','105.160.52.253','loggedin',1),(2675,'user','4','2025-06-15 00:52:33','2025-06-15 00:52:55','','105.160.52.253','loggedin',1),(2676,'user','6','2025-06-15 00:53:06','','','105.160.52.253','loggedin',1),(2677,'user','11','2025-06-15 00:53:10','','','105.161.192.168','loggedin',1),(2678,'user','6','2025-06-15 00:53:40','2025-06-15 00:53:50','','105.160.52.253','loggedin',1),(2679,'user','6','2025-06-15 01:47:49','','','105.160.52.253','loggedin',1),(2680,'user','6','2025-06-15 01:50:36','','','105.160.52.253','loggedin',1),(2681,'user','11','2025-06-15 01:50:56','','','105.161.192.168','loggedin',1),(2682,'user','6','2025-06-15 01:52:56','2025-06-15 01:53:13','','105.160.52.253','loggedin',1),(2683,'user','4','2025-06-15 02:00:26','','','105.160.52.253','loggedin',1),(2684,'user','4','2025-06-15 02:00:51','','','105.160.52.253','loggedin',1),(2685,'user','4','2025-06-15 02:07:01','','','105.160.52.253','loggedin',1),(2686,'user','4','2025-06-15 02:08:32','2025-06-15 02:08:59','','105.160.52.253','loggedin',1),(2687,'user','4','2025-06-15 02:29:16','','','105.160.52.253','loggedin',1),(2688,'user','4','2025-06-15 02:33:33','','','105.160.52.253','loggedin',1),(2689,'user','4','2025-06-15 02:36:32','2025-06-15 02:36:43','','105.160.52.253','loggedin',1),(2690,'user','4','2025-06-15 02:38:50','2025-06-15 02:39:27','','105.160.52.253','loggedin',1),(2691,'user','11','2025-06-15 02:50:18','','','105.161.192.168','loggedin',1),(2692,'user','11','2025-06-15 02:50:53','','','105.161.192.168','loggedin',1),(2693,'user','11','2025-06-15 03:05:49','','','105.161.192.168','loggedin',1),(2694,'user','6','2025-06-15 03:08:35','','','105.160.52.253','loggedin',1),(2695,'user','6','2025-06-15 03:14:17','','','105.160.52.253','loggedin',1),(2696,'user','6','2025-06-15 03:15:33','','','105.160.52.253','loggedin',1),(2697,'user','6','2025-06-15 03:18:19','2025-06-15 03:20:10','','105.160.52.253','loggedin',1),(2698,'user','4','2025-06-15 03:28:38','','','105.160.52.253','loggedin',1),(2699,'user','4','2025-06-15 03:29:22','','','105.160.52.253','loggedin',1),(2700,'user','4','2025-06-15 03:30:04','2025-06-15 03:36:07','','105.160.52.253','loggedin',1),(2701,'user','6','2025-06-15 03:36:12','','','105.160.52.253','loggedin',1),(2702,'user','6','2025-06-15 03:37:35','','','105.160.52.253','loggedin',1),(2703,'user','6','2025-06-15 03:40:15','','','105.160.52.253','loggedin',1),(2704,'user','11','2025-06-15 03:43:51','','','105.161.192.168','loggedin',1),(2705,'user','11','2025-06-15 03:45:02','','','105.161.192.168','loggedin',1),(2706,'user','6','2025-06-15 03:47:16','2025-06-15 03:47:33','','105.160.52.253','loggedin',1),(2707,'user','4','2025-06-15 03:51:37','','','105.160.52.253','loggedin',1),(2708,'admin','16','2025-06-15 03:52:04','','','41.90.172.28','loggedin',1),(2709,'user','4','2025-06-15 03:52:09','','','105.160.52.253','loggedin',1),(2710,'user','4','2025-06-15 03:53:36','2025-06-15 03:53:48','','105.160.52.253','loggedin',1),(2711,'user','17','2025-06-15 03:58:45','','','105.161.192.168','loggedin',1),(2712,'user','4','2025-06-15 04:08:04','','','105.160.52.253','loggedin',1),(2713,'user','4','2025-06-15 04:10:24','2025-06-15 04:10:44','','105.160.52.253','loggedin',1),(2714,'user','6','2025-06-15 04:11:04','','','105.160.52.253','loggedin',1),(2715,'user','6','2025-06-15 04:11:57','2025-06-15 04:13:54','','105.160.52.253','loggedin',1),(2716,'user','6','2025-06-15 04:14:08','','','105.160.52.253','loggedin',1),(2717,'user','6','2025-06-15 04:14:38','','','105.160.52.253','loggedin',1),(2718,'user','6','2025-06-15 04:15:13','2025-06-15 04:15:24','','105.160.52.253','loggedin',1),(2719,'user','11','2025-06-15 04:15:31','2025-06-15 04:23:01','','105.160.52.253','loggedin',1),(2720,'user','4','2025-06-15 04:23:05','','','105.160.52.253','loggedin',1),(2721,'user','4','2025-06-15 04:23:32','2025-06-15 04:24:37','','105.160.52.253','loggedin',1),(2722,'user','6','2025-06-15 04:57:21','','','105.160.52.253','loggedin',1),(2723,'user','6','2025-06-15 04:59:17','','','105.160.52.253','loggedin',1),(2724,'user','6','2025-06-15 05:05:53','','','105.160.52.253','loggedin',1),(2725,'user','6','2025-06-15 05:06:20','','','105.160.52.253','loggedin',1),(2726,'user','6','2025-06-15 05:09:10','','','105.160.52.253','loggedin',1),(2727,'user','6','2025-06-15 05:12:02','2025-06-15 05:12:25','','105.160.52.253','loggedin',1),(2728,'user','6','2025-06-15 05:15:31','2025-06-15 05:17:12','','105.160.52.253','loggedin',1),(2729,'user','5','2025-06-15 05:20:52','','','105.160.52.253','loggedin',1),(2730,'user','5','2025-06-15 05:21:19','','','105.160.52.253','loggedin',1),(2731,'user','5','2025-06-15 05:25:40','','','105.160.52.253','loggedin',1),(2732,'user','5','2025-06-15 05:29:20','','','105.160.52.253','loggedin',1),(2733,'user','5','2025-06-15 05:30:54','','','105.160.52.253','loggedin',1),(2734,'user','5','2025-06-15 05:32:37','','','105.160.52.253','loggedin',1),(2735,'user','5','2025-06-15 05:33:59','','','105.160.52.253','loggedin',1),(2736,'user','5','2025-06-15 05:35:00','','','105.160.52.253','loggedin',1),(2737,'user','5','2025-06-15 05:35:32','','','105.160.52.253','loggedin',1),(2738,'user','5','2025-06-15 05:36:59','','','105.160.52.253','loggedin',1),(2739,'user','5','2025-06-15 05:37:45','','','105.160.52.253','loggedin',1),(2740,'user','5','2025-06-15 05:38:55','','','105.160.52.253','loggedin',1),(2741,'user','5','2025-06-15 05:53:31','','','105.160.52.253','loggedin',1),(2742,'user','5','2025-06-15 05:54:32','','','105.160.52.253','loggedin',1),(2743,'user','5','2025-06-15 05:57:30','','','105.160.52.253','loggedin',1),(2744,'user','5','2025-06-15 05:59:53','','','105.160.52.253','loggedin',1),(2745,'user','5','2025-06-15 06:03:31','','','105.160.52.253','loggedin',1),(2746,'user','5','2025-06-15 06:04:23','','','105.160.52.253','loggedin',1),(2747,'user','5','2025-06-15 06:06:10','','','105.160.52.253','loggedin',1),(2748,'user','5','2025-06-15 06:08:26','','','105.160.52.253','loggedin',1),(2749,'user','5','2025-06-15 06:10:03','','','105.160.52.253','loggedin',1),(2750,'user','5','2025-06-15 06:11:17','','','105.160.52.253','loggedin',1),(2751,'user','5','2025-06-15 06:12:10','','','105.160.52.253','loggedin',1),(2752,'user','5','2025-06-15 06:13:08','','','105.160.52.253','loggedin',1),(2753,'user','5','2025-06-15 06:14:11','','','105.160.52.253','loggedin',1),(2754,'user','5','2025-06-15 06:16:00','','','105.160.52.253','loggedin',1),(2755,'user','5','2025-06-15 06:16:52','','','105.160.52.253','loggedin',1),(2756,'user','5','2025-06-15 06:24:51','','','105.160.84.75','loggedin',1),(2757,'user','17','2025-06-15 06:26:16','','','105.161.192.168','loggedin',1),(2758,'user','5','2025-06-15 06:33:26','2025-06-15 06:34:46','','105.160.84.75','loggedin',1),(2759,'user','6','2025-06-15 06:57:10','','','105.160.84.75','loggedin',1),(2760,'user','6','2025-06-15 07:02:13','','','105.160.84.75','loggedin',1),(2761,'user','6','2025-06-15 07:02:39','2025-06-15 07:03:27','','105.160.84.75','loggedin',1),(2762,'user','14','2025-06-15 09:35:53','','','105.160.84.75','loggedin',1),(2763,'user','14','2025-06-15 09:38:05','2025-06-15 09:40:14','','105.160.84.75','loggedin',1),(2764,'user','14','2025-06-15 09:42:17','','','105.161.192.168','loggedin',1),(2765,'user','14','2025-06-15 09:46:59','2025-06-15 09:47:25','','105.160.84.75','loggedin',1),(2766,'user','3','2025-06-15 10:57:10','','','105.160.84.75','loggedin',1),(2767,'user','3','2025-06-15 10:57:36','','','105.160.84.75','loggedin',1),(2768,'user','3','2025-06-15 10:58:23','2025-06-15 10:58:37','','105.160.84.75','loggedin',1),(2769,'user','3','2025-06-15 11:31:21','','','105.160.84.75','loggedin',1),(2770,'user','3','2025-06-15 11:31:47','','','105.160.84.75','loggedin',1),(2771,'user','3','2025-06-15 11:33:10','','','105.160.84.75','loggedin',1),(2772,'admin','16','2025-06-15 11:35:38','','','41.90.172.28','loggedin',1),(2773,'user','3','2025-06-15 12:09:55','','','105.160.84.75','loggedin',1),(2774,'user','3','2025-06-15 12:10:34','','','105.160.84.75','loggedin',1),(2775,'user','3','2025-06-15 12:11:11','','','105.160.84.75','loggedin',1),(2776,'user','3','2025-06-15 12:11:33','2025-06-15 12:12:09','','105.160.84.75','loggedin',1),(2777,'user','3','2025-06-15 12:15:11','','','105.160.84.75','loggedin',1),(2778,'user','3','2025-06-15 12:15:37','2025-06-15 12:15:49','','105.160.84.75','loggedin',1),(2779,'user','3','2025-06-15 12:42:29','','','105.160.84.75','loggedin',1),(2780,'user','3','2025-06-15 12:45:21','','','105.160.84.75','loggedin',1),(2781,'user','3','2025-06-15 12:46:46','','','105.160.84.75','loggedin',1),(2782,'user','3','2025-06-15 13:29:29','','','105.160.84.75','loggedin',1),(2783,'user','3','2025-06-15 13:32:25','2025-06-15 13:32:42','','105.160.84.75','loggedin',1),(2784,'user','3','2025-06-15 13:52:16','','','105.160.84.75','loggedin',1),(2785,'user','3','2025-06-15 13:52:55','2025-06-15 13:53:08','','105.160.84.75','loggedin',1),(2786,'user','3','2025-06-15 14:01:54','','','105.160.84.75','loggedin',1),(2787,'user','3','2025-06-15 14:02:43','','','105.160.84.75','loggedin',1),(2788,'user','3','2025-06-15 14:04:26','','','105.160.84.75','loggedin',1),(2789,'user','3','2025-06-15 14:05:54','','','105.160.84.75','loggedin',1),(2790,'user','3','2025-06-15 14:31:40','','','105.160.84.75','loggedin',1),(2791,'user','3','2025-06-15 14:53:47','2025-06-15 14:56:45','','105.160.84.75','loggedin',1),(2792,'user','3','2025-06-15 15:08:08','','','105.160.84.75','loggedin',1),(2793,'user','3','2025-06-15 15:08:51','','','105.160.84.75','loggedin',1),(2794,'user','3','2025-06-15 15:09:58','2025-06-15 15:11:00','','105.160.84.75','loggedin',1),(2795,'user','3','2025-06-15 15:14:30','2025-06-15 15:14:41','','105.160.84.75','loggedin',1),(2796,'user','3','2025-06-15 15:27:55','2025-06-15 15:28:11','','105.160.84.75','loggedin',1),(2797,'user','3','2025-06-15 15:28:15','2025-06-15 15:39:42','','105.160.84.75','loggedin',1),(2798,'user','3','2025-06-15 15:40:49','','','105.160.84.75','loggedin',1),(2799,'user','3','2025-06-15 15:56:22','2025-06-15 15:57:03','','105.160.84.75','loggedin',1),(2800,'user','3','2025-06-15 16:11:43','','','105.160.84.75','loggedin',1),(2801,'user','3','2025-06-15 16:14:19','2025-06-15 16:14:46','','105.160.84.75','loggedin',1),(2802,'user','4','2025-06-15 16:29:48','2025-06-15 16:30:14','','105.160.84.75','loggedin',1),(2803,'user','3','2025-06-15 16:44:27','2025-06-15 16:44:45','','105.160.84.75','loggedin',1),(2804,'user','3','2025-06-15 16:58:27','','','105.160.84.75','loggedin',1),(2805,'user','3','2025-06-15 16:59:05','','','105.160.84.75','loggedin',1),(2806,'user','3','2025-06-15 17:01:13','','','105.160.84.75','loggedin',1),(2807,'user','3','2025-06-15 17:28:18','2025-06-15 17:29:44','','105.160.84.75','loggedin',1),(2808,'user','17','2025-06-15 17:33:54','','','105.161.192.168','loggedin',1),(2809,'user','3','2025-06-15 17:41:30','2025-06-15 17:41:49','','105.160.84.75','loggedin',1),(2810,'user','3','2025-06-15 18:11:08','','','105.160.84.75','loggedin',1),(2811,'user','3','2025-06-15 18:13:21','2025-06-15 18:17:20','','105.160.84.75','loggedin',1),(2812,'user','3','2025-06-15 18:17:24','','','105.160.84.75','loggedin',1),(2813,'user','3','2025-06-15 18:26:21','','','105.160.84.75','loggedin',1),(2814,'user','3','2025-06-15 18:30:10','','','105.160.84.75','loggedin',1),(2815,'user','3','2025-06-15 18:39:53','','','105.160.84.75','loggedin',1),(2816,'user','11','2025-06-15 18:49:59','','','105.161.192.168','loggedin',1),(2817,'user','3','2025-06-15 18:51:04','2025-06-15 18:51:27','','105.160.84.75','loggedin',1),(2818,'user','3','2025-06-15 18:51:54','','','105.160.84.75','loggedin',1),(2819,'user','3','2025-06-15 18:52:41','2025-06-15 18:53:21','','105.160.84.75','loggedin',1),(2820,'user','3','2025-06-15 19:03:25','','','105.160.84.75','loggedin',1),(2821,'user','3','2025-06-15 19:04:37','','','105.160.84.75','loggedin',1),(2822,'user','3','2025-06-15 19:06:12','2025-06-15 19:06:35','','105.160.84.75','loggedin',1),(2823,'user','6','2025-06-15 19:27:42','','','105.160.84.75','loggedin',1),(2824,'user','6','2025-06-15 19:28:27','2025-06-15 19:29:00','','105.160.84.75','loggedin',1),(2825,'user','3','2025-06-15 19:36:02','','','105.160.84.75','loggedin',1),(2826,'user','3','2025-06-15 19:38:21','','','105.160.84.75','loggedin',1),(2827,'user','3','2025-06-15 19:39:00','','','105.160.84.75','loggedin',1),(2828,'user','3','2025-06-15 19:40:35','2025-06-15 20:06:25','','105.160.84.75','loggedin',1),(2829,'user','5','2025-06-15 20:06:30','','','105.160.84.75','loggedin',1),(2830,'user','5','2025-06-15 20:08:15','','','105.160.84.75','loggedin',1),(2831,'user','4','2025-06-15 20:11:12','','','105.160.84.75','loggedin',1),(2832,'user','4','2025-06-15 20:11:52','2025-06-15 20:12:18','','105.160.84.75','loggedin',1),(2833,'user','5','2025-06-15 20:13:58','','','105.160.84.75','loggedin',1),(2834,'user','5','2025-06-15 20:14:25','2025-06-15 20:14:54','','105.160.84.75','loggedin',1),(2835,'user','5','2025-06-15 20:34:22','','','105.160.84.75','loggedin',1),(2836,'user','5','2025-06-15 20:35:05','','','105.160.84.75','loggedin',1),(2837,'user','5','2025-06-15 20:36:21','2025-06-15 20:38:12','','105.160.84.75','loggedin',1),(2838,'user','11','2025-06-15 20:47:53','','','105.161.192.168','loggedin',1),(2839,'user','5','2025-06-15 20:58:16','','','105.160.84.75','loggedin',1),(2840,'user','4','2025-06-15 21:04:29','2025-06-15 21:04:40','','105.160.84.75','loggedin',1),(2841,'user','4','2025-06-15 21:07:06','','','105.160.84.75','loggedin',1),(2842,'user','4','2025-06-15 21:08:00','2025-06-15 21:08:12','','105.160.84.75','loggedin',1),(2843,'user','5','2025-06-15 21:08:44','','','105.160.84.75','loggedin',1),(2844,'user','5','2025-06-15 21:09:53','','','105.160.84.75','loggedin',1),(2845,'user','5','2025-06-15 21:10:40','','','105.160.84.75','loggedin',1),(2846,'user','5','2025-06-15 21:11:43','2025-06-15 21:12:16','','105.160.84.75','loggedin',1),(2847,'user','6','2025-06-15 21:12:56','','','105.160.84.75','loggedin',1),(2848,'user','6','2025-06-15 21:14:27','2025-06-15 21:14:40','','105.160.84.75','loggedin',1),(2849,'user','4','2025-06-15 21:14:51','','','105.160.84.75','loggedin',1),(2850,'user','4','2025-06-15 21:15:55','','','105.160.84.75','loggedin',1),(2851,'user','5','2025-06-15 21:33:56','2025-06-15 21:39:07','','105.160.84.75','loggedin',1),(2852,'user','6','2025-06-15 21:49:15','2025-06-15 21:54:25','','105.160.84.75','loggedin',1),(2853,'user','4','2025-06-15 21:54:29','','','105.160.84.75','loggedin',1),(2854,'user','4','2025-06-15 21:55:10','2025-06-15 21:55:23','','105.160.84.75','loggedin',1),(2855,'user','6','2025-06-15 22:03:00','','','105.160.84.75','loggedin',1),(2856,'user','6','2025-06-15 22:03:26','','','105.160.84.75','loggedin',1),(2857,'user','6','2025-06-15 22:05:06','','','105.160.84.75','loggedin',1),(2858,'user','6','2025-06-15 22:05:38','2025-06-15 22:05:55','','105.160.84.75','loggedin',1),(2859,'user','5','2025-06-15 22:06:05','','','105.160.84.75','loggedin',1),(2860,'user','5','2025-06-15 22:06:49','','','105.160.84.75','loggedin',1),(2861,'user','5','2025-06-15 22:07:20','2025-06-15 22:08:05','','105.160.84.75','loggedin',1),(2862,'user','4','2025-06-15 22:10:50','','','105.160.84.75','loggedin',1),(2863,'user','4','2025-06-15 22:12:06','2025-06-15 22:12:27','','105.160.84.75','loggedin',1),(2864,'user','11','2025-06-15 22:14:42','','','105.161.192.168','loggedin',1),(2865,'user','6','2025-06-15 22:24:03','2025-06-15 22:40:27','','105.160.84.75','loggedin',1),(2866,'user','11','2025-06-15 22:29:10','','','105.161.192.168','loggedin',1),(2867,'user','17','2025-06-15 22:35:13','','','105.161.192.168','loggedin',1),(2868,'user','4','2025-06-15 22:40:39','','','105.160.84.75','loggedin',1),(2869,'user','4','2025-06-15 22:41:58','2025-06-15 22:42:08','','105.160.84.75','loggedin',1),(2870,'user','6','2025-06-15 22:42:20','','','105.160.84.75','loggedin',1),(2871,'user','6','2025-06-15 22:43:03','2025-06-15 22:44:12','','105.160.84.75','loggedin',1),(2872,'user','11','2025-06-15 22:44:01','','','105.161.192.168','loggedin',1),(2873,'user','4','2025-06-15 22:48:56','2025-06-15 22:49:24','','105.160.84.75','loggedin',1),(2874,'user','4','2025-06-15 22:51:45','2025-06-15 22:52:22','','105.160.84.75','loggedin',1),(2875,'user','6','2025-06-15 22:56:01','','','105.160.84.75','loggedin',1),(2876,'user','6','2025-06-15 22:57:06','2025-06-15 22:57:21','','105.160.84.75','loggedin',1),(2877,'user','11','2025-06-15 22:58:04','','','105.161.192.168','loggedin',1),(2878,'user','5','2025-06-15 23:11:26','2025-06-15 23:12:37','','105.160.84.75','loggedin',1),(2879,'user','6','2025-06-15 23:13:38','2025-06-15 23:13:59','','105.160.84.75','loggedin',1),(2880,'user','8','2025-06-15 23:27:21','','','105.160.84.75','loggedin',1),(2881,'user','8','2025-06-15 23:28:02','2025-06-15 23:28:20','','105.160.84.75','loggedin',1),(2882,'user','11','2025-06-15 23:40:00','','','105.161.192.168','loggedin',1),(2883,'user','11','2025-06-15 23:43:59','','','105.161.192.168','loggedin',1),(2884,'user','4','2025-06-15 23:46:15','2025-06-15 23:47:06','','105.160.84.75','loggedin',1),(2885,'user','4','2025-06-15 23:47:11','2025-06-15 23:47:14','','105.160.84.75','loggedin',1),(2886,'user','11','2025-06-15 23:50:19','','','105.161.192.168','loggedin',1),(2887,'user','4','2025-06-16 00:02:10','','','105.160.84.75','loggedin',1),(2888,'user','4','2025-06-16 00:29:39','','','105.160.84.75','loggedin',1),(2889,'user','4','2025-06-16 00:30:42','','','105.160.84.75','loggedin',1),(2890,'user','4','2025-06-16 00:32:05','2025-06-16 00:32:23','','105.160.84.75','loggedin',1),(2891,'user','4','2025-06-16 00:52:18','2025-06-16 00:52:51','','105.160.84.75','loggedin',1),(2892,'user','4','2025-06-16 00:58:59','','','105.160.84.75','loggedin',1),(2893,'user','4','2025-06-16 00:59:35','2025-06-16 00:59:47','','105.160.84.75','loggedin',1),(2894,'user','5','2025-06-16 01:24:51','2025-06-16 01:25:04','','105.160.84.75','loggedin',1),(2895,'user','11','2025-06-16 01:33:45','','','105.161.192.168','loggedin',1),(2896,'user','4','2025-06-16 01:36:50','','','105.160.84.75','loggedin',1),(2897,'user','4','2025-06-16 01:37:15','2025-06-16 01:37:37','','105.160.84.75','loggedin',1),(2898,'user','5','2025-06-16 01:57:29','','','105.160.84.75','loggedin',1),(2899,'user','5','2025-06-16 01:57:55','','','105.160.84.75','loggedin',1),(2900,'user','5','2025-06-16 01:59:04','','','105.160.84.75','loggedin',1),(2901,'user','5','2025-06-16 01:59:48','','','105.160.84.75','loggedin',1),(2902,'user','11','2025-06-16 02:21:44','','','105.161.192.168','loggedin',1),(2903,'user','14','2025-06-16 11:48:57','','','41.90.217.184','loggedin',1),(2904,'admin','16','2025-06-16 12:08:31','','','41.90.172.28','loggedin',1),(2905,'user','14','2025-06-16 12:58:34','','','105.161.192.168','loggedin',1),(2906,'user','17','2025-06-16 16:12:50','','','105.161.192.168','loggedin',1),(2907,'user','4','2025-06-16 16:35:49','','','41.90.217.184','loggedin',1),(2908,'user','4','2025-06-16 16:36:59','2025-06-16 16:37:55','','41.90.217.184','loggedin',1),(2909,'user','4','2025-06-16 16:38:08','2025-06-16 16:38:27','','41.90.217.184','loggedin',1),(2910,'user','4','2025-06-16 16:43:46','','','41.90.217.184','loggedin',1),(2911,'user','4','2025-06-16 16:44:06','2025-06-16 16:44:19','','41.90.217.184','loggedin',1),(2912,'user','4','2025-06-16 17:14:20','','','41.90.217.184','loggedin',1),(2913,'user','4','2025-06-16 17:14:42','2025-06-16 17:14:57','','41.90.217.184','loggedin',1),(2914,'user','4','2025-06-16 17:16:48','','','41.90.217.184','loggedin',1),(2915,'user','4','2025-06-16 17:53:55','','','41.90.217.184','loggedin',1),(2916,'user','4','2025-06-16 17:54:32','2025-06-16 17:54:46','','41.90.217.184','loggedin',1),(2917,'user','4','2025-06-16 18:21:40','','','41.90.217.184','loggedin',1),(2918,'user','4','2025-06-16 18:59:14','','','41.90.217.184','loggedin',1),(2919,'user','4','2025-06-16 19:12:39','','','41.90.217.184','loggedin',1),(2920,'user','4','2025-06-16 19:42:18','','','41.90.217.184','loggedin',1),(2921,'user','4','2025-06-16 19:42:51','2025-06-16 19:43:08','','41.90.217.184','loggedin',1),(2922,'user','4','2025-06-16 20:30:21','2025-06-16 20:30:41','','41.90.217.184','loggedin',1),(2923,'user','4','2025-06-16 20:41:29','','','41.90.217.184','loggedin',1),(2924,'user','4','2025-06-16 21:02:01','','','41.90.217.184','loggedin',1),(2925,'user','4','2025-06-16 21:03:49','2025-06-16 21:06:57','','41.90.217.184','loggedin',1),(2926,'user','4','2025-06-16 21:27:32','','','41.90.217.184','loggedin',1),(2927,'user','17','2025-06-16 21:52:14','','','105.161.192.168','loggedin',1),(2928,'user','4','2025-06-16 21:58:05','','','41.90.217.184','loggedin',1),(2929,'user','4','2025-06-16 21:59:02','','','41.90.217.184','loggedin',1),(2930,'user','4','2025-06-16 21:59:33','','','41.90.217.184','loggedin',1),(2931,'user','4','2025-06-16 22:05:29','','','41.90.217.184','loggedin',1),(2932,'user','4','2025-06-16 22:06:41','2025-06-16 22:06:58','','41.90.217.184','loggedin',1),(2933,'admin','16','2025-06-16 22:13:31','','','41.90.172.28','loggedin',1),(2934,'user','4','2025-06-16 22:18:14','','','41.90.217.184','loggedin',1),(2935,'user','4','2025-06-16 22:18:46','','','41.90.217.184','loggedin',1),(2936,'user','4','2025-06-16 22:19:01','2025-06-16 22:19:11','','41.90.217.184','loggedin',1),(2937,'user','4','2025-06-16 22:50:28','','','41.90.217.184','loggedin',1),(2938,'user','4','2025-06-16 23:45:47','','','41.90.217.184','loggedin',1),(2939,'user','4','2025-06-16 23:46:03','2025-06-16 23:46:24','','41.90.217.184','loggedin',1),(2940,'user','4','2025-06-17 00:12:47','2025-06-17 00:13:06','','41.90.217.184','loggedin',1),(2941,'user','4','2025-06-17 00:20:14','','','41.90.217.184','loggedin',1),(2942,'user','4','2025-06-17 00:51:57','2025-06-17 00:52:17','','41.90.217.184','loggedin',1),(2943,'user','17','2025-06-17 01:16:32','','','105.161.192.168','loggedin',1),(2944,'user','4','2025-06-17 01:20:08','','','41.90.217.184','loggedin',1),(2945,'user','4','2025-06-17 01:20:44','','','41.90.217.184','loggedin',1),(2946,'user','4','2025-06-17 01:21:27','2025-06-17 01:21:49','','41.90.217.184','loggedin',1),(2947,'user','4','2025-06-17 01:29:19','','','41.90.217.184','loggedin',1),(2948,'user','4','2025-06-17 01:29:34','2025-06-17 01:29:47','','41.90.217.184','loggedin',1),(2949,'user','17','2025-06-17 01:32:27','','','105.161.192.168','loggedin',1),(2950,'admin','16','2025-06-17 01:38:44','','','41.90.172.28','loggedin',1),(2951,'admin','16','2025-06-17 09:33:49','','','41.90.172.28','loggedin',1),(2952,'user','3','2025-06-17 11:36:51','2025-06-17 11:37:14','','105.160.114.159','loggedin',1),(2953,'user','3','2025-06-17 11:40:20','2025-06-17 11:40:24','','105.160.114.159','loggedin',1),(2954,'user','3','2025-06-17 11:43:24','2025-06-17 11:43:57','','105.160.114.159','loggedin',1),(2955,'admin','16','2025-06-17 12:19:59','','','41.90.172.28','loggedin',1),(2956,'admin','1','2025-06-17 12:20:21','2025-06-17 13:02:30','','197.232.142.176','loggedin',1),(2957,'user','3','2025-06-17 12:22:49','','','105.160.114.159','loggedin',1),(2958,'user','3','2025-06-17 12:24:26','2025-06-17 12:24:56','','105.160.114.159','loggedin',1),(2959,'user','11','2025-06-17 12:59:50','','','105.161.192.168','loggedin',1),(2960,'user','11','2025-06-17 13:03:10','','','105.161.192.168','loggedin',1),(2961,'user','3','2025-06-17 13:48:33','','','105.160.114.159','loggedin',1),(2962,'user','3','2025-06-17 15:16:46','2025-06-17 15:17:04','','105.160.114.159','loggedin',1),(2963,'user','14','2025-06-17 15:21:47','','','105.161.192.168','loggedin',1),(2964,'admin','1','2025-06-17 15:54:27','2025-06-17 15:55:21','','197.232.142.176','loggedin',1),(2965,'admin','1','2025-06-17 15:55:26','','','197.232.142.176','loggedin',1),(2966,'user','17','2025-06-17 16:49:24','','','105.161.192.168','loggedin',1),(2967,'user','6','2025-06-17 16:50:29','2025-06-17 16:51:03','','105.160.114.159','loggedin',1),(2968,'user','11','2025-06-17 17:10:07','','','105.160.114.159','loggedin',1),(2969,'user','3','2025-06-17 17:19:19','','','105.160.114.159','loggedin',1),(2970,'admin','16','2025-06-17 17:39:30','','','41.90.172.28','loggedin',1),(2971,'user','6','2025-06-17 17:39:50','','','105.160.114.159','loggedin',1),(2972,'admin','1','2025-06-17 17:52:45','','','41.90.216.253','loggedin',1),(2973,'user','3','2025-06-17 18:32:09','','','105.160.114.159','loggedin',1),(2974,'user','3','2025-06-17 18:46:44','2025-06-17 18:46:57','','105.160.114.159','loggedin',1),(2975,'user','11','2025-06-17 18:52:52','','','105.161.192.168','loggedin',1),(2976,'user','6','2025-06-17 20:08:18','','','105.160.114.159','loggedin',1),(2977,'user','6','2025-06-17 20:08:42','2025-06-17 20:08:58','','105.160.114.159','loggedin',1),(2978,'user','6','2025-06-17 20:20:25','','','105.160.114.159','loggedin',1),(2979,'user','6','2025-06-17 20:20:51','2025-06-17 20:21:01','','105.160.114.159','loggedin',1),(2980,'user','6','2025-06-17 20:41:38','','','105.160.114.159','loggedin',1),(2981,'user','6','2025-06-17 20:42:02','','','105.160.114.159','loggedin',1),(2982,'user','6','2025-06-17 20:42:22','','','105.160.114.159','loggedin',1),(2983,'user','6','2025-06-17 20:42:41','2025-06-17 20:43:08','','105.160.114.159','loggedin',1),(2984,'user','6','2025-06-17 20:44:29','','','105.160.114.159','loggedin',1),(2985,'user','6','2025-06-17 20:44:50','2025-06-17 20:45:00','','105.160.114.159','loggedin',1),(2986,'user','6','2025-06-17 20:47:16','','','105.160.114.159','loggedin',1),(2987,'user','6','2025-06-17 20:48:02','','','105.160.114.159','loggedin',1),(2988,'user','6','2025-06-17 20:48:20','','','105.160.114.159','loggedin',1),(2989,'user','6','2025-06-17 20:48:50','','','105.160.114.159','loggedin',1),(2990,'user','6','2025-06-17 20:49:10','','','105.160.114.159','loggedin',1),(2991,'user','6','2025-06-17 20:49:35','','','105.160.114.159','loggedin',1),(2992,'user','6','2025-06-17 20:50:05','','','105.160.114.159','loggedin',1),(2993,'user','6','2025-06-17 21:02:05','','','105.160.114.159','loggedin',1),(2994,'user','6','2025-06-17 21:04:05','2025-06-17 21:04:20','','105.160.114.159','loggedin',1),(2995,'user','6','2025-06-17 21:22:11','','','105.160.114.159','loggedin',1),(2996,'user','6','2025-06-17 21:24:34','2025-06-17 21:24:49','','105.160.114.159','loggedin',1),(2997,'user','6','2025-06-17 21:34:00','2025-06-17 21:34:11','','105.160.114.159','loggedin',1),(2998,'user','6','2025-06-17 21:36:57','2025-06-17 21:37:08','','105.160.114.159','loggedin',1),(2999,'user','6','2025-06-17 21:41:04','2025-06-17 21:41:17','','105.160.114.159','loggedin',1),(3000,'user','6','2025-06-17 21:52:58','','','105.160.114.159','loggedin',1),(3001,'user','6','2025-06-17 21:53:50','2025-06-17 21:54:00','','105.160.114.159','loggedin',1),(3002,'user','6','2025-06-17 22:02:07','','','105.160.114.159','loggedin',1),(3003,'user','6','2025-06-17 22:02:50','','','105.160.114.159','loggedin',1),(3004,'user','6','2025-06-17 22:03:09','2025-06-17 22:03:27','','105.160.114.159','loggedin',1),(3005,'user','6','2025-06-17 22:15:30','','','105.160.114.159','loggedin',1),(3006,'user','6','2025-06-17 22:15:58','','','105.160.114.159','loggedin',1),(3007,'user','6','2025-06-17 22:16:40','2025-06-17 22:17:06','','105.160.114.159','loggedin',1),(3008,'user','6','2025-06-17 22:18:02','','','105.160.114.159','loggedin',1),(3009,'user','6','2025-06-17 22:18:31','2025-06-17 22:18:41','','105.160.114.159','loggedin',1),(3010,'user','6','2025-06-17 22:43:32','','','105.160.114.159','loggedin',1),(3011,'user','11','2025-06-17 22:58:35','','','105.161.192.168','loggedin',1),(3012,'user','6','2025-06-17 23:41:02','','','105.160.114.159','loggedin',1),(3013,'user','6','2025-06-17 23:42:16','2025-06-17 23:42:32','','105.160.114.159','loggedin',1),(3014,'user','6','2025-06-18 00:20:19','','','105.160.114.159','loggedin',1),(3015,'user','6','2025-06-18 00:22:23','','','105.160.114.159','loggedin',1),(3016,'admin','16','2025-06-18 00:33:34','','','41.90.172.28','loggedin',1),(3017,'user','6','2025-06-18 00:39:26','','','105.160.114.159','loggedin',1),(3018,'user','6','2025-06-18 00:55:29','','','105.160.114.159','loggedin',1),(3019,'user','6','2025-06-18 01:15:15','','','105.160.114.159','loggedin',1),(3020,'user','6','2025-06-18 01:15:50','2025-06-18 01:16:22','','105.160.114.159','loggedin',1),(3021,'user','6','2025-06-18 01:19:49','2025-06-18 01:20:18','','105.160.114.159','loggedin',1),(3022,'user','6','2025-06-18 01:32:58','2025-06-18 01:33:10','','105.160.114.159','loggedin',1),(3023,'user','6','2025-06-18 01:36:24','','','105.160.114.159','loggedin',1),(3024,'user','6','2025-06-18 01:36:45','2025-06-18 01:36:54','','105.160.114.159','loggedin',1),(3025,'user','6','2025-06-18 01:48:08','2025-06-18 01:48:20','','105.160.114.159','loggedin',1),(3026,'user','6','2025-06-18 02:21:08','2025-06-18 02:21:24','','105.160.114.159','loggedin',1),(3027,'user','3','2025-06-18 11:33:32','','','41.90.217.83','loggedin',1),(3028,'user','3','2025-06-18 11:38:27','2025-06-18 11:39:44','','41.90.217.83','loggedin',1),(3029,'user','14','2025-06-18 11:44:17','','','105.161.232.176','loggedin',1),(3030,'user','14','2025-06-18 11:48:26','','','105.161.232.176','loggedin',1),(3031,'admin','16','2025-06-18 12:05:24','','','41.90.172.28','loggedin',1),(3032,'admin','1','2025-06-18 12:18:12','','','102.215.34.48','loggedin',1),(3033,'user','17','2025-06-18 12:56:59','','','105.161.232.176','loggedin',1),(3034,'user','3','2025-06-18 13:44:20','','','41.90.217.83','loggedin',1),(3035,'user','3','2025-06-18 13:44:45','','','41.90.217.83','loggedin',1),(3036,'user','3','2025-06-18 13:49:17','','','41.90.217.83','loggedin',1),(3037,'user','11','2025-06-18 14:04:05','','','105.161.232.176','loggedin',1),(3038,'user','11','2025-06-18 14:07:11','','','105.161.232.176','loggedin',1),(3039,'admin','1','2025-06-18 14:20:36','2025-06-18 14:22:46','','102.215.34.48','loggedin',1),(3040,'user','11','2025-06-18 14:21:08','','','105.161.232.176','loggedin',1),(3041,'user','11','2025-06-18 14:23:35','2025-06-18 14:23:55','','102.215.34.48','loggedin',1),(3042,'admin','1','2025-06-18 14:24:00','2025-06-18 14:25:46','','102.215.34.48','loggedin',1),(3043,'user','11','2025-06-18 14:25:50','2025-06-18 14:26:07','','102.215.34.48','loggedin',1),(3044,'user','17','2025-06-18 15:23:44','','','105.161.232.176','loggedin',1),(3045,'user','3','2025-06-18 15:26:04','','','41.90.217.83','loggedin',1),(3046,'user','3','2025-06-18 15:26:41','','','41.90.217.83','loggedin',1),(3047,'user','3','2025-06-18 15:40:34','','','41.90.217.83','loggedin',1),(3048,'user','3','2025-06-18 15:43:43','','','41.90.217.83','loggedin',1),(3049,'user','11','2025-06-18 15:46:14','','','105.161.232.176','loggedin',1),(3050,'admin','1','2025-06-18 15:52:50','','','41.90.216.181','loggedin',1),(3051,'user','3','2025-06-18 16:16:26','','','41.90.217.83','loggedin',1),(3052,'user','3','2025-06-18 16:17:39','2025-06-18 16:17:56','','41.90.217.83','loggedin',1),(3053,'user','3','2025-06-18 16:26:12','2025-06-18 16:26:36','','41.90.217.83','loggedin',1),(3054,'user','3','2025-06-18 16:36:45','','','41.90.217.83','loggedin',1),(3055,'user','5','2025-06-18 16:41:20','','','41.90.217.83','loggedin',1),(3056,'user','5','2025-06-18 16:43:08','2025-06-18 16:43:35','','41.90.217.83','loggedin',1),(3057,'user','3','2025-06-18 16:43:49','','','41.90.217.83','loggedin',1),(3058,'user','3','2025-06-18 16:44:40','2025-06-18 16:45:10','','41.90.217.83','loggedin',1),(3059,'user','11','2025-06-18 16:47:56','','','105.161.232.176','loggedin',1),(3060,'user','11','2025-06-18 16:51:45','','','105.161.232.176','loggedin',1),(3061,'user','3','2025-06-18 17:02:06','','','41.90.217.83','loggedin',1),(3062,'user','3','2025-06-18 17:03:41','2025-06-18 17:04:13','','41.90.217.83','loggedin',1),(3063,'user','3','2025-06-18 17:10:49','2025-06-18 17:12:19','','41.90.217.83','loggedin',1),(3064,'user','3','2025-06-18 17:21:14','','','41.90.217.83','loggedin',1),(3065,'user','3','2025-06-18 17:22:37','','','41.90.217.83','loggedin',1),(3066,'user','3','2025-06-18 17:49:09','','','41.90.217.83','loggedin',1),(3067,'user','3','2025-06-18 17:49:46','','','41.90.217.83','loggedin',1),(3068,'user','3','2025-06-18 17:50:18','2025-06-18 17:53:35','','41.90.217.83','loggedin',1),(3069,'user','17','2025-06-18 18:10:34','','','105.161.232.176','loggedin',1),(3070,'user','3','2025-06-18 18:15:42','','','41.90.217.83','loggedin',1),(3071,'user','3','2025-06-18 18:17:33','2025-06-18 18:17:52','','41.90.217.83','loggedin',1),(3072,'user','3','2025-06-18 18:18:10','','','41.90.217.83','loggedin',1),(3073,'user','3','2025-06-18 18:19:28','2025-06-18 18:19:41','','41.90.217.83','loggedin',1),(3074,'user','11','2025-06-18 18:23:25','','','105.161.232.176','loggedin',1),(3075,'user','3','2025-06-18 18:26:52','','','41.90.217.83','loggedin',1),(3076,'user','3','2025-06-18 18:27:30','','','41.90.217.83','loggedin',1),(3077,'user','3','2025-06-18 18:28:52','','','41.90.217.83','loggedin',1),(3078,'user','3','2025-06-18 18:30:37','2025-06-18 18:31:00','','41.90.217.83','loggedin',1),(3079,'user','11','2025-06-18 19:19:23','','','105.161.232.176','loggedin',1),(3080,'user','5','2025-06-18 19:37:35','','','41.90.217.83','loggedin',1),(3081,'user','5','2025-06-18 19:37:58','','','41.90.217.83','loggedin',1),(3082,'user','5','2025-06-18 19:38:41','','','41.90.217.83','loggedin',1),(3083,'user','5','2025-06-18 19:39:48','','','41.90.217.83','loggedin',1),(3084,'user','5','2025-06-18 19:40:30','','','41.90.217.83','loggedin',1),(3085,'user','5','2025-06-18 19:42:05','2025-06-18 19:42:19','','41.90.217.83','loggedin',1),(3086,'user','11','2025-06-18 20:11:57','','','105.161.232.176','loggedin',1),(3087,'user','5','2025-06-18 21:23:31','','','41.90.217.83','loggedin',1),(3088,'user','5','2025-06-18 21:23:48','','','41.90.217.83','loggedin',1),(3089,'user','5','2025-06-18 21:24:38','','','41.90.217.83','loggedin',1),(3090,'user','5','2025-06-18 21:25:51','','','41.90.217.83','loggedin',1),(3091,'user','5','2025-06-18 21:27:15','','','41.90.217.83','loggedin',1),(3092,'user','5','2025-06-18 21:28:26','','','41.90.217.83','loggedin',1),(3093,'user','5','2025-06-18 21:29:48','','','41.90.217.83','loggedin',1),(3094,'user','5','2025-06-18 21:32:11','','','41.90.217.83','loggedin',1),(3095,'user','5','2025-06-18 21:32:56','','','41.90.217.83','loggedin',1),(3096,'user','5','2025-06-18 21:34:26','','','41.90.217.83','loggedin',1),(3097,'user','5','2025-06-18 21:36:41','','','41.90.217.83','loggedin',1),(3098,'user','5','2025-06-18 21:38:01','2025-06-18 21:38:50','','41.90.217.83','loggedin',1),(3099,'user','5','2025-06-18 21:40:03','2025-06-18 21:40:43','','41.90.217.83','loggedin',1),(3100,'user','5','2025-06-18 21:55:17','','','41.90.217.83','loggedin',1),(3101,'user','5','2025-06-18 21:56:11','','','41.90.217.83','loggedin',1),(3102,'user','5','2025-06-18 21:57:42','2025-06-18 21:58:05','','41.90.217.83','loggedin',1),(3103,'user','5','2025-06-18 22:19:24','','','41.90.217.83','loggedin',1),(3104,'user','5','2025-06-18 22:19:40','2025-06-18 22:19:56','','41.90.217.83','loggedin',1),(3105,'user','5','2025-06-18 22:20:00','','','41.90.217.83','loggedin',1),(3106,'user','5','2025-06-18 22:20:18','','','41.90.217.83','loggedin',1),(3107,'user','5','2025-06-18 22:21:13','2025-06-18 22:21:27','','41.90.217.83','loggedin',1),(3108,'user','11','2025-06-18 22:25:07','','','105.161.232.176','loggedin',1),(3109,'user','5','2025-06-18 23:14:37','','','41.90.217.83','loggedin',1),(3110,'user','5','2025-06-18 23:14:58','','','41.90.217.83','loggedin',1),(3111,'user','5','2025-06-18 23:16:15','','','41.90.217.83','loggedin',1),(3112,'user','5','2025-06-18 23:17:15','','','41.90.217.83','loggedin',1),(3113,'user','5','2025-06-18 23:18:04','','','41.90.217.83','loggedin',1),(3114,'user','5','2025-06-18 23:19:14','','','41.90.217.83','loggedin',1),(3115,'user','5','2025-06-18 23:20:10','','','41.90.217.83','loggedin',1),(3116,'user','5','2025-06-18 23:21:17','','','41.90.217.83','loggedin',1),(3117,'user','5','2025-06-18 23:24:48','','','41.90.217.83','loggedin',1),(3118,'user','5','2025-06-18 23:26:03','','','41.90.217.83','loggedin',1),(3119,'user','5','2025-06-18 23:27:28','2025-06-18 23:28:19','','41.90.217.83','loggedin',1),(3120,'user','5','2025-06-18 23:29:13','','','41.90.217.83','loggedin',1),(3121,'user','5','2025-06-18 23:29:34','','','41.90.217.83','loggedin',1),(3122,'user','5','2025-06-18 23:29:55','2025-06-18 23:30:10','','41.90.217.83','loggedin',1),(3123,'user','11','2025-06-18 23:36:33','','','105.161.232.176','loggedin',1),(3124,'user','5','2025-06-18 23:56:08','','','41.90.217.83','loggedin',1),(3125,'user','5','2025-06-18 23:56:34','','','41.90.217.83','loggedin',1),(3126,'user','5','2025-06-18 23:57:34','2025-06-18 23:57:58','','41.90.217.83','loggedin',1),(3127,'user','5','2025-06-19 00:36:55','','','41.90.217.83','loggedin',1),(3128,'user','11','2025-06-19 00:39:29','','','105.161.232.176','loggedin',1),(3129,'user','5','2025-06-19 00:47:02','2025-06-19 00:49:06','','41.90.217.83','loggedin',1),(3130,'user','11','2025-06-19 01:05:00','','','105.161.232.176','loggedin',1),(3131,'user','11','2025-06-19 01:05:46','','','105.161.232.176','loggedin',1),(3132,'user','5','2025-06-19 01:08:14','','','41.90.217.83','loggedin',1),(3133,'user','11','2025-06-19 01:09:29','','','105.161.232.176','loggedin',1),(3134,'user','5','2025-06-19 01:10:28','2025-06-19 01:11:03','','41.90.217.83','loggedin',1),(3135,'admin','16','2025-06-19 01:33:39','','','41.81.78.88','loggedin',1),(3136,'user','5','2025-06-19 02:11:17','','','41.90.217.83','loggedin',1),(3137,'user','5','2025-06-19 02:11:46','','','41.90.217.83','loggedin',1),(3138,'user','5','2025-06-19 02:14:45','','','41.90.217.83','loggedin',1),(3139,'user','5','2025-06-19 02:15:24','','','41.90.217.83','loggedin',1),(3140,'user','5','2025-06-19 02:17:12','','','41.90.217.83','loggedin',1),(3141,'user','5','2025-06-19 02:18:00','','','41.90.217.83','loggedin',1),(3142,'user','5','2025-06-19 02:18:52','','','41.90.217.83','loggedin',1),(3143,'user','5','2025-06-19 02:25:09','','','41.90.217.83','loggedin',1),(3144,'user','5','2025-06-19 02:26:49','','','41.90.217.83','loggedin',1),(3145,'user','5','2025-06-19 02:28:40','','','41.90.217.83','loggedin',1),(3146,'user','5','2025-06-19 02:31:50','','','41.90.217.83','loggedin',1),(3147,'user','5','2025-06-19 02:32:44','','','41.90.217.83','loggedin',1),(3148,'user','5','2025-06-19 02:33:24','2025-06-19 02:34:35','','41.90.217.83','loggedin',1),(3149,'user','5','2025-06-19 02:58:40','','','41.90.217.83','loggedin',1),(3150,'user','5','2025-06-19 02:58:59','','','41.90.217.83','loggedin',1),(3151,'user','11','2025-06-19 02:59:14','','','105.161.232.176','loggedin',1),(3152,'user','5','2025-06-19 02:59:28','2025-06-19 03:02:52','','41.90.217.83','loggedin',1),(3153,'user','5','2025-06-19 03:30:43','','','41.90.217.83','loggedin',1),(3154,'user','5','2025-06-19 03:30:59','2025-06-19 03:31:16','','41.90.217.83','loggedin',1),(3155,'user','17','2025-06-19 04:25:24','','','105.161.232.176','loggedin',1),(3156,'admin','1','2025-06-19 09:08:59','','','197.232.142.176','loggedin',1),(3157,'user','3','2025-06-19 10:03:50','','','41.90.217.187','loggedin',1),(3158,'user','3','2025-06-19 10:08:17','2025-06-19 10:08:32','','41.90.217.187','loggedin',1),(3159,'user','3','2025-06-19 10:08:35','','','41.90.217.187','loggedin',1),(3160,'user','3','2025-06-19 10:09:17','','','41.90.217.187','loggedin',1),(3161,'user','3','2025-06-19 12:06:08','','','41.90.217.187','loggedin',1),(3162,'user','3','2025-06-19 12:06:31','','','41.90.217.187','loggedin',1),(3163,'user','3','2025-06-19 12:07:23','2025-06-19 12:07:36','','41.90.217.187','loggedin',1),(3164,'user','3','2025-06-19 12:25:51','','','41.90.217.187','loggedin',1),(3165,'user','3','2025-06-19 12:26:41','','','41.90.217.187','loggedin',1),(3166,'user','3','2025-06-19 12:39:02','2025-06-19 12:39:18','','41.90.217.187','loggedin',1),(3167,'admin','16','2025-06-19 12:53:34','','','105.160.75.235','loggedin',1),(3168,'user','3','2025-06-19 13:10:53','2025-06-19 13:11:15','','41.90.217.187','loggedin',1),(3169,'user','3','2025-06-19 13:15:59','','','41.90.217.187','loggedin',1),(3170,'user','3','2025-06-19 13:35:23','','','41.90.217.187','loggedin',1),(3171,'user','3','2025-06-19 13:36:16','2025-06-19 13:36:36','','41.90.217.187','loggedin',1),(3172,'user','3','2025-06-19 13:47:21','','','41.90.217.187','loggedin',1),(3173,'user','3','2025-06-19 13:48:18','2025-06-19 13:48:36','','41.90.217.187','loggedin',1),(3174,'user','3','2025-06-19 14:16:43','','','41.90.217.187','loggedin',1),(3175,'user','3','2025-06-19 14:17:33','','','41.90.217.187','loggedin',1),(3176,'user','3','2025-06-19 14:19:34','2025-06-19 14:19:52','','41.90.217.187','loggedin',1),(3177,'user','3','2025-06-19 14:21:22','2025-06-19 14:21:55','','41.90.217.187','loggedin',1),(3178,'user','3','2025-06-19 14:25:12','2025-06-19 14:38:16','','41.90.217.187','loggedin',1),(3179,'user','3','2025-06-19 14:43:56','','','41.90.217.187','loggedin',1),(3180,'user','3','2025-06-19 14:44:24','2025-06-19 14:45:27','','41.90.217.187','loggedin',1),(3181,'user','11','2025-06-19 14:53:45','','','41.90.216.85','loggedin',1),(3182,'user','3','2025-06-19 15:06:32','','','41.90.217.187','loggedin',1),(3183,'user','3','2025-06-19 15:06:58','','','41.90.217.187','loggedin',1),(3184,'user','3','2025-06-19 15:34:40','','','41.90.217.187','loggedin',1),(3185,'user','3','2025-06-19 15:36:08','','','41.90.217.187','loggedin',1),(3186,'user','3','2025-06-19 15:37:52','2025-06-19 15:40:41','','41.90.217.187','loggedin',1),(3187,'user','3','2025-06-19 16:05:43','','','41.90.217.187','loggedin',1),(3188,'user','3','2025-06-19 16:06:24','2025-06-19 16:27:59','','41.90.217.187','loggedin',1),(3189,'user','11','2025-06-19 16:10:07','','','41.90.216.85','loggedin',1),(3190,'user','3','2025-06-19 16:34:11','','','41.90.217.187','loggedin',1),(3191,'user','3','2025-06-19 16:35:02','','','41.90.217.187','loggedin',1),(3192,'user','3','2025-06-19 16:36:23','2025-06-19 16:36:42','','41.90.217.187','loggedin',1),(3193,'user','3','2025-06-19 16:57:05','','','41.90.217.187','loggedin',1),(3194,'user','3','2025-06-19 16:57:48','','','41.90.217.187','loggedin',1),(3195,'user','3','2025-06-19 17:03:26','2025-06-19 17:21:20','','41.90.217.187','loggedin',1),(3196,'user','22','2025-06-19 17:40:47','','','41.90.216.85','loggedin',1),(3197,'user','22','2025-06-19 18:09:51','2025-06-19 18:12:16','','41.90.217.187','loggedin',1),(3198,'admin','16','2025-06-19 18:47:04','','','196.96.23.64','loggedin',1),(3199,'user','11','2025-06-19 20:59:32','','','41.90.216.85','loggedin',1),(3200,'user','11','2025-06-19 21:02:16','','','41.90.216.85','loggedin',1),(3201,'user','3','2025-06-19 22:04:45','2025-06-19 22:05:23','','41.90.217.187','loggedin',1),(3202,'user','11','2025-06-19 22:54:03','','','41.90.217.181','loggedin',1),(3203,'user','11','2025-06-20 00:53:19','2025-06-20 00:56:15','','41.90.217.181','loggedin',1),(3204,'user','3','2025-06-20 03:28:56','','','41.90.217.181','loggedin',1),(3205,'user','3','2025-06-20 03:30:44','','','41.90.217.181','loggedin',1),(3206,'user','3','2025-06-20 03:32:19','','','41.90.217.181','loggedin',1),(3207,'user','3','2025-06-20 03:33:53','','','41.90.217.181','loggedin',1),(3208,'user','3','2025-06-20 03:34:44','','','41.90.217.181','loggedin',1),(3209,'user','3','2025-06-20 03:35:48','','','41.90.217.181','loggedin',1),(3210,'user','3','2025-06-20 03:36:41','','','41.90.217.181','loggedin',1),(3211,'user','3','2025-06-20 03:38:12','','','41.90.217.181','loggedin',1),(3212,'user','3','2025-06-20 03:39:30','','','41.90.217.181','loggedin',1),(3213,'user','3','2025-06-20 03:40:50','','','41.90.217.181','loggedin',1),(3214,'user','3','2025-06-20 03:41:36','','','41.90.217.181','loggedin',1),(3215,'user','3','2025-06-20 03:42:30','','','41.90.217.181','loggedin',1),(3216,'user','3','2025-06-20 03:43:15','','','41.90.217.181','loggedin',1),(3217,'user','3','2025-06-20 03:44:03','','','41.90.217.181','loggedin',1),(3218,'user','3','2025-06-20 03:44:59','','','41.90.217.181','loggedin',1),(3219,'user','3','2025-06-20 03:46:08','','','41.90.217.181','loggedin',1),(3220,'user','3','2025-06-20 03:47:57','','','41.90.217.181','loggedin',1),(3221,'user','3','2025-06-20 03:48:56','','','41.90.217.181','loggedin',1),(3222,'user','3','2025-06-20 03:49:48','','','41.90.217.181','loggedin',1),(3223,'user','3','2025-06-20 03:50:50','','','41.90.217.181','loggedin',1),(3224,'user','3','2025-06-20 03:51:43','','','41.90.217.181','loggedin',1),(3225,'user','3','2025-06-20 03:52:38','2025-06-20 03:52:52','','41.90.217.181','loggedin',1),(3226,'user','3','2025-06-20 08:19:52','2025-06-20 08:20:33','','41.90.217.181','loggedin',1),(3227,'user','3','2025-06-20 08:24:05','','','41.90.217.181','loggedin',1),(3228,'user','3','2025-06-20 08:44:29','','','41.90.217.181','loggedin',1),(3229,'user','3','2025-06-20 08:44:53','2025-06-20 08:45:08','','41.90.217.181','loggedin',1),(3230,'user','3','2025-06-20 09:58:35','','','41.90.217.181','loggedin',1),(3231,'user','3','2025-06-20 10:01:44','','','41.90.217.181','loggedin',1),(3232,'user','3','2025-06-20 10:02:32','','','41.90.217.181','loggedin',1),(3233,'user','3','2025-06-20 10:05:48','2025-06-20 10:06:00','','41.90.217.181','loggedin',1),(3234,'user','3','2025-06-20 11:30:57','','','41.90.217.181','loggedin',1),(3235,'user','3','2025-06-20 11:32:33','2025-06-20 11:32:47','','41.90.217.181','loggedin',1),(3236,'user','3','2025-06-20 13:01:54','','','41.90.217.181','loggedin',1),(3237,'user','3','2025-06-20 13:02:40','','','41.90.217.181','loggedin',1),(3238,'user','3','2025-06-20 13:04:09','','','41.90.217.181','loggedin',1),(3239,'user','3','2025-06-20 13:05:07','','','41.90.217.181','loggedin',1),(3240,'user','3','2025-06-20 13:05:35','2025-06-20 13:05:48','','41.90.217.181','loggedin',1),(3241,'user','14','2025-06-20 13:37:01','','','105.160.18.227','loggedin',1),(3242,'admin','16','2025-06-20 13:49:42','','','196.96.31.64','loggedin',1),(3243,'user','3','2025-06-20 14:53:43','','','41.90.217.181','loggedin',1),(3244,'user','3','2025-06-20 14:54:35','2025-06-20 14:55:55','','41.90.217.181','loggedin',1),(3245,'user','3','2025-06-20 14:58:01','','','41.90.217.181','loggedin',1),(3246,'user','3','2025-06-20 15:01:37','','','41.90.217.181','loggedin',1),(3247,'user','3','2025-06-20 15:05:15','2025-06-20 15:05:30','','41.90.217.181','loggedin',1),(3248,'user','3','2025-06-20 15:10:39','','','41.90.217.181','loggedin',1),(3249,'user','3','2025-06-20 15:11:26','2025-06-20 15:11:41','','41.90.217.181','loggedin',1),(3250,'user','3','2025-06-20 15:41:49','','','41.90.217.181','loggedin',1),(3251,'user','3','2025-06-20 15:42:45','','','41.90.217.181','loggedin',1),(3252,'user','3','2025-06-20 15:44:08','','','41.90.217.181','loggedin',1),(3253,'user','3','2025-06-20 15:47:28','','','41.90.217.181','loggedin',1),(3254,'user','3','2025-06-20 15:48:04','','','41.90.217.181','loggedin',1),(3255,'user','3','2025-06-20 16:02:50','','','41.90.217.181','loggedin',1),(3256,'user','3','2025-06-20 16:10:23','','','41.90.217.181','loggedin',1),(3257,'user','3','2025-06-20 16:11:57','2025-06-20 16:12:13','','41.90.217.181','loggedin',1),(3258,'user','3','2025-06-20 16:22:59','','','41.90.217.181','loggedin',1),(3259,'user','3','2025-06-20 16:23:30','','','41.90.217.181','loggedin',1),(3260,'user','3','2025-06-20 16:36:24','','','41.90.217.181','loggedin',1),(3261,'user','3','2025-06-20 16:38:00','','','41.90.217.181','loggedin',1),(3262,'user','3','2025-06-20 16:40:28','','','41.90.217.181','loggedin',1),(3263,'user','3','2025-06-20 16:42:12','2025-06-20 16:43:09','','41.90.217.181','loggedin',1),(3264,'user','6','2025-06-20 16:43:17','2025-06-20 16:43:22','','41.90.217.181','loggedin',1),(3265,'user','6','2025-06-20 16:44:00','2025-06-20 16:45:01','','41.90.217.181','loggedin',1),(3266,'user','4','2025-06-20 16:55:37','','','41.90.217.181','loggedin',1),(3267,'user','4','2025-06-20 16:59:18','','','41.90.217.181','loggedin',1),(3268,'user','4','2025-06-20 16:59:29','2025-06-20 16:59:42','','41.90.217.181','loggedin',1),(3269,'user','6','2025-06-20 16:59:53','','','41.90.217.181','loggedin',1),(3270,'user','6','2025-06-20 17:00:31','','','41.90.217.181','loggedin',1),(3271,'user','6','2025-06-20 17:00:52','2025-06-20 17:01:14','','41.90.217.181','loggedin',1),(3272,'user','3','2025-06-20 17:05:16','','','41.90.217.181','loggedin',1),(3273,'user','3','2025-06-20 17:05:54','2025-06-20 17:10:32','','41.90.217.181','loggedin',1),(3274,'user','11','2025-06-20 17:12:02','','','105.160.18.227','loggedin',1),(3275,'user','4','2025-06-20 17:19:03','','','41.90.217.181','loggedin',1),(3276,'user','4','2025-06-20 17:20:50','2025-06-20 17:21:28','','41.90.217.181','loggedin',1),(3277,'user','6','2025-06-20 17:41:58','','','41.90.217.181','loggedin',1),(3278,'user','6','2025-06-20 17:43:02','2025-06-20 17:43:10','','41.90.217.181','loggedin',1),(3279,'user','3','2025-06-20 17:47:45','','','41.90.217.181','loggedin',1),(3280,'user','3','2025-06-20 17:48:06','2025-06-20 17:48:24','','41.90.217.181','loggedin',1),(3281,'user','3','2025-06-20 17:51:59','2025-06-20 17:52:18','','41.90.217.181','loggedin',1),(3282,'user','3','2025-06-20 18:07:35','','','41.90.217.181','loggedin',1),(3283,'user','3','2025-06-20 18:08:14','2025-06-20 18:08:43','','41.90.217.181','loggedin',1),(3284,'user','3','2025-06-20 18:09:14','','','41.90.217.181','loggedin',1),(3285,'user','3','2025-06-20 18:12:02','2025-06-20 18:30:19','','41.90.217.181','loggedin',1),(3286,'user','11','2025-06-20 18:15:18','','','105.160.18.227','loggedin',1),(3287,'user','5','2025-06-20 18:30:24','','','41.90.217.181','loggedin',1),(3288,'user','5','2025-06-20 18:31:02','2025-06-20 18:31:22','','41.90.217.181','loggedin',1),(3289,'user','3','2025-06-20 18:40:30','2025-06-20 18:51:01','','41.90.217.181','loggedin',1),(3290,'user','17','2025-06-20 18:47:12','','','105.160.18.227','loggedin',1),(3291,'user','5','2025-06-20 18:51:06','','','41.90.217.181','loggedin',1),(3292,'user','5','2025-06-20 18:51:39','2025-06-20 18:51:58','','41.90.217.181','loggedin',1),(3293,'user','11','2025-06-20 19:10:40','','','105.160.18.227','loggedin',1),(3294,'user','5','2025-06-20 19:13:16','','','41.90.217.181','loggedin',1),(3295,'user','5','2025-06-20 19:13:53','','','41.90.217.181','loggedin',1),(3296,'user','5','2025-06-20 19:14:52','2025-06-20 19:15:11','','41.90.217.181','loggedin',1),(3297,'user','4','2025-06-20 20:01:39','','','41.90.217.181','loggedin',1),(3298,'user','4','2025-06-20 20:03:23','2025-06-20 20:03:50','','41.90.217.181','loggedin',1),(3299,'user','6','2025-06-20 20:04:07','','','41.90.217.181','loggedin',1),(3300,'user','6','2025-06-20 20:06:16','','','41.90.217.181','loggedin',1),(3301,'user','6','2025-06-20 20:07:50','','','41.90.217.181','loggedin',1),(3302,'user','4','2025-06-20 20:10:17','','','41.90.217.181','loggedin',1),(3303,'user','4','2025-06-20 20:13:38','2025-06-20 20:13:51','','41.90.217.181','loggedin',1),(3304,'user','6','2025-06-20 20:14:07','','','41.90.217.181','loggedin',1),(3305,'user','6','2025-06-20 20:14:41','','','41.90.217.181','loggedin',1),(3306,'user','6','2025-06-20 20:15:11','','','41.90.217.181','loggedin',1),(3307,'user','6','2025-06-20 20:15:38','','','41.90.217.181','loggedin',1),(3308,'user','6','2025-06-20 20:16:40','','','41.90.217.181','loggedin',1),(3309,'user','6','2025-06-20 20:18:59','','','41.90.217.181','loggedin',1),(3310,'user','6','2025-06-20 20:19:32','','','41.90.217.181','loggedin',1),(3311,'user','8','2025-06-20 20:24:16','','','41.90.217.181','loggedin',1),(3312,'user','8','2025-06-20 20:24:48','','','41.90.217.181','loggedin',1),(3313,'user','8','2025-06-20 20:26:01','','','41.90.217.181','loggedin',1),(3314,'user','8','2025-06-20 20:26:53','','','41.90.217.181','loggedin',1),(3315,'user','8','2025-06-20 20:28:43','2025-06-20 20:29:11','','41.90.217.181','loggedin',1),(3316,'user','6','2025-06-20 20:29:20','2025-06-20 20:29:33','','41.90.217.181','loggedin',1),(3317,'admin','16','2025-06-20 20:32:17','','','196.96.85.140','loggedin',1),(3318,'user','11','2025-06-20 20:42:07','','','105.160.18.227','loggedin',1),(3319,'user','11','2025-06-20 20:43:16','','','105.160.18.227','loggedin',1),(3320,'user','11','2025-06-20 20:43:33','','','105.160.18.227','loggedin',1),(3321,'user','6','2025-06-20 20:53:11','','','41.90.217.181','loggedin',1),(3322,'user','6','2025-06-20 20:53:40','2025-06-20 20:53:55','','41.90.217.181','loggedin',1),(3323,'user','11','2025-06-20 20:53:52','','','105.160.18.227','loggedin',1),(3324,'user','6','2025-06-20 20:55:35','','','41.90.217.181','loggedin',1),(3325,'user','6','2025-06-20 20:55:54','2025-06-20 20:56:03','','41.90.217.181','loggedin',1),(3326,'user','6','2025-06-20 20:58:16','2025-06-20 21:32:43','','41.90.217.181','loggedin',1),(3327,'user','4','2025-06-20 21:32:47','2025-06-20 21:34:43','','41.90.217.184','loggedin',1),(3328,'user','4','2025-06-20 21:34:54','2025-06-20 21:35:53','','41.90.217.184','loggedin',1),(3329,'user','5','2025-06-20 21:38:36','','','41.90.217.184','loggedin',1),(3330,'user','11','2025-06-20 21:38:39','','','105.160.18.227','loggedin',1),(3331,'user','5','2025-06-20 21:39:41','','','41.90.217.184','loggedin',1),(3332,'user','5','2025-06-20 21:42:06','','','41.90.217.184','loggedin',1),(3333,'user','5','2025-06-20 21:43:10','','','41.90.217.184','loggedin',1),(3334,'user','5','2025-06-20 21:44:02','','','41.90.217.184','loggedin',1),(3335,'user','5','2025-06-20 21:45:37','2025-06-20 21:45:56','','41.90.217.184','loggedin',1),(3336,'user','8','2025-06-20 21:46:01','','','41.90.217.184','loggedin',1),(3337,'user','8','2025-06-20 21:46:50','','','41.90.217.184','loggedin',1),(3338,'user','11','2025-06-20 21:52:35','','','105.160.18.227','loggedin',1),(3339,'user','8','2025-06-20 21:52:59','','','41.90.217.184','loggedin',1),(3340,'user','8','2025-06-20 21:54:51','','','41.90.217.184','loggedin',1),(3341,'user','8','2025-06-20 21:55:37','','','41.90.217.184','loggedin',1),(3342,'user','8','2025-06-20 21:56:21','2025-06-20 21:56:37','','41.90.217.184','loggedin',1),(3343,'user','6','2025-06-20 22:01:21','','','41.90.217.181','loggedin',1),(3344,'user','6','2025-06-20 22:03:48','2025-06-20 22:05:41','','41.90.217.181','loggedin',1),(3345,'user','6','2025-06-20 22:15:28','','','41.90.217.181','loggedin',1),(3346,'user','6','2025-06-20 22:16:38','','','41.90.217.181','loggedin',1),(3347,'user','6','2025-06-20 22:17:20','2025-06-20 22:17:36','','41.90.217.181','loggedin',1),(3348,'user','8','2025-06-20 22:17:49','','','41.90.217.181','loggedin',1),(3349,'user','8','2025-06-20 22:19:03','2025-06-20 22:19:19','','41.90.217.181','loggedin',1),(3350,'user','6','2025-06-20 22:23:14','2025-06-20 22:23:39','','41.90.217.181','loggedin',1),(3351,'user','4','2025-06-20 22:25:27','2025-06-20 22:26:55','','41.90.217.181','loggedin',1),(3352,'user','4','2025-06-20 22:27:22','','','41.90.217.181','loggedin',1),(3353,'user','4','2025-06-20 22:27:53','','','41.90.217.181','loggedin',1),(3354,'user','4','2025-06-20 22:29:19','','','41.90.217.181','loggedin',1),(3355,'user','4','2025-06-20 22:29:58','','','41.90.217.181','loggedin',1),(3356,'user','4','2025-06-20 22:31:26','','','41.90.217.181','loggedin',1),(3357,'user','4','2025-06-20 22:32:19','','','41.90.217.181','loggedin',1),(3358,'user','4','2025-06-20 22:34:25','2025-06-20 22:35:20','','41.90.217.181','loggedin',1),(3359,'user','6','2025-06-20 22:38:47','2025-06-20 22:39:18','','41.90.217.115','loggedin',1),(3360,'user','4','2025-06-20 22:48:56','','','41.90.217.115','loggedin',1),(3361,'user','4','2025-06-20 22:50:17','2025-06-20 22:50:28','','41.90.217.115','loggedin',1),(3362,'user','4','2025-06-20 22:54:01','','','41.90.217.115','loggedin',1),(3363,'user','4','2025-06-20 22:55:16','2025-06-20 22:56:06','','41.90.217.115','loggedin',1),(3364,'user','11','2025-06-20 23:01:39','','','105.160.18.227','loggedin',1),(3365,'user','4','2025-06-20 23:35:59','','','41.90.217.115','loggedin',1),(3366,'user','4','2025-06-20 23:36:22','','','41.90.217.115','loggedin',1),(3367,'user','4','2025-06-20 23:36:55','','','41.90.217.115','loggedin',1),(3368,'user','4','2025-06-20 23:37:30','2025-06-20 23:40:10','','41.90.217.115','loggedin',1),(3369,'user','6','2025-06-20 23:43:02','2025-06-20 23:43:56','','41.90.217.115','loggedin',1),(3370,'user','6','2025-06-20 23:46:01','','','41.90.217.115','loggedin',1),(3371,'user','6','2025-06-20 23:46:09','','','41.90.217.115','loggedin',1),(3372,'user','8','2025-06-20 23:57:03','','','41.90.217.115','loggedin',1),(3373,'user','8','2025-06-20 23:57:54','','','41.90.217.115','loggedin',1),(3374,'user','8','2025-06-20 23:59:02','','','41.90.217.115','loggedin',1),(3375,'user','8','2025-06-21 00:00:25','2025-06-21 00:00:44','','41.90.217.115','loggedin',1),(3376,'user','4','2025-06-21 00:15:24','2025-06-21 00:19:25','','41.90.217.115','loggedin',1),(3377,'user','4','2025-06-21 00:20:35','','','41.90.217.115','loggedin',1),(3378,'user','4','2025-06-21 00:21:24','2025-06-21 00:21:49','','41.90.217.115','loggedin',1),(3379,'user','4','2025-06-21 00:33:06','','','41.90.217.115','loggedin',1),(3380,'user','4','2025-06-21 00:34:00','2025-06-21 00:34:20','','41.90.217.115','loggedin',1),(3381,'user','5','2025-06-21 00:46:14','','','41.90.217.115','loggedin',1),(3382,'user','5','2025-06-21 00:48:37','','','41.90.217.115','loggedin',1),(3383,'user','5','2025-06-21 00:50:01','2025-06-21 00:51:16','','41.90.217.115','loggedin',1),(3384,'user','6','2025-06-21 00:57:00','2025-06-21 00:57:36','','41.90.217.115','loggedin',1),(3385,'user','4','2025-06-21 00:57:41','','','41.90.217.115','loggedin',1),(3386,'user','4','2025-06-21 00:58:06','2025-06-21 00:58:17','','41.90.217.115','loggedin',1),(3387,'user','6','2025-06-21 00:59:17','','','41.90.217.115','loggedin',1),(3388,'user','17','2025-06-21 00:59:53','','','105.160.18.227','loggedin',1),(3389,'user','17','2025-06-21 01:01:34','','','105.160.18.227','loggedin',1),(3390,'user','6','2025-06-21 01:03:21','','','41.90.217.115','loggedin',1),(3391,'user','6','2025-06-21 01:04:32','2025-06-21 01:04:44','','41.90.217.115','loggedin',1),(3392,'user','6','2025-06-21 01:11:02','2025-06-21 01:11:38','','41.90.217.115','loggedin',1),(3393,'user','8','2025-06-21 01:27:34','','','41.90.217.115','loggedin',1),(3394,'user','11','2025-06-21 01:33:40','','','105.160.18.227','loggedin',1),(3395,'user','8','2025-06-21 01:37:55','','','41.90.217.115','loggedin',1),(3396,'user','8','2025-06-21 01:38:46','','','41.90.217.115','loggedin',1),(3397,'user','8','2025-06-21 01:40:21','2025-06-21 01:42:14','','41.90.217.115','loggedin',1),(3398,'user','6','2025-06-21 01:42:54','','','41.90.217.115','loggedin',1),(3399,'user','11','2025-06-21 01:45:19','','','105.160.18.227','loggedin',1),(3400,'user','6','2025-06-21 01:45:52','2025-06-21 01:46:01','','41.90.217.115','loggedin',1),(3401,'user','6','2025-06-21 01:46:59','','','41.90.217.115','loggedin',1),(3402,'user','6','2025-06-21 01:47:18','2025-06-21 01:47:29','','41.90.217.115','loggedin',1),(3403,'user','5','2025-06-21 01:47:37','2025-06-21 01:49:07','','41.90.217.115','loggedin',1),(3404,'admin','16','2025-06-21 02:09:01','','','196.96.53.140','loggedin',1),(3405,'user','8','2025-06-21 02:16:25','','','41.90.217.115','loggedin',1),(3406,'user','8','2025-06-21 02:17:22','','','41.90.217.115','loggedin',1),(3407,'user','8','2025-06-21 02:18:34','','','41.90.217.115','loggedin',1),(3408,'user','8','2025-06-21 02:19:22','2025-06-21 02:19:40','','41.90.217.115','loggedin',1),(3409,'user','4','2025-06-21 02:19:54','','','41.90.217.115','loggedin',1),(3410,'user','4','2025-06-21 02:20:50','','','41.90.217.115','loggedin',1),(3411,'user','6','2025-06-21 03:14:55','','','41.90.216.242','loggedin',1),(3412,'user','6','2025-06-21 03:18:40','','','41.90.216.242','loggedin',1),(3413,'user','6','2025-06-21 03:21:05','','','41.90.216.242','loggedin',1),(3414,'user','6','2025-06-21 03:22:14','2025-06-21 03:22:25','','41.90.216.242','loggedin',1),(3415,'user','4','2025-06-21 03:26:33','','','41.90.216.242','loggedin',1),(3416,'user','4','2025-06-21 03:30:36','','','41.90.216.242','loggedin',1),(3417,'user','4','2025-06-21 03:32:58','','','41.90.216.242','loggedin',1),(3418,'user','4','2025-06-21 03:33:48','','','41.90.216.242','loggedin',1),(3419,'user','4','2025-06-21 03:39:07','','','41.90.216.242','loggedin',1),(3420,'user','4','2025-06-21 03:40:59','2025-06-21 03:41:16','','41.90.216.242','loggedin',1),(3421,'user','6','2025-06-21 03:41:32','','','41.90.216.242','loggedin',1),(3422,'user','6','2025-06-21 03:43:37','2025-06-21 03:43:48','','41.90.216.242','loggedin',1),(3423,'user','22','2025-06-21 03:44:07','','','41.90.216.242','loggedin',1),(3424,'user','22','2025-06-21 03:45:07','','','41.90.216.242','loggedin',1),(3425,'user','22','2025-06-21 03:46:09','2025-06-21 03:46:33','','41.90.216.242','loggedin',1),(3426,'user','22','2025-06-21 03:46:43','','','41.90.216.242','loggedin',1),(3427,'user','8','2025-06-21 03:47:29','2025-06-21 03:47:38','','41.90.216.242','loggedin',1),(3428,'user','22','2025-06-21 03:47:42','2025-06-21 03:48:00','','41.90.216.242','loggedin',1),(3429,'user','6','2025-06-21 03:48:04','','','41.90.216.242','loggedin',1),(3430,'user','6','2025-06-21 03:48:56','2025-06-21 03:49:24','','41.90.216.242','loggedin',1),(3431,'user','22','2025-06-21 03:49:44','','','41.90.216.242','loggedin',1),(3432,'user','22','2025-06-21 03:51:59','','','41.90.216.242','loggedin',1),(3433,'user','22','2025-06-21 03:52:59','','','41.90.216.242','loggedin',1),(3434,'user','22','2025-06-21 03:53:41','','','41.90.216.242','loggedin',1),(3435,'user','22','2025-06-21 03:54:16','','','41.90.216.242','loggedin',1),(3436,'user','22','2025-06-21 03:56:25','','','41.90.216.242','loggedin',1),(3437,'user','22','2025-06-21 03:58:47','','','41.90.216.242','loggedin',1),(3438,'user','22','2025-06-21 03:59:53','','','41.90.216.242','loggedin',1),(3439,'user','22','2025-06-21 04:02:10','','','41.90.216.242','loggedin',1),(3440,'user','17','2025-06-21 04:02:45','','','105.160.18.227','loggedin',1),(3441,'user','22','2025-06-21 04:03:07','','','41.90.216.242','loggedin',1),(3442,'user','22','2025-06-21 04:04:07','','','41.90.216.242','loggedin',1),(3443,'user','22','2025-06-21 04:05:29','2025-06-21 04:05:46','','41.90.216.242','loggedin',1),(3444,'user','6','2025-06-21 04:05:54','','','41.90.216.242','loggedin',1),(3445,'user','6','2025-06-21 04:06:04','','','41.90.216.242','loggedin',1),(3446,'user','6','2025-06-21 04:06:45','','','41.90.216.242','loggedin',1),(3447,'user','6','2025-06-21 04:07:23','2025-06-21 04:07:34','','41.90.216.242','loggedin',1),(3448,'user','22','2025-06-21 04:08:01','','','41.90.216.242','loggedin',1),(3449,'user','22','2025-06-21 04:09:13','','','41.90.216.242','loggedin',1),(3450,'user','22','2025-06-21 04:09:58','2025-06-21 04:13:24','','41.90.216.242','loggedin',1),(3451,'user','22','2025-06-21 04:13:31','','','41.90.216.242','loggedin',1),(3452,'user','22','2025-06-21 04:17:13','','','41.90.216.242','loggedin',1),(3453,'user','8','2025-06-21 04:18:35','2025-06-21 04:19:11','','41.90.216.242','loggedin',1),(3454,'user','8','2025-06-21 04:19:25','','','41.90.216.242','loggedin',1),(3455,'user','8','2025-06-21 04:21:05','','','41.90.216.242','loggedin',1),(3456,'user','8','2025-06-21 04:21:53','2025-06-21 04:22:48','','41.90.216.242','loggedin',1),(3457,'user','22','2025-06-21 04:22:55','','','41.90.216.242','loggedin',1),(3458,'user','22','2025-06-21 04:24:00','2025-06-21 04:24:22','','41.90.216.242','loggedin',1),(3459,'user','22','2025-06-21 04:31:52','','','41.90.216.242','loggedin',1),(3460,'user','22','2025-06-21 04:38:13','2025-06-21 04:38:56','','41.90.216.242','loggedin',1),(3461,'user','5','2025-06-21 04:43:48','','','41.90.216.242','loggedin',1),(3462,'user','5','2025-06-21 04:45:01','','','41.90.216.242','loggedin',1),(3463,'user','5','2025-06-21 04:46:27','','','41.90.216.242','loggedin',1),(3464,'user','5','2025-06-21 04:47:22','','','41.90.216.242','loggedin',1),(3465,'user','5','2025-06-21 04:48:14','','','41.90.216.242','loggedin',1),(3466,'user','5','2025-06-21 04:49:32','','','41.90.216.242','loggedin',1),(3467,'user','5','2025-06-21 04:50:43','','','41.90.216.242','loggedin',1),(3468,'user','5','2025-06-21 04:51:59','','','41.90.216.242','loggedin',1),(3469,'user','5','2025-06-21 04:52:35','2025-06-21 04:53:34','','41.90.216.242','loggedin',1),(3470,'user','5','2025-06-21 04:57:26','','','41.90.216.242','loggedin',1),(3471,'user','5','2025-06-21 04:58:01','','','41.90.216.242','loggedin',1),(3472,'user','5','2025-06-21 04:58:53','','','41.90.216.242','loggedin',1),(3473,'user','5','2025-06-21 05:02:09','','','41.90.216.242','loggedin',1),(3474,'user','5','2025-06-21 05:02:47','','','41.90.216.242','loggedin',1),(3475,'user','5','2025-06-21 05:04:57','','','41.90.216.242','loggedin',1),(3476,'user','5','2025-06-21 05:05:56','','','41.90.216.242','loggedin',1),(3477,'user','5','2025-06-21 05:08:19','2025-06-21 05:09:03','','41.90.216.242','loggedin',1),(3478,'user','22','2025-06-21 05:09:11','','','41.90.216.242','loggedin',1),(3479,'user','22','2025-06-21 05:09:39','2025-06-21 05:11:24','','41.90.216.242','loggedin',1),(3480,'user','17','2025-06-21 06:17:53','','','105.160.102.75','loggedin',1),(3481,'user','3','2025-06-21 07:43:53','2025-06-21 07:44:04','','105.160.20.79','loggedin',1),(3482,'user','6','2025-06-21 08:30:47','','','105.160.20.79','loggedin',1),(3483,'user','6','2025-06-21 08:31:35','2025-06-21 08:32:27','','105.160.20.79','loggedin',1),(3484,'user','3','2025-06-21 08:47:35','','','105.160.20.79','loggedin',1),(3485,'user','3','2025-06-21 09:17:22','2025-06-21 09:17:37','','105.160.20.79','loggedin',1),(3486,'user','3','2025-06-21 10:52:27','','','105.160.20.79','loggedin',1),(3487,'user','3','2025-06-21 10:53:22','2025-06-21 10:53:36','','105.160.20.79','loggedin',1),(3488,'admin','1','2025-06-21 12:09:53','','','197.232.142.176','loggedin',1),(3489,'user','3','2025-06-21 14:22:57','','','105.160.20.79','loggedin',1),(3490,'user','3','2025-06-21 14:25:27','2025-06-21 14:26:48','','105.160.20.79','loggedin',1),(3491,'user','22','2025-06-21 16:14:12','','','105.160.36.67','loggedin',1),(3492,'user','22','2025-06-21 16:15:51','2025-06-21 16:16:20','','105.160.36.67','loggedin',1),(3493,'user','3','2025-06-21 16:32:06','','','105.160.36.67','loggedin',1),(3494,'user','3','2025-06-21 16:36:25','','','105.160.36.67','loggedin',1),(3495,'user','3','2025-06-21 16:41:36','2025-06-21 16:42:12','','105.160.36.67','loggedin',1),(3496,'user','3','2025-06-21 16:52:47','','','105.160.36.67','loggedin',1),(3497,'user','3','2025-06-21 16:54:25','2025-06-21 16:55:04','','105.160.36.67','loggedin',1),(3498,'user','3','2025-06-21 16:55:55','','','105.160.36.67','loggedin',1),(3499,'user','3','2025-06-21 16:57:03','2025-06-21 16:57:24','','105.160.36.67','loggedin',1),(3500,'user','3','2025-06-21 17:10:11','','','105.160.36.67','loggedin',1),(3501,'user','3','2025-06-21 17:10:51','','','105.160.36.67','loggedin',1),(3502,'user','22','2025-06-21 17:20:11','','','105.160.36.67','loggedin',1),(3503,'user','22','2025-06-21 17:22:24','2025-06-21 17:23:37','','105.160.36.67','loggedin',1),(3504,'user','3','2025-06-21 17:24:03','2025-06-21 17:24:48','','105.160.36.67','loggedin',1),(3505,'user','3','2025-06-21 17:33:59','2025-06-21 17:36:24','','105.160.36.67','loggedin',1),(3506,'user','7','2025-06-21 17:44:33','2025-06-21 17:44:50','','105.160.36.67','loggedin',1),(3507,'user','3','2025-06-21 17:45:39','2025-06-21 17:47:13','','105.160.36.67','loggedin',1),(3508,'user','11','2025-06-21 17:50:38','','','105.160.36.67','loggedin',1),(3509,'user','3','2025-06-21 17:51:55','2025-06-21 17:52:51','','105.160.36.67','loggedin',1),(3510,'user','3','2025-06-21 17:55:06','','','105.160.36.67','loggedin',1),(3511,'user','3','2025-06-21 17:57:50','2025-06-21 17:58:10','','105.160.36.67','loggedin',1),(3512,'user','3','2025-06-21 18:02:09','','','105.160.36.67','loggedin',1),(3513,'user','3','2025-06-21 18:04:16','','','105.160.36.67','loggedin',1),(3514,'user','3','2025-06-21 18:07:56','2025-06-21 18:09:25','','105.160.36.67','loggedin',1),(3515,'user','11','2025-06-21 18:14:43','','','105.160.36.67','loggedin',1),(3516,'user','22','2025-06-21 18:40:42','','','41.90.217.119','loggedin',1),(3517,'user','11','2025-06-21 18:42:10','','','41.90.217.119','loggedin',1),(3518,'user','17','2025-06-21 19:37:34','','','105.161.216.101','loggedin',1),(3519,'user','4','2025-06-21 19:44:23','','','41.90.216.93','loggedin',1),(3520,'user','4','2025-06-21 19:44:53','','','41.90.216.93','loggedin',1),(3521,'user','17','2025-06-21 19:45:35','2025-06-22 01:36:24','','105.161.216.101','loggedin',1),(3522,'user','4','2025-06-21 19:46:30','','','105.160.84.2','loggedin',1),(3523,'user','4','2025-06-21 19:47:46','','','105.160.84.2','loggedin',1),(3524,'user','4','2025-06-21 19:49:37','','','105.160.84.2','loggedin',1),(3525,'user','4','2025-06-21 19:52:07','','','105.160.84.2','loggedin',1),(3526,'user','22','2025-06-21 20:02:25','','','105.160.84.2','loggedin',1),(3527,'user','22','2025-06-21 20:02:55','','','105.160.84.2','loggedin',1),(3528,'user','22','2025-06-21 20:04:53','2025-06-21 20:06:33','','105.160.84.2','loggedin',1),(3529,'user','4','2025-06-21 20:21:50','','','105.160.84.2','loggedin',1),(3530,'user','22','2025-06-21 20:53:03','','','105.160.84.2','loggedin',1),(3531,'user','22','2025-06-21 20:54:48','2025-06-21 20:55:11','','105.160.84.2','loggedin',1),(3532,'user','4','2025-06-21 20:55:15','','','105.160.84.2','loggedin',1),(3533,'user','22','2025-06-21 20:59:49','','','105.160.84.2','loggedin',1),(3534,'user','22','2025-06-21 21:02:30','','','105.160.84.2','loggedin',1),(3535,'user','22','2025-06-21 21:03:32','2025-06-21 21:03:55','','105.160.84.2','loggedin',1),(3536,'user','4','2025-06-21 21:04:00','','','105.160.84.2','loggedin',1),(3537,'user','22','2025-06-21 21:13:31','','','105.160.84.2','loggedin',1),(3538,'user','6','2025-06-21 21:23:46','','','105.160.84.2','loggedin',1),(3539,'user','6','2025-06-21 21:28:58','2025-06-21 21:29:11','','105.160.84.2','loggedin',1),(3540,'user','22','2025-06-21 21:32:03','2025-06-21 22:06:50','','105.160.84.2','loggedin',1),(3541,'user','4','2025-06-21 22:06:54','','','105.160.84.2','loggedin',1),(3542,'user','4','2025-06-21 22:08:02','','','105.160.84.2','loggedin',1),(3543,'user','22','2025-06-21 22:13:25','','','105.160.84.2','loggedin',1),(3544,'user','22','2025-06-21 22:14:58','','','105.160.84.2','loggedin',1),(3545,'user','22','2025-06-21 22:16:36','2025-06-21 22:16:54','','105.160.84.2','loggedin',1),(3546,'user','22','2025-06-21 22:32:03','','','105.160.84.2','loggedin',1),(3547,'user','22','2025-06-21 22:32:14','','','105.160.84.2','loggedin',1),(3548,'user','22','2025-06-21 22:34:24','','','105.160.84.2','loggedin',1),(3549,'user','22','2025-06-21 22:35:30','2025-06-21 22:35:46','','105.160.84.2','loggedin',1),(3550,'user','22','2025-06-21 22:37:48','','','105.160.84.2','loggedin',1),(3551,'user','22','2025-06-21 22:38:04','2025-06-21 22:38:18','','105.160.84.2','loggedin',1),(3552,'user','4','2025-06-21 22:41:48','','','105.160.84.2','loggedin',1),(3553,'user','22','2025-06-21 22:43:13','','','105.160.84.2','loggedin',1),(3554,'user','22','2025-06-21 22:45:10','2025-06-21 22:45:29','','105.160.84.2','loggedin',1),(3555,'user','22','2025-06-21 22:45:57','2025-06-21 22:47:35','','105.160.84.2','loggedin',1),(3556,'user','4','2025-06-21 22:59:08','','','105.160.84.2','loggedin',1),(3557,'user','4','2025-06-21 22:59:45','2025-06-21 23:00:00','','105.160.84.2','loggedin',1),(3558,'user','22','2025-06-21 23:03:18','','','105.160.84.2','loggedin',1),(3559,'user','22','2025-06-21 23:03:53','','','105.160.84.2','loggedin',1),(3560,'user','22','2025-06-21 23:05:24','2025-06-21 23:05:36','','105.160.84.2','loggedin',1),(3561,'user','22','2025-06-21 23:08:37','','','105.160.84.2','loggedin',1),(3562,'user','22','2025-06-21 23:08:53','2025-06-21 23:09:04','','105.160.84.2','loggedin',1),(3563,'user','4','2025-06-21 23:15:46','','','105.160.84.2','loggedin',1),(3564,'user','4','2025-06-21 23:16:09','2025-06-21 23:16:32','','105.160.84.2','loggedin',1),(3565,'user','22','2025-06-21 23:21:33','','','105.160.84.2','loggedin',1),(3566,'user','22','2025-06-21 23:22:01','','','105.160.84.2','loggedin',1),(3567,'user','22','2025-06-21 23:22:13','2025-06-21 23:22:24','','105.160.84.2','loggedin',1),(3568,'user','11','2025-06-21 23:23:11','','','105.161.216.101','loggedin',1),(3569,'user','22','2025-06-21 23:26:57','2025-06-21 23:27:03','','105.160.84.2','loggedin',1),(3570,'user','22','2025-06-21 23:30:48','','','105.160.84.2','loggedin',1),(3571,'user','22','2025-06-21 23:31:23','2025-06-21 23:34:14','','105.160.84.2','loggedin',1),(3572,'user','4','2025-06-21 23:34:21','','','105.160.84.2','loggedin',1),(3573,'user','4','2025-06-21 23:35:53','','','105.160.84.2','loggedin',1),(3574,'user','4','2025-06-21 23:37:22','2025-06-21 23:37:49','','105.160.84.2','loggedin',1),(3575,'user','4','2025-06-21 23:49:24','','','105.160.84.2','loggedin',1),(3576,'user','4','2025-06-21 23:51:20','2025-06-21 23:51:36','','105.160.84.2','loggedin',1),(3577,'user','4','2025-06-22 00:28:57','','','105.160.84.2','loggedin',1),(3578,'user','4','2025-06-22 00:29:44','2025-06-22 00:30:28','','105.160.84.2','loggedin',1),(3579,'user','4','2025-06-22 00:33:02','','','105.160.84.2','loggedin',1),(3580,'user','4','2025-06-22 00:34:51','','','105.160.84.2','loggedin',1),(3581,'user','22','2025-06-22 00:52:49','','','105.160.84.2','loggedin',1),(3582,'user','22','2025-06-22 00:53:59','','','105.160.84.2','loggedin',1),(3583,'user','22','2025-06-22 00:59:13','2025-06-22 01:06:56','','105.160.84.2','loggedin',1),(3584,'user','4','2025-06-22 01:06:59','2025-06-22 01:08:28','','105.160.84.2','loggedin',1),(3585,'user','22','2025-06-22 01:09:48','','','105.160.84.2','loggedin',1),(3586,'user','22','2025-06-22 01:12:10','','','105.160.84.2','loggedin',1),(3587,'user','22','2025-06-22 01:13:44','','','105.160.84.2','loggedin',1),(3588,'user','22','2025-06-22 01:14:48','','','105.160.84.2','loggedin',1),(3589,'user','22','2025-06-22 01:16:39','','','105.160.84.2','loggedin',1),(3590,'user','22','2025-06-22 01:19:43','','','105.160.84.2','loggedin',1),(3591,'user','22','2025-06-22 01:20:56','2025-06-22 01:24:05','','105.160.84.2','loggedin',1),(3592,'user','22','2025-06-22 01:24:09','','','105.160.84.2','loggedin',1),(3593,'user','22','2025-06-22 01:26:41','','','105.160.84.2','loggedin',1),(3594,'user','22','2025-06-22 01:27:40','','','105.160.84.2','loggedin',1),(3595,'user','22','2025-06-22 01:30:20','','','105.160.84.2','loggedin',1),(3596,'user','22','2025-06-22 01:36:21','2025-06-22 01:38:23','','105.160.84.2','loggedin',1),(3597,'admin','16','2025-06-22 01:36:29','2025-06-22 01:37:53','','105.161.216.101','loggedin',1),(3598,'user','4','2025-06-22 01:38:27','','','105.160.84.2','loggedin',1),(3599,'user','4','2025-06-22 01:39:18','2025-06-22 01:39:32','','105.160.84.2','loggedin',1),(3600,'user','22','2025-06-22 01:42:45','2025-06-22 01:45:37','','105.160.84.2','loggedin',1),(3601,'user','22','2025-06-22 01:47:19','','','105.160.84.2','loggedin',1),(3602,'user','22','2025-06-22 01:47:51','2025-06-22 01:48:10','','105.160.84.2','loggedin',1),(3603,'user','4','2025-06-22 01:48:15','','','105.160.84.2','loggedin',1),(3604,'user','4','2025-06-22 01:49:16','2025-06-22 01:50:02','','105.160.84.2','loggedin',1),(3605,'user','17','2025-06-22 01:49:45','','','105.161.216.101','loggedin',1),(3606,'user','17','2025-06-22 02:04:56','','','105.161.216.101','loggedin',1),(3607,'user','4','2025-06-22 02:10:02','','','105.160.84.2','loggedin',1),(3608,'user','4','2025-06-22 02:10:30','2025-06-22 02:10:52','','105.160.84.2','loggedin',1),(3609,'user','4','2025-06-22 02:12:05','','','105.160.84.2','loggedin',1),(3610,'user','4','2025-06-22 02:12:45','2025-06-22 02:12:55','','105.160.84.2','loggedin',1),(3611,'user','4','2025-06-22 02:17:39','','','105.160.84.2','loggedin',1),(3612,'user','4','2025-06-22 02:18:00','','','105.160.84.2','loggedin',1),(3613,'user','4','2025-06-22 02:18:40','2025-06-22 02:19:02','','105.160.84.2','loggedin',1),(3614,'user','4','2025-06-22 02:23:13','','','105.160.84.2','loggedin',1),(3615,'user','4','2025-06-22 02:23:40','','','105.160.84.2','loggedin',1),(3616,'user','4','2025-06-22 02:24:28','2025-06-22 02:24:54','','105.160.84.2','loggedin',1),(3617,'user','4','2025-06-22 02:34:38','','','105.160.84.2','loggedin',1),(3618,'user','4','2025-06-22 02:34:57','2025-06-22 02:35:14','','105.160.84.2','loggedin',1),(3619,'user','4','2025-06-22 03:02:07','','','105.160.84.2','loggedin',1),(3620,'user','4','2025-06-22 03:02:34','2025-06-22 03:03:23','','105.160.84.2','loggedin',1),(3621,'user','22','2025-06-22 03:18:05','','','105.160.84.2','loggedin',1),(3622,'user','22','2025-06-22 03:19:53','','','105.160.84.2','loggedin',1),(3623,'user','22','2025-06-22 03:21:13','2025-06-22 03:23:00','','105.160.84.2','loggedin',1),(3624,'user','4','2025-06-22 03:23:05','2025-06-22 03:23:28','','105.160.84.2','loggedin',1),(3625,'user','22','2025-06-22 03:36:28','','','105.160.84.2','loggedin',1),(3626,'user','22','2025-06-22 03:37:33','','','105.160.84.2','loggedin',1),(3627,'user','22','2025-06-22 03:38:55','2025-06-22 03:39:47','','105.160.84.2','loggedin',1),(3628,'user','6','2025-06-22 03:43:07','','','105.160.84.2','loggedin',1),(3629,'user','6','2025-06-22 03:50:01','','','105.160.84.2','loggedin',1),(3630,'user','11','2025-06-22 03:57:46','','','105.161.216.101','loggedin',1),(3631,'user','6','2025-06-22 04:07:14','','','105.160.84.2','loggedin',1),(3632,'user','5','2025-06-22 04:10:46','','','105.161.216.101','loggedin',1),(3633,'user','6','2025-06-22 04:11:45','','','105.160.84.2','loggedin',1),(3634,'user','5','2025-06-22 04:13:45','','','105.161.216.101','loggedin',1),(3635,'user','5','2025-06-22 04:19:28','','','105.161.216.101','loggedin',1),(3636,'user','6','2025-06-22 04:20:31','','','105.160.84.2','loggedin',1),(3637,'user','5','2025-06-22 04:20:54','','','105.161.216.101','loggedin',1),(3638,'user','5','2025-06-22 04:23:08','','','105.161.216.101','loggedin',1),(3639,'user','5','2025-06-22 04:25:45','','','105.161.216.101','loggedin',1),(3640,'user','5','2025-06-22 04:28:24','','','105.161.216.101','loggedin',1),(3641,'user','17','2025-06-22 04:32:28','','','105.161.216.101','loggedin',1),(3642,'user','6','2025-06-22 04:38:45','','','105.160.84.2','loggedin',1),(3643,'user','6','2025-06-22 04:39:32','2025-06-22 04:40:35','','105.160.84.2','loggedin',1),(3644,'user','17','2025-06-22 04:40:28','2025-06-22 04:42:09','','105.161.216.101','loggedin',1),(3645,'user','17','2025-06-22 04:42:35','2025-06-22 05:55:16','','105.161.216.101','loggedin',1),(3646,'user','5','2025-06-22 04:46:20','','','105.160.84.2','loggedin',1),(3647,'user','5','2025-06-22 04:47:05','','','105.160.84.2','loggedin',1),(3648,'user','5','2025-06-22 04:48:05','','','105.160.84.2','loggedin',1),(3649,'user','5','2025-06-22 04:49:31','','','105.160.84.2','loggedin',1),(3650,'user','5','2025-06-22 04:51:05','','','105.160.84.2','loggedin',1),(3651,'user','5','2025-06-22 04:52:26','','','105.160.84.2','loggedin',1),(3652,'user','5','2025-06-22 04:53:49','','','105.160.84.2','loggedin',1),(3653,'user','5','2025-06-22 04:54:38','','','105.160.84.2','loggedin',1),(3654,'user','5','2025-06-22 04:56:30','','','105.160.84.2','loggedin',1),(3655,'user','5','2025-06-22 04:57:20','','','105.160.84.2','loggedin',1),(3656,'user','5','2025-06-22 05:07:56','','','105.160.84.2','loggedin',1),(3657,'user','5','2025-06-22 05:08:28','','','105.160.84.2','loggedin',1),(3658,'user','5','2025-06-22 05:11:31','','','105.160.84.2','loggedin',1),(3659,'user','5','2025-06-22 05:12:17','','','105.160.84.2','loggedin',1),(3660,'user','5','2025-06-22 05:14:28','','','105.160.84.2','loggedin',1),(3661,'user','5','2025-06-22 05:15:07','','','105.160.84.2','loggedin',1),(3662,'user','5','2025-06-22 05:16:43','','','105.160.84.2','loggedin',1),(3663,'user','5','2025-06-22 05:18:13','','','105.160.84.2','loggedin',1),(3664,'user','5','2025-06-22 05:19:13','','','105.160.84.2','loggedin',1),(3665,'user','5','2025-06-22 05:23:31','','','105.160.84.2','loggedin',1),(3666,'user','5','2025-06-22 05:24:29','','','105.160.84.2','loggedin',1),(3667,'user','5','2025-06-22 05:25:37','','','105.160.84.2','loggedin',1),(3668,'user','5','2025-06-22 05:27:02','','','105.160.84.2','loggedin',1),(3669,'user','5','2025-06-22 05:29:37','2025-06-22 05:39:40','','105.160.84.2','loggedin',1),(3670,'user','22','2025-06-22 05:39:45','','','105.160.84.2','loggedin',1),(3671,'user','22','2025-06-22 05:40:27','2025-06-22 05:40:44','','105.160.84.2','loggedin',1),(3672,'user','6','2025-06-22 05:41:02','','','105.160.84.2','loggedin',1),(3673,'user','8','2025-06-22 05:46:19','','','105.160.84.2','loggedin',1),(3674,'user','8','2025-06-22 05:48:58','2025-06-22 05:49:22','','105.160.84.2','loggedin',1),(3675,'user','6','2025-06-22 05:49:27','','','105.160.84.2','loggedin',1),(3676,'admin','16','2025-06-22 05:55:21','2025-06-22 05:56:00','','105.161.216.101','loggedin',1),(3677,'user','17','2025-06-22 05:56:15','','','105.161.216.101','loggedin',1),(3678,'user','6','2025-06-22 05:59:06','','','105.160.84.2','loggedin',1),(3679,'user','6','2025-06-22 06:03:24','','','105.160.84.2','loggedin',1),(3680,'user','6','2025-06-22 06:06:38','2025-06-22 06:06:58','','105.160.84.2','loggedin',1),(3681,'user','6','2025-06-22 06:10:22','','','105.160.84.2','loggedin',1),(3682,'user','6','2025-06-22 06:10:48','2025-06-22 06:15:17','','105.160.84.2','loggedin',1),(3683,'user','8','2025-06-22 06:18:37','','','105.160.84.2','loggedin',1),(3684,'user','8','2025-06-22 06:21:03','','','105.160.84.2','loggedin',1),(3685,'user','8','2025-06-22 06:22:02','','','105.160.84.2','loggedin',1),(3686,'user','8','2025-06-22 06:24:02','','','105.160.84.2','loggedin',1),(3687,'user','8','2025-06-22 06:24:34','','','105.160.84.2','loggedin',1),(3688,'user','8','2025-06-22 06:26:02','','','105.160.84.2','loggedin',1),(3689,'user','8','2025-06-22 06:30:47','','','105.160.84.2','loggedin',1),(3690,'user','8','2025-06-22 06:32:57','','','105.160.84.2','loggedin',1),(3691,'user','8','2025-06-22 06:34:17','','','105.160.84.2','loggedin',1),(3692,'user','8','2025-06-22 06:36:17','','','105.160.84.2','loggedin',1),(3693,'user','8','2025-06-22 06:37:29','','','105.160.84.2','loggedin',1),(3694,'user','8','2025-06-22 06:38:37','','','105.160.84.2','loggedin',1),(3695,'user','8','2025-06-22 06:40:30','','','105.160.84.2','loggedin',1),(3696,'user','8','2025-06-22 06:42:49','','','105.160.84.2','loggedin',1),(3697,'user','8','2025-06-22 06:44:17','','','105.160.84.2','loggedin',1),(3698,'user','8','2025-06-22 06:45:17','','','105.160.84.2','loggedin',1),(3699,'user','8','2025-06-22 06:46:30','','','105.160.84.2','loggedin',1),(3700,'user','8','2025-06-22 06:47:44','','','105.160.84.2','loggedin',1),(3701,'user','8','2025-06-22 06:52:09','','','105.160.84.2','loggedin',1),(3702,'user','8','2025-06-22 06:55:49','','','105.160.84.2','loggedin',1),(3703,'user','8','2025-06-22 06:59:09','','','105.160.84.2','loggedin',1),(3704,'user','8','2025-06-22 07:00:53','','','105.160.84.2','loggedin',1),(3705,'user','8','2025-06-22 07:04:42','','','105.160.84.2','loggedin',1),(3706,'user','8','2025-06-22 07:05:59','','','105.160.84.2','loggedin',1),(3707,'user','8','2025-06-22 07:07:21','','','105.160.84.2','loggedin',1),(3708,'user','8','2025-06-22 07:08:06','','','105.160.84.2','loggedin',1),(3709,'user','8','2025-06-22 07:08:47','','','105.160.84.2','loggedin',1),(3710,'user','8','2025-06-22 07:09:24','','','105.160.84.2','loggedin',1),(3711,'user','8','2025-06-22 07:11:01','','','105.160.84.2','loggedin',1),(3712,'user','8','2025-06-22 07:11:32','','','105.160.84.2','loggedin',1),(3713,'user','8','2025-06-22 07:12:17','','','105.160.84.2','loggedin',1),(3714,'user','8','2025-06-22 07:14:16','','','105.160.84.2','loggedin',1),(3715,'user','8','2025-06-22 07:15:23','','','105.160.84.2','loggedin',1),(3716,'user','8','2025-06-22 07:18:38','','','105.160.84.2','loggedin',1),(3717,'user','8','2025-06-22 07:20:26','','','105.160.84.2','loggedin',1),(3718,'user','8','2025-06-22 07:23:33','','','105.160.84.2','loggedin',1),(3719,'user','8','2025-06-22 07:24:35','','','105.160.84.2','loggedin',1),(3720,'user','8','2025-06-22 07:27:09','','','105.160.84.2','loggedin',1),(3721,'user','8','2025-06-22 07:28:16','','','105.160.84.2','loggedin',1),(3722,'user','8','2025-06-22 07:29:56','','','105.160.84.2','loggedin',1),(3723,'user','8','2025-06-22 07:31:30','','','105.160.84.2','loggedin',1),(3724,'user','8','2025-06-22 07:32:29','','','105.160.84.2','loggedin',1),(3725,'user','8','2025-06-22 07:33:25','','','105.160.84.2','loggedin',1),(3726,'user','8','2025-06-22 07:35:12','','','105.160.84.2','loggedin',1),(3727,'user','8','2025-06-22 07:37:06','','','105.160.84.2','loggedin',1),(3728,'user','8','2025-06-22 07:40:40','','','105.160.84.2','loggedin',1),(3729,'user','5','2025-06-22 07:42:45','','','105.160.84.2','loggedin',1),(3730,'user','5','2025-06-22 07:46:58','2025-06-22 07:47:15','','105.160.84.2','loggedin',1),(3731,'user','3','2025-06-22 11:32:58','','','105.160.84.2','loggedin',1),(3732,'user','3','2025-06-22 11:33:42','','','105.160.84.2','loggedin',1),(3733,'user','3','2025-06-22 11:39:58','','','105.160.84.2','loggedin',1),(3734,'user','3','2025-06-22 11:43:12','2025-06-22 11:47:40','','105.160.84.2','loggedin',1),(3735,'user','3','2025-06-22 12:08:43','2025-06-22 12:08:56','','105.160.84.2','loggedin',1),(3736,'user','3','2025-06-22 12:11:56','','','105.160.84.2','loggedin',1),(3737,'user','3','2025-06-22 12:12:25','2025-06-22 12:12:39','','105.160.84.2','loggedin',1),(3738,'user','3','2025-06-22 12:27:30','2025-06-22 12:27:56','','105.160.84.2','loggedin',1),(3739,'user','3','2025-06-22 12:45:53','','','105.160.84.2','loggedin',1),(3740,'user','3','2025-06-22 14:41:35','','','105.160.84.2','loggedin',1),(3741,'admin','16','2025-06-22 14:57:22','','','196.96.115.249','loggedin',1),(3742,'user','3','2025-06-22 15:13:48','','','105.160.84.2','loggedin',1),(3743,'user','3','2025-06-22 15:14:30','','','105.160.84.2','loggedin',1),(3744,'user','3','2025-06-22 15:18:11','','','105.160.84.2','loggedin',1),(3745,'user','3','2025-06-22 15:20:54','2025-06-22 15:21:13','','105.160.84.2','loggedin',1),(3746,'user','22','2025-06-22 15:39:53','','','105.160.84.2','loggedin',1),(3747,'user','22','2025-06-22 15:40:45','2025-06-22 15:40:59','','105.160.84.2','loggedin',1),(3748,'user','3','2025-06-22 15:46:15','','','105.160.84.2','loggedin',1),(3749,'user','3','2025-06-22 15:47:27','','','105.160.84.2','loggedin',1),(3750,'user','3','2025-06-22 15:47:58','','','105.160.84.2','loggedin',1),(3751,'user','3','2025-06-22 15:48:32','','','105.160.84.2','loggedin',1),(3752,'user','3','2025-06-22 15:49:13','','','105.160.84.2','loggedin',1),(3753,'user','3','2025-06-22 15:50:40','','','105.160.84.2','loggedin',1),(3754,'user','3','2025-06-22 16:48:59','','','41.90.217.104','loggedin',1),(3755,'user','3','2025-06-22 16:49:56','2025-06-22 16:51:51','','41.90.217.104','loggedin',1),(3756,'user','3','2025-06-22 16:51:56','','','41.90.217.104','loggedin',1),(3757,'user','3','2025-06-22 16:55:23','','','41.90.217.104','loggedin',1),(3758,'user','3','2025-06-22 17:01:06','','','105.160.23.121','loggedin',1),(3759,'user','3','2025-06-22 17:02:48','2025-06-22 17:03:42','','105.160.23.121','loggedin',1),(3760,'user','3','2025-06-22 17:04:21','2025-06-22 17:07:23','','105.160.23.121','loggedin',1),(3761,'user','22','2025-06-22 17:07:30','','','105.160.23.121','loggedin',1),(3762,'user','22','2025-06-22 17:08:00','2025-06-22 17:08:12','','105.160.23.121','loggedin',1),(3763,'user','3','2025-06-22 17:09:46','','','105.160.23.121','loggedin',1),(3764,'user','3','2025-06-22 17:11:28','2025-06-22 17:11:46','','105.160.23.121','loggedin',1),(3765,'user','22','2025-06-22 17:18:28','','','105.160.23.121','loggedin',1),(3766,'user','22','2025-06-22 17:18:42','2025-06-22 17:20:30','','105.160.23.121','loggedin',1),(3767,'user','3','2025-06-22 17:23:01','','','105.160.23.121','loggedin',1),(3768,'user','3','2025-06-22 17:25:46','2025-06-22 17:41:23','','105.160.23.121','loggedin',1),(3769,'user','3','2025-06-22 17:56:21','','','105.160.23.121','loggedin',1),(3770,'user','3','2025-06-22 17:58:15','2025-06-22 17:58:34','','105.160.23.121','loggedin',1),(3771,'user','22','2025-06-22 17:59:25','','','105.160.23.121','loggedin',1),(3772,'user','22','2025-06-22 18:02:08','2025-06-22 18:02:22','','105.160.23.121','loggedin',1),(3773,'user','3','2025-06-22 18:04:28','','','105.160.23.121','loggedin',1),(3774,'user','3','2025-06-22 18:05:11','2025-06-22 18:24:21','','105.160.23.121','loggedin',1),(3775,'user','17','2025-06-22 18:07:57','2025-06-22 19:59:46','','105.161.216.101','loggedin',1),(3776,'user','3','2025-06-22 18:24:25','','','105.160.23.121','loggedin',1),(3777,'user','3','2025-06-22 18:27:41','2025-06-22 18:32:23','','105.160.23.121','loggedin',1),(3778,'user','4','2025-06-22 18:32:27','','','105.160.23.121','loggedin',1),(3779,'user','4','2025-06-22 18:32:45','','','105.160.23.121','loggedin',1),(3780,'user','4','2025-06-22 18:33:39','','','105.160.23.121','loggedin',1),(3781,'user','11','2025-06-22 18:41:52','','','105.161.216.101','loggedin',1),(3782,'user','11','2025-06-22 18:42:28','','','105.161.216.101','loggedin',1),(3783,'user','4','2025-06-22 18:44:19','2025-06-22 18:44:43','','105.160.23.121','loggedin',1),(3784,'user','22','2025-06-22 18:44:52','','','105.160.23.121','loggedin',1),(3785,'user','22','2025-06-22 18:50:34','','','105.160.23.121','loggedin',1),(3786,'user','22','2025-06-22 18:52:38','','','105.160.23.121','loggedin',1),(3787,'user','22','2025-06-22 18:53:48','2025-06-22 18:54:28','','105.160.23.121','loggedin',1),(3788,'user','22','2025-06-22 19:09:24','2025-06-22 19:14:31','','105.160.23.121','loggedin',1),(3789,'user','4','2025-06-22 19:38:58','2025-06-22 19:39:16','','105.160.23.121','loggedin',1),(3790,'admin','16','2025-06-22 19:59:55','','','105.161.216.101','loggedin',1),(3791,'admin','16','2025-06-22 20:09:59','2025-06-22 21:02:10','','105.161.216.101','loggedin',1),(3792,'user','22','2025-06-22 20:14:26','','','105.160.23.121','loggedin',1),(3793,'user','22','2025-06-22 20:15:11','','','105.160.23.121','loggedin',1),(3794,'user','22','2025-06-22 20:17:56','2025-06-22 20:18:13','','105.160.23.121','loggedin',1),(3795,'user','22','2025-06-22 20:42:57','2025-06-22 20:45:03','','105.160.23.121','loggedin',1),(3796,'user','11','2025-06-22 20:50:20','','','105.161.216.101','loggedin',1),(3797,'user','17','2025-06-22 21:02:18','','','105.161.216.101','loggedin',1),(3798,'user','22','2025-06-22 21:13:42','','','105.160.23.121','loggedin',1),(3799,'user','22','2025-06-22 21:14:02','','','105.160.23.121','loggedin',1),(3800,'user','22','2025-06-22 21:15:09','2025-06-22 21:15:21','','105.160.23.121','loggedin',1),(3801,'user','22','2025-06-22 21:32:46','','','105.160.23.121','loggedin',1),(3802,'user','22','2025-06-22 21:33:58','2025-06-22 21:34:16','','105.160.23.121','loggedin',1),(3803,'user','5','2025-06-22 21:34:35','','','105.160.23.121','loggedin',1),(3804,'user','5','2025-06-22 21:36:17','','','105.160.23.121','loggedin',1),(3805,'user','5','2025-06-22 21:38:25','','','105.160.23.121','loggedin',1),(3806,'user','5','2025-06-22 21:39:33','','','105.160.23.121','loggedin',1),(3807,'user','5','2025-06-22 21:40:11','2025-06-22 21:42:03','','105.160.23.121','loggedin',1),(3808,'user','22','2025-06-22 21:44:10','','','105.160.23.121','loggedin',1),(3809,'user','22','2025-06-22 21:45:07','2025-06-22 21:45:21','','105.160.23.121','loggedin',1),(3810,'user','22','2025-06-22 21:48:43','2025-06-22 21:48:56','','105.160.23.121','loggedin',1),(3811,'user','5','2025-06-22 21:49:20','','','105.160.23.121','loggedin',1),(3812,'user','17','2025-06-22 21:53:46','','','105.161.216.101','loggedin',1),(3813,'user','22','2025-06-22 21:56:01','2025-06-22 21:56:22','','105.160.23.121','loggedin',1),(3814,'user','4','2025-06-22 21:56:49','','','105.160.23.121','loggedin',1),(3815,'user','4','2025-06-22 21:57:16','2025-06-22 21:57:29','','105.160.23.121','loggedin',1),(3816,'user','17','2025-06-22 21:57:38','','','105.161.216.101','loggedin',1),(3817,'user','22','2025-06-22 21:58:17','','','105.160.23.121','loggedin',1),(3818,'user','22','2025-06-22 22:04:12','','','105.160.23.121','loggedin',1),(3819,'user','22','2025-06-22 22:05:08','2025-06-22 22:05:32','','105.160.23.121','loggedin',1),(3820,'user','11','2025-06-22 22:12:11','','','105.161.216.101','loggedin',1),(3821,'user','6','2025-06-22 22:15:59','','','105.160.23.121','loggedin',1),(3822,'user','4','2025-06-22 22:28:32','','','105.160.23.121','loggedin',1),(3823,'user','22','2025-06-22 22:29:28','2025-06-22 22:31:22','','105.160.23.121','loggedin',1),(3824,'user','4','2025-06-22 22:31:26','','','105.160.23.121','loggedin',1),(3825,'user','8','2025-06-22 22:35:20','','','105.160.23.121','loggedin',1),(3826,'user','8','2025-06-22 22:36:29','','','105.160.23.121','loggedin',1),(3827,'user','8','2025-06-22 22:37:31','','','105.160.23.121','loggedin',1),(3828,'user','8','2025-06-22 22:38:49','2025-06-22 22:39:12','','105.160.23.121','loggedin',1),(3829,'user','22','2025-06-22 23:04:27','','','105.160.23.121','loggedin',1),(3830,'user','22','2025-06-22 23:06:04','2025-06-22 23:06:24','','105.160.23.121','loggedin',1),(3831,'user','5','2025-06-22 23:07:17','','','105.160.23.121','loggedin',1),(3832,'user','5','2025-06-22 23:10:30','','','105.160.23.121','loggedin',1),(3833,'user','5','2025-06-22 23:12:05','','','105.160.23.121','loggedin',1),(3834,'user','5','2025-06-22 23:12:40','','','105.160.23.121','loggedin',1),(3835,'user','5','2025-06-22 23:13:51','','','105.160.23.121','loggedin',1),(3836,'user','5','2025-06-22 23:14:29','','','105.160.23.121','loggedin',1),(3837,'user','4','2025-06-22 23:20:59','','','105.160.23.121','loggedin',1),(3838,'user','4','2025-06-22 23:22:51','2025-06-22 23:23:06','','105.160.23.121','loggedin',1),(3839,'user','22','2025-06-22 23:25:38','2025-06-22 23:26:23','','105.160.23.121','loggedin',1),(3840,'user','4','2025-06-22 23:30:09','','','105.160.23.121','loggedin',1),(3841,'user','4','2025-06-22 23:31:01','2025-06-22 23:31:22','','105.160.23.121','loggedin',1),(3842,'user','11','2025-06-22 23:34:28','','','105.161.216.101','loggedin',1),(3843,'user','6','2025-06-22 23:45:35','2025-06-22 23:46:07','','105.160.23.121','loggedin',1),(3844,'user','4','2025-06-22 23:46:12','','','105.160.23.121','loggedin',1),(3845,'user','4','2025-06-22 23:46:33','2025-06-22 23:46:50','','105.160.23.121','loggedin',1),(3846,'user','6','2025-06-22 23:46:54','2025-06-22 23:50:41','','105.160.23.121','loggedin',1),(3847,'user','5','2025-06-22 23:54:17','','','105.160.23.121','loggedin',1),(3848,'user','5','2025-06-22 23:54:41','2025-06-22 23:54:52','','105.160.23.121','loggedin',1),(3849,'user','17','2025-06-23 00:01:20','','','105.161.216.101','loggedin',1),(3850,'user','17','2025-06-23 00:31:25','','','105.161.216.101','loggedin',1),(3851,'user','17','2025-06-23 00:32:28','2025-06-23 00:38:02','','105.161.216.101','loggedin',1),(3852,'admin','16','2025-06-23 00:38:08','','','105.161.216.101','loggedin',1),(3853,'user','17','2025-06-23 00:38:52','','','105.161.216.101','loggedin',1),(3854,'user','6','2025-06-23 01:08:22','','','105.161.216.101','loggedin',1),(3855,'user','6','2025-06-23 01:12:45','','','105.161.216.101','loggedin',1),(3856,'user','6','2025-06-23 01:14:34','','','105.161.216.101','loggedin',1),(3857,'user','6','2025-06-23 01:17:06','','','105.161.216.101','loggedin',1),(3858,'user','6','2025-06-23 01:18:47','','','105.161.216.101','loggedin',1),(3859,'user','6','2025-06-23 01:21:28','','','105.161.216.101','loggedin',1),(3860,'user','6','2025-06-23 01:22:36','','','105.161.216.101','loggedin',1),(3861,'user','6','2025-06-23 01:24:12','','','105.161.216.101','loggedin',1),(3862,'user','6','2025-06-23 01:28:13','','','105.161.216.101','loggedin',1),(3863,'user','6','2025-06-23 01:29:00','','','105.161.216.101','loggedin',1),(3864,'user','6','2025-06-23 01:30:31','','','105.161.216.101','loggedin',1),(3865,'user','6','2025-06-23 01:30:57','','','105.161.216.101','loggedin',1),(3866,'user','6','2025-06-23 01:32:28','','','105.161.216.101','loggedin',1),(3867,'user','6','2025-06-23 01:33:28','','','105.161.216.101','loggedin',1),(3868,'user','6','2025-06-23 01:35:32','','','105.161.216.101','loggedin',1),(3869,'user','6','2025-06-23 03:25:32','','','105.161.216.101','loggedin',1),(3870,'user','6','2025-06-23 03:27:28','2025-06-23 03:32:03','','105.161.216.101','loggedin',1),(3871,'user','6','2025-06-23 03:35:40','','','105.161.216.101','loggedin',1),(3872,'user','6','2025-06-23 03:38:20','','','105.161.216.101','loggedin',1),(3873,'user','6','2025-06-23 03:41:19','','','105.161.216.101','loggedin',1),(3874,'admin','16','2025-06-23 04:10:22','2025-06-23 04:10:56','','105.161.216.101','loggedin',1),(3875,'user','6','2025-06-23 04:15:13','','','105.161.216.101','loggedin',1),(3876,'user','6','2025-06-23 04:18:22','','','105.161.216.101','loggedin',1),(3877,'user','6','2025-06-23 04:20:14','2025-06-23 04:20:41','','105.161.216.101','loggedin',1),(3878,'admin','16','2025-06-23 04:32:22','2025-06-23 04:33:50','','105.161.216.101','loggedin',1),(3879,'user','17','2025-06-23 04:34:00','2025-06-23 04:43:51','','105.161.216.101','loggedin',1),(3880,'user','6','2025-06-23 04:44:03','','','105.161.216.101','loggedin',1),(3881,'user','6','2025-06-23 04:44:42','2025-06-23 04:45:10','','105.161.216.101','loggedin',1),(3882,'user','17','2025-06-23 04:45:20','','','105.161.216.101','loggedin',1),(3883,'user','17','2025-06-23 04:58:31','','','105.160.62.97','loggedin',1),(3884,'user','14','2025-06-23 12:27:45','','','105.160.62.97','loggedin',1),(3885,'user','14','2025-06-23 12:29:44','','','105.160.62.97','loggedin',1),(3886,'user','14','2025-06-23 12:30:43','','','105.160.62.97','loggedin',1),(3887,'user','14','2025-06-23 12:34:45','','','105.160.62.97','loggedin',1),(3888,'user','14','2025-06-23 13:02:11','','','105.160.62.97','loggedin',1),(3889,'user','14','2025-06-23 13:02:47','','','105.160.62.97','loggedin',1),(3890,'user','14','2025-06-23 13:05:41','','','105.160.62.97','loggedin',1),(3891,'user','14','2025-06-23 13:08:43','','','105.160.62.97','loggedin',1),(3892,'user','14','2025-06-23 13:11:54','','','105.160.62.97','loggedin',1),(3893,'user','14','2025-06-23 14:42:13','','','105.160.62.97','loggedin',1),(3894,'user','14','2025-06-23 14:44:18','','','105.160.62.97','loggedin',1),(3895,'user','14','2025-06-23 14:47:29','2025-06-23 14:58:07','','105.160.62.97','loggedin',1),(3896,'admin','16','2025-06-23 16:13:26','','','196.96.190.236','loggedin',1),(3897,'user','17','2025-06-23 18:11:57','','','105.160.62.97','loggedin',1),(3898,'user','14','2025-06-23 18:23:21','','','105.160.62.97','loggedin',1),(3899,'user','14','2025-06-23 18:23:57','2025-06-23 18:24:45','','105.160.62.97','loggedin',1),(3900,'user','11','2025-06-23 19:44:47','','','105.160.62.97','loggedin',1),(3901,'user','4','2025-06-23 20:08:26','','','105.160.62.97','loggedin',1),(3902,'user','4','2025-06-23 20:08:47','','','105.160.62.97','loggedin',1),(3903,'user','4','2025-06-23 20:20:18','','','105.160.62.97','loggedin',1),(3904,'user','4','2025-06-23 20:20:48','','','105.160.62.97','loggedin',1),(3905,'user','4','2025-06-23 20:21:50','','','105.160.62.97','loggedin',1),(3906,'user','4','2025-06-23 20:22:55','','','105.160.62.97','loggedin',1),(3907,'user','4','2025-06-23 20:24:31','','','105.160.62.97','loggedin',1),(3908,'user','4','2025-06-23 20:37:00','','','105.160.62.97','loggedin',1),(3909,'user','17','2025-06-23 20:37:04','2025-06-23 23:59:09','','105.160.62.97','loggedin',1),(3910,'user','4','2025-06-23 20:38:29','','','105.160.62.97','loggedin',1),(3911,'user','4','2025-06-23 20:39:25','','','105.160.62.97','loggedin',1),(3912,'user','4','2025-06-23 20:40:47','','','105.160.62.97','loggedin',1),(3913,'user','4','2025-06-23 20:41:11','','','105.160.62.97','loggedin',1),(3914,'user','4','2025-06-23 20:42:26','','','105.160.62.97','loggedin',1),(3915,'user','4','2025-06-23 20:43:15','','','105.160.62.97','loggedin',1),(3916,'user','4','2025-06-23 20:44:10','','','105.160.62.97','loggedin',1),(3917,'user','4','2025-06-23 20:44:29','2025-06-23 20:44:55','','105.160.62.97','loggedin',1),(3918,'user','4','2025-06-23 20:45:55','','','105.160.62.97','loggedin',1),(3919,'user','4','2025-06-23 20:51:27','2025-06-23 20:52:14','','105.160.62.97','loggedin',1),(3920,'user','4','2025-06-23 21:07:46','2025-06-23 21:09:21','','105.160.62.97','loggedin',1),(3921,'user','4','2025-06-23 21:11:06','2025-06-23 21:11:52','','105.160.62.97','loggedin',1),(3922,'user','4','2025-06-23 21:20:09','2025-06-23 21:21:03','','105.160.62.97','loggedin',1),(3923,'user','4','2025-06-23 21:44:42','2025-06-23 21:45:42','','105.160.62.97','loggedin',1),(3924,'user','4','2025-06-23 21:53:27','','','105.160.62.97','loggedin',1),(3925,'user','4','2025-06-23 21:56:44','','','105.160.62.97','loggedin',1),(3926,'user','4','2025-06-23 21:57:42','','','105.160.62.97','loggedin',1),(3927,'user','4','2025-06-23 21:58:47','2025-06-23 21:59:01','','105.160.62.97','loggedin',1),(3928,'user','4','2025-06-23 22:11:18','','','105.160.62.97','loggedin',1),(3929,'admin','1','2025-06-23 23:05:01','2025-06-23 23:06:02','','197.232.142.176','loggedin',1),(3930,'user','4','2025-06-23 23:26:53','','','105.160.62.97','loggedin',1),(3931,'user','4','2025-06-23 23:27:08','','','105.160.62.97','loggedin',1),(3932,'user','4','2025-06-23 23:28:15','','','105.160.62.97','loggedin',1),(3933,'user','4','2025-06-23 23:28:50','2025-06-23 23:29:06','','105.160.62.97','loggedin',1),(3934,'user','4','2025-06-23 23:40:59','2025-06-23 23:46:44','','105.160.62.97','loggedin',1),(3935,'user','4','2025-06-23 23:53:59','','','105.160.62.97','loggedin',1),(3936,'user','4','2025-06-23 23:54:48','2025-06-23 23:57:05','','105.160.62.97','loggedin',1),(3937,'admin','16','2025-06-23 23:59:24','2025-06-24 00:00:17','','105.160.62.97','loggedin',1),(3938,'user','17','2025-06-24 00:00:26','','','105.160.62.97','loggedin',1),(3939,'user','17','2025-06-24 00:00:35','2025-06-24 00:55:42','','105.160.62.97','loggedin',1),(3940,'user','4','2025-06-24 00:14:21','2025-06-24 00:14:40','','105.160.62.97','loggedin',1),(3941,'user','4','2025-06-24 00:33:02','','','105.160.62.97','loggedin',1),(3942,'user','4','2025-06-24 00:33:25','2025-06-24 00:33:37','','105.160.62.97','loggedin',1),(3943,'user','4','2025-06-24 00:35:15','2025-06-24 00:35:24','','105.160.62.97','loggedin',1),(3944,'user','4','2025-06-24 00:36:20','','','105.160.62.97','loggedin',1),(3945,'user','17','2025-06-24 00:55:49','','','105.160.62.97','loggedin',1),(3946,'user','17','2025-06-24 00:58:02','','','105.160.62.97','loggedin',1),(3947,'user','4','2025-06-24 01:00:54','','','105.160.62.97','loggedin',1),(3948,'user','4','2025-06-24 01:01:22','','','105.160.62.97','loggedin',1),(3949,'admin','16','2025-06-24 02:07:23','','','41.90.172.0','loggedin',1),(3950,'admin','16','2025-06-24 10:35:42','','','41.90.172.0','loggedin',1),(3951,'admin','16','2025-06-24 11:37:16','','','41.90.172.0','loggedin',1),(3952,'user','11','2025-06-24 22:27:44','2025-06-24 22:30:54','','105.160.62.97','loggedin',1),(3953,'user','17','2025-06-24 22:31:11','2025-06-24 22:35:46','','105.160.62.97','loggedin',1),(3954,'user','6','2025-06-24 22:35:55','','','105.160.62.97','loggedin',1),(3955,'user','6','2025-06-24 22:39:20','','','105.160.62.97','loggedin',1),(3956,'user','6','2025-06-24 22:44:03','','','41.90.216.145','loggedin',1),(3957,'user','6','2025-06-24 22:44:26','','','41.90.216.145','loggedin',1),(3958,'user','6','2025-06-24 22:46:31','','','41.90.216.145','loggedin',1),(3959,'user','6','2025-06-24 22:49:56','','','41.90.216.145','loggedin',1),(3960,'user','6','2025-06-24 22:50:50','','','41.90.216.145','loggedin',1),(3961,'user','6','2025-06-24 22:52:45','','','41.90.216.145','loggedin',1),(3962,'user','6','2025-06-24 22:54:57','','','41.90.216.145','loggedin',1),(3963,'user','6','2025-06-24 22:55:55','','','41.90.216.145','loggedin',1),(3964,'user','6','2025-06-24 22:56:50','','','41.90.216.145','loggedin',1),(3965,'user','6','2025-06-24 22:58:53','','','41.90.216.145','loggedin',1),(3966,'user','6','2025-06-24 23:00:35','','','41.90.216.145','loggedin',1),(3967,'user','17','2025-06-24 23:42:48','2025-06-24 23:49:06','','105.160.62.97','loggedin',1),(3968,'admin','16','2025-06-24 23:49:23','2025-06-24 23:50:05','','105.160.62.97','loggedin',1),(3969,'user','17','2025-06-24 23:50:11','2025-06-25 00:18:08','','105.160.62.97','loggedin',1),(3970,'user','6','2025-06-24 23:51:27','','','105.160.62.97','loggedin',1),(3971,'user','6','2025-06-24 23:51:58','2025-06-24 23:52:13','','105.160.62.97','loggedin',1),(3972,'user','6','2025-06-24 23:57:47','','','105.160.62.97','loggedin',1),(3973,'user','6','2025-06-24 23:58:09','2025-06-24 23:58:23','','105.160.62.97','loggedin',1),(3974,'admin','16','2025-06-25 00:18:15','2025-06-25 00:19:02','','105.160.62.97','loggedin',1),(3975,'user','17','2025-06-25 00:19:08','','','105.160.62.97','loggedin',1),(3976,'admin','16','2025-06-25 00:35:43','','','41.90.172.0','loggedin',1),(3977,'user','11','2025-06-25 00:50:44','','','105.160.62.97','loggedin',1),(3978,'user','11','2025-06-25 00:52:42','','','105.160.62.97','loggedin',1),(3979,'user','6','2025-06-25 00:55:18','','','105.160.62.97','loggedin',1),(3980,'user','14','2025-06-25 00:57:53','','','105.160.62.97','loggedin',1),(3981,'user','14','2025-06-25 01:00:43','','','105.160.62.97','loggedin',1),(3982,'user','14','2025-06-25 01:01:53','','','105.160.62.97','loggedin',1),(3983,'user','14','2025-06-25 01:03:51','','','105.160.62.97','loggedin',1),(3984,'user','14','2025-06-25 01:09:17','','','105.160.62.97','loggedin',1),(3985,'user','6','2025-06-25 01:42:04','','','105.160.62.97','loggedin',1),(3986,'user','14','2025-06-25 02:05:31','','','105.160.62.97','loggedin',1),(3987,'user','14','2025-06-25 02:08:40','','','105.160.62.97','loggedin',1),(3988,'user','14','2025-06-25 02:11:19','','','105.160.62.97','loggedin',1),(3989,'user','14','2025-06-25 02:14:11','','','105.160.62.97','loggedin',1),(3990,'user','14','2025-06-25 02:15:20','','','105.160.62.97','loggedin',1),(3991,'user','14','2025-06-25 02:16:47','','','105.160.62.97','loggedin',1),(3992,'user','14','2025-06-25 02:18:46','','','105.160.62.97','loggedin',1),(3993,'admin','16','2025-06-25 02:18:52','','','41.90.172.0','loggedin',1),(3994,'user','14','2025-06-25 02:19:27','','','105.160.62.97','loggedin',1),(3995,'user','14','2025-06-25 02:20:00','','','105.160.62.97','loggedin',1),(3996,'user','14','2025-06-25 02:30:29','','','105.160.62.97','loggedin',1),(3997,'user','6','2025-06-25 02:31:41','','','105.160.62.97','loggedin',1),(3998,'user','6','2025-06-25 02:35:10','','','105.160.62.97','loggedin',1),(3999,'user','6','2025-06-25 02:39:45','','','105.160.62.97','loggedin',1),(4000,'user','6','2025-06-25 02:57:23','','','41.90.217.127','loggedin',1),(4001,'user','6','2025-06-25 03:04:31','','','41.90.217.127','loggedin',1),(4002,'user','6','2025-06-25 03:05:10','2025-06-25 03:05:20','','41.90.217.127','loggedin',1),(4003,'user','6','2025-06-25 03:47:49','2025-06-25 03:48:53','','41.90.217.127','loggedin',1),(4004,'user','6','2025-06-25 03:52:13','2025-06-25 03:52:36','','41.90.217.127','loggedin',1),(4005,'user','17','2025-06-25 03:55:34','','','105.160.62.97','loggedin',1),(4006,'user','11','2025-06-25 12:45:50','','','105.160.62.97','loggedin',1),(4007,'user','11','2025-06-25 15:12:45','','','105.160.62.97','loggedin',1),(4008,'admin','16','2025-06-25 15:44:28','','','41.90.172.0','loggedin',1),(4009,'user','3','2025-06-25 17:05:59','2025-06-25 17:06:05','','105.160.88.125','loggedin',1),(4010,'user','3','2025-06-25 17:17:21','','','105.160.88.125','loggedin',1),(4011,'user','3','2025-06-25 17:17:57','','','105.160.88.125','loggedin',1),(4012,'user','3','2025-06-25 17:21:53','2025-06-25 17:22:30','','105.160.88.125','loggedin',1),(4013,'user','3','2025-06-25 17:25:51','','','105.160.88.125','loggedin',1),(4014,'user','3','2025-06-25 17:26:31','','','105.160.88.125','loggedin',1),(4015,'user','3','2025-06-25 17:27:32','2025-06-25 17:29:09','','105.160.88.125','loggedin',1),(4016,'user','3','2025-06-25 17:36:44','','','105.160.88.125','loggedin',1),(4017,'user','3','2025-06-25 17:37:10','2025-06-25 17:37:25','','105.160.88.125','loggedin',1),(4018,'user','17','2025-06-25 17:48:02','','','105.160.62.97','loggedin',1),(4019,'admin','16','2025-06-25 17:50:20','','','41.90.172.0','loggedin',1),(4020,'admin','16','2025-06-25 18:36:32','','','41.90.172.0','loggedin',1),(4021,'admin','16','2025-06-25 18:43:31','','','41.90.172.0','loggedin',1),(4022,'user','11','2025-06-25 18:44:41','','','105.160.62.97','loggedin',1),(4023,'user','11','2025-06-25 19:03:31','','','105.160.62.97','loggedin',1),(4024,'user','11','2025-06-25 19:05:12','','','105.160.62.97','loggedin',1),(4025,'user','3','2025-06-25 19:05:28','','','105.160.88.125','loggedin',1),(4026,'user','3','2025-06-25 19:06:54','','','105.160.88.125','loggedin',1),(4027,'user','3','2025-06-25 19:08:06','','','105.160.88.125','loggedin',1),(4028,'user','3','2025-06-25 19:10:46','','','105.160.88.125','loggedin',1),(4029,'user','3','2025-06-25 19:13:05','','','105.160.88.125','loggedin',1),(4030,'user','3','2025-06-25 19:16:15','','','105.160.88.125','loggedin',1),(4031,'user','3','2025-06-25 19:17:44','2025-06-25 19:19:18','','105.160.88.125','loggedin',1),(4032,'user','11','2025-06-25 19:50:30','','','105.160.62.97','loggedin',1),(4033,'user','17','2025-06-25 19:51:20','','','105.160.62.97','loggedin',1),(4034,'user','5','2025-06-25 19:52:04','','','105.160.88.125','loggedin',1),(4035,'user','5','2025-06-25 19:52:35','','','105.160.88.125','loggedin',1),(4036,'user','5','2025-06-25 19:53:07','','','105.160.88.125','loggedin',1),(4037,'user','5','2025-06-25 19:53:43','','','105.160.88.125','loggedin',1),(4038,'user','5','2025-06-25 19:54:30','','','105.160.88.125','loggedin',1),(4039,'user','5','2025-06-25 19:55:13','','','105.160.88.125','loggedin',1),(4040,'user','5','2025-06-25 19:55:46','','','105.160.88.125','loggedin',1),(4041,'user','5','2025-06-25 19:56:11','','','105.160.88.125','loggedin',1),(4042,'user','5','2025-06-25 19:56:44','','','105.160.88.125','loggedin',1),(4043,'user','5','2025-06-25 19:57:17','','','105.160.88.125','loggedin',1),(4044,'user','5','2025-06-25 19:57:50','2025-06-25 19:58:21','','105.160.88.125','loggedin',1),(4045,'user','5','2025-06-25 20:37:30','','','105.160.88.125','loggedin',1),(4046,'user','5','2025-06-25 20:38:50','','','105.160.88.125','loggedin',1),(4047,'user','5','2025-06-25 20:40:31','','','105.160.88.125','loggedin',1),(4048,'user','11','2025-06-25 20:41:03','','','105.160.62.97','loggedin',1),(4049,'user','5','2025-06-25 20:41:37','2025-06-25 20:42:05','','105.160.88.125','loggedin',1),(4050,'user','11','2025-06-25 20:45:46','2025-06-25 20:52:43','','105.160.62.97','loggedin',1),(4051,'user','5','2025-06-25 21:14:30','','','105.160.88.125','loggedin',1),(4052,'user','5','2025-06-25 21:14:49','','','105.160.88.125','loggedin',1),(4053,'user','5','2025-06-25 21:16:13','','','105.160.88.125','loggedin',1),(4054,'user','5','2025-06-25 21:17:09','2025-06-25 21:17:32','','105.160.88.125','loggedin',1),(4055,'user','5','2025-06-25 21:56:21','','','105.160.88.125','loggedin',1),(4056,'user','5','2025-06-25 21:56:46','','','105.160.88.125','loggedin',1),(4057,'user','5','2025-06-25 21:57:39','','','105.160.88.125','loggedin',1),(4058,'user','5','2025-06-25 21:58:18','2025-06-25 21:58:32','','105.160.88.125','loggedin',1),(4059,'user','5','2025-06-25 22:04:02','','','105.160.88.125','loggedin',1),(4060,'user','5','2025-06-25 22:04:18','2025-06-25 22:04:42','','105.160.88.125','loggedin',1),(4061,'user','5','2025-06-25 22:04:50','','','105.160.88.125','loggedin',1),(4062,'user','5','2025-06-25 22:05:20','2025-06-25 22:05:33','','105.160.88.125','loggedin',1),(4063,'user','17','2025-06-25 22:21:00','2025-06-26 01:35:49','','105.160.62.97','loggedin',1),(4064,'user','11','2025-06-25 23:04:39','','','105.160.117.248','loggedin',1),(4065,'user','5','2025-06-25 23:06:10','','','105.160.117.248','loggedin',1),(4066,'user','5','2025-06-25 23:06:44','','','105.160.117.248','loggedin',1),(4067,'user','5','2025-06-25 23:08:56','','','105.160.117.248','loggedin',1),(4068,'user','5','2025-06-25 23:15:04','','','105.160.117.248','loggedin',1),(4069,'user','5','2025-06-25 23:16:29','','','105.160.117.248','loggedin',1),(4070,'user','5','2025-06-25 23:18:27','2025-06-25 23:19:09','','105.160.117.248','loggedin',1),(4071,'user','5','2025-06-25 23:24:37','','','105.160.117.248','loggedin',1),(4072,'user','5','2025-06-25 23:25:23','2025-06-25 23:28:16','','105.160.117.248','loggedin',1),(4073,'user','11','2025-06-25 23:32:46','','','105.161.213.148','loggedin',1),(4074,'user','5','2025-06-25 23:58:22','','','105.160.117.248','loggedin',1),(4075,'user','5','2025-06-25 23:58:39','2025-06-25 23:59:05','','105.160.117.248','loggedin',1),(4076,'user','5','2025-06-26 00:49:48','','','105.160.117.248','loggedin',1),(4077,'user','5','2025-06-26 00:51:52','2025-06-26 00:52:06','','105.160.117.248','loggedin',1),(4078,'user','5','2025-06-26 01:36:13','','','105.161.213.148','loggedin',1),(4079,'user','5','2025-06-26 01:36:49','2025-06-26 01:37:06','','105.161.213.148','loggedin',1),(4080,'user','17','2025-06-26 01:37:15','','','105.161.213.148','loggedin',1),(4081,'admin','16','2025-06-26 01:41:24','','','41.90.172.0','loggedin',1),(4082,'user','17','2025-06-26 01:44:24','','','105.161.213.148','loggedin',1),(4083,'user','14','2025-06-26 09:05:12','','','105.161.213.148','loggedin',1),(4084,'admin','16','2025-06-26 12:17:14','','','41.90.172.0','loggedin',1),(4085,'user','14','2025-06-26 12:46:26','','','105.161.213.148','loggedin',1),(4086,'user','3','2025-06-26 13:04:36','','','105.161.213.148','loggedin',1),(4087,'user','3','2025-06-26 13:05:56','','','105.161.213.148','loggedin',1),(4088,'user','3','2025-06-26 13:07:01','','','105.161.213.148','loggedin',1),(4089,'admin','16','2025-06-26 13:32:22','','','41.90.172.0','loggedin',1),(4090,'user','3','2025-06-26 13:49:28','2025-06-26 13:51:50','','41.90.216.66','loggedin',1),(4091,'user','3','2025-06-26 13:52:59','2025-06-26 13:53:44','','41.90.216.66','loggedin',1),(4092,'user','17','2025-06-26 13:56:48','','','105.161.213.148','loggedin',1),(4093,'user','3','2025-06-26 14:43:55','','','41.90.216.66','loggedin',1),(4094,'user','3','2025-06-26 15:02:57','','','41.90.216.66','loggedin',1),(4095,'user','4','2025-06-26 15:50:33','','','41.90.216.66','loggedin',1),(4096,'user','4','2025-06-26 15:51:09','','','41.90.216.66','loggedin',1),(4097,'user','3','2025-06-26 16:04:02','2025-06-26 16:04:30','','41.90.216.66','loggedin',1),(4098,'user','17','2025-06-26 16:13:16','','','105.160.47.121','loggedin',1),(4099,'user','3','2025-06-26 16:53:07','','','41.90.216.66','loggedin',1),(4100,'user','3','2025-06-26 16:53:38','','','41.90.216.66','loggedin',1),(4101,'user','3','2025-06-26 16:55:13','2025-06-26 16:55:55','','41.90.216.66','loggedin',1),(4102,'admin','16','2025-06-26 17:03:58','','','41.90.172.0','loggedin',1),(4103,'user','3','2025-06-26 17:46:54','','','41.90.216.66','loggedin',1),(4104,'user','3','2025-06-26 18:15:49','','','41.90.216.66','loggedin',1),(4105,'user','3','2025-06-26 18:26:21','','','41.90.216.66','loggedin',1),(4106,'user','3','2025-06-26 18:26:54','2025-06-26 18:27:21','','41.90.216.66','loggedin',1),(4107,'user','3','2025-06-26 18:40:04','2025-06-26 18:40:27','','41.90.216.66','loggedin',1),(4108,'user','17','2025-06-26 18:45:29','','','105.160.47.121','loggedin',1),(4109,'user','4','2025-06-26 19:03:14','2025-06-26 19:03:41','','41.90.216.66','loggedin',1),(4110,'user','3','2025-06-26 19:06:19','2025-06-26 19:06:55','','41.90.216.66','loggedin',1),(4111,'user','3','2025-06-26 19:12:56','','','41.90.216.66','loggedin',1),(4112,'user','3','2025-06-26 19:13:21','2025-06-26 19:15:15','','41.90.216.66','loggedin',1),(4113,'user','11','2025-06-26 19:22:48','','','105.160.47.121','loggedin',1),(4114,'user','6','2025-06-26 19:50:37','','','41.90.216.66','loggedin',1),(4115,'user','6','2025-06-26 19:51:25','','','41.90.216.66','loggedin',1),(4116,'user','6','2025-06-26 19:51:49','2025-06-26 19:52:03','','41.90.216.66','loggedin',1),(4117,'user','5','2025-06-26 20:25:54','','','41.90.216.66','loggedin',1),(4118,'user','5','2025-06-26 20:27:43','','','41.90.216.66','loggedin',1),(4119,'user','5','2025-06-26 20:28:31','','','41.90.216.66','loggedin',1),(4120,'user','5','2025-06-26 20:29:08','2025-06-26 20:29:56','','41.90.216.66','loggedin',1),(4121,'user','5','2025-06-26 20:34:51','','','41.90.216.66','loggedin',1),(4122,'user','5','2025-06-26 20:35:28','','','41.90.216.66','loggedin',1),(4123,'user','5','2025-06-26 20:36:22','','','41.90.216.66','loggedin',1),(4124,'user','5','2025-06-26 20:37:49','2025-06-26 20:38:47','','41.90.216.66','loggedin',1),(4125,'user','6','2025-06-26 20:38:51','','','41.90.216.66','loggedin',1),(4126,'user','6','2025-06-26 20:39:48','2025-06-26 20:39:59','','41.90.216.66','loggedin',1),(4127,'user','5','2025-06-26 20:46:42','','','41.90.216.71','loggedin',1),(4128,'user','5','2025-06-26 20:47:42','2025-06-26 20:48:03','','41.90.216.71','loggedin',1),(4129,'user','11','2025-06-26 20:52:10','','','41.90.216.69','loggedin',1),(4130,'user','11','2025-06-26 20:53:09','','','41.90.216.69','loggedin',1),(4131,'user','5','2025-06-26 20:58:44','','','41.90.216.99','loggedin',1),(4132,'user','5','2025-06-26 20:59:01','2025-06-26 20:59:15','','41.90.216.99','loggedin',1),(4133,'user','6','2025-06-26 21:05:11','','','41.90.216.99','loggedin',1),(4134,'user','6','2025-06-26 21:05:47','2025-06-26 21:05:57','','41.90.216.99','loggedin',1),(4135,'user','5','2025-06-26 21:23:26','','','41.90.216.248','loggedin',1),(4136,'user','5','2025-06-26 21:24:14','','','41.90.216.248','loggedin',1),(4137,'user','5','2025-06-26 21:24:44','2025-06-26 21:25:18','','41.90.216.248','loggedin',1),(4138,'user','5','2025-06-26 21:30:18','','','41.90.217.12','loggedin',1),(4139,'user','5','2025-06-26 21:31:10','','','41.90.217.12','loggedin',1),(4140,'user','5','2025-06-26 21:32:06','2025-06-26 21:32:16','','41.90.217.12','loggedin',1),(4141,'user','4','2025-06-26 21:32:31','','','41.90.217.12','loggedin',1),(4142,'user','4','2025-06-26 21:34:34','','','41.90.217.12','loggedin',1),(4143,'user','4','2025-06-26 21:36:03','','','41.90.217.12','loggedin',1),(4144,'user','6','2025-06-26 21:37:42','','','41.90.217.12','loggedin',1),(4145,'user','17','2025-06-26 21:39:29','','','105.160.100.76','loggedin',1),(4146,'user','6','2025-06-26 21:42:20','','','41.90.217.12','loggedin',1),(4147,'user','5','2025-06-26 21:50:34','','','41.90.216.66','loggedin',1),(4148,'user','5','2025-06-26 21:50:57','','','41.90.216.66','loggedin',1),(4149,'user','5','2025-06-26 21:52:18','2025-06-26 21:52:40','','41.90.216.66','loggedin',1),(4150,'user','17','2025-06-26 22:12:59','','','105.160.100.76','loggedin',1),(4151,'user','4','2025-06-26 22:18:03','','','41.90.216.66','loggedin',1),(4152,'user','6','2025-06-26 22:21:54','','','41.90.216.66','loggedin',1),(4153,'user','6','2025-06-26 22:58:58','','','41.90.216.66','loggedin',1),(4154,'user','6','2025-06-26 23:02:01','2025-06-26 23:02:11','','41.90.216.66','loggedin',1),(4155,'user','4','2025-06-26 23:02:49','','','41.90.216.66','loggedin',1),(4156,'user','5','2025-06-26 23:05:42','','','41.90.216.66','loggedin',1),(4157,'user','5','2025-06-26 23:06:08','','','41.90.216.66','loggedin',1),(4158,'user','5','2025-06-26 23:06:59','','','41.90.216.66','loggedin',1),(4159,'user','5','2025-06-26 23:07:15','2025-06-26 23:08:46','','41.90.216.66','loggedin',1),(4160,'user','11','2025-06-26 23:09:39','','','105.160.100.76','loggedin',1),(4161,'user','5','2025-06-26 23:26:58','','','41.90.216.66','loggedin',1),(4162,'user','5','2025-06-26 23:27:19','','','41.90.216.66','loggedin',1),(4163,'user','5','2025-06-26 23:28:36','2025-06-26 23:29:41','','41.90.216.66','loggedin',1),(4164,'user','5','2025-06-26 23:41:24','2025-06-26 23:43:32','','41.90.216.66','loggedin',1),(4165,'user','5','2025-06-26 23:45:51','','','41.90.216.66','loggedin',1),(4166,'user','5','2025-06-26 23:46:06','2025-06-26 23:46:31','','41.90.216.66','loggedin',1),(4167,'user','4','2025-06-26 23:47:05','','','41.90.216.66','loggedin',1),(4168,'user','4','2025-06-26 23:48:11','2025-06-26 23:48:25','','41.90.216.66','loggedin',1),(4169,'user','6','2025-06-26 23:54:14','','','41.90.216.66','loggedin',1),(4170,'user','6','2025-06-26 23:55:46','2025-06-26 23:55:59','','41.90.216.66','loggedin',1),(4171,'user','4','2025-06-27 00:17:12','','','41.90.216.66','loggedin',1),(4172,'user','4','2025-06-27 00:18:50','','','41.90.216.66','loggedin',1),(4173,'user','11','2025-06-27 00:20:00','2025-06-27 00:20:13','','105.160.100.76','loggedin',1),(4174,'user','4','2025-06-27 00:20:52','2025-06-27 00:21:13','','41.90.216.66','loggedin',1),(4175,'user','6','2025-06-27 00:21:18','','','41.90.216.66','loggedin',1),(4176,'user','6','2025-06-27 00:21:59','2025-06-27 00:22:33','','41.90.216.66','loggedin',1),(4177,'admin','16','2025-06-27 00:23:12','','','41.90.172.0','loggedin',1),(4178,'user','5','2025-06-27 00:26:08','','','41.90.216.66','loggedin',1),(4179,'user','5','2025-06-27 00:26:37','','','41.90.216.66','loggedin',1),(4180,'user','5','2025-06-27 00:27:40','','','41.90.216.66','loggedin',1),(4181,'user','5','2025-06-27 00:30:43','','','41.90.216.66','loggedin',1),(4182,'user','5','2025-06-27 00:31:36','','','41.90.216.66','loggedin',1),(4183,'user','5','2025-06-27 00:32:36','2025-06-27 00:34:22','','41.90.216.66','loggedin',1),(4184,'user','5','2025-06-27 01:04:20','','','41.90.216.66','loggedin',1),(4185,'user','5','2025-06-27 01:04:51','2025-06-27 01:05:05','','41.90.216.66','loggedin',1),(4186,'user','14','2025-06-27 09:38:52','','','105.160.100.76','loggedin',1),(4187,'user','14','2025-06-27 09:48:27','','','105.160.100.76','loggedin',1),(4188,'user','14','2025-06-27 09:49:34','2025-06-27 09:52:37','','105.160.100.76','loggedin',1),(4189,'user','14','2025-06-27 11:12:41','','','105.160.100.76','loggedin',1),(4190,'user','3','2025-06-27 12:43:29','','','41.90.217.152','loggedin',1),(4191,'user','3','2025-06-27 12:47:17','','','41.90.217.152','loggedin',1),(4192,'user','3','2025-06-27 12:49:06','','','41.90.217.152','loggedin',1),(4193,'user','3','2025-06-27 13:04:09','','','41.90.217.152','loggedin',1),(4194,'user','3','2025-06-27 13:05:20','2025-06-27 13:06:07','','41.90.217.152','loggedin',1),(4195,'user','3','2025-06-27 13:44:28','','','41.90.216.36','loggedin',1),(4196,'user','3','2025-06-27 13:45:16','2025-06-27 13:45:47','','41.90.216.36','loggedin',1),(4197,'admin','16','2025-06-27 14:00:47','','','41.90.172.0','loggedin',1),(4198,'user','3','2025-06-27 14:09:14','','','41.90.216.36','loggedin',1),(4199,'user','3','2025-06-27 14:10:43','','','41.90.216.36','loggedin',1),(4200,'user','3','2025-06-27 14:11:44','','','41.90.216.36','loggedin',1),(4201,'user','3','2025-06-27 14:13:23','','','41.90.216.36','loggedin',1),(4202,'user','3','2025-06-27 14:21:07','2025-06-27 14:21:48','','41.90.216.36','loggedin',1),(4203,'user','3','2025-06-27 14:27:55','','','41.90.216.36','loggedin',1),(4204,'user','3','2025-06-27 14:34:32','','','41.90.216.36','loggedin',1),(4205,'user','3','2025-06-27 14:35:21','2025-06-27 14:35:35','','41.90.216.36','loggedin',1),(4206,'user','11','2025-06-27 15:18:18','','','105.160.100.76','loggedin',1),(4207,'user','11','2025-06-27 15:21:17','','','105.160.100.76','loggedin',1),(4208,'user','3','2025-06-27 15:22:00','','','41.90.217.31','loggedin',1),(4209,'user','3','2025-06-27 15:22:38','2025-06-27 15:22:55','','41.90.217.31','loggedin',1),(4210,'admin','16','2025-06-27 16:04:07','','','41.90.172.0','loggedin',1),(4211,'user','17','2025-06-27 16:24:03','','','105.160.100.76','loggedin',1),(4212,'user','3','2025-06-27 16:30:08','','','41.90.217.31','loggedin',1),(4213,'user','3','2025-06-27 16:31:09','2025-06-27 16:31:28','','41.90.217.31','loggedin',1),(4214,'user','11','2025-06-27 16:32:52','','','105.160.100.76','loggedin',1),(4215,'user','3','2025-06-27 16:33:57','2025-06-27 16:34:11','','41.90.217.31','loggedin',1),(4216,'user','5','2025-06-27 16:38:33','','','41.90.217.31','loggedin',1),(4217,'user','5','2025-06-27 16:39:01','2025-06-27 16:39:04','','41.90.217.31','loggedin',1),(4218,'user','17','2025-06-27 16:48:22','','','105.160.100.76','loggedin',1),(4219,'user','3','2025-06-27 16:57:39','','','41.90.217.31','loggedin',1),(4220,'user','3','2025-06-27 16:58:54','2025-06-27 17:06:55','','41.90.217.31','loggedin',1),(4221,'user','11','2025-06-27 17:10:56','','','105.160.100.76','loggedin',1),(4222,'user','5','2025-06-27 17:47:30','2025-06-27 17:47:52','','41.90.217.31','loggedin',1),(4223,'user','4','2025-06-27 17:52:07','','','41.90.217.31','loggedin',1),(4224,'user','6','2025-06-27 17:54:29','2025-06-27 17:54:33','','41.90.217.31','loggedin',1),(4225,'user','6','2025-06-27 18:35:41','','','41.90.217.31','loggedin',1),(4226,'user','6','2025-06-27 18:36:42','2025-06-27 18:36:54','','41.90.217.31','loggedin',1),(4227,'user','6','2025-06-27 19:00:37','','','41.90.217.31','loggedin',1),(4228,'user','6','2025-06-27 19:02:41','2025-06-27 19:02:56','','41.90.217.31','loggedin',1),(4229,'user','14','2025-06-27 19:04:44','','','105.160.100.76','loggedin',1),(4230,'user','8','2025-06-27 19:09:40','','','41.90.217.31','loggedin',1),(4231,'user','8','2025-06-27 19:13:04','2025-06-27 19:14:06','','41.90.217.31','loggedin',1),(4232,'user','4','2025-06-27 19:14:18','','','41.90.217.31','loggedin',1),(4233,'user','17','2025-06-27 19:16:49','','','105.160.100.76','loggedin',1),(4234,'user','6','2025-06-27 19:20:59','','','41.90.217.31','loggedin',1),(4235,'user','6','2025-06-27 19:21:45','2025-06-27 19:22:02','','41.90.217.31','loggedin',1),(4236,'user','4','2025-06-27 19:47:08','2025-06-27 19:47:55','','41.90.217.31','loggedin',1),(4237,'user','4','2025-06-27 19:50:20','','','41.90.217.31','loggedin',1),(4238,'user','4','2025-06-27 19:51:07','','','41.90.217.31','loggedin',1),(4239,'user','4','2025-06-27 19:51:56','','','41.90.217.31','loggedin',1),(4240,'user','4','2025-06-27 19:52:46','','','41.90.217.31','loggedin',1),(4241,'user','4','2025-06-27 19:53:11','','','41.90.217.31','loggedin',1),(4242,'user','4','2025-06-27 19:56:47','','','41.90.217.31','loggedin',1),(4243,'user','4','2025-06-27 20:01:17','','','41.90.217.31','loggedin',1),(4244,'user','4','2025-06-27 20:03:31','2025-06-27 20:17:07','','41.90.217.31','loggedin',1),(4245,'user','6','2025-06-27 20:17:12','','','41.90.217.31','loggedin',1),(4246,'user','6','2025-06-27 20:18:43','2025-06-27 20:18:53','','41.90.217.31','loggedin',1),(4247,'user','4','2025-06-27 20:19:02','','','41.90.217.31','loggedin',1),(4248,'user','4','2025-06-27 20:19:36','','','41.90.217.31','loggedin',1),(4249,'user','5','2025-06-27 20:21:47','','','41.90.217.31','loggedin',1),(4250,'user','5','2025-06-27 20:23:22','','','41.90.217.31','loggedin',1),(4251,'user','5','2025-06-27 20:24:16','','','41.90.217.31','loggedin',1),(4252,'user','5','2025-06-27 20:25:17','2025-06-27 20:25:30','','41.90.217.31','loggedin',1),(4253,'user','6','2025-06-27 20:31:40','','','41.90.217.31','loggedin',1),(4254,'user','6','2025-06-27 20:31:58','2025-06-27 20:32:09','','41.90.217.31','loggedin',1),(4255,'user','4','2025-06-27 20:38:20','','','41.90.216.67','loggedin',1),(4256,'user','4','2025-06-27 20:39:34','','','41.90.216.67','loggedin',1),(4257,'user','4','2025-06-27 20:40:02','2025-06-27 20:40:17','','41.90.216.67','loggedin',1),(4258,'user','4','2025-06-27 20:51:46','2025-06-27 20:53:28','','41.90.216.67','loggedin',1),(4259,'user','4','2025-06-27 20:57:11','2025-06-27 20:57:35','','41.90.216.67','loggedin',1),(4260,'user','4','2025-06-27 21:01:23','2025-06-27 21:01:48','','41.90.216.67','loggedin',1),(4261,'user','6','2025-06-27 21:06:35','','','41.90.216.67','loggedin',1),(4262,'user','6','2025-06-27 21:07:28','2025-06-27 21:07:41','','41.90.216.67','loggedin',1),(4263,'user','4','2025-06-27 21:11:30','','','41.90.216.67','loggedin',1),(4264,'user','4','2025-06-27 21:11:56','','','41.90.216.67','loggedin',1),(4265,'user','4','2025-06-27 21:12:32','2025-06-27 21:13:22','','41.90.216.67','loggedin',1),(4266,'user','4','2025-06-27 21:25:02','','','41.90.216.67','loggedin',1),(4267,'user','4','2025-06-27 21:26:26','','','41.90.216.67','loggedin',1),(4268,'user','17','2025-06-27 21:31:55','','','105.160.100.76','loggedin',1),(4269,'user','4','2025-06-27 21:33:28','','','41.90.216.67','loggedin',1),(4270,'user','4','2025-06-27 21:33:46','2025-06-27 21:33:57','','41.90.216.67','loggedin',1),(4271,'user','8','2025-06-27 21:35:34','','','41.90.216.67','loggedin',1),(4272,'user','8','2025-06-27 21:36:55','','','41.90.216.67','loggedin',1),(4273,'user','8','2025-06-27 21:37:53','','','41.90.216.67','loggedin',1),(4274,'user','8','2025-06-27 21:38:54','','','41.90.216.67','loggedin',1),(4275,'user','8','2025-06-27 21:39:28','','','41.90.216.67','loggedin',1),(4276,'user','8','2025-06-27 21:40:43','2025-06-27 21:41:01','','41.90.216.67','loggedin',1),(4277,'user','5','2025-06-27 21:41:41','','','41.90.216.67','loggedin',1),(4278,'user','5','2025-06-27 21:42:23','','','41.90.216.67','loggedin',1),(4279,'user','5','2025-06-27 21:43:47','2025-06-27 21:45:23','','41.90.216.67','loggedin',1),(4280,'user','4','2025-06-27 21:46:14','','','41.90.216.67','loggedin',1),(4281,'user','11','2025-06-27 21:50:25','','','105.160.100.76','loggedin',1),(4282,'user','6','2025-06-27 21:57:53','','','41.90.216.67','loggedin',1),(4283,'user','6','2025-06-27 21:58:34','2025-06-27 21:58:45','','41.90.216.67','loggedin',1),(4284,'user','6','2025-06-27 22:16:32','','','41.90.216.67','loggedin',1),(4285,'user','6','2025-06-27 22:16:53','2025-06-27 22:17:01','','41.90.216.67','loggedin',1),(4286,'user','4','2025-06-27 22:17:38','','','41.90.216.67','loggedin',1),(4287,'user','4','2025-06-27 22:17:56','2025-06-27 22:18:10','','41.90.216.67','loggedin',1),(4288,'user','5','2025-06-27 22:21:19','','','41.90.216.67','loggedin',1),(4289,'user','5','2025-06-27 22:22:55','','','41.90.216.67','loggedin',1),(4290,'user','5','2025-06-27 22:24:58','','','41.90.216.67','loggedin',1),(4291,'user','5','2025-06-27 22:27:02','2025-06-27 22:27:20','','41.90.216.67','loggedin',1),(4292,'user','4','2025-06-27 22:27:24','','','41.90.216.67','loggedin',1),(4293,'user','4','2025-06-27 22:27:48','','','41.90.216.67','loggedin',1),(4294,'admin','16','2025-06-27 22:29:23','','','41.90.172.0','loggedin',1),(4295,'user','4','2025-06-27 22:34:29','2025-06-27 22:34:53','','41.90.216.67','loggedin',1),(4296,'user','5','2025-06-27 22:35:39','','','41.90.216.67','loggedin',1),(4297,'user','5','2025-06-27 22:36:07','2025-06-27 22:36:24','','41.90.216.67','loggedin',1),(4298,'user','4','2025-06-27 22:49:11','','','41.90.216.67','loggedin',1),(4299,'user','4','2025-06-27 22:49:51','2025-06-27 22:50:07','','41.90.216.67','loggedin',1),(4300,'user','6','2025-06-27 22:51:51','','','41.90.216.67','loggedin',1),(4301,'user','6','2025-06-27 22:52:18','','','41.90.216.67','loggedin',1),(4302,'user','6','2025-06-27 22:52:40','2025-06-27 22:52:54','','41.90.216.67','loggedin',1),(4303,'user','5','2025-06-27 22:54:04','','','41.90.216.67','loggedin',1),(4304,'user','5','2025-06-27 22:55:05','2025-06-27 22:55:27','','41.90.216.67','loggedin',1),(4305,'user','4','2025-06-27 22:57:15','2025-06-27 22:58:25','','41.90.216.67','loggedin',1),(4306,'user','4','2025-06-27 23:02:01','','','41.90.216.67','loggedin',1),(4307,'user','4','2025-06-27 23:02:51','','','41.90.216.67','loggedin',1),(4308,'user','4','2025-06-27 23:03:52','','','41.90.216.67','loggedin',1),(4309,'user','4','2025-06-27 23:05:24','','','41.90.216.67','loggedin',1),(4310,'user','4','2025-06-27 23:06:21','2025-06-27 23:06:33','','41.90.216.67','loggedin',1),(4311,'user','8','2025-06-27 23:17:37','','','41.90.216.67','loggedin',1),(4312,'user','8','2025-06-27 23:18:48','','','41.90.216.67','loggedin',1),(4313,'user','8','2025-06-27 23:20:14','','','41.90.216.67','loggedin',1),(4314,'user','8','2025-06-27 23:21:36','','','41.90.216.67','loggedin',1),(4315,'user','8','2025-06-27 23:23:13','','','41.90.216.67','loggedin',1),(4316,'user','17','2025-06-27 23:23:49','','','105.160.100.76','loggedin',1),(4317,'user','8','2025-06-27 23:24:28','','','41.90.216.67','loggedin',1),(4318,'user','8','2025-06-27 23:26:43','2025-06-27 23:28:18','','41.90.216.67','loggedin',1),(4319,'user','17','2025-06-27 23:27:10','','','105.160.100.76','loggedin',1),(4320,'user','8','2025-06-27 23:28:22','','','41.90.216.67','loggedin',1),(4321,'user','8','2025-06-27 23:28:39','2025-06-27 23:29:35','','41.90.216.67','loggedin',1),(4322,'user','17','2025-06-27 23:29:45','','','105.160.100.76','loggedin',1),(4323,'user','6','2025-06-27 23:29:56','','','41.90.216.67','loggedin',1),(4324,'user','6','2025-06-27 23:31:35','2025-06-27 23:31:44','','41.90.216.67','loggedin',1),(4325,'user','17','2025-06-27 23:31:38','','','105.160.100.76','loggedin',1),(4326,'user','17','2025-06-27 23:33:07','','','105.160.100.76','loggedin',1),(4327,'user','17','2025-06-27 23:33:58','','','105.160.100.76','loggedin',1),(4328,'user','17','2025-06-27 23:38:16','','','105.160.100.76','loggedin',1),(4329,'user','17','2025-06-27 23:39:18','','','105.160.100.76','loggedin',1),(4330,'user','17','2025-06-27 23:39:38','2025-06-28 03:40:19','','105.160.100.76','loggedin',1),(4331,'user','4','2025-06-27 23:46:30','','','41.90.216.67','loggedin',1),(4332,'user','11','2025-06-27 23:51:57','','','105.160.100.76','loggedin',1),(4333,'user','5','2025-06-27 23:54:01','','','41.90.216.67','loggedin',1),(4334,'user','5','2025-06-27 23:55:39','','','41.90.216.67','loggedin',1),(4335,'user','11','2025-06-27 23:56:38','','','105.160.100.76','loggedin',1),(4336,'user','5','2025-06-27 23:57:06','','','41.90.216.67','loggedin',1),(4337,'user','5','2025-06-27 23:58:14','2025-06-27 23:59:21','','41.90.216.67','loggedin',1),(4338,'user','4','2025-06-28 00:00:55','','','41.90.216.67','loggedin',1),(4339,'user','4','2025-06-28 00:09:49','2025-06-28 00:10:10','','41.90.216.67','loggedin',1),(4340,'user','11','2025-06-28 00:12:39','','','105.160.100.76','loggedin',1),(4341,'user','11','2025-06-28 00:13:12','','','105.160.100.76','loggedin',1),(4342,'user','4','2025-06-28 00:16:36','2025-06-28 00:17:08','','41.90.216.67','loggedin',1),(4343,'user','6','2025-06-28 00:17:50','','','41.90.216.67','loggedin',1),(4344,'user','6','2025-06-28 00:18:52','','','41.90.216.67','loggedin',1),(4345,'user','6','2025-06-28 00:20:20','2025-06-28 00:20:33','','41.90.216.67','loggedin',1),(4346,'user','5','2025-06-28 00:21:31','','','41.90.216.67','loggedin',1),(4347,'user','5','2025-06-28 00:21:54','','','41.90.216.67','loggedin',1),(4348,'user','5','2025-06-28 00:22:22','2025-06-28 00:23:13','','41.90.216.67','loggedin',1),(4349,'user','6','2025-06-28 00:32:51','','','41.90.216.67','loggedin',1),(4350,'user','6','2025-06-28 00:33:31','','','41.90.216.67','loggedin',1),(4351,'user','6','2025-06-28 00:34:25','2025-06-28 00:36:03','','41.90.216.67','loggedin',1),(4352,'user','5','2025-06-28 00:36:12','2025-06-28 00:37:18','','41.90.216.67','loggedin',1),(4353,'admin','16','2025-06-28 00:42:27','','','41.90.172.0','loggedin',1),(4354,'user','8','2025-06-28 00:47:07','','','41.90.216.67','loggedin',1),(4355,'user','8','2025-06-28 00:47:26','','','41.90.216.67','loggedin',1),(4356,'user','8','2025-06-28 00:48:33','','','41.90.216.67','loggedin',1),(4357,'user','8','2025-06-28 00:49:36','','','41.90.216.67','loggedin',1),(4358,'user','4','2025-06-28 00:52:42','','','41.90.216.67','loggedin',1),(4359,'user','4','2025-06-28 01:05:32','','','41.90.216.67','loggedin',1),(4360,'user','4','2025-06-28 01:06:09','2025-06-28 01:07:39','','41.90.216.67','loggedin',1),(4361,'user','6','2025-06-28 01:15:15','','','105.160.113.42','loggedin',1),(4362,'user','6','2025-06-28 01:15:38','2025-06-28 01:15:48','','105.160.113.42','loggedin',1),(4363,'user','4','2025-06-28 01:18:15','','','105.160.113.42','loggedin',1),(4364,'user','4','2025-06-28 01:19:21','','','105.160.113.42','loggedin',1),(4365,'user','4','2025-06-28 01:20:12','2025-06-28 01:20:33','','105.160.113.42','loggedin',1),(4366,'user','6','2025-06-28 01:23:14','','','105.160.113.42','loggedin',1),(4367,'user','6','2025-06-28 01:25:11','','','105.160.113.42','loggedin',1),(4368,'user','6','2025-06-28 01:26:00','2025-06-28 01:26:15','','105.160.113.42','loggedin',1),(4369,'user','6','2025-06-28 01:26:56','','','105.160.113.42','loggedin',1),(4370,'user','6','2025-06-28 01:27:11','2025-06-28 01:27:19','','105.160.113.42','loggedin',1),(4371,'user','8','2025-06-28 01:34:39','','','105.160.113.42','loggedin',1),(4372,'user','8','2025-06-28 01:35:07','','','105.160.113.42','loggedin',1),(4373,'user','8','2025-06-28 01:36:00','','','105.160.113.42','loggedin',1),(4374,'user','8','2025-06-28 01:37:23','','','105.160.113.42','loggedin',1),(4375,'user','8','2025-06-28 01:38:20','','','105.160.113.42','loggedin',1),(4376,'user','8','2025-06-28 01:39:52','','','105.160.113.42','loggedin',1),(4377,'user','8','2025-06-28 01:41:41','2025-06-28 01:44:20','','105.160.113.42','loggedin',1),(4378,'user','6','2025-06-28 01:47:02','','','105.160.113.42','loggedin',1),(4379,'user','6','2025-06-28 01:47:19','2025-06-28 01:47:28','','105.160.113.42','loggedin',1),(4380,'user','4','2025-06-28 02:14:58','','','105.160.113.42','loggedin',1),(4381,'user','4','2025-06-28 02:15:57','','','105.160.113.42','loggedin',1),(4382,'user','4','2025-06-28 02:16:11','2025-06-28 02:16:37','','105.160.113.42','loggedin',1),(4383,'user','6','2025-06-28 02:18:57','','','105.160.113.42','loggedin',1),(4384,'user','6','2025-06-28 02:19:52','2025-06-28 02:20:09','','105.160.113.42','loggedin',1),(4385,'user','5','2025-06-28 02:34:59','','','105.160.113.42','loggedin',1),(4386,'user','11','2025-06-28 02:35:19','','','105.160.113.203','loggedin',1),(4387,'user','5','2025-06-28 02:35:27','','','105.160.113.42','loggedin',1),(4388,'user','5','2025-06-28 02:36:17','','','105.160.113.42','loggedin',1),(4389,'user','11','2025-06-28 02:36:19','','','105.160.113.203','loggedin',1),(4390,'user','5','2025-06-28 02:37:06','2025-06-28 02:38:02','','105.160.113.42','loggedin',1),(4391,'user','11','2025-06-28 02:37:33','','','105.160.113.203','loggedin',1),(4392,'user','6','2025-06-28 02:43:38','','','105.160.113.42','loggedin',1),(4393,'user','6','2025-06-28 02:44:31','','','105.160.113.42','loggedin',1),(4394,'user','6','2025-06-28 02:47:04','2025-06-28 02:47:21','','105.160.113.42','loggedin',1),(4395,'user','8','2025-06-28 02:50:29','','','105.160.113.42','loggedin',1),(4396,'user','8','2025-06-28 02:51:38','','','105.160.113.42','loggedin',1),(4397,'user','8','2025-06-28 02:52:03','','','105.160.113.42','loggedin',1),(4398,'user','5','2025-06-28 02:52:56','','','105.160.113.42','loggedin',1),(4399,'user','8','2025-06-28 02:53:33','2025-06-28 02:54:11','','105.160.113.42','loggedin',1),(4400,'user','5','2025-06-28 02:54:27','','','105.160.113.42','loggedin',1),(4401,'user','5','2025-06-28 02:55:07','2025-06-28 03:14:27','','105.160.113.42','loggedin',1),(4402,'admin','16','2025-06-28 03:05:31','','','41.90.172.0','loggedin',1),(4403,'user','8','2025-06-28 03:21:18','','','105.160.113.42','loggedin',1),(4404,'user','8','2025-06-28 03:21:44','','','105.160.113.42','loggedin',1),(4405,'user','4','2025-06-28 03:23:14','','','105.160.113.42','loggedin',1),(4406,'user','4','2025-06-28 03:24:13','2025-06-28 03:24:26','','105.160.113.42','loggedin',1),(4407,'user','4','2025-06-28 03:36:13','2025-06-28 03:36:27','','105.160.113.42','loggedin',1),(4408,'user','6','2025-06-28 03:37:12','','','105.160.113.42','loggedin',1),(4409,'user','6','2025-06-28 03:37:42','','','105.160.113.42','loggedin',1),(4410,'user','6','2025-06-28 03:38:47','2025-06-28 03:39:12','','105.160.113.42','loggedin',1),(4411,'user','5','2025-06-28 03:39:23','','','105.160.113.42','loggedin',1),(4412,'user','5','2025-06-28 03:39:46','','','105.160.113.42','loggedin',1),(4413,'user','5','2025-06-28 03:40:12','2025-06-28 03:40:25','','105.160.113.42','loggedin',1),(4414,'admin','16','2025-06-28 03:40:25','2025-06-28 03:41:15','','105.160.113.203','loggedin',1),(4415,'user','17','2025-06-28 03:41:23','2025-06-28 03:47:43','','105.160.113.203','loggedin',1),(4416,'user','6','2025-06-28 03:41:43','','','105.160.113.42','loggedin',1),(4417,'user','6','2025-06-28 03:42:14','2025-06-28 03:42:24','','105.160.113.42','loggedin',1),(4418,'admin','16','2025-06-28 03:47:49','2025-06-28 03:48:43','','105.160.113.203','loggedin',1),(4419,'user','17','2025-06-28 03:49:01','2025-06-28 04:42:56','','105.160.113.203','loggedin',1),(4420,'user','6','2025-06-28 03:49:21','2025-06-28 03:49:51','','105.160.113.42','loggedin',1),(4421,'user','6','2025-06-28 03:58:35','2025-06-28 03:59:11','','105.160.113.42','loggedin',1),(4422,'user','6','2025-06-28 03:59:22','2025-06-28 03:59:41','','105.160.113.42','loggedin',1),(4423,'admin','16','2025-06-28 04:43:02','2025-06-28 04:44:31','','105.160.113.203','loggedin',1),(4424,'user','17','2025-06-28 04:44:39','2025-06-28 04:55:24','','105.160.113.203','loggedin',1),(4425,'admin','16','2025-06-28 04:55:30','2025-06-28 04:56:02','','105.160.113.203','loggedin',1),(4426,'user','17','2025-06-28 04:56:09','','','105.160.113.203','loggedin',1),(4427,'admin','16','2025-06-28 05:12:26','','','41.90.172.0','loggedin',1),(4428,'user','6','2025-06-28 05:28:16','','','105.160.113.203','loggedin',1),(4429,'user','6','2025-06-28 05:29:28','','','105.160.113.203','loggedin',1),(4430,'user','14','2025-06-28 09:04:16','','','105.160.113.203','loggedin',1),(4431,'user','14','2025-06-28 09:04:58','2025-06-28 09:11:13','','105.160.113.203','loggedin',1),(4432,'user','17','2025-06-28 09:20:01','','','105.160.113.203','loggedin',1),(4433,'user','17','2025-06-28 09:24:34','','','105.160.113.203','loggedin',1),(4434,'user','17','2025-06-28 09:27:18','','','105.160.113.203','loggedin',1),(4435,'user','17','2025-06-28 09:28:13','','','105.160.113.203','loggedin',1),(4436,'user','17','2025-06-28 09:30:23','','','105.160.113.203','loggedin',1),(4437,'user','17','2025-06-28 09:32:40','2025-06-28 09:33:02','','105.160.113.203','loggedin',1),(4438,'admin','16','2025-06-28 09:33:07','2025-06-28 09:33:43','','105.160.113.203','loggedin',1),(4439,'user','17','2025-06-28 09:33:51','','','105.160.113.203','loggedin',1),(4440,'user','17','2025-06-28 09:36:05','','','105.160.113.203','loggedin',1),(4441,'user','17','2025-06-28 09:38:08','','','105.160.113.203','loggedin',1),(4442,'user','17','2025-06-28 09:39:04','','','105.160.113.203','loggedin',1),(4443,'user','17','2025-06-28 09:40:20','','','105.160.113.203','loggedin',1),(4444,'user','17','2025-06-28 09:40:39','','','105.160.113.203','loggedin',1),(4445,'user','17','2025-06-28 09:41:01','','','105.160.113.203','loggedin',1),(4446,'user','17','2025-06-28 09:41:50','','','105.160.113.203','loggedin',1),(4447,'user','17','2025-06-28 09:44:37','','','105.160.113.203','loggedin',1),(4448,'admin','16','2025-06-28 10:19:07','','','105.160.31.164','loggedin',1),(4449,'user','14','2025-06-28 13:28:48','','','105.160.113.203','loggedin',1),(4450,'user','14','2025-06-28 13:52:05','','','105.160.113.203','loggedin',1),(4451,'admin','16','2025-06-28 14:44:23','','','41.90.172.228','loggedin',1),(4452,'admin','16','2025-06-28 14:51:29','','','41.90.172.228','loggedin',1),(4453,'user','3','2025-06-28 15:07:47','','','105.160.113.203','loggedin',1),(4454,'user','14','2025-06-28 15:10:24','','','105.160.113.203','loggedin',1),(4455,'user','14','2025-06-28 15:11:57','','','105.160.113.203','loggedin',1),(4456,'user','14','2025-06-28 15:16:08','','','105.160.113.203','loggedin',1),(4457,'user','14','2025-06-28 15:21:36','2025-06-28 15:22:06','','105.160.113.203','loggedin',1),(4458,'user','3','2025-06-28 15:22:22','','','105.160.113.203','loggedin',1),(4459,'user','14','2025-06-28 15:23:39','2025-06-28 15:37:00','','105.160.113.203','loggedin',1),(4460,'user','14','2025-06-28 15:37:45','2025-06-28 15:38:12','','105.160.113.203','loggedin',1),(4461,'user','3','2025-06-28 15:38:31','2025-06-28 15:38:57','','105.160.113.203','loggedin',1),(4462,'user','3','2025-06-28 15:39:16','','','105.160.113.203','loggedin',1),(4463,'user','14','2025-06-28 15:40:10','2025-06-28 15:40:36','','105.160.113.203','loggedin',1),(4464,'user','3','2025-06-28 15:40:47','2025-06-28 15:41:23','','105.160.113.203','loggedin',1),(4465,'user','14','2025-06-28 15:41:34','2025-06-28 15:44:39','','105.160.113.203','loggedin',1),(4466,'user','3','2025-06-28 15:44:55','','','105.160.113.203','loggedin',1),(4467,'user','14','2025-06-28 15:46:47','2025-06-28 15:51:27','','105.160.113.203','loggedin',1),(4468,'user','3','2025-06-28 15:51:47','2025-06-28 15:57:48','','105.160.113.203','loggedin',1),(4469,'user','3','2025-06-28 15:57:59','','','105.160.113.203','loggedin',1),(4470,'user','3','2025-06-28 15:59:02','','','105.160.113.203','loggedin',1),(4471,'user','3','2025-06-28 16:01:23','2025-06-28 16:02:19','','105.160.113.203','loggedin',1),(4472,'user','14','2025-06-28 16:02:33','','','105.160.113.203','loggedin',1),(4473,'user','14','2025-06-28 16:09:38','','','105.160.113.203','loggedin',1),(4474,'user','14','2025-06-28 16:11:49','','','105.160.113.203','loggedin',1),(4475,'user','14','2025-06-28 16:14:37','','','105.160.113.203','loggedin',1),(4476,'user','3','2025-06-28 17:53:53','','','41.90.216.218','loggedin',1),(4477,'user','3','2025-06-28 17:55:07','2025-06-28 17:56:33','','41.90.216.218','loggedin',1),(4478,'user','6','2025-06-28 18:10:11','2025-06-28 18:17:48','','41.90.216.218','loggedin',1),(4479,'user','3','2025-06-28 18:17:53','2025-06-28 18:19:08','','41.90.216.218','loggedin',1),(4480,'user','3','2025-06-28 18:19:12','','','41.90.216.218','loggedin',1),(4481,'user','3','2025-06-28 18:22:47','','','41.90.216.218','loggedin',1),(4482,'user','6','2025-06-28 18:31:15','2025-06-28 18:32:24','','105.161.168.162','loggedin',1),(4483,'user','6','2025-06-28 18:32:30','','','105.161.168.162','loggedin',1),(4484,'user','6','2025-06-28 18:35:07','2025-06-28 18:35:18','','105.161.168.162','loggedin',1),(4485,'user','5','2025-06-28 18:46:17','2025-06-28 18:47:53','','105.161.168.162','loggedin',1),(4486,'user','17','2025-06-28 18:51:10','','','105.160.113.203','loggedin',1),(4487,'admin','16','2025-06-28 18:52:32','','','41.90.172.228','loggedin',1),(4488,'user','3','2025-06-28 18:56:56','2025-06-28 18:57:39','','105.161.168.162','loggedin',1),(4489,'user','3','2025-06-28 19:00:00','','','105.161.168.162','loggedin',1),(4490,'user','3','2025-06-28 19:00:58','2025-06-28 19:01:10','','105.161.168.162','loggedin',1),(4491,'admin','16','2025-06-28 19:03:25','','','41.90.172.228','loggedin',1),(4492,'admin','16','2025-06-28 19:08:45','','','41.90.172.228','loggedin',1),(4493,'user','11','2025-06-28 19:12:26','','','105.160.113.203','loggedin',1),(4494,'user','3','2025-06-28 19:17:26','','','105.161.168.162','loggedin',1),(4495,'user','3','2025-06-28 19:18:05','2025-06-28 19:18:38','','105.161.168.162','loggedin',1),(4496,'user','4','2025-06-28 19:20:13','','','105.161.168.162','loggedin',1),(4497,'user','4','2025-06-28 19:21:35','','','105.161.168.162','loggedin',1),(4498,'user','4','2025-06-28 19:22:41','2025-06-28 19:22:55','','105.161.168.162','loggedin',1),(4499,'user','8','2025-06-28 19:31:36','','','105.161.168.162','loggedin',1),(4500,'user','8','2025-06-28 19:33:38','','','105.161.168.162','loggedin',1),(4501,'user','8','2025-06-28 19:34:34','','','105.161.168.162','loggedin',1),(4502,'user','8','2025-06-28 19:35:20','2025-06-28 19:36:36','','105.161.168.162','loggedin',1),(4503,'user','8','2025-06-28 19:36:40','','','105.161.168.162','loggedin',1),(4504,'user','8','2025-06-28 19:36:49','2025-06-28 19:40:13','','105.161.168.162','loggedin',1),(4505,'user','8','2025-06-28 19:40:18','2025-06-28 19:40:43','','105.161.168.162','loggedin',1),(4506,'user','5','2025-06-28 19:53:06','','','105.161.168.162','loggedin',1),(4507,'user','5','2025-06-28 19:54:22','','','105.161.168.162','loggedin',1),(4508,'user','5','2025-06-28 19:54:59','2025-06-28 19:55:12','','105.161.168.162','loggedin',1),(4509,'user','4','2025-06-28 19:56:39','','','105.161.168.162','loggedin',1),(4510,'user','4','2025-06-28 19:57:15','','','105.161.168.162','loggedin',1),(4511,'user','4','2025-06-28 19:57:28','2025-06-28 19:57:54','','105.161.168.162','loggedin',1),(4512,'user','5','2025-06-28 20:01:51','','','105.161.168.162','loggedin',1),(4513,'user','5','2025-06-28 20:02:34','2025-06-28 20:03:35','','105.161.168.162','loggedin',1),(4514,'user','6','2025-06-28 20:11:13','','','105.161.168.162','loggedin',1),(4515,'user','8','2025-06-28 20:13:32','','','105.161.168.162','loggedin',1),(4516,'user','8','2025-06-28 20:14:46','','','105.161.168.162','loggedin',1),(4517,'user','8','2025-06-28 20:15:21','','','105.161.168.162','loggedin',1),(4518,'user','8','2025-06-28 20:16:34','','','105.161.168.162','loggedin',1),(4519,'user','8','2025-06-28 20:17:54','','','41.90.216.218','loggedin',1),(4520,'user','17','2025-06-28 21:02:54','2025-06-28 22:45:41','','105.160.113.203','loggedin',1),(4521,'user','4','2025-06-28 21:10:32','','','41.90.216.218','loggedin',1),(4522,'user','4','2025-06-28 21:10:58','2025-06-28 21:11:11','','41.90.216.218','loggedin',1),(4523,'user','4','2025-06-28 21:31:11','','','41.90.216.219','loggedin',1),(4524,'user','4','2025-06-28 21:31:44','2025-06-28 21:32:01','','41.90.216.219','loggedin',1),(4525,'user','6','2025-06-28 21:47:23','','','41.90.216.218','loggedin',1),(4526,'user','6','2025-06-28 21:49:41','2025-06-28 21:49:46','','41.90.216.218','loggedin',1),(4527,'user','6','2025-06-28 21:50:03','2025-06-28 21:50:18','','41.90.216.218','loggedin',1),(4528,'user','11','2025-06-28 22:12:43','','','105.160.113.203','loggedin',1),(4529,'user','8','2025-06-28 22:13:23','','','41.90.216.218','loggedin',1),(4530,'user','8','2025-06-28 22:14:01','2025-06-28 22:14:43','','41.90.216.218','loggedin',1),(4531,'user','8','2025-06-28 22:14:49','','','41.90.216.218','loggedin',1),(4532,'user','8','2025-06-28 22:15:25','','','41.90.216.218','loggedin',1),(4533,'user','8','2025-06-28 22:18:06','','','41.90.216.218','loggedin',1),(4534,'user','8','2025-06-28 22:19:43','2025-06-28 22:19:59','','41.90.216.218','loggedin',1),(4535,'user','5','2025-06-28 22:26:14','','','41.90.216.218','loggedin',1),(4536,'user','5','2025-06-28 22:29:23','','','41.90.216.218','loggedin',1),(4537,'user','5','2025-06-28 22:29:47','','','41.90.216.218','loggedin',1),(4538,'user','5','2025-06-28 22:32:11','','','41.90.216.218','loggedin',1),(4539,'user','5','2025-06-28 22:33:40','','','41.90.216.218','loggedin',1),(4540,'user','5','2025-06-28 22:34:47','','','41.90.216.218','loggedin',1),(4541,'user','5','2025-06-28 22:37:18','','','41.90.216.218','loggedin',1),(4542,'user','5','2025-06-28 22:39:39','2025-06-28 22:40:05','','41.90.216.218','loggedin',1),(4543,'user','6','2025-06-28 22:40:22','','','41.90.216.218','loggedin',1),(4544,'user','6','2025-06-28 22:40:35','2025-06-28 22:41:24','','41.90.216.218','loggedin',1),(4545,'admin','16','2025-06-28 22:45:47','2025-06-28 22:46:11','','105.160.113.203','loggedin',1),(4546,'user','4','2025-06-28 22:46:12','','','41.90.216.218','loggedin',1),(4547,'user','17','2025-06-28 22:46:17','2025-06-29 03:49:23','','105.160.113.203','loggedin',1),(4548,'user','4','2025-06-28 22:46:43','','','41.90.216.218','loggedin',1),(4549,'user','4','2025-06-28 22:47:18','2025-06-28 22:47:29','','41.90.216.218','loggedin',1),(4550,'user','4','2025-06-28 23:06:03','','','41.90.216.218','loggedin',1),(4551,'user','4','2025-06-28 23:06:24','2025-06-28 23:06:35','','41.90.216.218','loggedin',1),(4552,'user','8','2025-06-28 23:07:26','','','41.90.216.218','loggedin',1),(4553,'user','8','2025-06-28 23:09:07','','','41.90.216.218','loggedin',1),(4554,'user','8','2025-06-28 23:11:04','2025-06-28 23:11:24','','41.90.216.218','loggedin',1),(4555,'user','6','2025-06-28 23:32:25','','','41.90.216.218','loggedin',1),(4556,'user','6','2025-06-28 23:32:43','','','41.90.216.218','loggedin',1),(4557,'user','6','2025-06-28 23:33:16','','','41.90.216.218','loggedin',1),(4558,'user','6','2025-06-28 23:33:34','2025-06-28 23:34:00','','41.90.216.218','loggedin',1),(4559,'admin','16','2025-06-28 23:35:33','','','41.90.172.228','loggedin',1),(4560,'user','4','2025-06-28 23:50:39','','','41.90.216.218','loggedin',1),(4561,'user','4','2025-06-28 23:51:09','2025-06-28 23:51:32','','41.90.216.218','loggedin',1),(4562,'user','5','2025-06-29 00:00:01','','','41.90.216.218','loggedin',1),(4563,'user','5','2025-06-29 00:00:31','','','41.90.216.218','loggedin',1),(4564,'user','5','2025-06-29 00:01:18','','','41.90.216.218','loggedin',1),(4565,'user','5','2025-06-29 00:01:54','2025-06-29 00:03:08','','41.90.216.218','loggedin',1),(4566,'user','5','2025-06-29 00:14:29','','','41.90.216.218','loggedin',1),(4567,'user','5','2025-06-29 00:17:37','2025-06-29 00:17:59','','41.90.216.218','loggedin',1),(4568,'user','8','2025-06-29 00:22:44','','','41.90.216.218','loggedin',1),(4569,'user','8','2025-06-29 00:23:12','','','41.90.216.218','loggedin',1),(4570,'user','8','2025-06-29 00:24:15','','','41.90.216.218','loggedin',1),(4571,'user','8','2025-06-29 00:25:15','','','41.90.216.218','loggedin',1),(4572,'user','8','2025-06-29 00:27:16','2025-06-29 00:28:12','','41.90.216.218','loggedin',1),(4573,'user','4','2025-06-29 00:32:15','','','41.90.216.218','loggedin',1),(4574,'user','4','2025-06-29 00:32:39','','','41.90.216.218','loggedin',1),(4575,'user','4','2025-06-29 00:33:05','2025-06-29 00:33:25','','41.90.216.218','loggedin',1),(4576,'user','6','2025-06-29 00:36:49','','','41.90.216.218','loggedin',1),(4577,'user','6','2025-06-29 00:37:16','2025-06-29 00:37:25','','41.90.216.218','loggedin',1),(4578,'user','6','2025-06-29 00:38:01','','','41.90.216.218','loggedin',1),(4579,'user','6','2025-06-29 00:39:07','2025-06-29 00:39:24','','41.90.216.218','loggedin',1),(4580,'user','4','2025-06-29 00:49:12','','','41.90.216.218','loggedin',1),(4581,'user','4','2025-06-29 00:50:15','','','41.90.216.218','loggedin',1),(4582,'user','8','2025-06-29 00:54:20','','','41.90.216.218','loggedin',1),(4583,'user','8','2025-06-29 00:55:04','','','41.90.216.218','loggedin',1),(4584,'user','8','2025-06-29 00:55:35','','','41.90.216.218','loggedin',1),(4585,'user','8','2025-06-29 00:56:44','2025-06-29 00:57:20','','41.90.216.218','loggedin',1),(4586,'user','4','2025-06-29 01:09:13','','','41.90.216.218','loggedin',1),(4587,'user','4','2025-06-29 01:09:47','2025-06-29 01:10:16','','41.90.216.218','loggedin',1),(4588,'user','5','2025-06-29 01:25:26','','','41.90.216.218','loggedin',1),(4589,'user','5','2025-06-29 01:25:44','','','41.90.216.218','loggedin',1),(4590,'user','5','2025-06-29 01:26:12','','','41.90.216.218','loggedin',1),(4591,'user','5','2025-06-29 01:26:42','2025-06-29 01:27:10','','41.90.216.218','loggedin',1),(4592,'user','4','2025-06-29 01:27:13','','','41.90.216.218','loggedin',1),(4593,'user','4','2025-06-29 01:28:15','2025-06-29 01:28:48','','41.90.216.218','loggedin',1),(4594,'user','4','2025-06-29 01:42:05','','','41.90.216.218','loggedin',1),(4595,'user','4','2025-06-29 01:42:17','2025-06-29 01:42:25','','41.90.216.218','loggedin',1),(4596,'user','8','2025-06-29 01:50:31','','','41.90.216.218','loggedin',1),(4597,'user','8','2025-06-29 01:52:42','','','41.90.216.218','loggedin',1),(4598,'user','8','2025-06-29 01:53:23','','','41.90.216.218','loggedin',1),(4599,'user','8','2025-06-29 01:54:08','','','41.90.216.218','loggedin',1),(4600,'user','8','2025-06-29 01:54:52','','','41.90.216.218','loggedin',1),(4601,'user','8','2025-06-29 01:55:32','','','41.90.216.218','loggedin',1),(4602,'user','8','2025-06-29 01:56:48','','','41.90.216.218','loggedin',1),(4603,'user','8','2025-06-29 01:58:27','','','41.90.216.218','loggedin',1),(4604,'user','8','2025-06-29 01:59:08','','','41.90.216.218','loggedin',1),(4605,'user','5','2025-06-29 02:02:53','','','41.90.216.218','loggedin',1),(4606,'user','5','2025-06-29 02:03:29','2025-06-29 02:04:01','','41.90.216.218','loggedin',1),(4607,'user','4','2025-06-29 02:04:31','','','41.90.216.218','loggedin',1),(4608,'user','4','2025-06-29 02:05:43','','','41.90.216.218','loggedin',1),(4609,'user','4','2025-06-29 02:06:29','2025-06-29 02:06:37','','41.90.216.218','loggedin',1),(4610,'user','8','2025-06-29 02:15:58','','','41.90.216.218','loggedin',1),(4611,'user','8','2025-06-29 02:16:31','','','41.90.216.218','loggedin',1),(4612,'user','8','2025-06-29 02:17:23','','','41.90.216.218','loggedin',1),(4613,'user','5','2025-06-29 02:19:31','2025-06-29 02:21:44','','41.90.216.218','loggedin',1),(4614,'user','4','2025-06-29 02:21:49','2025-06-29 02:22:07','','41.90.216.218','loggedin',1),(4615,'user','5','2025-06-29 02:22:14','','','41.90.216.218','loggedin',1),(4616,'user','5','2025-06-29 02:22:50','2025-06-29 02:23:03','','41.90.216.218','loggedin',1),(4617,'user','4','2025-06-29 02:31:19','','','41.90.216.218','loggedin',1),(4618,'user','5','2025-06-29 02:33:59','','','41.90.216.218','loggedin',1),(4619,'user','5','2025-06-29 02:34:22','2025-06-29 02:34:55','','41.90.216.218','loggedin',1),(4620,'user','6','2025-06-29 03:02:50','','','41.90.216.218','loggedin',1),(4621,'user','6','2025-06-29 03:06:45','','','41.90.216.218','loggedin',1),(4622,'user','6','2025-06-29 03:10:05','','','41.90.216.218','loggedin',1),(4623,'user','6','2025-06-29 03:11:39','','','41.90.216.218','loggedin',1),(4624,'user','6','2025-06-29 03:12:37','','','41.90.216.218','loggedin',1),(4625,'user','6','2025-06-29 03:13:53','2025-06-29 03:15:40','','41.90.216.218','loggedin',1),(4626,'user','22','2025-06-29 03:14:29','','','105.160.113.203','loggedin',1),(4627,'user','4','2025-06-29 03:15:59','','','41.90.216.218','loggedin',1),(4628,'user','4','2025-06-29 03:16:23','2025-06-29 03:16:32','','41.90.216.218','loggedin',1),(4629,'user','6','2025-06-29 03:17:17','2025-06-29 03:17:44','','41.90.216.218','loggedin',1),(4630,'user','5','2025-06-29 03:33:01','','','41.90.216.218','loggedin',1),(4631,'user','5','2025-06-29 03:33:46','2025-06-29 03:35:14','','41.90.216.218','loggedin',1),(4632,'user','8','2025-06-29 03:42:18','','','41.90.216.218','loggedin',1),(4633,'user','8','2025-06-29 03:43:10','','','41.90.216.218','loggedin',1),(4634,'user','4','2025-06-29 03:46:09','','','41.90.216.218','loggedin',1),(4635,'user','4','2025-06-29 03:46:23','2025-06-29 03:46:35','','41.90.216.218','loggedin',1),(4636,'user','4','2025-06-29 03:47:09','','','41.90.216.218','loggedin',1),(4637,'user','4','2025-06-29 03:48:27','2025-06-29 03:48:37','','41.90.216.218','loggedin',1),(4638,'admin','16','2025-06-29 03:49:33','2025-06-29 03:49:51','','105.160.113.203','loggedin',1),(4639,'user','17','2025-06-29 03:50:05','2025-06-29 05:26:03','','105.160.113.203','loggedin',1),(4640,'user','6','2025-06-29 03:52:46','','','41.90.216.218','loggedin',1),(4641,'user','6','2025-06-29 03:55:16','','','41.90.216.218','loggedin',1),(4642,'user','6','2025-06-29 03:58:29','2025-06-29 03:59:05','','41.90.216.218','loggedin',1),(4643,'user','22','2025-06-29 04:13:29','2025-06-29 04:13:46','','41.90.216.218','loggedin',1),(4644,'user','4','2025-06-29 04:13:50','','','41.90.216.218','loggedin',1),(4645,'user','4','2025-06-29 04:14:09','','','41.90.216.218','loggedin',1),(4646,'user','22','2025-06-29 04:15:18','','','105.161.168.162','loggedin',1),(4647,'user','22','2025-06-29 04:16:19','','','105.161.168.162','loggedin',1),(4648,'user','22','2025-06-29 04:18:08','','','105.161.168.162','loggedin',1),(4649,'user','22','2025-06-29 04:19:36','','','105.161.168.162','loggedin',1),(4650,'user','22','2025-06-29 04:21:57','','','105.161.168.162','loggedin',1),(4651,'user','22','2025-06-29 04:25:45','','','105.161.168.162','loggedin',1),(4652,'user','22','2025-06-29 04:27:37','','','105.161.168.162','loggedin',1),(4653,'user','22','2025-06-29 04:29:07','','','105.161.168.162','loggedin',1),(4654,'user','22','2025-06-29 04:30:52','','','105.161.168.162','loggedin',1),(4655,'user','22','2025-06-29 04:31:54','','','105.161.168.162','loggedin',1),(4656,'user','8','2025-06-29 04:33:24','2025-06-29 04:33:44','','105.161.168.162','loggedin',1),(4657,'user','22','2025-06-29 04:33:49','','','105.161.168.162','loggedin',1),(4658,'user','22','2025-06-29 04:35:32','','','105.161.168.162','loggedin',1),(4659,'user','22','2025-06-29 04:36:41','','','105.161.168.162','loggedin',1),(4660,'user','22','2025-06-29 04:38:35','','','105.161.168.162','loggedin',1),(4661,'user','22','2025-06-29 04:40:10','','','105.161.168.162','loggedin',1),(4662,'user','22','2025-06-29 04:40:50','','','105.161.168.162','loggedin',1),(4663,'user','22','2025-06-29 04:42:31','','','105.161.168.162','loggedin',1),(4664,'user','22','2025-06-29 04:43:29','','','105.161.168.162','loggedin',1),(4665,'user','22','2025-06-29 04:45:02','','','105.161.168.162','loggedin',1),(4666,'user','5','2025-06-29 04:58:21','','','41.90.216.238','loggedin',1),(4667,'user','5','2025-06-29 04:58:49','2025-06-29 04:59:01','','41.90.216.238','loggedin',1),(4668,'user','6','2025-06-29 05:23:49','','','41.90.216.238','loggedin',1),(4669,'user','6','2025-06-29 05:23:58','2025-06-29 05:24:12','','41.90.216.238','loggedin',1),(4670,'admin','16','2025-06-29 05:26:11','2025-06-29 05:26:23','','105.160.113.203','loggedin',1),(4671,'user','17','2025-06-29 05:26:30','','','105.160.113.203','loggedin',1),(4672,'admin','16','2025-06-29 07:27:05','','','41.90.172.228','loggedin',1),(4673,'user','14','2025-06-29 09:13:09','','','105.160.113.203','loggedin',1),(4674,'user','14','2025-06-29 09:14:03','','','105.160.113.203','loggedin',1),(4675,'user','14','2025-06-29 09:16:19','','','105.160.113.203','loggedin',1),(4676,'user','14','2025-06-29 09:55:52','','','105.160.113.203','loggedin',1),(4677,'user','14','2025-06-29 10:01:52','','','105.160.113.203','loggedin',1),(4678,'admin','16','2025-06-29 10:04:00','','','41.90.172.228','loggedin',1),(4679,'user','3','2025-06-29 10:14:59','','','105.160.113.203','loggedin',1),(4680,'user','3','2025-06-29 10:16:02','','','105.160.113.203','loggedin',1),(4681,'user','3','2025-06-29 10:17:11','','','105.160.113.203','loggedin',1),(4682,'user','3','2025-06-29 10:17:49','','','105.160.113.203','loggedin',1),(4683,'user','14','2025-06-29 10:18:27','','','105.160.113.203','loggedin',1),(4684,'user','3','2025-06-29 10:59:06','','','105.160.113.203','loggedin',1),(4685,'user','3','2025-06-29 11:25:49','2025-06-29 11:26:33','','105.160.113.203','loggedin',1),(4686,'user','3','2025-06-29 11:26:41','','','105.160.113.203','loggedin',1),(4687,'user','14','2025-06-29 16:50:24','2025-06-29 16:50:27','','41.90.217.92','loggedin',1),(4688,'user','3','2025-06-29 17:13:27','','','41.90.217.92','loggedin',1),(4689,'user','3','2025-06-29 17:18:48','','','41.90.217.92','loggedin',1),(4690,'user','3','2025-06-29 17:21:00','2025-06-29 17:27:15','','41.90.217.92','loggedin',1),(4691,'user','3','2025-06-29 17:32:25','','','41.90.217.92','loggedin',1),(4692,'user','3','2025-06-29 17:32:51','2025-06-29 17:34:00','','41.90.217.92','loggedin',1),(4693,'user','17','2025-06-29 17:34:24','','','105.160.113.203','loggedin',1),(4694,'user','3','2025-06-29 17:39:45','','','41.90.217.92','loggedin',1),(4695,'user','3','2025-06-29 17:41:18','2025-06-29 17:41:26','','41.90.217.92','loggedin',1),(4696,'user','3','2025-06-29 17:43:41','','','41.90.217.92','loggedin',1),(4697,'user','3','2025-06-29 17:50:56','','','41.90.217.92','loggedin',1),(4698,'user','3','2025-06-29 17:53:06','','','41.90.217.92','loggedin',1),(4699,'user','3','2025-06-29 17:54:57','','','41.90.217.92','loggedin',1),(4700,'user','3','2025-06-29 17:56:20','','','41.90.217.92','loggedin',1),(4701,'user','3','2025-06-29 17:59:15','','','41.90.217.92','loggedin',1),(4702,'user','3','2025-06-29 18:00:58','','','41.90.217.92','loggedin',1),(4703,'user','3','2025-06-29 18:01:57','','','41.90.217.92','loggedin',1),(4704,'user','3','2025-06-29 18:04:08','','','41.90.217.92','loggedin',1),(4705,'user','3','2025-06-29 18:05:42','','','41.90.217.92','loggedin',1),(4706,'user','3','2025-06-29 18:08:25','','','41.90.217.92','loggedin',1),(4707,'user','3','2025-06-29 18:14:08','2025-06-29 18:16:31','','41.90.217.92','loggedin',1),(4708,'user','4','2025-06-29 18:40:23','','','41.90.217.92','loggedin',1),(4709,'user','4','2025-06-29 18:40:57','','','41.90.217.92','loggedin',1),(4710,'user','4','2025-06-29 18:41:46','','','41.90.217.92','loggedin',1),(4711,'user','4','2025-06-29 18:42:21','','','41.90.217.92','loggedin',1),(4712,'user','4','2025-06-29 18:42:43','2025-06-29 18:42:55','','41.90.217.92','loggedin',1),(4713,'user','14','2025-06-29 18:44:05','','','105.160.113.203','loggedin',1),(4714,'user','11','2025-06-29 18:44:21','','','105.160.113.203','loggedin',1),(4715,'user','3','2025-06-29 19:07:07','','','41.90.217.92','loggedin',1),(4716,'user','3','2025-06-29 19:07:57','','','41.90.217.92','loggedin',1),(4717,'user','3','2025-06-29 19:09:23','2025-06-29 19:20:38','','41.90.217.92','loggedin',1),(4718,'user','4','2025-06-29 19:22:50','','','41.90.217.92','loggedin',1),(4719,'user','4','2025-06-29 19:23:38','','','41.90.217.92','loggedin',1),(4720,'admin','16','2025-06-29 19:27:30','','','41.90.172.228','loggedin',1),(4721,'user','4','2025-06-29 19:28:16','2025-06-29 19:28:53','','41.90.217.92','loggedin',1),(4722,'user','3','2025-06-29 19:35:02','','','41.90.217.92','loggedin',1),(4723,'user','3','2025-06-29 19:35:59','2025-06-29 19:36:16','','41.90.217.92','loggedin',1),(4724,'user','8','2025-06-29 19:48:34','','','41.90.217.92','loggedin',1),(4725,'user','8','2025-06-29 19:49:13','','','41.90.217.92','loggedin',1),(4726,'user','8','2025-06-29 19:49:52','','','41.90.217.92','loggedin',1),(4727,'user','8','2025-06-29 19:50:57','','','41.90.217.92','loggedin',1),(4728,'user','8','2025-06-29 19:51:27','2025-06-29 19:51:48','','41.90.217.92','loggedin',1),(4729,'user','4','2025-06-29 19:55:35','','','41.90.217.92','loggedin',1),(4730,'user','4','2025-06-29 19:55:55','','','41.90.217.92','loggedin',1),(4731,'user','4','2025-06-29 19:58:01','2025-06-29 19:58:16','','41.90.217.92','loggedin',1),(4732,'user','22','2025-06-29 20:07:34','','','41.90.217.92','loggedin',1),(4733,'user','22','2025-06-29 20:09:07','','','41.90.217.92','loggedin',1),(4734,'user','22','2025-06-29 20:10:17','','','41.90.217.92','loggedin',1),(4735,'user','22','2025-06-29 20:11:04','2025-06-29 20:11:26','','41.90.217.92','loggedin',1),(4736,'user','4','2025-06-29 20:11:29','','','41.90.217.92','loggedin',1),(4737,'user','22','2025-06-29 20:16:17','2025-06-29 20:16:38','','41.90.217.92','loggedin',1),(4738,'user','22','2025-06-29 20:16:42','','','41.90.217.92','loggedin',1),(4739,'user','22','2025-06-29 20:17:15','2025-06-29 20:17:52','','41.90.217.92','loggedin',1),(4740,'user','22','2025-06-29 20:18:06','','','41.90.217.92','loggedin',1),(4741,'user','22','2025-06-29 20:18:30','','','41.90.217.92','loggedin',1),(4742,'user','17','2025-06-29 20:19:19','2025-06-29 20:29:14','','105.160.113.203','loggedin',1),(4743,'admin','16','2025-06-29 20:29:27','2025-06-29 20:37:58','','105.160.113.203','loggedin',1),(4744,'user','17','2025-06-29 20:38:12','2025-06-30 00:10:38','','105.160.113.203','loggedin',1),(4745,'user','4','2025-06-29 20:53:44','','','41.90.217.92','loggedin',1),(4746,'user','4','2025-06-29 20:55:10','2025-06-29 20:55:35','','41.90.217.92','loggedin',1),(4747,'user','22','2025-06-29 21:01:56','2025-06-29 21:08:11','','41.90.217.92','loggedin',1),(4748,'user','5','2025-06-29 21:19:37','','','41.90.217.92','loggedin',1),(4749,'user','5','2025-06-29 21:25:35','','','41.90.217.92','loggedin',1),(4750,'user','5','2025-06-29 21:28:37','','','41.90.217.92','loggedin',1),(4751,'user','5','2025-06-29 21:30:52','','','41.90.217.92','loggedin',1),(4752,'user','5','2025-06-29 21:31:54','','','41.90.217.92','loggedin',1),(4753,'user','5','2025-06-29 21:32:42','','','41.90.217.92','loggedin',1),(4754,'user','5','2025-06-29 21:33:35','','','41.90.217.92','loggedin',1),(4755,'user','5','2025-06-29 21:34:12','','','41.90.217.92','loggedin',1),(4756,'user','5','2025-06-29 21:34:59','','','41.90.217.92','loggedin',1),(4757,'user','5','2025-06-29 21:35:48','','','41.90.217.92','loggedin',1),(4758,'user','5','2025-06-29 21:36:35','','','41.90.217.92','loggedin',1),(4759,'user','5','2025-06-29 21:37:30','2025-06-29 21:40:21','','41.90.217.92','loggedin',1),(4760,'user','22','2025-06-29 21:43:56','2025-06-29 21:46:33','','41.90.217.92','loggedin',1),(4761,'user','22','2025-06-29 21:46:37','','','41.90.217.92','loggedin',1),(4762,'user','22','2025-06-29 21:47:39','','','41.90.217.92','loggedin',1),(4763,'user','22','2025-06-29 21:47:58','2025-06-29 21:51:34','','41.90.217.92','loggedin',1),(4764,'user','4','2025-06-29 21:51:39','','','41.90.217.92','loggedin',1),(4765,'user','4','2025-06-29 21:51:55','2025-06-29 21:52:07','','41.90.217.92','loggedin',1),(4766,'user','22','2025-06-29 21:55:57','2025-06-29 21:56:51','','41.90.217.92','loggedin',1),(4767,'user','8','2025-06-29 22:01:07','','','41.90.217.92','loggedin',1),(4768,'user','8','2025-06-29 22:01:59','','','41.90.217.92','loggedin',1),(4769,'user','8','2025-06-29 22:03:04','2025-06-29 22:03:20','','41.90.217.92','loggedin',1),(4770,'user','22','2025-06-29 22:03:25','2025-06-29 22:03:43','','41.90.217.92','loggedin',1),(4771,'user','8','2025-06-29 22:03:48','','','41.90.217.92','loggedin',1),(4772,'user','8','2025-06-29 22:04:31','','','41.90.217.92','loggedin',1),(4773,'user','8','2025-06-29 22:05:07','2025-06-29 22:05:22','','41.90.217.92','loggedin',1),(4774,'user','5','2025-06-29 22:14:06','','','41.90.217.92','loggedin',1),(4775,'user','5','2025-06-29 22:18:41','','','41.90.217.92','loggedin',1),(4776,'user','5','2025-06-29 22:20:04','2025-06-29 22:23:37','','41.90.217.92','loggedin',1),(4777,'user','4','2025-06-29 22:25:07','','','41.90.217.92','loggedin',1),(4778,'user','4','2025-06-29 22:25:31','','','41.90.217.92','loggedin',1),(4779,'user','22','2025-06-29 22:27:22','2025-06-29 22:28:47','','41.90.217.92','loggedin',1),(4780,'user','22','2025-06-29 22:28:57','','','41.90.217.92','loggedin',1),(4781,'user','22','2025-06-29 22:32:55','2025-06-29 22:33:17','','41.90.217.92','loggedin',1),(4782,'user','8','2025-06-29 22:40:10','','','41.90.217.92','loggedin',1),(4783,'user','8','2025-06-29 22:40:35','2025-06-29 22:40:56','','41.90.217.92','loggedin',1),(4784,'user','5','2025-06-29 22:41:00','','','41.90.217.92','loggedin',1),(4785,'user','5','2025-06-29 22:41:56','2025-06-29 22:42:24','','41.90.217.92','loggedin',1),(4786,'user','5','2025-06-29 22:56:27','','','41.90.217.92','loggedin',1),(4787,'user','5','2025-06-29 22:56:59','2025-06-29 22:57:14','','41.90.217.92','loggedin',1),(4788,'user','22','2025-06-29 23:03:27','2025-06-29 23:03:57','','41.90.217.92','loggedin',1),(4789,'user','22','2025-06-29 23:06:25','2025-06-29 23:06:40','','41.90.217.92','loggedin',1),(4790,'user','22','2025-06-29 23:16:00','2025-06-29 23:16:18','','41.90.217.92','loggedin',1),(4791,'user','22','2025-06-29 23:24:58','2025-06-29 23:28:42','','41.90.217.92','loggedin',1),(4792,'user','4','2025-06-29 23:47:21','','','41.90.217.92','loggedin',1),(4793,'user','4','2025-06-29 23:48:11','','','41.90.217.92','loggedin',1),(4794,'user','4','2025-06-29 23:48:48','','','41.90.217.92','loggedin',1),(4795,'user','4','2025-06-29 23:49:21','2025-06-29 23:49:34','','41.90.217.92','loggedin',1),(4796,'user','4','2025-06-29 23:49:38','2025-06-29 23:49:50','','41.90.217.92','loggedin',1),(4797,'user','8','2025-06-30 00:00:39','','','41.90.217.92','loggedin',1),(4798,'user','8','2025-06-30 00:01:02','','','41.90.217.92','loggedin',1),(4799,'user','8','2025-06-30 00:05:31','','','41.90.217.92','loggedin',1),(4800,'user','8','2025-06-30 00:06:19','','','41.90.217.92','loggedin',1),(4801,'user','8','2025-06-30 00:07:26','2025-06-30 00:10:10','','41.90.217.92','loggedin',1),(4802,'user','8','2025-06-30 00:10:14','2025-06-30 00:10:18','','41.90.217.92','loggedin',1),(4803,'user','22','2025-06-30 00:10:22','','','41.90.217.92','loggedin',1),(4804,'admin','16','2025-06-30 00:10:44','2025-06-30 00:11:11','','105.160.113.203','loggedin',1),(4805,'user','22','2025-06-30 00:10:48','2025-06-30 00:11:45','','41.90.217.92','loggedin',1),(4806,'user','17','2025-06-30 00:11:35','2025-06-30 01:38:20','','105.160.113.203','loggedin',1),(4807,'user','8','2025-06-30 00:11:48','','','41.90.217.92','loggedin',1),(4808,'user','8','2025-06-30 00:12:39','','','41.90.217.92','loggedin',1),(4809,'user','8','2025-06-30 00:15:07','2025-06-30 00:17:04','','41.90.217.92','loggedin',1),(4810,'user','8','2025-06-30 00:17:07','','','41.90.217.92','loggedin',1),(4811,'user','8','2025-06-30 00:18:05','2025-06-30 00:18:35','','41.90.217.92','loggedin',1),(4812,'user','4','2025-06-30 00:18:41','','','41.90.217.92','loggedin',1),(4813,'user','4','2025-06-30 00:19:20','2025-06-30 00:19:33','','41.90.217.92','loggedin',1),(4814,'user','8','2025-06-30 00:19:42','2025-06-30 00:20:09','','41.90.217.92','loggedin',1),(4815,'user','11','2025-06-30 00:19:56','','','105.160.113.203','loggedin',1),(4816,'user','4','2025-06-30 00:20:13','2025-06-30 00:21:06','','41.90.217.92','loggedin',1),(4817,'user','8','2025-06-30 00:23:17','','','41.90.217.92','loggedin',1),(4818,'user','8','2025-06-30 00:23:55','2025-06-30 00:28:44','','41.90.217.92','loggedin',1),(4819,'user','8','2025-06-30 00:28:57','2025-06-30 00:39:17','','41.90.217.92','loggedin',1),(4820,'user','22','2025-06-30 00:43:36','2025-06-30 00:44:17','','41.90.217.92','loggedin',1),(4821,'user','22','2025-06-30 00:44:22','','','41.90.217.92','loggedin',1),(4822,'user','22','2025-06-30 00:45:02','2025-06-30 00:46:03','','41.90.217.92','loggedin',1),(4823,'user','22','2025-06-30 00:46:08','2025-06-30 00:47:01','','41.90.217.92','loggedin',1),(4824,'user','22','2025-06-30 00:47:05','','','41.90.217.92','loggedin',1),(4825,'user','22','2025-06-30 00:48:14','2025-06-30 00:51:11','','41.90.217.92','loggedin',1),(4826,'user','22','2025-06-30 00:51:24','','','41.90.217.92','loggedin',1),(4827,'user','22','2025-06-30 00:52:42','2025-06-30 00:53:22','','41.90.217.92','loggedin',1),(4828,'user','22','2025-06-30 00:59:10','2025-06-30 00:59:29','','41.90.217.92','loggedin',1),(4829,'user','4','2025-06-30 00:59:35','','','41.90.217.92','loggedin',1),(4830,'user','8','2025-06-30 01:16:46','2025-06-30 01:18:42','','41.90.217.92','loggedin',1),(4831,'user','8','2025-06-30 01:18:45','','','41.90.217.92','loggedin',1),(4832,'user','8','2025-06-30 01:19:08','','','41.90.217.92','loggedin',1),(4833,'admin','16','2025-06-30 01:38:26','2025-06-30 01:38:44','','105.160.113.203','loggedin',1),(4834,'user','17','2025-06-30 01:38:57','2025-06-30 01:48:59','','105.160.113.203','loggedin',1),(4835,'admin','16','2025-06-30 01:49:04','2025-06-30 01:49:34','','105.160.113.203','loggedin',1),(4836,'user','17','2025-06-30 01:49:41','2025-06-30 02:13:51','','105.160.113.203','loggedin',1),(4837,'user','22','2025-06-30 01:54:20','','','41.90.217.92','loggedin',1),(4838,'user','11','2025-06-30 01:54:42','','','105.160.113.203','loggedin',1),(4839,'user','11','2025-06-30 01:55:53','','','105.160.113.203','loggedin',1),(4840,'user','22','2025-06-30 01:55:54','2025-06-30 01:56:57','','41.90.217.92','loggedin',1),(4841,'user','11','2025-06-30 01:59:47','','','105.160.113.203','loggedin',1),(4842,'admin','16','2025-06-30 02:01:57','','','41.90.172.228','loggedin',1),(4843,'user','5','2025-06-30 02:07:39','','','41.90.217.92','loggedin',1),(4844,'user','5','2025-06-30 02:08:32','','','41.90.217.92','loggedin',1),(4845,'user','5','2025-06-30 02:13:03','2025-06-30 02:14:24','','41.90.217.92','loggedin',1),(4846,'admin','16','2025-06-30 02:13:57','2025-06-30 02:14:52','','105.160.113.203','loggedin',1),(4847,'user','8','2025-06-30 02:14:28','','','41.90.217.92','loggedin',1),(4848,'user','8','2025-06-30 02:14:59','','','41.90.217.92','loggedin',1),(4849,'user','17','2025-06-30 02:15:08','2025-06-30 02:18:02','','105.160.113.203','loggedin',1),(4850,'admin','16','2025-06-30 02:18:09','2025-06-30 02:19:04','','105.160.113.203','loggedin',1),(4851,'user','17','2025-06-30 02:19:10','','','105.160.113.203','loggedin',1),(4852,'user','8','2025-06-30 02:19:53','','','41.90.217.92','loggedin',1),(4853,'user','8','2025-06-30 02:20:25','2025-06-30 02:20:39','','41.90.217.92','loggedin',1),(4854,'user','3','2025-06-30 10:36:36','2025-06-30 10:37:39','','105.160.38.236','loggedin',1),(4855,'user','3','2025-06-30 12:40:13','','','105.160.38.236','loggedin',1),(4856,'user','3','2025-06-30 12:41:25','','','105.160.38.236','loggedin',1),(4857,'user','3','2025-06-30 12:57:50','','','105.160.38.236','loggedin',1),(4858,'user','3','2025-06-30 12:59:01','','','105.160.38.236','loggedin',1),(4859,'admin','16','2025-06-30 13:02:38','','','41.90.172.228','loggedin',1),(4860,'user','3','2025-06-30 13:13:20','','','105.160.38.236','loggedin',1),(4861,'user','3','2025-06-30 13:14:18','2025-06-30 13:15:24','','105.160.38.236','loggedin',1),(4862,'user','3','2025-06-30 13:54:10','','','105.160.38.236','loggedin',1),(4863,'user','3','2025-06-30 13:57:35','','','105.160.38.236','loggedin',1),(4864,'user','3','2025-06-30 13:58:47','','','105.160.38.236','loggedin',1),(4865,'user','3','2025-06-30 14:04:15','','','105.160.38.236','loggedin',1),(4866,'user','3','2025-06-30 14:05:42','','','105.160.113.203','loggedin',1),(4867,'admin','16','2025-06-30 14:06:50','','','41.90.172.228','loggedin',1),(4868,'user','3','2025-06-30 14:10:07','','','105.160.38.236','loggedin',1),(4869,'user','3','2025-06-30 14:11:58','','','105.160.113.203','loggedin',1),(4870,'user','3','2025-06-30 14:12:23','2025-06-30 14:14:25','','105.160.113.203','loggedin',1),(4871,'user','3','2025-06-30 14:30:47','','','105.160.38.236','loggedin',1),(4872,'user','3','2025-06-30 15:02:47','','','105.160.38.236','loggedin',1),(4873,'user','3','2025-06-30 15:03:37','2025-06-30 15:03:57','','105.160.38.236','loggedin',1),(4874,'user','3','2025-06-30 15:20:56','','','105.160.38.236','loggedin',1),(4875,'user','3','2025-06-30 15:21:41','','','105.160.38.236','loggedin',1),(4876,'user','4','2025-06-30 15:45:58','','','105.160.38.236','loggedin',1),(4877,'user','4','2025-06-30 16:12:36','2025-06-30 16:15:18','','105.160.38.236','loggedin',1),(4878,'admin','16','2025-06-30 16:15:40','','','41.90.172.228','loggedin',1),(4879,'admin','16','2025-06-30 16:15:50','','','41.90.172.228','loggedin',1),(4880,'user','4','2025-06-30 16:22:39','2025-06-30 16:23:42','','105.160.38.236','loggedin',1),(4881,'user','4','2025-06-30 16:44:20','','','105.160.38.236','loggedin',1),(4882,'user','4','2025-06-30 16:50:58','','','105.160.38.236','loggedin',1),(4883,'user','4','2025-06-30 16:51:22','2025-06-30 16:51:46','','105.160.38.236','loggedin',1),(4884,'user','4','2025-06-30 17:00:16','','','105.160.38.236','loggedin',1),(4885,'user','4','2025-06-30 17:11:48','','','105.160.38.236','loggedin',1),(4886,'user','17','2025-06-30 17:21:05','','','105.160.101.86','loggedin',1),(4887,'user','4','2025-06-30 18:05:00','2025-06-30 18:05:22','','105.160.38.236','loggedin',1),(4888,'user','17','2025-06-30 18:10:23','','','105.160.101.86','loggedin',1),(4889,'user','4','2025-06-30 18:12:23','','','105.160.38.236','loggedin',1),(4890,'user','4','2025-06-30 18:13:29','2025-06-30 18:13:50','','105.160.38.236','loggedin',1),(4891,'user','3','2025-06-30 18:16:08','2025-06-30 18:16:29','','105.160.38.236','loggedin',1),(4892,'user','4','2025-06-30 18:17:14','','','105.160.38.236','loggedin',1),(4893,'user','4','2025-06-30 18:18:26','2025-06-30 18:18:53','','105.160.38.236','loggedin',1),(4894,'admin','16','2025-06-30 18:24:08','','','41.90.172.228','loggedin',1),(4895,'user','4','2025-06-30 18:54:29','','','105.160.38.236','loggedin',1),(4896,'user','4','2025-06-30 19:25:31','','','105.160.38.236','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=6 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,'BAR','','2025-05-25 13:08:11','active','1','','1'),(2,'COCKTAILS BAR','','2025-05-25 13:08:23','active','1','','1'),(3,'ROOMS','','2025-05-25 13:08:33','active','1','','1'),(4,'KITCHEN','','2025-05-25 13:08:42','active','1','','1'),(5,'CHOMA BBQ','','2025-05-25 14:35:03','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','1','login','side','contact'),('Send Sms',15,'paper-plane','sendsms','1','user/viewsms','side','project'),('Tasks',12,'bullseye','task','1','user/viewtasks','side','project'),('Tasks Category',13,'birthday-cake','taskscategory','1','user/viewtaskcategory','side','project'),('Users',75,'rss-square','users','1','user/viewemployee','side','contact'),('Return/RePrint Sales',86,'paw','viewreturnsales','1','user/viewreturnsales','side','moneyout'),('Whole sale',88,'cart-plus','wholesale','1','user/viewwholesales','side','moneyin'); /*!40000 ALTER TABLE `modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modulesactions` -- DROP TABLE IF EXISTS `modulesactions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `modulesactions` ( `actionid` varchar(100) NOT NULL, `moduleid` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `sort` int(11) NOT NULL, PRIMARY KEY (`actionid`,`moduleid`), KEY `phppos_modules_actions_ibfk_1` (`moduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `modulesactions` -- LOCK TABLES `modulesactions` WRITE; /*!40000 ALTER TABLE `modulesactions` DISABLE KEYS */; INSERT INTO `modulesactions` VALUES ('accommodationcleaner','accomodation','Tick ONLY if Cleaner',26),('accommodationreceiptionist','accomodation','Tick ONLY if Receptionist',27),('accomodationmanager','accomodation','Tick ONLY if manager',25),('accountlimit','sales','Enforce Daily Sales Limit',16),('add','assets','Add asset',1),('add','bankdeposits','add',1),('add','banktransfer','add',1),('add','biometricrecords','add',1),('add','branch','Add Baranch',1),('add','callcenter','Add Calls',1),('add','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=5386 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,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-04 18:20:17','31.00','5','newstock','1','','',0.0000,'','1','30','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-04 18:21:48','43.00','5','newstock','1','','',0.0000,'','1','42','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3,'TUSKER-LAGER-BOTTLE','209',-3.00,'2025-06-04 18:34:42','31.00','5','newstock','1','','',0.0000,'','1','28','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4,'GUINESS-BOTTLE','136',-1.00,'2025-06-04 18:35:16','60.00','5','newstock','1','','',0.0000,'','1','59','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5,'GUINESS-BOTTLE','136',-2.00,'2025-06-04 18:35:40','59.00','5','newstock','1','','',0.0000,'','1','57','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(6,'SPORT','196',-1.00,'2025-06-04 18:37:44','32.00','5','newstock','1','','',0.0000,'','1','31','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(7,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-04 18:41:59','10000.00','5','newstock','1','','',0.0000,'','1','9999','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(8,'UGALI','45',-1.00,'2025-06-04 18:42:30','10000.00','5','newstock','1','','',0.0000,'','1','9999','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(9,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-04 18:54:03','28.00','5','newstock','1','','',0.0000,'','1','27','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(10,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-04 18:54:48','27.00','5','newstock','1','','',0.0000,'','1','26','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(11,'HEINEKEN-BOTTLE','138',-2.00,'2025-06-04 18:55:25','9.00','5','newstock','1','','',0.0000,'','1','7','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(12,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-04 18:55:57','26.00','5','newstock','1','','',0.0000,'','1','24','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(13,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-04 18:57:18','42.00','5','newstock','1','','',0.0000,'','1','41','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(14,'HEINEKEN-BOTTLE','138',-1.00,'2025-06-04 18:57:42','7.00','5','newstock','1','','',0.0000,'','1','6','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(15,'CHAPATI','19',-2.00,'2025-06-04 18:59:54','10000.00','11','newstock','1','','',0.0000,'','1','9998','1','1','19','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(16,'TOOTHBRUSH','199',-1.00,'2025-06-04 19:02:38','11.00','11','newstock','1','','',0.0000,'','1','10','1','1','199','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(17,'TOOTHPASTE','200',-1.00,'2025-06-04 19:02:48','12.00','11','newstock','1','','',0.0000,'','1','11','1','1','200','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(18,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-04 19:03:32','10000.00','11','newstock','1','','',0.0000,'','1','9999','1','1','52','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(19,'WHITE RICE','37',-1.00,'2025-06-04 19:03:58','10000.00','11','newstock','1','','',0.0000,'','1','9999','1','1','37','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(20,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-04 19:05:03','41.00','11','newstock','1','','',0.0000,'','1','40','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(21,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-04 19:06:31','9999.00','11','newstock','1','','',0.0000,'','1','9998','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(22,'HEINEKEN-BOTTLE','138',-1.00,'2025-06-04 19:07:56','6.00','11','newstock','1','','',0.0000,'','1','5','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(23,'HEINEKEN-BOTTLE','138',-1.00,'2025-06-04 19:08:58','5.00','11','newstock','1','','',0.0000,'','1','4','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(24,'TUSKER-LAGER-BOTTLE','209',-4.00,'2025-06-04 19:09:32','24.00','11','newstock','1','','',0.0000,'','1','20','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(25,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-04 19:09:57','40.00','11','newstock','1','','',0.0000,'','1','39','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(26,'HEINEKEN-BOTTLE','138',-1.00,'2025-06-04 19:10:14','4.00','11','newstock','1','','',0.0000,'','1','3','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(27,'WHITECAP-BOTTLE','218',-1.00,'2025-06-04 19:12:12','30.00','11','newstock','1','','',0.0000,'','1','29','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(28,'LIME SYRUP','242',-1.00,'2025-06-04 19:13:25','4.00','11','newstock','1','','',0.0000,'','1','3','1','1','242','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(29,'WHITECAP-BOTTLE','218',-1.00,'2025-06-04 19:14:06','29.00','11','newstock','1','','',0.0000,'','1','28','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(30,'EGGS(BOILED/FRIED)','1',-1.00,'2025-06-04 19:15:12','10000.00','11','newstock','1','','',0.0000,'','1','9999','1','1','1','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(31,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-04 19:16:10','9998.00','11','newstock','1','','',0.0000,'','1','9997','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(32,'UGALI','45',-1.00,'2025-06-04 19:18:20','9999.00','11','newstock','1','','',0.0000,'','1','9998','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(33,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-04 19:19:09','12.00','11','newstock','1','','',0.0000,'','1','11','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(34,'LEMONADE','160',-1.00,'2025-06-04 19:19:32','75.00','11','newstock','1','','',0.0000,'','1','74','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(35,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-04 19:20:17','39.00','11','newstock','1','','',0.0000,'','1','38','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(36,'VEGETABLE RICE','39',-2.00,'2025-06-04 19:21:06','10000.00','11','newstock','1','','',0.0000,'','1','9998','1','1','39','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(37,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-04 19:21:33','10000.00','11','newstock','1','','',0.0000,'','1','9999','1','1','26','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(38,'BALOZI-BOTTLE','89',-4.00,'2025-06-04 19:24:07','455.00','3','newstock','1','','',0.0000,'','1','451','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(39,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-04 19:27:22','10000.00','3','newstock','1','','',0.0000,'','1','9999','1','1','53','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(40,'UGALI','45',-1.00,'2025-06-04 19:27:36','9998.00','3','newstock','1','','',0.0000,'','1','9997','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(41,'GREENS(KIENYEJI)','46',-2.00,'2025-06-04 19:27:46','10000.00','3','newstock','1','','',0.0000,'','1','9998','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(42,'SNAPP CAN','192',-1.00,'2025-06-04 19:29:05','1.00','3','newstock','1','','',0.0000,'','1','0','1','1','192','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(43,'PREDATOR','178',-1.00,'2025-06-04 19:33:11','47.00','3','newstock','1','','',0.0000,'','1','46','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(44,'GUINESS-BOTTLE','136',-1.00,'2025-06-04 19:33:51','58.00','3','newstock','1','','',0.0000,'','1','57','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(45,'MELKAN/QUENCHER/SAFARI=1LTR','165',-2.00,'2025-06-04 19:34:16','38.00','3','newstock','1','','',0.0000,'','1','36','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(46,'SODA-BOTTLE','195',-1.00,'2025-06-04 19:34:36','85.00','3','newstock','1','','',0.0000,'','1','84','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(47,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-04 19:41:08','9999.00','3','newstock','1','','',0.0000,'','1','9998','1','1','53','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(48,'UGALI','45',-2.00,'2025-06-04 19:41:24','9997.00','3','newstock','1','','',0.0000,'','1','9995','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(49,'GREENS(KIENYEJI)','46',-1.00,'2025-06-04 19:41:47','9998.00','3','newstock','1','','',0.0000,'','1','9997','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(50,'SODA-BOTTLE','195',-1.00,'2025-06-04 19:42:18','84.00','3','newstock','1','','',0.0000,'','1','83','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(51,'WHITECAP-BOTTLE','218',-1.00,'2025-06-04 19:43:02','28.00','3','newstock','1','','',0.0000,'','1','27','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(52,'REDBULL','180',-1.00,'2025-06-04 19:45:08','22.00','3','newstock','1','','',0.0000,'','1','21','1','1','180','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(53,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-04 19:46:42','9997.00','3','newstock','1','','',0.0000,'','1','9996','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(54,'UGALI','45',-2.00,'2025-06-04 19:46:58','9995.00','3','newstock','1','','',0.0000,'','1','9993','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(55,'GREENS(KIENYEJI)','46',-1.00,'2025-06-04 19:47:04','9997.00','3','newstock','1','','',0.0000,'','1','9996','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(56,'SODA-BOTTLE','195',-1.00,'2025-06-04 19:47:30','83.00','3','newstock','1','','',0.0000,'','1','82','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(57,'PREDATOR','178',-7.00,'2025-06-04 19:48:49','46.00','3','newstock','1','','',0.0000,'','1','39','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(58,'SODA-BOTTLE','195',-1.00,'2025-06-04 19:48:55','82.00','3','newstock','1','','',0.0000,'','1','81','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(59,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-04 19:49:08','36.00','3','newstock','1','','',0.0000,'','1','35','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(60,'SODA-BOTTLE','195',-1.00,'2025-06-04 19:49:28','81.00','3','newstock','1','','',0.0000,'','1','80','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(61,'PREDATOR','178',-1.00,'2025-06-04 19:49:45','39.00','3','newstock','1','','',0.0000,'','1','38','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(62,'GUINESS-BOTTLE','136',-1.00,'2025-06-04 19:50:09','57.00','3','newstock','1','','',0.0000,'','1','56','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(63,'SAFARI','187',-1.00,'2025-06-04 19:50:29','26.00','3','newstock','1','','',0.0000,'','1','25','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(64,'SAFARI','187',-1.00,'2025-06-04 19:50:35','25.00','3','newstock','1','','',0.0000,'','1','24','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(65,'GREENS(KIENYEJI)','46',-1.00,'2025-06-04 19:51:15','9996.00','3','newstock','1','','',0.0000,'','1','9995','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(66,'UGALI','45',-3.00,'2025-06-04 19:51:26','9993.00','3','newstock','1','','',0.0000,'','1','9990','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(67,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-04 19:51:54','10000.00','3','newstock','1','','',0.0000,'','1','9999','1','1','23','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(68,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-04 19:52:13','35.00','3','newstock','1','','',0.0000,'','1','34','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(69,'REDBULL','180',-1.00,'2025-06-04 20:02:54','21.00','5','newstock','1','','',0.0000,'','1','20','1','1','180','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(70,'BALOZI-BOTTLE','89',-1.00,'2025-06-04 20:05:32','451.00','5','newstock','1','','',0.0000,'','1','450','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(71,'HUNTERS CHOICE-750','',5.00,'2025-06-04 20:20:05','0.00','17','newstock','1','','',975.0000,'','1','5','internal','1','142','','',0.00,'','1400','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(72,'HUNTERS CHOICE-750','',5.00,'2025-06-04 20:20:43','5.00','17','newstock','1','','',975.0000,'','1','10','internal','1','142','','',0.00,'','1400','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(73,'CAPRICE-RED','',5.00,'2025-06-04 20:21:12','0.00','17','newstock','1','','',970.0000,'','1','5','internal','1','107','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(74,'CAPRICE WHITE_DRY','',5.00,'2025-06-04 20:21:37','0.00','17','newstock','1','','',970.0000,'','1','5','internal','1','106','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(75,'CAPRICE WHITE_DRY','',5.00,'2025-06-04 20:22:13','5.00','17','newstock','1','','',970.0000,'','1','10','internal','1','106','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(76,'DELMONTE','',12.00,'2025-06-04 20:22:34','0.00','17','newstock','1','','',250.0000,'','1','12','internal','1','119','','',0.00,'','400','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(77,'GUARANA CAN','',24.00,'2025-06-04 20:22:54','0.00','17','newstock','1','','',180.0000,'','1','24','internal','1','134','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(78,'BLACK ICE CAN','',24.00,'2025-06-04 20:24:55','0.00','17','newstock','1','','',180.0000,'','1','24','internal','1','99','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(79,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-04 20:25:42','11.00','5','newstock','1','','',0.0000,'','1','10','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(80,'DELMONTE','119',-1.00,'2025-06-04 20:25:59','12.00','5','newstock','1','','',0.0000,'','1','11','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(81,'BLACK ICE CAN','',24.00,'2025-06-04 20:26:05','24.00','17','newstock','1','','',180.0000,'','1','48','internal','1','99','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(82,'COUNTY SPIRIT 750ML','',5.00,'2025-06-04 20:26:34','0.00','17','newstock','1','','',710.0000,'','1','5','internal','1','118','','',0.00,'','1000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(83,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-04 20:27:13','34.00','5','newstock','1','','',0.0000,'','1','33','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(84,'PINEAPPLE PUNCH-CAN','',24.00,'2025-06-04 20:29:41','0.00','17','newstock','1','','',180.0000,'','1','24','internal','1','176','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(85,'BALLENTINES 750ML','233',-1.00,'2025-06-04 20:45:08','2.00','11','newstock','1','','',0.0000,'','1','1','1','1','233','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(86,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-04 21:14:55','24.00','11','newstock','1','','',0.0000,'','1','23','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(87,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-04 21:15:18','23.00','11','newstock','1','','',0.0000,'','1','22','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(88,'JAMESON-1 LTR','146',-1.00,'2025-06-04 21:16:56','4.00','11','newstock','1','','',0.0000,'','1','3','1','1','146','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(89,'JAMESON-1 LTR','146',-1.00,'2025-06-04 21:18:42','4.00','11','newstock','1','','',0.0000,'','1','3','1','1','146','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(90,'JAMESON-1 LTR','146',-1.00,'2025-06-04 21:19:34','4.00','11','newstock','1','','',0.0000,'','1','3','1','1','146','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(91,'','1',1.00,'2025-06-04 21:27:50','0.00','16','newstock','1','161749061626','10',2500.0000,'','1','1','supplier','1','249','','',0.00,'VATABLE','3500','344.83','2155.17','16.00','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(92,'Jameson 750ML','249',-1.00,'2025-06-04 21:28:28','1.00','11','newstock','1','','',0.0000,'','1','0','1','1','249','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(93,'GUINESS-BOTTLE','136',-1.00,'2025-06-04 21:32:16','56.00','5','newstock','1','','',0.0000,'','1','55','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(94,'BALOZI-BOTTLE','89',-2.00,'2025-06-04 21:33:06','450.00','5','newstock','1','','',0.0000,'','1','448','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(95,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-04 21:36:12','9996.00','5','newstock','1','','',0.0000,'','1','9995','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(96,'COCKTAIL','244',-1.00,'2025-06-04 21:39:05','10000.00','11','newstock','1','','',0.0000,'','1','9999','1','1','244','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(97,'UGALI','45',-1.00,'2025-06-04 21:42:18','9990.00','5','newstock','1','','',0.0000,'','1','9989','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(98,'GREENS(KIENYEJI)','46',-1.00,'2025-06-04 21:50:51','9995.00','11','newstock','1','','',0.0000,'','1','9994','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(99,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-04 21:51:13','9999.00','11','newstock','1','','',0.0000,'','1','9998','1','1','23','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(100,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-04 21:57:07','33.00','11','newstock','1','','',0.0000,'','1','32','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(101,'GREENS(KIENYEJI)','46',1.00,'2025-06-04 22:03:43','9994.00','11','newstock','1','','',0.0000,'','1','9995','1','1','46','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(102,'ROOM 2','251',-1.00,'2025-06-04 22:16:15','3.00','11','newstock','1','','',0.0000,'','1','2','1','1','251','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(103,'ROOM 2','',10000.00,'2025-06-04 22:17:23','2.00','16','newstock','1','','',500.0000,'','1','10002','internal','1','251','','',0.00,'','1500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(104,'ROOM 2','',10000.00,'2025-06-04 22:17:53','0.00','16','newstock','1','','',500.0000,'','1','10000','internal','1','250','','',0.00,'','1000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(105,'ROOM 2','251',-1.00,'2025-06-04 22:22:48','10003.00','11','newstock','1','','',0.0000,'','1','10002','1','1','251','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(106,'ROOM 2','251',-1.00,'2025-06-04 22:23:01','10002.00','11','newstock','1','','',0.0000,'','1','10001','1','1','251','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(107,'ROOM 2','251',-1.00,'2025-06-04 22:25:51','10001.00','11','newstock','1','','',0.0000,'','1','10000','1','1','251','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(108,'ROOM 2','251',-1.00,'2025-06-04 22:33:02','10003.00','11','newstock','1','','',0.0000,'','1','10002','1','1','251','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(109,'VAT 69-350','212',-1.00,'2025-06-04 22:46:00','5.00','5','newstock','1','','',0.0000,'','1','4','1','1','212','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(110,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-04 22:47:02','32.00','5','newstock','1','','',0.0000,'','1','31','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(111,'FISH WETFRY','28',-1.00,'2025-06-04 22:48:07','10000.00','5','newstock','1','','',0.0000,'','1','9999','1','1','28','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(112,'UGALI','45',-1.00,'2025-06-04 22:48:16','9989.00','5','newstock','1','','',0.0000,'','1','9988','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(113,'FISH WETFRY','28',-1.00,'2025-06-04 22:52:24','9999.00','5','newstock','1','','',0.0000,'','1','9998','1','1','28','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(114,'UGALI','45',-1.00,'2025-06-04 22:52:33','9988.00','5','newstock','1','','',0.0000,'','1','9987','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(115,'CHROME-VODKA 250','115',-1.00,'2025-06-04 23:13:58','51.00','11','newstock','1','','',0.0000,'','1','50','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(116,'ROOM 2','251',-1.00,'2025-06-04 23:30:13','10003.00','11','newstock','1','','',0.0000,'','1','10002','1','1','251','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(117,'ROOM 2','251',-1.00,'2025-06-04 23:30:23','10002.00','11','newstock','1','','',0.0000,'','1','10001','1','1','251','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(118,'SPANISH OMLETTE','2',-1.00,'2025-06-04 23:33:33','10000.00','5','newstock','1','','',0.0000,'','1','9999','1','1','2','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(119,'ROOM3','259',-1.00,'2025-06-04 23:33:34','100.00','11','newstock','1','','',0.0000,'','1','99','1','1','259','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(120,'BROWN UGALI','41',-1.00,'2025-06-04 23:36:20','10000.00','5','newstock','1','','',0.0000,'','1','9999','1','1','41','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(121,'SPANISH OMLETTE','2',-1.00,'2025-06-04 23:37:19','10000.00','5','newstock','1','','',0.0000,'','1','9999','1','1','2','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(122,'SPANISH OMLETTE','2',-1.00,'2025-06-04 23:37:53','10000.00','5','newstock','1','','',0.0000,'','1','9999','1','1','2','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(123,'SPANISH OMLETTE','2',-2.00,'2025-06-04 23:38:26','9999.00','5','newstock','1','','',0.0000,'','1','9997','1','1','2','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(124,'KENYA CANE-250','154',-1.00,'2025-06-04 23:43:21','9.00','5','newstock','1','','',0.0000,'','1','8','1','1','154','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(125,'PREDATOR','178',-1.00,'2025-06-04 23:43:30','38.00','5','newstock','1','','',0.0000,'','1','37','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(126,'GUARANA CAN','134',-1.00,'2025-06-04 23:44:57','24.00','5','newstock','1','','',0.0000,'','1','23','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(127,'GUARANA CAN','134',-2.00,'2025-06-04 23:45:03','23.00','5','newstock','1','','',0.0000,'','1','21','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(128,'GUINESS-BOTTLE','136',-3.00,'2025-06-04 23:45:39','55.00','5','newstock','1','','',0.0000,'','1','52','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(129,'PREDATOR','178',1.00,'2025-06-04 23:48:41','37.00','11','newstock','1','','',0.0000,'','1','38','1','1','178','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(130,'KENYA CANE-250','154',-1.00,'2025-06-04 23:54:59','8.00','5','newstock','1','','',0.0000,'','1','7','1','1','154','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(131,'SPANISH OMLETTE','2',-1.00,'2025-06-05 00:15:25','10000.00','5','newstock','1','','',0.0000,'','1','9999','1','1','2','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(132,'SPANISH OMLETTE','2',-2.00,'2025-06-05 00:15:34','9999.00','5','newstock','1','','',0.0000,'','1','9997','1','1','2','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(133,'BALOZI-BOTTLE','89',-3.00,'2025-06-05 00:16:03','448.00','5','newstock','1','','',0.0000,'','1','445','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(134,'MARAMOJA','162',-1.00,'2025-06-05 00:17:07','38.00','5','newstock','1','','',0.0000,'','1','37','1','1','162','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(135,'KENYA CANE 350','153',-1.00,'2025-06-05 00:34:48','8.00','5','newstock','1','','',0.0000,'','1','7','1','1','153','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(136,'MELKAN/QUENCHER/SAFARI=1LTR','165',-2.00,'2025-06-05 00:35:14','31.00','5','newstock','1','','',0.0000,'','1','29','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(137,'KENYA CANE 350','153',-1.00,'2025-06-05 00:35:54','7.00','5','newstock','1','','',0.0000,'','1','6','1','1','153','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(138,'SNAPP CAN','',24.00,'2025-06-05 00:56:07','0.00','17','newstock','1','','',180.0000,'','1','24','internal','1','192','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(139,'SNAPP CAN','192',-1.00,'2025-06-05 00:57:14','24.00','5','newstock','1','','',0.0000,'','1','23','1','1','192','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(140,'SNAPP CAN','192',-2.00,'2025-06-05 00:57:26','23.00','5','newstock','1','','',0.0000,'','1','21','1','1','192','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(141,'PREDATOR','178',-1.00,'2025-06-05 01:23:51','38.00','5','newstock','1','','',0.0000,'','1','37','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(142,'SODA-BOTTLE','195',-1.00,'2025-06-05 13:31:11','80.00','3','newstock','1','','',0.0000,'','1','79','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(143,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-05 13:48:26','11.00','3','newstock','1','','',0.0000,'','1','10','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(144,'SODA-BOTTLE','195',-1.00,'2025-06-05 13:50:08','79.00','3','newstock','1','','',0.0000,'','1','78','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(145,'CHIPS','47',-2.00,'2025-06-05 13:53:26','10000.00','3','newstock','1','','',0.0000,'','1','9998','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(146,'SODA-BOTTLE','195',-1.00,'2025-06-05 14:13:37','78.00','3','newstock','1','','',0.0000,'','1','77','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(147,'TRUST','203',-1.00,'2025-06-05 15:44:01','7.00','4','newstock','1','','',0.0000,'','1','6','1','1','203','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(148,'GILBEYS-350','125',-1.00,'2025-06-05 16:05:44','14.00','4','newstock','1','','',0.0000,'','1','13','1','1','125','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(149,'LEMONADE','160',-2.00,'2025-06-05 16:06:05','74.00','4','newstock','1','','',0.0000,'','1','72','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(150,'BEEF WET/DRY FRY 1/4','22',1.00,'2025-06-05 16:30:45','9995.00','16','newstock','1','','',0.0000,'','1','9996','1','1','22','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(151,'BEEF WET/DRY FRY 1/4','22',1.00,'2025-06-05 16:39:56','9996.00','16','newstock','1','','',0.0000,'','1','9997','1','1','22','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(152,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-05 16:41:49','9998.00','1','newstock','1','','',0.0000,'','1','9997','1','1','23','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(153,'ROOM3','259',-1.00,'2025-06-05 16:45:52','99.00','11','newstock','1','','',0.0000,'','1','98','1','1','259','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(154,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-05 16:53:28','9998.00','4','newstock','1','','',0.0000,'','1','9997','1','1','53','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(155,'UGALI','45',-1.00,'2025-06-05 16:53:49','9987.00','4','newstock','1','','',0.0000,'','1','9986','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(156,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-05 17:07:03','10000.00','4','newstock','1','','',0.0000,'','1','9999','1','1','54','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(157,'UGALI','45',-2.00,'2025-06-05 17:07:30','9986.00','4','newstock','1','','',0.0000,'','1','9984','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(158,'GREENS(KIENYEJI)','46',-2.00,'2025-06-05 17:07:45','9995.00','4','newstock','1','','',0.0000,'','1','9993','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(159,'GUINESS-BOTTLE','136',-1.00,'2025-06-05 17:08:19','52.00','4','newstock','1','','',0.0000,'','1','51','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(160,'TONIC WATER BOTTLE','240',-1.00,'2025-06-05 17:09:47','5.00','4','newstock','1','','',0.0000,'','1','4','1','1','240','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(161,'TEA','10',-1.00,'2025-06-05 17:38:03','10000.00','3','newstock','1','','',0.0000,'','1','9999','1','1','10','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(162,'GUINESS-BOTTLE','136',-1.00,'2025-06-05 17:50:24','51.00','4','newstock','1','','',0.0000,'','1','50','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(163,'BEEF WET/DRY FRY 1 KG','24',-1.00,'2025-06-05 17:55:40','10000.00','6','newstock','1','','',0.0000,'','1','9999','1','1','24','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(164,'UGALI','45',-2.00,'2025-06-05 17:56:02','9984.00','6','newstock','1','','',0.0000,'','1','9982','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(165,'SPORT','196',-1.00,'2025-06-05 17:57:38','31.00','6','newstock','1','','',0.0000,'','1','30','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(166,'MARAMOJA','162',-1.00,'2025-06-05 17:58:10','37.00','6','newstock','1','','',0.0000,'','1','36','1','1','162','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(167,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-05 17:58:41','20.00','6','newstock','1','','',0.0000,'','1','19','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(168,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-05 18:06:07','29.00','4','newstock','1','','',0.0000,'','1','28','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(169,'COCKTAIL','244',-1.00,'2025-06-05 18:07:06','9998.00','4','newstock','1','','',0.0000,'','1','9997','1','1','244','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(170,'GILBEYS-250','124',-1.00,'2025-06-05 18:08:20','9.00','4','newstock','1','','',0.0000,'','1','8','1','1','124','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(171,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-05 18:09:13','19.00','4','newstock','1','','',0.0000,'','1','18','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(172,'GUINESS-BOTTLE','136',-1.00,'2025-06-05 18:30:54','50.00','4','newstock','1','','',0.0000,'','1','49','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(173,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-05 18:32:17','7.00','3','newstock','1','','',0.0000,'','1','6','1','1','193','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(174,'CHROME-VODKA 750','116',-1.00,'2025-06-05 18:33:03','6.00','3','newstock','1','','',0.0000,'','1','5','1','1','116','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(175,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-05 18:39:38','10.00','6','newstock','1','','',0.0000,'','1','9','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(176,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-05 18:49:16','18.00','4','newstock','1','','',0.0000,'','1','17','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(177,'WHITECAP-BOTTLE','218',-1.00,'2025-06-05 18:51:29','27.00','6','newstock','1','','',0.0000,'','1','26','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(178,'MELKAN/QUENCHER/SAFARI=1LTR','',20.00,'2025-06-05 18:52:36','28.00','11','newstock','1','','',33.3300,'','1','48','internal','1','165','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(179,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-05 18:53:11','48.00','11','newstock','1','','',0.0000,'','1','47','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(180,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-05 18:59:41','47.00','3','newstock','1','','',0.0000,'','1','46','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(181,'MELKAN/QUENCHER/SAFARI-500 ML','',30.00,'2025-06-05 19:07:31','0.00','11','newstock','1','','',35.0000,'','1','30','internal','1','164','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(182,'WHITECAP-BOTTLE','218',-4.00,'2025-06-05 19:16:10','26.00','5','newstock','1','','',0.0000,'','1','22','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(183,'KENYA CANE-750','155',-1.00,'2025-06-05 19:17:18','6.00','5','newstock','1','','',0.0000,'','1','5','1','1','155','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(184,'KENYA CANE-750','155',-1.00,'2025-06-05 19:19:21','6.00','5','newstock','1','','',0.0000,'','1','5','1','1','155','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(185,'LEMONADE','160',-1.00,'2025-06-05 19:19:58','72.00','5','newstock','1','','',0.0000,'','1','71','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(186,'SODA-BOTTLE','195',-1.00,'2025-06-05 19:20:09','77.00','5','newstock','1','','',0.0000,'','1','76','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(187,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-05 19:20:24','47.00','5','newstock','1','','',0.0000,'','1','46','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(188,'SPORT','196',-1.00,'2025-06-05 19:21:39','30.00','5','newstock','1','','',0.0000,'','1','29','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(189,'JAMESON-1 LTR','',-3.00,'2025-06-05 19:33:52','4.00','16','newstock','1','','',3500.0000,'','1','1','internal','1','146','','',0.00,'','5000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(190,'HEINEKEN-BOTTLE','138',-2.00,'2025-06-05 19:36:54','3.00','6','newstock','1','','',0.0000,'','1','1','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(191,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-05 19:37:53','10000.00','4','newstock','1','','',0.0000,'','1','9999','1','1','25','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(192,'UGALI','45',-1.00,'2025-06-05 19:38:10','9982.00','4','newstock','1','','',0.0000,'','1','9981','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(193,'ASCONI RED PASTROL 750ML','',2.00,'2025-06-05 19:41:41','0.00','16','newstock','1','','',1505.0000,'','1','2','internal','1','86','','',0.00,'','2500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(194,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-05 19:49:00','30.00','3','newstock','1','','',0.0000,'','1','29','1','1','164','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(195,'CAPRICE WHITE_DRY','',-10.00,'2025-06-05 19:51:18','10.00','16','newstock','1','','',970.0000,'','1','0','internal','1','106','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(196,'CAPRICE-WHITE','',5.00,'2025-06-05 19:51:39','0.00','16','newstock','1','','',970.0000,'','1','5','internal','1','108','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(197,'CAPTAIN MORGAN RUM-750','',4.00,'2025-06-05 19:57:11','0.00','11','newstock','1','','',0.0000,'','1','4','internal','1','109','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(198,'CAPTAIN MORGAN RUM-750','109',-1.00,'2025-06-05 19:57:29','4.00','11','newstock','1','','',0.0000,'','1','3','1','1','109','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(199,'CAPTAIN MORGAN RUM-750','109',-1.00,'2025-06-05 20:06:40','3.00','11','newstock','1','','',0.0000,'','1','2','1','1','109','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(200,'JOHNIE W RED-750','150',-1.00,'2025-06-05 20:08:10','2.00','6','newstock','1','','',0.0000,'','1','1','1','1','150','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(201,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-05 20:08:23','6.00','6','newstock','1','','',0.0000,'','1','5','1','1','193','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(202,'COUNTY SPIRIT 750ML','',1.00,'2025-06-05 20:09:28','5.00','16','newstock','1','','',710.0000,'','1','6','internal','1','118','','',0.00,'','1000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(203,'CAPTAIN MORGAN RUM-750','109',-1.00,'2025-06-05 20:15:54','2.00','6','newstock','1','','',0.0000,'','1','1','1','1','109','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(204,'WHITECAP-BOTTLE','218',-2.00,'2025-06-05 20:16:23','22.00','6','newstock','1','','',0.0000,'','1','20','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(205,'CAPTAIN MORGAN-750','',5.00,'2025-06-05 20:21:34','0.00','16','newstock','1','','',945.0000,'','1','5','internal','1','111','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(206,'CAPTAIN MORGAN RUM-750','',-2.00,'2025-06-05 20:21:52','2.00','16','newstock','1','','',0.0000,'','1','0','internal','1','109','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(207,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-05 20:25:16','5.00','11','newstock','1','','',0.0000,'','1','4','1','1','111','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(208,'GILBEYS-350','',1.00,'2025-06-05 20:26:17','13.00','16','newstock','1','','',599.0000,'','1','14','internal','1','125','','',0.00,'','900','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(209,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-05 20:27:36','5.00','6','newstock','1','','',0.0000,'','1','4','1','1','111','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(210,'GORDONS 750ML','131',-1.00,'2025-06-05 20:35:03','2.00','11','newstock','1','','',0.0000,'','1','1','1','1','131','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(211,'PREDATOR','178',-2.00,'2025-06-05 20:36:27','37.00','5','newstock','1','','',0.0000,'','1','35','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(212,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-05 20:36:40','46.00','5','newstock','1','','',0.0000,'','1','45','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(213,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-05 20:38:08','9999.00','6','newstock','1','','',0.0000,'','1','9998','1','1','25','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(214,'UGALI','45',-1.00,'2025-06-05 20:38:17','9981.00','6','newstock','1','','',0.0000,'','1','9980','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(215,'GORDONS 750ML','131',-1.00,'2025-06-05 20:41:29','2.00','4','newstock','1','','',0.0000,'','1','1','1','1','131','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(216,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-05 20:41:46','45.00','4','newstock','1','','',0.0000,'','1','44','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(217,'HEINEKEN-BOTTLE','138',-1.00,'2025-06-05 20:47:16','1.00','6','newstock','1','','',0.0000,'','1','0','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(218,'COCKTAIL','244',-1.00,'2025-06-05 20:53:16','9997.00','6','newstock','1','','',0.0000,'','1','9996','1','1','244','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(219,'ROOM 2','251',-1.00,'2025-06-05 20:59:42','10003.00','4','newstock','1','','',0.0000,'','1','10002','1','1','251','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(220,'HEINEKEN-BOTTLE','',1.00,'2025-06-05 21:06:47','0.00','16','newstock','1','','',265.0000,'','1','1','internal','1','138','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(221,'SODA-BOTTLE','195',-1.00,'2025-06-05 21:12:56','76.00','4','newstock','1','','',0.0000,'','1','75','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(222,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-05 21:13:09','44.00','4','newstock','1','','',0.0000,'','1','43','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(223,'BLACK ICE CAN','',-24.00,'2025-06-05 21:20:10','48.00','16','newstock','1','','',180.0000,'','1','24','internal','1','99','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(224,'HUNTERS CHOICE-750','',-5.00,'2025-06-05 21:25:46','10.00','16','newstock','1','','',975.0000,'','1','5','internal','1','142','','',0.00,'','1400','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(225,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-05 21:35:40','9999.00','6','newstock','1','','',0.0000,'','1','9998','1','1','54','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(226,'UGALI','45',-1.00,'2025-06-05 21:35:47','9980.00','6','newstock','1','','',0.0000,'','1','9979','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(227,'CHIPS','47',-1.00,'2025-06-05 21:35:50','9998.00','6','newstock','1','','',0.0000,'','1','9997','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(228,'VAT 69-350','212',-1.00,'2025-06-05 21:36:14','4.00','6','newstock','1','','',0.0000,'','1','3','1','1','212','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(229,'SODA-BOTTLE','195',-1.00,'2025-06-05 21:36:56','75.00','6','newstock','1','','',0.0000,'','1','74','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(230,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-05 21:41:54','9997.00','5','newstock','1','','',0.0000,'','1','9996','1','1','23','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(231,'UGALI','45',-2.00,'2025-06-05 21:42:08','9979.00','5','newstock','1','','',0.0000,'','1','9977','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(232,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-05 21:53:01','9999.00','4','newstock','1','','',0.0000,'','1','9998','1','1','26','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(233,'UGALI','45',-1.00,'2025-06-05 21:53:21','9977.00','4','newstock','1','','',0.0000,'','1','9976','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(234,'CHIPS','47',-1.00,'2025-06-05 21:53:26','9997.00','4','newstock','1','','',0.0000,'','1','9996','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(235,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-05 21:53:48','9.00','4','newstock','1','','',0.0000,'','1','8','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(236,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-05 21:53:57','17.00','4','newstock','1','','',0.0000,'','1','16','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(237,'GUARANA CAN','134',-2.00,'2025-06-05 21:54:07','22.00','4','newstock','1','','',0.0000,'','1','20','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(238,'ROOM 2','',10000.00,'2025-06-05 21:59:18','0.00','16','newstock','1','','',500.0000,'','Main','10000','Internal','Main','250','','',0.00,'','1000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(239,'ROOMS','',10000.00,'2025-06-05 22:00:48','0.00','16','newstock','1','','',1500.0000,'','1','10000','internal','1','247','','',0.00,'','1500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(240,'SODA-BOTTLE','195',-1.00,'2025-06-05 22:02:21','74.00','6','newstock','1','','',0.0000,'','1','73','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(241,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-05 22:03:47','6.00','6','newstock','1','','',0.0000,'','1','5','1','1','118','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(242,'PREDATOR','178',-2.00,'2025-06-05 22:04:03','35.00','6','newstock','1','','',0.0000,'','1','33','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(243,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-05 22:11:16','43.00','6','newstock','1','','',0.0000,'','1','42','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(244,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-05 22:12:06','42.00','6','newstock','1','','',0.0000,'','1','41','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(245,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-05 22:20:24','9999.00','6','newstock','1','','',0.0000,'','1','9998','1','1','52','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(246,'UGALI','45',-1.00,'2025-06-05 22:20:31','9976.00','6','newstock','1','','',0.0000,'','1','9975','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(247,'GOAT CHOMA 1 KG ','81',-1.00,'2025-06-05 22:22:19','10000.00','5','newstock','1','','',0.0000,'','1','9999','1','1','81','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(248,'GOAT CHOMA 1/4','79',-1.00,'2025-06-05 22:22:31','10000.00','5','newstock','1','','',0.0000,'','1','9999','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(249,'UGALI','45',-3.00,'2025-06-05 22:22:59','9975.00','5','newstock','1','','',0.0000,'','1','9972','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(250,'BALOZI-BOTTLE','89',-1.00,'2025-06-05 22:24:30','445.00','5','newstock','1','','',0.0000,'','1','444','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(251,'BALOZI-BOTTLE','89',-2.00,'2025-06-05 22:25:29','444.00','5','newstock','1','','',0.0000,'','1','442','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(252,'DELMONTE','119',-2.00,'2025-06-05 22:26:50','11.00','5','newstock','1','','',0.0000,'','1','9','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(253,'TUSKER LITE CAN','207',-2.00,'2025-06-05 22:27:42','24.00','5','newstock','1','','',0.0000,'','1','22','1','1','207','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(254,'GUINESS-BOTTLE','136',-2.00,'2025-06-05 22:28:08','49.00','5','newstock','1','','',0.0000,'','1','47','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(255,'BALOZI-BOTTLE','89',-1.00,'2025-06-05 22:28:09','443.00','5','newstock','1','','',0.0000,'','1','442','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(256,'TEA','10',-1.00,'2025-06-05 22:29:12','9999.00','5','newstock','1','','',0.0000,'','1','9998','1','1','10','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(257,'ROOM 2','250',-1.00,'2025-06-05 22:30:21','10000.00','5','newstock','1','','',0.0000,'','1','9999','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(258,'ROOMS','247',-1.00,'2025-06-05 22:30:25','10000.00','5','newstock','1','','',0.0000,'','1','9999','1','1','247','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(259,'ROOM 2','250',-3.00,'2025-06-05 22:30:50','10000.00','5','newstock','1','','',0.0000,'','1','9997','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(260,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-05 22:32:48','18.00','6','newstock','1','','',0.0000,'','1','17','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(261,'BALOZI-BOTTLE','89',-1.00,'2025-06-05 22:34:06','442.00','6','newstock','1','','',0.0000,'','1','441','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(262,'BALOZI-BOTTLE','89',-2.00,'2025-06-05 22:34:44','441.00','6','newstock','1','','',0.0000,'','1','439','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(263,'MARAMOJA','162',-1.00,'2025-06-05 22:35:43','36.00','6','newstock','1','','',0.0000,'','1','35','1','1','162','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(264,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-05 22:36:00','9997.00','6','newstock','1','','',0.0000,'','1','9996','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(265,'PACKING TIN-LARGE','',-1.00,'2025-06-05 22:54:50','9.00','16','newstock','1','','',45.0000,'','1','8','internal','1','172','','',0.00,'','70','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(266,'CHIPS','47',-2.00,'2025-06-05 22:56:53','9996.00','6','newstock','1','','',0.0000,'','1','9994','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(267,'CHIPS','47',-2.00,'2025-06-05 22:57:52','9996.00','6','newstock','1','','',0.0000,'','1','9994','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(268,'SAUSAGE (PAIR)','3',-1.00,'2025-06-05 22:58:08','10000.00','6','newstock','1','','',0.0000,'','1','9999','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(269,'KACHUMBARI','35',-1.00,'2025-06-05 22:58:22','10000.00','6','newstock','1','','',0.0000,'','1','9999','1','1','35','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(270,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-05 23:04:49','9998.00','4','newstock','1','','',0.0000,'','1','9997','1','1','25','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(271,'UGALI','45',-1.00,'2025-06-05 23:04:58','9972.00','4','newstock','1','','',0.0000,'','1','9971','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(272,'ROOMS','247',-1.00,'2025-06-05 23:06:55','10000.00','6','newstock','1','','',0.0000,'','1','9999','1','1','247','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(273,'MARAMOJA','162',-1.00,'2025-06-05 23:11:31','35.00','6','newstock','1','','',0.0000,'','1','34','1','1','162','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(274,'EGGS(BOILED/FRIED)','1',-1.00,'2025-06-05 23:23:14','9999.00','6','newstock','1','','',0.0000,'','1','9998','1','1','1','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(275,'GUINESS-BOTTLE','136',-1.00,'2025-06-05 23:30:50','47.00','4','newstock','1','','',0.0000,'','1','46','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(276,'WHITECAP-BOTTLE','218',-1.00,'2025-06-05 23:31:00','20.00','4','newstock','1','','',0.0000,'','1','19','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(277,'CHIPS','47',-1.00,'2025-06-05 23:36:06','9994.00','6','newstock','1','','',0.0000,'','1','9993','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(278,'SMOKIES(PAIR)','15',-1.00,'2025-06-05 23:36:21','10000.00','6','newstock','1','','',0.0000,'','1','9999','1','1','15','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(279,'KINGFISHER BOTTLE','156',-2.00,'2025-06-05 23:36:47','8.00','6','newstock','1','','',0.0000,'','1','6','1','1','156','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(280,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-05 23:41:28','16.00','4','newstock','1','','',0.0000,'','1','14','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(281,'SPORT','196',-4.00,'2025-06-05 23:42:06','29.00','4','newstock','1','','',0.0000,'','1','25','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(282,'SODA-BOTTLE','195',-1.00,'2025-06-05 23:47:54','73.00','6','newstock','1','','',0.0000,'','1','72','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(283,'CHROME-VODKA 250','115',-1.00,'2025-06-05 23:48:20','51.00','6','newstock','1','','',0.0000,'','1','50','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(284,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-05 23:48:25','41.00','6','newstock','1','','',0.0000,'','1','40','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(285,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-05 23:52:08','5.00','6','newstock','1','','',0.0000,'','1','4','1','1','118','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(286,'PREDATOR','178',-2.00,'2025-06-05 23:52:18','33.00','6','newstock','1','','',0.0000,'','1','31','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(287,'PREDATOR','178',-1.00,'2025-06-05 23:57:55','31.00','5','newstock','1','','',0.0000,'','1','30','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(288,'CHROME-VODKA 750','116',-1.00,'2025-06-05 23:58:51','5.00','5','newstock','1','','',0.0000,'','1','4','1','1','116','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(289,'PREDATOR','178',-1.00,'2025-06-05 23:59:00','30.00','5','newstock','1','','',0.0000,'','1','29','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(290,'SODA-BOTTLE','195',-1.00,'2025-06-05 23:59:13','72.00','5','newstock','1','','',0.0000,'','1','71','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(291,'KENYA CANE 350','153',-1.00,'2025-06-06 00:06:41','6.00','5','newstock','1','','',0.0000,'','1','5','1','1','153','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(292,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-06 00:06:56','40.00','5','newstock','1','','',0.0000,'','1','39','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(293,'ROBERTSON-RED','184',-1.00,'2025-06-06 00:07:54','2.00','5','newstock','1','','',0.0000,'','1','1','1','1','184','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(294,'SMOKIES(PAIR)','15',-1.00,'2025-06-06 00:10:32','9999.00','5','newstock','1','','',0.0000,'','1','9998','1','1','15','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(295,'CHIPS','47',-1.00,'2025-06-06 00:10:59','9993.00','5','newstock','1','','',0.0000,'','1','9992','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(296,'SMOKIES(PAIR)','15',-1.00,'2025-06-06 00:11:58','9999.00','5','newstock','1','','',0.0000,'','1','9998','1','1','15','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(297,'GORDONS 350ML','130',-1.00,'2025-06-06 00:19:26','2.00','4','newstock','1','','',0.0000,'','1','1','1','1','130','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(298,'GORDONS 350ML','130',-1.00,'2025-06-06 00:19:48','2.00','4','newstock','1','','',0.0000,'','1','1','1','1','130','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(299,'SODA-BOTTLE','195',-1.00,'2025-06-06 00:20:08','71.00','4','newstock','1','','',0.0000,'','1','70','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(300,'SODA-BOTTLE','195',-1.00,'2025-06-06 00:20:18','70.00','4','newstock','1','','',0.0000,'','1','69','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(301,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-06 00:20:35','39.00','4','newstock','1','','',0.0000,'','1','38','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(302,'SODA-BOTTLE','195',-1.00,'2025-06-06 00:21:14','70.00','4','newstock','1','','',0.0000,'','1','69','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(303,'CHIPS','47',-1.00,'2025-06-06 00:25:20','9992.00','5','newstock','1','','',0.0000,'','1','9991','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(304,'SODA-BOTTLE','195',-1.00,'2025-06-06 00:28:42','69.00','6','newstock','1','','',0.0000,'','1','68','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(305,'DELMONTE','119',-1.00,'2025-06-06 00:28:46','9.00','6','newstock','1','','',0.0000,'','1','8','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(306,'SPORT','196',-2.00,'2025-06-06 00:36:54','25.00','4','newstock','1','','',0.0000,'','1','23','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(307,'MATCH BOX','163',-1.00,'2025-06-06 00:37:03','37.00','4','newstock','1','','',0.0000,'','1','36','1','1','163','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(308,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-06 00:46:01','10.00','6','newstock','1','','',0.0000,'','1','9','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(309,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-06 00:47:11','17.00','6','newstock','1','','',0.0000,'','1','15','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(310,'WHITECAP-BOTTLE','218',-4.00,'2025-06-06 00:47:42','19.00','4','newstock','1','','',0.0000,'','1','15','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(311,'TUSKER LITE-BOTTLE','208',2.00,'2025-06-06 00:59:29','15.00','11','newstock','1','','',0.0000,'','1','17','1','1','208','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(312,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-06 01:00:25','17.00','6','newstock','1','','',0.0000,'','1','16','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(313,'SPORT','196',-2.00,'2025-06-06 01:00:43','23.00','6','newstock','1','','',0.0000,'','1','21','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(314,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-06 01:18:06','16.00','6','newstock','1','','',0.0000,'','1','15','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(315,'PREDATOR','178',-1.00,'2025-06-06 01:21:44','29.00','6','newstock','1','','',0.0000,'','1','28','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(316,'CHIPS','47',-1.00,'2025-06-06 01:29:11','9991.00','4','newstock','1','','',0.0000,'','1','9990','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(317,'CHIPS','47',-1.00,'2025-06-06 01:56:41','9990.00','6','newstock','1','','',0.0000,'','1','9989','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(318,'CHROME-VODKA 250','115',-1.00,'2025-06-06 01:57:38','50.00','6','newstock','1','','',0.0000,'','1','49','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(319,'GUARANA CAN','134',-2.00,'2025-06-06 02:00:55','20.00','4','newstock','1','','',0.0000,'','1','18','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(320,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-06 02:01:33','14.00','4','newstock','1','','',0.0000,'','1','13','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(321,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-06 02:01:40','13.00','4','newstock','1','','',0.0000,'','1','12','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(322,'TUSKER CIDER-BOTTLE','205',-2.00,'2025-06-06 02:02:44','8.00','4','newstock','1','','',0.0000,'','1','6','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(323,'KINGFISHER BOTTLE','156',-1.00,'2025-06-06 02:04:56','6.00','4','newstock','1','','',0.0000,'','1','5','1','1','156','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(324,'TUSKER CIDER-BOTTLE','205',-2.00,'2025-06-06 02:15:51','6.00','4','newstock','1','','',0.0000,'','1','4','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(325,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-06 02:16:03','12.00','4','newstock','1','','',0.0000,'','1','10','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(326,'KINGFISHER BOTTLE','',5.00,'2025-06-06 02:17:03','6.00','11','newstock','1','','',200.0000,'','1','11','internal','1','156','','',0.00,'','260','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(327,'GILBEYS-750','126',-1.00,'2025-06-06 02:31:31','6.00','5','newstock','1','','',0.0000,'','1','5','1','1','126','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(328,'HUNTERS CHOICE 345','140',-1.00,'2025-06-06 02:31:43','2.00','5','newstock','1','','',0.0000,'','1','1','1','1','140','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(329,'HUNTERS CHOICE 345','140',-1.00,'2025-06-06 02:32:13','2.00','5','newstock','1','','',0.0000,'','1','1','1','1','140','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(330,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-06 02:32:31','38.00','5','newstock','1','','',0.0000,'','1','37','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(331,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-06 02:32:45','22.00','5','newstock','1','','',0.0000,'','1','21','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(332,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-06 02:32:56','21.00','5','newstock','1','','',0.0000,'','1','19','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(333,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-06 02:33:25','22.00','5','newstock','1','','',0.0000,'','1','20','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(334,'RICHOT-250','181',-1.00,'2025-06-06 02:35:09','5.00','5','newstock','1','','',0.0000,'','1','4','1','1','181','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(335,'SODA-BOTTLE','195',-1.00,'2025-06-06 02:35:19','68.00','5','newstock','1','','',0.0000,'','1','67','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(336,'WHITECAP-BOTTLE','218',-1.00,'2025-06-06 02:37:24','15.00','5','newstock','1','','',0.0000,'','1','14','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(337,'WHITECAP-BOTTLE','218',-2.00,'2025-06-06 02:37:31','14.00','5','newstock','1','','',0.0000,'','1','12','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(338,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-06 02:38:00','15.00','5','newstock','1','','',0.0000,'','1','14','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(339,'HEINEKEN-BOTTLE','138',-1.00,'2025-06-06 02:38:11','1.00','5','newstock','1','','',0.0000,'','1','0','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(340,'TUSKER-LAGER-BOTTLE','209',-4.00,'2025-06-06 02:38:54','10.00','5','newstock','1','','',0.0000,'','1','6','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(341,'TONIC WATER BOTTLE','240',-2.00,'2025-06-06 02:39:29','5.00','5','newstock','1','','',0.0000,'','1','3','1','1','240','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(342,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-06 02:39:50','37.00','5','newstock','1','','',0.0000,'','1','36','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(343,'SODA-BOTTLE','195',-1.00,'2025-06-06 02:40:01','67.00','5','newstock','1','','',0.0000,'','1','66','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(344,'WHITECAP CAN','217',-1.00,'2025-06-06 02:40:17','35.00','5','newstock','1','','',0.0000,'','1','34','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(345,'JAGERMEISTER 1LTR','236',-1.00,'2025-06-06 02:40:56','1.00','5','newstock','1','','',0.0000,'','1','0','1','1','236','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(346,'CHIVAS REGAL 12 YRS 750ML','226',-1.00,'2025-06-06 02:41:01','2.00','5','newstock','1','','',0.0000,'','1','1','1','1','226','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(347,'HENNESSEY VS 700ML','230',-1.00,'2025-06-06 02:41:23','2.00','5','newstock','1','','',0.0000,'','1','1','1','1','230','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(348,'JOHNNIE WALKER RED LABEL 1 LTR','262',-1.00,'2025-06-06 02:42:02','1.00','5','newstock','1','','',0.0000,'','1','0','1','1','262','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(349,'ROBERTSON-RED','184',-1.00,'2025-06-06 02:43:32','2.00','5','newstock','1','','',0.0000,'','1','1','1','1','184','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(350,'GLENFIDDISH 750ML','222',-1.00,'2025-06-06 02:43:43','1.00','5','newstock','1','','',0.0000,'','1','0','1','1','222','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(351,'GILBEYS-350','125',-1.00,'2025-06-06 02:44:06','14.00','5','newstock','1','','',0.0000,'','1','13','1','1','125','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(352,'PREDATOR','178',-1.00,'2025-06-06 02:44:37','28.00','5','newstock','1','','',0.0000,'','1','27','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(353,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-06 02:44:47','36.00','5','newstock','1','','',0.0000,'','1','35','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(354,'GILBEYS-250','124',-1.00,'2025-06-06 02:45:07','8.00','5','newstock','1','','',0.0000,'','1','7','1','1','124','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(355,'SNAPP CAN','192',-2.00,'2025-06-06 02:45:23','22.00','5','newstock','1','','',0.0000,'','1','20','1','1','192','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(356,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-06 02:46:35','35.00','5','newstock','1','','',0.0000,'','1','34','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(357,'GUARANA CAN','134',-2.00,'2025-06-06 02:50:04','18.00','4','newstock','1','','',0.0000,'','1','16','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(358,'PINEAPPLE PUNCH-CAN','176',-4.00,'2025-06-06 02:50:26','20.00','4','newstock','1','','',0.0000,'','1','16','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(359,'GUARANA CAN','134',-2.00,'2025-06-06 02:50:38','18.00','4','newstock','1','','',0.0000,'','1','16','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(360,'PACKING TIN-LARGE','172',-1.00,'2025-06-06 02:51:12','8.00','4','newstock','1','','',0.0000,'','1','7','1','1','172','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(361,'KINGFISHER BOTTLE','156',-1.00,'2025-06-06 02:52:07','11.00','4','newstock','1','','',0.0000,'','1','10','1','1','156','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(362,'KINGFISHER BOTTLE','156',-1.00,'2025-06-06 02:52:22','10.00','4','newstock','1','','',0.0000,'','1','9','1','1','156','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(363,'KINGFISHER BOTTLE','156',-1.00,'2025-06-06 02:52:50','9.00','4','newstock','1','','',0.0000,'','1','8','1','1','156','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(364,'KINGFISHER BOTTLE','156',-1.00,'2025-06-06 02:53:39','8.00','4','newstock','1','','',0.0000,'','1','7','1','1','156','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(365,'KINGFISHER BOTTLE','156',-1.00,'2025-06-06 02:53:59','7.00','4','newstock','1','','',0.0000,'','1','6','1','1','156','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(366,'KINGFISHER BOTTLE','156',-1.00,'2025-06-06 02:54:17','6.00','4','newstock','1','','',0.0000,'','1','5','1','1','156','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(367,'KINGFISHER BOTTLE','156',-1.00,'2025-06-06 02:54:31','5.00','4','newstock','1','','',0.0000,'','1','4','1','1','156','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(368,'KINGFISHER BOTTLE','156',-1.00,'2025-06-06 02:54:52','4.00','4','newstock','1','','',0.0000,'','1','3','1','1','156','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(369,'SPORT','196',-3.00,'2025-06-06 02:57:24','21.00','6','newstock','1','','',0.0000,'','1','18','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(370,'SPORT','196',-1.00,'2025-06-06 02:58:00','21.00','6','newstock','1','','',0.0000,'','1','20','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(371,'SPORT','196',-1.00,'2025-06-06 02:58:04','20.00','6','newstock','1','','',0.0000,'','1','19','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(372,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-06 02:59:08','6.00','6','newstock','1','','',0.0000,'','1','5','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(373,'TRUST','203',-2.00,'2025-06-06 02:59:42','6.00','6','newstock','1','','',0.0000,'','1','4','1','1','203','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(374,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-06 03:00:54','9996.00','6','newstock','1','','',0.0000,'','1','9995','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(375,'UGALI','45',-1.00,'2025-06-06 03:01:03','9971.00','6','newstock','1','','',0.0000,'','1','9970','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(376,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-06 03:11:18','5.00','4','newstock','1','','',0.0000,'','1','4','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(377,'GUARANA CAN','134',-1.00,'2025-06-06 03:11:34','16.00','4','newstock','1','','',0.0000,'','1','15','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(378,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-06 03:21:06','16.00','5','newstock','1','','',0.0000,'','1','15','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(379,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-06 03:21:12','15.00','5','newstock','1','','',0.0000,'','1','13','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(380,'UGALI','45',1.00,'2025-06-06 03:24:33','9970.00','17','newstock','1','','',0.0000,'','1','9971','1','1','45','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(381,'GOAT WET/DRY FRY 1/4','25',1.00,'2025-06-06 03:24:35','9997.00','17','newstock','1','','',0.0000,'','1','9998','1','1','25','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(382,'UGALI','45',1.00,'2025-06-06 03:24:46','9971.00','17','newstock','1','','',0.0000,'','1','9972','1','1','45','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(383,'SODA-BOTTLE','195',-1.00,'2025-06-06 03:26:15','66.00','5','newstock','1','','',0.0000,'','1','65','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(384,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-06 03:27:11','34.00','5','newstock','1','','',0.0000,'','1','33','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(385,'CAPTAIN MORGAN RUM-750','109',-1.00,'2025-06-06 03:28:31','2.00','6','newstock','1','','',0.0000,'','1','1','1','1','109','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(386,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-06 03:29:02','4.00','6','newstock','1','','',0.0000,'','1','3','1','1','111','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(387,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-06 03:29:11','5.00','6','newstock','1','','',0.0000,'','1','4','1','1','193','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(388,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-06 03:29:56','14.00','6','newstock','1','','',0.0000,'','1','12','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(389,'WHITECAP CAN','217',-2.00,'2025-06-06 03:30:05','34.00','6','newstock','1','','',0.0000,'','1','32','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(390,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-06 03:30:35','12.00','6','newstock','1','','',0.0000,'','1','10','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(391,'WHITECAP CAN','217',-2.00,'2025-06-06 03:31:00','32.00','6','newstock','1','','',0.0000,'','1','30','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(392,'PINEAPPLE PUNCH-CAN','176',2.00,'2025-06-06 03:31:58','10.00','17','newstock','1','','',0.0000,'','1','12','1','1','176','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(393,'VICEROY 375','214',-1.00,'2025-06-06 03:37:46','1.00','4','newstock','1','','',0.0000,'','1','0','1','1','214','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(394,'VICEROY-750','216',-1.00,'2025-06-06 03:37:56','4.00','4','newstock','1','','',0.0000,'','1','3','1','1','216','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(395,'SODA-BOTTLE','195',-1.00,'2025-06-06 03:38:08','65.00','4','newstock','1','','',0.0000,'','1','64','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(396,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-06 03:38:16','4.00','4','newstock','1','','',0.0000,'','1','3','1','1','193','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(397,'GUARANA CAN','134',-2.00,'2025-06-06 03:38:30','15.00','4','newstock','1','','',0.0000,'','1','13','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(398,'CHIPS','47',-1.00,'2025-06-06 03:38:48','9989.00','4','newstock','1','','',0.0000,'','1','9988','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(399,'SPORT','196',-1.00,'2025-06-06 03:39:49','19.00','4','newstock','1','','',0.0000,'','1','18','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(400,'EGGS(BOILED/FRIED)','1',-1.00,'2025-06-06 03:43:11','9998.00','6','newstock','1','','',0.0000,'','1','9997','1','1','1','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(401,'GORDONS 750ML','131',-1.00,'2025-06-06 03:56:12','1.00','4','newstock','1','','',0.0000,'','1','0','1','1','131','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(402,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-06 04:04:27','12.00','5','newstock','1','','',0.0000,'','1','11','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(403,'CHIPS','47',1.00,'2025-06-06 04:05:27','9988.00','17','newstock','1','','',0.0000,'','1','9989','1','1','47','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(404,'WHITECAP-BOTTLE','218',-1.00,'2025-06-06 12:13:09','13.00','3','newstock','1','','',0.0000,'','1','12','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(405,'SAFARI','187',-1.00,'2025-06-06 12:15:07','24.00','3','newstock','1','','',0.0000,'','1','23','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(406,'SAFARI','187',-1.00,'2025-06-06 12:15:14','23.00','3','newstock','1','','',0.0000,'','1','22','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(407,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-06 12:19:11','9996.00','3','newstock','1','','',0.0000,'','1','9995','1','1','23','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(408,'UGALI','45',-1.00,'2025-06-06 12:19:27','9972.00','3','newstock','1','','',0.0000,'','1','9971','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(409,'UGALI','45',-1.00,'2025-06-06 12:19:38','9971.00','3','newstock','1','','',0.0000,'','1','9970','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(410,'GREENS(KIENYEJI)','46',-1.00,'2025-06-06 12:20:56','9993.00','3','newstock','1','','',0.0000,'','1','9992','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(411,'UGALI','45',-1.00,'2025-06-06 12:21:05','9970.00','3','newstock','1','','',0.0000,'','1','9969','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(412,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-06 12:21:55','33.00','3','newstock','1','','',0.0000,'','1','32','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(413,'MELKAN/QUENCHER/SAFARI=1LTR','165',-4.00,'2025-06-06 12:24:19','32.00','3','newstock','1','','',0.0000,'','1','28','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(414,'SODA-BOTTLE','195',-1.00,'2025-06-06 12:25:25','64.00','3','newstock','1','','',0.0000,'','1','63','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(415,'SMOKIES(PAIR)','15',-1.00,'2025-06-06 12:32:48','9998.00','3','newstock','1','','',0.0000,'','1','9997','1','1','15','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(416,'CHIPS','47',-1.00,'2025-06-06 12:33:18','9989.00','3','newstock','1','','',0.0000,'','1','9988','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(417,'DAWA TEA','16',-1.00,'2025-06-06 12:50:58','10000.00','3','newstock','1','','',0.0000,'','1','9999','1','1','16','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(418,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-06 12:52:19','9998.00','3','newstock','1','','',0.0000,'','1','9997','1','1','54','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(419,'FOUR COUSINS-WHITE','123',-1.00,'2025-06-06 12:53:10','5.00','3','newstock','1','','',0.0000,'','1','4','1','1','123','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(420,'UGALI','45',-5.00,'2025-06-06 13:21:30','9969.00','3','newstock','1','','',0.0000,'','1','9964','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(421,'DAWA TEA','16',-1.00,'2025-06-06 13:22:41','9999.00','3','newstock','1','','',0.0000,'','1','9998','1','1','16','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(422,'TUSKER CIDER-BOTTLE','205',-2.00,'2025-06-06 13:23:17','4.00','3','newstock','1','','',0.0000,'','1','2','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(423,'KICHWA (GOAT)','36',-1.00,'2025-06-06 13:37:03','10000.00','3','newstock','1','','',0.0000,'','1','9999','1','1','36','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(424,'SAFARI','187',-3.00,'2025-06-06 14:22:45','22.00','3','newstock','1','','',0.0000,'','1','19','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(425,'SAUTTE POTATO','20',-10.00,'2025-06-06 15:15:32','10000.00','11','newstock','1','','',0.0000,'','1','9990','1','1','20','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(426,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-06 15:15:15','28.00','3','newstock','1','','',0.0000,'','1','27','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(427,'MANDAZI','18',-30.00,'2025-06-06 15:16:39','10000.00','11','newstock','1','','',0.0000,'','1','9970','1','1','18','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(428,'JOHNIE W BLACK-375','147',-1.00,'2025-06-06 15:17:24','1.00','3','newstock','1','','',0.0000,'','1','0','1','1','147','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(429,'SAUSAGE (PAIR)','3',-28.00,'2025-06-06 15:19:25','9999.00','11','newstock','1','','',0.0000,'','1','9971','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(430,'TEA','10',-55.00,'2025-06-06 15:24:03','9998.00','11','newstock','1','','',0.0000,'','1','9943','1','1','10','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(431,'UGALI','45',-55.00,'2025-06-06 15:24:38','9964.00','11','newstock','1','','',0.0000,'','1','9909','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(432,'PILSNER_LAGER_BOTTLE','174',-2.00,'2025-06-06 15:25:08','33.00','3','newstock','1','','',0.0000,'','1','31','1','1','174','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(433,'TUSKER LAGER-CAN','206',-1.00,'2025-06-06 15:25:34','8.00','3','newstock','1','','',0.0000,'','1','7','1','1','206','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(434,'PILSNER_LAGER_BOTTLE','174',-1.00,'2025-06-06 15:27:02','33.00','3','newstock','1','','',0.0000,'','1','32','1','1','174','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(435,'GUINESS-BOTTLE','136',-1.00,'2025-06-06 15:27:57','46.00','3','newstock','1','','',0.0000,'','1','45','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(436,'CHICKEN KIENYEJI 1/4','52',-3.00,'2025-06-06 15:29:11','9998.00','3','newstock','1','','',0.0000,'','1','9995','1','1','52','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(437,'UGALI','45',-2.00,'2025-06-06 15:29:28','9909.00','3','newstock','1','','',0.0000,'','1','9907','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(438,'TUSKER LAGER-CAN','206',-1.00,'2025-06-06 15:33:29','8.00','3','newstock','1','','',0.0000,'','1','7','1','1','206','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(439,'Half Breakfast 250','263',-1.00,'2025-06-06 15:33:33','10000.00','11','newstock','1','','',0.0000,'','1','9999','1','1','263','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(440,'BALOZI-BOTTLE','89',-1.00,'2025-06-06 15:33:35','440.00','3','newstock','1','','',0.0000,'','1','439','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(441,'Half Breakfast 250','263',-54.00,'2025-06-06 15:34:35','9999.00','11','newstock','1','','',0.0000,'','1','9945','1','1','263','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(442,'BALOZI-BOTTLE','89',-1.00,'2025-06-06 15:34:24','439.00','3','newstock','1','','',0.0000,'','1','438','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(443,'SODA-BOTTLE','195',-1.00,'2025-06-06 15:36:25','63.00','3','newstock','1','','',0.0000,'','1','62','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(444,'Half Breakfast 250','263',-55.00,'2025-06-06 15:37:38','10000.00','11','newstock','1','','',0.0000,'','1','9945','1','1','263','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(445,'Group Breakfast','',10000.00,'2025-06-06 15:41:06','0.00','16','newstock','1','','',150.0000,'','Main','10000','Internal','Main','267','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(446,'Group Breakfast','',10000.00,'2025-06-06 15:47:41','0.00','16','newstock','1','','',150.0000,'','1','10000','internal','1','267','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(447,'Group Breakfast','267',-55.00,'2025-06-06 15:48:11','10000.00','11','newstock','1','','',0.0000,'','1','9945','1','1','267','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(448,'Live goat','',10000.00,'2025-06-06 15:50:13','10000.00','16','newstock','1','','',0.0000,'','1','20000','internal','1','268','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(449,'GREENS(KIENYEJI)','46',-10.00,'2025-06-06 15:48:46','9992.00','11','newstock','1','','',0.0000,'','1','9982','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(450,'Service fee','264',-1.00,'2025-06-06 15:52:23','10000.00','11','newstock','1','','',0.0000,'','1','9999','1','1','264','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(451,'MELKAN/QUENCHER/SAFARI=1LTR','',60.00,'2025-06-06 15:54:45','0.00','16','newstock','1','','',33.3300,'','Main','60','Internal','Main','165','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(452,'MELKAN/QUENCHER/SAFARI=1LTR','',60.00,'2025-06-06 15:56:05','60.00','16','newstock','1','','',33.3300,'','Main','120','Internal','Main','165','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(453,'GUARANA CAN','134',-2.00,'2025-06-06 15:57:58','13.00','5','newstock','1','','',0.0000,'','1','11','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(454,'ROOMS','247',-1.00,'2025-06-06 15:59:01','9999.00','5','newstock','1','','',0.0000,'','1','9998','1','1','247','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(455,'Live goat','268',-2.00,'2025-06-06 15:58:48','20000.00','11','newstock','1','','',0.0000,'','1','19998','1','1','268','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(456,'CHIPS','47',-6.00,'2025-06-06 16:11:33','9988.00','3','newstock','1','','',0.0000,'','1','9982','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(457,'KACHUMBARI','35',-1.00,'2025-06-06 16:11:42','9999.00','3','newstock','1','','',0.0000,'','1','9998','1','1','35','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(458,'BALOZI-BOTTLE','89',-2.00,'2025-06-06 16:43:30','438.00','6','newstock','1','','',0.0000,'','1','436','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(459,'PEPSI SODA PLASTIC 500ML','238',-1.00,'2025-06-06 16:44:59','45.00','6','newstock','1','','',0.0000,'','1','44','1','1','238','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(460,'SODA-BOTTLE','195',-1.00,'2025-06-06 16:50:58','62.00','3','newstock','1','','',0.0000,'','1','61','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(461,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-06 16:51:34','4.00','3','newstock','1','','',0.0000,'','1','2','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(462,'GREENS(KIENYEJI)','46',-1.00,'2025-06-06 16:52:14','9982.00','3','newstock','1','','',0.0000,'','1','9981','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(463,'BALOZI-BOTTLE','89',-1.00,'2025-06-06 16:52:35','436.00','3','newstock','1','','',0.0000,'','1','435','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(464,'GUINESS-BOTTLE','136',-1.00,'2025-06-06 16:56:31','45.00','3','newstock','1','','',0.0000,'','1','44','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(465,'PILSNER_LAGER_BOTTLE','174',-1.00,'2025-06-06 16:57:53','32.00','3','newstock','1','','',0.0000,'','1','31','1','1','174','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(466,'PILSNER_LAGER_BOTTLE','174',-1.00,'2025-06-06 16:57:59','31.00','3','newstock','1','','',0.0000,'','1','30','1','1','174','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(467,'TUSKER CIDER -CAN','204',-1.00,'2025-06-06 17:19:45','10.00','6','newstock','1','','',0.0000,'','1','9','1','1','204','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(468,'WHITECAP-BOTTLE','218',-2.00,'2025-06-06 18:38:54','12.00','6','newstock','1','','',0.0000,'','1','10','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(469,'BEEF WET/DRY FRY 1/4','22',-3.00,'2025-06-06 18:39:36','9995.00','6','newstock','1','','',0.0000,'','1','9992','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(470,'UGALI','45',-2.00,'2025-06-06 18:39:57','9907.00','6','newstock','1','','',0.0000,'','1','9905','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(471,'SODA-BOTTLE','195',-2.00,'2025-06-06 18:40:31','61.00','6','newstock','1','','',0.0000,'','1','59','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(472,'WHITECAP-BOTTLE','218',-1.00,'2025-06-06 18:41:12','10.00','6','newstock','1','','',0.0000,'','1','9','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(473,'GUARANA CAN','134',-2.00,'2025-06-06 18:41:47','11.00','6','newstock','1','','',0.0000,'','1','9','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(474,'GUINESS-BOTTLE','136',-2.00,'2025-06-06 18:52:25','44.00','3','newstock','1','','',0.0000,'','1','42','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(475,'BALOZI-BOTTLE','89',-2.00,'2025-06-06 18:53:53','435.00','3','newstock','1','','',0.0000,'','1','433','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(476,'Service Fee','265',-1.00,'2025-06-06 19:03:26','10000.00','4','newstock','1','','',0.0000,'','1','9999','1','1','265','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(477,'Service fee','266',-1.00,'2025-06-06 19:03:57','10000.00','4','newstock','1','','',0.0000,'','1','9999','1','1','266','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(478,'UGALI','45',-1.00,'2025-06-06 19:04:17','9905.00','4','newstock','1','','',0.0000,'','1','9904','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(479,'SODA-BOTTLE','195',-1.00,'2025-06-06 19:04:44','59.00','4','newstock','1','','',0.0000,'','1','58','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(480,'CHROME-VODKA 250','115',-1.00,'2025-06-06 19:16:48','49.00','6','newstock','1','','',0.0000,'','1','48','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(481,'PREDATOR','178',-1.00,'2025-06-06 19:17:04','27.00','6','newstock','1','','',0.0000,'','1','26','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(482,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-06 19:18:10','27.00','6','newstock','1','','',0.0000,'','1','26','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(483,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-06 19:19:47','9997.00','6','newstock','1','','',0.0000,'','1','9996','1','1','54','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(484,'UGALI','45',-3.00,'2025-06-06 19:20:04','9904.00','6','newstock','1','','',0.0000,'','1','9901','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(485,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-06 19:38:22','2.00','5','newstock','1','','',0.0000,'','1','1','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(486,'GUINESS-BOTTLE','136',-1.00,'2025-06-06 19:38:28','42.00','5','newstock','1','','',0.0000,'','1','41','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(487,'SODA-BOTTLE','195',-1.00,'2025-06-06 19:39:32','58.00','5','newstock','1','','',0.0000,'','1','57','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(488,'BALOZI-BOTTLE','89',-1.00,'2025-06-06 19:39:34','433.00','5','newstock','1','','',0.0000,'','1','432','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(489,'DELMONTE','119',-1.00,'2025-06-06 19:40:40','8.00','5','newstock','1','','',0.0000,'','1','7','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(490,'GUINESS-BOTTLE','136',-1.00,'2025-06-06 19:40:50','41.00','5','newstock','1','','',0.0000,'','1','40','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(491,'CHIPS','47',-1.00,'2025-06-06 19:41:55','9982.00','5','newstock','1','','',0.0000,'','1','9981','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(492,'GUINESS-BOTTLE','136',-2.00,'2025-06-06 19:42:59','40.00','5','newstock','1','','',0.0000,'','1','38','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(493,'SODA-BOTTLE','195',-1.00,'2025-06-06 19:43:43','57.00','5','newstock','1','','',0.0000,'','1','56','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(494,'BEST WHISKY-750','94',-1.00,'2025-06-06 19:51:29','10.00','6','newstock','1','','',0.0000,'','1','9','1','1','94','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(495,'RICHOT-250','181',-1.00,'2025-06-06 19:51:49','4.00','6','newstock','1','','',0.0000,'','1','3','1','1','181','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(496,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-06 19:52:09','26.00','6','newstock','1','','',0.0000,'','1','25','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(497,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-06 19:52:36','3.00','6','newstock','1','','',0.0000,'','1','2','1','1','193','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(498,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-06 19:57:29','9996.00','8','newstock','1','','',0.0000,'','1','9995','1','1','54','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(499,'UGALI','45',-2.00,'2025-06-06 19:57:43','9901.00','8','newstock','1','','',0.0000,'','1','9899','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(500,'CHIPS','47',-1.00,'2025-06-06 19:57:55','9981.00','8','newstock','1','','',0.0000,'','1','9980','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(501,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-06 19:59:14','11.00','8','newstock','1','','',0.0000,'','1','9','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(502,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-06 20:00:00','4.00','8','newstock','1','','',0.0000,'','1','3','1','1','118','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(503,'UGALI','45',-1.00,'2025-06-06 20:06:56','9899.00','6','newstock','1','','',0.0000,'','1','9898','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(504,'MELKAN/QUENCHER/SAFARI=1LTR','165',-2.00,'2025-06-06 20:18:59','25.00','6','newstock','1','','',0.0000,'','1','23','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(505,'ROOM 2','250',-3.00,'2025-06-06 20:19:55','9997.00','6','newstock','1','','',0.0000,'','1','9994','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(506,'BEST WHISKY-250','',10.00,'2025-06-06 20:44:51','0.00','17','newstock','1','','',330.0000,'','1','10','internal','1','93','','',0.00,'','500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(507,'black& white','',5.00,'2025-06-06 20:47:53','0.00','17','newstock','1','','',605.0000,'','1','5','internal','1','271','','',0.00,'','900','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(508,'CAPON FULL','51',-1.00,'2025-06-06 20:54:10','10000.00','4','newstock','1','','',0.0000,'','1','9999','1','1','51','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(509,'ROOM 2','250',-1.00,'2025-06-06 21:04:09','9994.00','6','newstock','1','','',0.0000,'','1','9993','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(510,'WHITECAP-BOTTLE','218',-1.00,'2025-06-06 21:04:53','9.00','6','newstock','1','','',0.0000,'','1','8','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(511,'GUARANA CAN','134',-1.00,'2025-06-06 21:05:03','9.00','6','newstock','1','','',0.0000,'','1','8','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(512,'SODA-BOTTLE','195',-1.00,'2025-06-06 21:05:10','56.00','6','newstock','1','','',0.0000,'','1','55','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(513,'','1',10.00,'2025-06-06 21:10:36','1.00','16','newstock','1','171749232260','10',345.0000,'','1','11','supplier','1','110','','',0.00,'VATABLE','500','475.86','2974.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(514,'','1',10.00,'2025-06-06 21:11:29','0.00','16','newstock','1','171749232260','10',217.0000,'','1','10','supplier','1','113','','',0.00,'VATABLE','300','299.31','1870.69','16.00','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(515,'','1',5.00,'2025-06-06 21:12:04','0.00','16','newstock','1','171749232260','10',585.0000,'','1','5','supplier','1','114','','',0.00,'VATABLE','850','403.45','2521.55','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(516,'','1',5.00,'2025-06-06 21:12:29','3.00','16','newstock','1','171749232260','10',710.0000,'','1','8','supplier','1','118','','',0.00,'VATABLE','1000','489.66','3060.34','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(517,'','1',5.00,'2025-06-06 21:14:27','0.00','16','newstock','1','171749232260','10',955.0000,'','1','5','supplier','1','122','','',0.00,'VATABLE','1300','658.62','4116.38','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(518,'','1',2.00,'2025-06-06 21:15:26','0.00','16','newstock','1','171749232260','10',1860.0000,'','1','2','supplier','1','133','','',0.00,'VATABLE','2700','513.10','3206.90','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(519,'','1',24.00,'2025-06-06 21:15:50','8.00','16','newstock','1','171749232260','10',180.0000,'','1','32','supplier','1','134','','',0.00,'VATABLE','300','595.86','3724.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(520,'','1',2.00,'2025-06-06 21:16:40','0.00','16','newstock','1','171749232260','10',2020.0000,'','1','2','supplier','1','131','','',0.00,'VATABLE','2500','557.24','3482.76','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(521,'','1',7.00,'2025-06-06 21:17:34','3.00','16','newstock','1','171749232260','10',945.0000,'','1','10','supplier','1','111','','',0.00,'VATABLE','1300','912.41','5702.59','16.00','','received',0,'0000-00-00 00:00:00','pcs','7',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(522,'','1',60.00,'2025-06-06 21:18:05','26.00','16','newstock','1','171749232260','10',54.1700,'','1','86','supplier','1','178','','',0.00,'VATABLE','100','448.30','2801.90','16.00','','received',0,'0000-00-00 00:00:00','pcs','60',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(523,'','1',5.00,'2025-06-06 21:18:32','0.00','16','newstock','1','171749232260','10',1297.0000,'','1','5','supplier','1','183','','',0.00,'VATABLE','1800','894.48','5590.52','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(524,'PREDATOR','178',-2.00,'2025-06-06 21:18:57','86.00','8','newstock','1','','',0.0000,'','1','84','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(525,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-06 21:19:51','9.00','8','newstock','1','','',0.0000,'','1','7','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(526,'','1',2.00,'2025-06-06 21:19:53','1.00','16','newstock','1','171749232260','10',1092.0000,'','1','3','supplier','1','184','','',0.00,'VATABLE','1700','301.24','1882.76','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(527,'','1',24.00,'2025-06-06 21:21:43','0.00','16','newstock','1','171749232260','10',251.0000,'','1','24','supplier','1','188','','',0.00,'VATABLE','300','830.90','5193.10','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(528,'','1',10.00,'2025-06-06 21:22:37','0.00','16','newstock','1','171749232260','10',200.0000,'','1','10','supplier','1','201','','',0.00,'VATABLE','300','275.86','1724.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(529,'','1',24.00,'2025-06-06 21:26:34','4.00','16','newstock','1','171749232260','10',70.0000,'','1','28','supplier','1','203','','',0.00,'VATABLE','100','231.72','1448.28','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(530,'','1',50.00,'2025-06-06 21:27:02','1.00','16','newstock','1','171749232260','10',175.0000,'','1','51','supplier','1','209','','',0.00,'VATABLE','250','1206.90','7543.10','16.00','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(531,'','1',25.00,'2025-06-06 21:27:22','2.00','16','newstock','1','171749232260','10',225.0000,'','1','27','supplier','1','205','','',0.00,'VATABLE','300','775.86','4849.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(532,'','1',25.00,'2025-06-06 21:27:39','14.00','16','newstock','1','171749232260','10',195.0000,'','1','39','supplier','1','208','','',0.00,'VATABLE','260','672.41','4202.59','16.00','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(533,'','1',50.00,'2025-06-06 21:28:10','8.00','16','newstock','1','171749232260','10',200.0000,'','1','58','supplier','1','218','','',0.00,'VATABLE','260','1379.31','8620.69','16.00','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(534,'','1',24.00,'2025-06-06 21:29:03','7.00','16','newstock','1','171749232260','10',180.0000,'','1','31','supplier','1','176','','',0.00,'VATABLE','300','595.86','3724.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(535,'','1',5.00,'2025-06-06 21:29:23','0.00','16','newstock','1','171749232260','10',680.0000,'','1','5','supplier','1','214','','',0.00,'VATABLE','900','468.97','2931.03','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(536,'','1',2.00,'2025-06-06 21:29:44','3.00','16','newstock','1','171749232260','10',860.0000,'','1','5','supplier','1','212','','',0.00,'VATABLE','1000','237.24','1482.76','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(537,'','1',5.00,'2025-06-06 21:31:21','3.00','16','newstock','1','171749232260','10',335.0000,'','1','8','supplier','1','141','','',0.00,'VATABLE','500','231.03','1443.97','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(538,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-06 21:32:02','9992.00','8','newstock','1','','',0.0000,'','1','9991','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(539,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-06 21:32:24','9998.00','8','newstock','1','','',0.0000,'','1','9997','1','1','25','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(540,'','1',5.00,'2025-06-06 21:32:27','1.00','16','newstock','1','171749232260','10',480.0000,'','1','6','supplier','1','140','','',0.00,'VATABLE','700','331.03','2068.97','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(541,'UGALI','45',-1.00,'2025-06-06 21:32:30','9898.00','8','newstock','1','','',0.0000,'','1','9897','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(542,'','1',1.00,'2025-06-06 21:32:45','0.00','16','newstock','1','171749232260','10',640.0000,'','1','1','supplier','1','170','','',0.00,'VATABLE','1000','88.28','551.72','16.00','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(543,'','1',24.00,'2025-06-06 21:32:59','0.00','16','newstock','1','171749232260','10',265.0000,'','1','24','supplier','1','138','','',0.00,'VATABLE','300','877.24','5482.76','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(544,'TRIPPLE ACE-250','201',-1.00,'2025-06-06 21:33:25','10.00','8','newstock','1','','',0.0000,'','1','9','1','1','201','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(545,'','1',1.00,'2025-06-06 21:33:32','0.00','16','newstock','1','171749232260','10',3880.0000,'','1','1','supplier','1','234','','',0.00,'VATABLE','5000','535.17','3344.83','16.00','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(546,'TRIPPLE ACE-250','201',-1.00,'2025-06-06 21:34:06','9.00','4','newstock','1','','',0.0000,'','1','8','1','1','201','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(547,'','1',2.00,'2025-06-06 21:34:08','1.00','16','newstock','1','171749232260','10',891.0000,'','1','3','supplier','1','149','','',0.00,'VATABLE','1300','245.79','1536.21','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(548,'','1',2.00,'2025-06-06 21:34:41','0.00','16','newstock','1','171749232260','10',3120.0000,'','1','2','supplier','1','148','','',0.00,'VATABLE','4000','860.69','5379.31','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(549,'','1',2.00,'2025-06-06 21:35:05','1.00','16','newstock','1','171749232260','10',1734.0000,'','1','3','supplier','1','150','','',0.00,'VATABLE','2500','478.34','2989.66','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(550,'GUINESS-BOTTLE','136',-2.00,'2025-06-06 21:35:06','38.00','4','newstock','1','','',0.0000,'','1','36','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(551,'','1',2.00,'2025-06-06 21:35:30','0.00','16','newstock','1','171749232260','10',4764.0000,'','1','2','supplier','1','232','','',0.00,'VATABLE','6000','1314.21','8213.79','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(552,'','1',25.00,'2025-06-06 21:37:07','0.00','16','newstock','1','171749232260','10',165.0000,'','1','25','supplier','1','100','','',0.00,'VATABLE','250','568.97','3556.03','16.00','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(553,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-06 21:59:47','9992.00','6','newstock','1','','',0.0000,'','1','9991','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(554,'UGALI','45',-1.00,'2025-06-06 21:59:54','9897.00','6','newstock','1','','',0.0000,'','1','9896','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(555,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-06 22:10:02','9991.00','6','newstock','1','','',0.0000,'','1','9990','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(556,'UGALI','45',-1.00,'2025-06-06 22:10:10','9896.00','6','newstock','1','','',0.0000,'','1','9895','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(557,'BEST WHISKY-750','94',-1.00,'2025-06-06 22:11:11','9.00','6','newstock','1','','',0.0000,'','1','8','1','1','94','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(558,'GUARANA CAN','134',-1.00,'2025-06-06 22:11:44','32.00','6','newstock','1','','',0.0000,'','1','31','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(559,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-06 22:11:51','31.00','6','newstock','1','','',0.0000,'','1','29','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(560,'BALOZI-BOTTLE','89',-1.00,'2025-06-06 22:12:27','432.00','6','newstock','1','','',0.0000,'','1','431','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(561,'TUSKER CIDER-BOTTLE','205',-2.00,'2025-06-06 22:12:50','27.00','6','newstock','1','','',0.0000,'','1','25','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(562,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-06 22:15:43','9.00','5','newstock','1','','',0.0000,'','1','8','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(563,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-06 22:16:10','8.00','5','newstock','1','','',0.0000,'','1','7','1','1','118','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(564,'SPORT','196',-4.00,'2025-06-06 22:28:11','18.00','6','newstock','1','','',0.0000,'','1','14','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(565,'DELMONTE','119',-1.00,'2025-06-06 22:56:37','7.00','6','newstock','1','','',0.0000,'','1','6','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(566,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-06 22:56:42','23.00','6','newstock','1','','',0.0000,'','1','22','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(567,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-06 23:13:12','9990.00','6','newstock','1','','',0.0000,'','1','9989','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(568,'UGALI','45',-1.00,'2025-06-06 23:13:17','9895.00','6','newstock','1','','',0.0000,'','1','9894','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(569,'CAPON CHOMA 1 KG','78',-1.00,'2025-06-06 23:30:16','10000.00','4','newstock','1','','',0.0000,'','1','9999','1','1','78','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(570,'GOAT CHOMA 1/2','80',-1.00,'2025-06-06 23:30:41','10000.00','4','newstock','1','','',0.0000,'','1','9999','1','1','80','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(571,'UGALI','45',-1.00,'2025-06-06 23:30:59','9894.00','4','newstock','1','','',0.0000,'','1','9893','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(572,'SPECIAL TEA','14',-1.00,'2025-06-06 23:50:15','10000.00','14','newstock','1','','',0.0000,'','1','9999','1','1','14','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(573,'TEA','10',-2.00,'2025-06-06 23:52:17','9998.00','4','newstock','1','','',0.0000,'','1','9996','1','1','10','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(574,'GUARANA CAN','134',-2.00,'2025-06-06 23:53:13','31.00','4','newstock','1','','',0.0000,'','1','29','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(575,'SPORT','196',-2.00,'2025-06-07 00:01:26','14.00','14','newstock','1','','',0.0000,'','1','12','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(576,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-07 00:06:40','22.00','6','newstock','1','','',0.0000,'','1','21','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(577,'BEEF WET/DRY FRY 1/4','22',-3.00,'2025-06-07 00:14:40','9989.00','6','newstock','1','','',0.0000,'','1','9986','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(578,'UGALI','45',-1.00,'2025-06-07 00:14:48','9893.00','6','newstock','1','','',0.0000,'','1','9892','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(579,'TUSKER CIDER-BOTTLE','205',-2.00,'2025-06-07 00:15:05','25.00','6','newstock','1','','',0.0000,'','1','23','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(580,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-07 00:15:06','21.00','6','newstock','1','','',0.0000,'','1','20','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(581,'TUSKER CIDER-BOTTLE','205',-2.00,'2025-06-07 00:17:30','23.00','6','newstock','1','','',0.0000,'','1','21','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(582,'GUARANA CAN','134',-2.00,'2025-06-07 00:17:39','29.00','6','newstock','1','','',0.0000,'','1','27','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(583,'BEST WHISKY-750','94',-1.00,'2025-06-07 00:17:58','8.00','6','newstock','1','','',0.0000,'','1','7','1','1','94','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(584,'GUARANA CAN','134',-1.00,'2025-06-07 00:29:28','27.00','6','newstock','1','','',0.0000,'','1','26','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(585,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-07 00:29:38','21.00','6','newstock','1','','',0.0000,'','1','20','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(586,'GUINESS-BOTTLE','136',-1.00,'2025-06-07 00:31:57','36.00','14','newstock','1','','',0.0000,'','1','35','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(587,'UGALI','45',-1.00,'2025-06-07 00:32:22','9892.00','14','newstock','1','','',0.0000,'','1','9891','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(588,'GOAT CHOMA 1/4','79',-1.00,'2025-06-07 00:33:35','9999.00','14','newstock','1','','',0.0000,'','1','9998','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(589,'GOAT CHOMA 1/4','79',-1.00,'2025-06-07 00:33:54','9998.00','14','newstock','1','','',0.0000,'','1','9997','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(590,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-07 00:34:29','20.00','14','newstock','1','','',0.0000,'','1','19','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(591,'SODA-BOTTLE','195',-1.00,'2025-06-07 00:34:47','55.00','14','newstock','1','','',0.0000,'','1','54','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(592,'UGALI','45',-1.00,'2025-06-07 00:35:16','9891.00','14','newstock','1','','',0.0000,'','1','9890','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(593,'GUINESS-BOTTLE','136',-1.00,'2025-06-07 00:35:48','35.00','14','newstock','1','','',0.0000,'','1','34','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(594,'BALOZI-BOTTLE','89',-1.00,'2025-06-07 00:35:49','431.00','14','newstock','1','','',0.0000,'','1','430','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(595,'GUINESS-BOTTLE','136',-1.00,'2025-06-07 00:37:08','34.00','14','newstock','1','','',0.0000,'','1','33','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(596,'SPORT','196',-1.00,'2025-06-07 00:37:36','12.00','14','newstock','1','','',0.0000,'','1','11','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(597,'SPORT','196',-1.00,'2025-06-07 00:37:42','11.00','14','newstock','1','','',0.0000,'','1','10','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(598,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-07 00:37:53','19.00','14','newstock','1','','',0.0000,'','1','18','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(599,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-07 00:38:00','9.00','14','newstock','1','','',0.0000,'','1','8','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(600,'TRIPPLE ACE-750','202',-1.00,'2025-06-07 00:38:24','5.00','14','newstock','1','','',0.0000,'','1','4','1','1','202','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(601,'BALOZI-BOTTLE','89',-1.00,'2025-06-07 00:39:04','430.00','14','newstock','1','','',0.0000,'','1','429','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(602,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-07 00:39:49','51.00','14','newstock','1','','',0.0000,'','1','50','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(603,'SPORT','196',-2.00,'2025-06-07 00:40:13','10.00','14','newstock','1','','',0.0000,'','1','8','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(604,'GUINESS-BOTTLE','136',-1.00,'2025-06-07 00:40:51','33.00','14','newstock','1','','',0.0000,'','1','32','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(605,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-07 00:41:11','39.00','14','newstock','1','','',0.0000,'','1','38','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(606,'GUINESS-BOTTLE','136',-1.00,'2025-06-07 00:41:34','32.00','14','newstock','1','','',0.0000,'','1','31','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(607,'WHITECAP-BOTTLE','218',-2.00,'2025-06-07 00:47:19','58.00','8','newstock','1','','',0.0000,'','1','56','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(608,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-07 00:48:31','8.00','8','newstock','1','','',0.0000,'','1','7','1','1','118','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(609,'BLACK ICE-BOTTLE','100',-2.00,'2025-06-07 00:48:51','25.00','8','newstock','1','','',0.0000,'','1','23','1','1','100','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(610,'PREDATOR','178',-1.00,'2025-06-07 00:49:16','84.00','8','newstock','1','','',0.0000,'','1','83','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(611,'JOHNIE W RED-750','150',-1.00,'2025-06-07 00:50:58','3.00','8','newstock','1','','',0.0000,'','1','2','1','1','150','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(612,'SODA-BOTTLE','195',-2.00,'2025-06-07 00:51:13','54.00','8','newstock','1','','',0.0000,'','1','52','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(613,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-07 00:52:18','29.00','8','newstock','1','','',0.0000,'','1','28','1','1','164','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(614,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-07 00:54:19','7.00','8','newstock','1','','',0.0000,'','1','6','1','1','118','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(615,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-07 00:58:31','8.00','8','newstock','1','','',0.0000,'','1','7','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(616,'WHITECAP-BOTTLE','218',-3.00,'2025-06-07 01:01:28','56.00','8','newstock','1','','',0.0000,'','1','53','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(617,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-07 01:04:30','38.00','8','newstock','1','','',0.0000,'','1','36','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(618,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-07 01:05:58','6.00','8','newstock','1','','',0.0000,'','1','5','1','1','118','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(619,'EGGS(BOILED/FRIED)','1',-1.00,'2025-06-07 01:07:47','9997.00','8','newstock','1','','',0.0000,'','1','9996','1','1','1','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(620,'SAFARI','187',-2.00,'2025-06-07 01:14:41','19.00','6','newstock','1','','',0.0000,'','1','17','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(621,'CHIPS','47',-1.00,'2025-06-07 01:18:41','9980.00','6','newstock','1','','',0.0000,'','1','9979','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(622,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-07 01:18:54','18.00','6','newstock','1','','',0.0000,'','1','17','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(623,'GUINESS-BOTTLE','136',-1.00,'2025-06-07 01:55:28','31.00','8','newstock','1','','',0.0000,'','1','30','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(624,'GUINESS-BOTTLE','136',-1.00,'2025-06-07 01:56:33','30.00','8','newstock','1','','',0.0000,'','1','29','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(625,'BALOZI-BOTTLE','89',-1.00,'2025-06-07 01:57:33','429.00','8','newstock','1','','',0.0000,'','1','428','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(626,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-07 01:58:45','50.00','8','newstock','1','','',0.0000,'','1','48','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(627,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-07 01:59:04','48.00','8','newstock','1','','',0.0000,'','1','47','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(628,'TUSKER CIDER-BOTTLE','205',2.00,'2025-06-07 01:59:55','20.00','11','newstock','1','','',0.0000,'','1','22','1','1','205','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(629,'VICEROY-750','216',-1.00,'2025-06-07 02:02:39','3.00','8','newstock','1','','',0.0000,'','1','2','1','1','216','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(630,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-07 02:03:07','17.00','8','newstock','1','','',0.0000,'','1','16','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(631,'VICEROY 375','214',-1.00,'2025-06-07 02:03:43','5.00','8','newstock','1','','',0.0000,'','1','4','1','1','214','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(632,'TUSKER CIDER-BOTTLE','205',-2.00,'2025-06-07 02:04:59','22.00','6','newstock','1','','',0.0000,'','1','20','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(633,'BALOZI-BOTTLE','89',-1.00,'2025-06-07 02:05:01','428.00','6','newstock','1','','',0.0000,'','1','427','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(634,'TUSKER CIDER-BOTTLE','205',-2.00,'2025-06-07 02:07:22','20.00','6','newstock','1','','',0.0000,'','1','18','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(635,'SAFARI','187',-4.00,'2025-06-07 02:07:57','17.00','6','newstock','1','','',0.0000,'','1','13','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(636,'GILBEYS-750','126',-1.00,'2025-06-07 02:14:04','6.00','8','newstock','1','','',0.0000,'','1','5','1','1','126','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(637,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-07 02:14:20','2.00','8','newstock','1','','',0.0000,'','1','1','1','1','193','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(638,'COUNTY SPIRIT 250ML','117',-2.00,'2025-06-07 02:15:23','7.00','8','newstock','1','','',0.0000,'','1','5','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(639,'BEST WHISKY-250','93',-1.00,'2025-06-07 02:16:34','10.00','8','newstock','1','','',0.0000,'','1','9','1','1','93','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(640,'LEMONADE','160',-2.00,'2025-06-07 02:17:00','71.00','8','newstock','1','','',0.0000,'','1','69','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(641,'PREDATOR','178',-1.00,'2025-06-07 02:17:04','83.00','8','newstock','1','','',0.0000,'','1','82','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(642,'BEST WHISKY-750','94',-1.00,'2025-06-07 02:17:50','7.00','8','newstock','1','','',0.0000,'','1','6','1','1','94','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(643,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-07 02:18:02','16.00','8','newstock','1','','',0.0000,'','1','15','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(644,'CHROME-VODKA 750','116',-1.00,'2025-06-07 02:20:05','4.00','4','newstock','1','','',0.0000,'','1','3','1','1','116','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(645,'LEMONADE','160',-1.00,'2025-06-07 02:20:16','69.00','4','newstock','1','','',0.0000,'','1','68','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(646,'WHITECAP-BOTTLE','218',-3.00,'2025-06-07 02:21:29','53.00','4','newstock','1','','',0.0000,'','1','50','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(647,'GUINESS-BOTTLE','136',-4.00,'2025-06-07 02:23:28','29.00','4','newstock','1','','',0.0000,'','1','25','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(648,'SODA-BOTTLE','195',-1.00,'2025-06-07 02:23:40','52.00','4','newstock','1','','',0.0000,'','1','51','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(649,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-07 02:25:31','15.00','4','newstock','1','','',0.0000,'','1','14','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(650,'WHITECAP-BOTTLE','218',-4.00,'2025-06-07 02:27:31','50.00','4','newstock','1','','',0.0000,'','1','46','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(651,'TUSKER CIDER-BOTTLE','205',-2.00,'2025-06-07 02:27:43','18.00','4','newstock','1','','',0.0000,'','1','16','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(652,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-07 02:27:55','47.00','4','newstock','1','','',0.0000,'','1','45','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(653,'UGALI','45',-1.00,'2025-06-07 02:28:09','9890.00','4','newstock','1','','',0.0000,'','1','9889','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(654,'CAPON CHOMA 1 KG','78',-1.00,'2025-06-07 02:28:38','10000.00','4','newstock','1','','',0.0000,'','1','9999','1','1','78','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(655,'CAPON FULL','51',-1.00,'2025-06-07 02:30:08','10000.00','4','newstock','1','','',0.0000,'','1','9999','1','1','51','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(656,'CAPON CHOMA 1 KG','78',-1.00,'2025-06-07 02:34:32','10000.00','4','newstock','1','','',0.0000,'','1','9999','1','1','78','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(657,'black& white','271',-1.00,'2025-06-07 02:36:54','5.00','5','newstock','1','','',0.0000,'','1','4','1','1','271','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(658,'black& white','271',-1.00,'2025-06-07 02:36:59','4.00','5','newstock','1','','',0.0000,'','1','3','1','1','271','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(659,'VICEROY 375','214',-1.00,'2025-06-07 02:37:14','4.00','5','newstock','1','','',0.0000,'','1','3','1','1','214','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(660,'VAT 69-350','212',-1.00,'2025-06-07 02:36:58','5.00','14','newstock','1','','',0.0000,'','1','4','1','1','212','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(661,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-07 02:37:21','16.00','14','newstock','1','','',0.0000,'','1','15','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(662,'HENNESSEY VS 700ML','230',-1.00,'2025-06-07 02:38:14','2.00','5','newstock','1','','',0.0000,'','1','1','1','1','230','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(663,'VICEROY 375','214',-1.00,'2025-06-07 02:38:29','3.00','5','newstock','1','','',0.0000,'','1','2','1','1','214','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(664,'LEMONADE','160',-1.00,'2025-06-07 02:38:40','68.00','5','newstock','1','','',0.0000,'','1','67','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(665,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-07 02:39:05','14.00','5','newstock','1','','',0.0000,'','1','13','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(666,'COCKTAIL','244',-1.00,'2025-06-07 02:39:07','9996.00','14','newstock','1','','',0.0000,'','1','9995','1','1','244','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(667,'COCKTAIL','244',-1.00,'2025-06-07 02:39:26','9995.00','14','newstock','1','','',0.0000,'','1','9994','1','1','244','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(668,'DELMONTE','119',-1.00,'2025-06-07 02:39:27','6.00','14','newstock','1','','',0.0000,'','1','5','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(669,'VICEROY-250','215',-1.00,'2025-06-07 02:40:06','4.00','5','newstock','1','','',0.0000,'','1','3','1','1','215','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(670,'SODA-BOTTLE','195',-1.00,'2025-06-07 02:40:17','51.00','5','newstock','1','','',0.0000,'','1','50','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(671,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-07 02:39:57','13.00','14','newstock','1','','',0.0000,'','1','12','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(672,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-07 02:41:08','5.00','14','newstock','1','','',0.0000,'','1','4','1','1','118','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(673,'HEINEKEN-BOTTLE','138',-4.00,'2025-06-07 02:41:30','24.00','5','newstock','1','','',0.0000,'','1','20','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(674,'VICEROY 375','214',-1.00,'2025-06-07 02:41:49','3.00','5','newstock','1','','',0.0000,'','1','2','1','1','214','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(675,'CAPON CHOMA 1 KG','78',-1.00,'2025-06-07 02:43:06','10000.00','4','newstock','1','','',0.0000,'','1','9999','1','1','78','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(676,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-07 02:42:33','12.00','14','newstock','1','','',0.0000,'','1','11','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(677,'BALOZI-BOTTLE','89',-5.00,'2025-06-07 02:45:49','427.00','4','newstock','1','','',0.0000,'','1','422','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(678,'WHITECAP-BOTTLE','218',-2.00,'2025-06-07 02:46:14','46.00','4','newstock','1','','',0.0000,'','1','44','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(679,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-07 02:45:36','10.00','14','newstock','1','','',0.0000,'','1','9','1','1','111','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(680,'SPORT','196',-2.00,'2025-06-07 02:47:10','8.00','4','newstock','1','','',0.0000,'','1','6','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(681,'SODA PLASTIC BOTTLE 500ML','',10.00,'2025-06-07 02:47:28','0.00','14','newstock','1','','',70.0000,'','1','10','internal','1','194','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(682,'SODA PLASTIC BOTTLE 500ML','194',-1.00,'2025-06-07 02:47:41','10.00','14','newstock','1','','',0.0000,'','1','9','1','1','194','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(683,'CHROME-VODKA 750','116',-1.00,'2025-06-07 02:49:19','3.00','4','newstock','1','','',0.0000,'','1','2','1','1','116','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(684,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-07 02:50:37','45.00','4','newstock','1','','',0.0000,'','1','44','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(685,'BALOZI-BOTTLE','89',-1.00,'2025-06-07 02:50:48','422.00','4','newstock','1','','',0.0000,'','1','421','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(686,'GUINESS-BOTTLE','136',-1.00,'2025-06-07 02:51:43','25.00','4','newstock','1','','',0.0000,'','1','24','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(687,'SODA-BOTTLE','195',-1.00,'2025-06-07 02:51:49','50.00','4','newstock','1','','',0.0000,'','1','49','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(688,'PILSNER_LAGER_BOTTLE','174',-3.00,'2025-06-07 02:53:28','30.00','4','newstock','1','','',0.0000,'','1','27','1','1','174','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(689,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-07 02:53:42','15.00','4','newstock','1','','',0.0000,'','1','14','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(690,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-07 02:53:57','11.00','4','newstock','1','','',0.0000,'','1','10','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(691,'HUNTERS CHOICE 345','140',-1.00,'2025-06-07 02:54:23','6.00','4','newstock','1','','',0.0000,'','1','5','1','1','140','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(692,'CHIPS','47',-1.00,'2025-06-07 02:55:29','9979.00','4','newstock','1','','',0.0000,'','1','9978','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(693,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-07 02:55:57','5.00','4','newstock','1','','',0.0000,'','1','4','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(694,'BALOZI-BOTTLE','89',-1.00,'2025-06-07 02:56:30','421.00','4','newstock','1','','',0.0000,'','1','420','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(695,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-07 02:56:49','10.00','4','newstock','1','','',0.0000,'','1','9','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(696,'PILSNER_LAGER_BOTTLE','174',-1.00,'2025-06-07 02:57:59','27.00','4','newstock','1','','',0.0000,'','1','26','1','1','174','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(697,'PREDATOR','178',-1.00,'2025-06-07 03:11:15','82.00','5','newstock','1','','',0.0000,'','1','81','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(698,'TUSKER CIDER -CAN','204',-1.00,'2025-06-07 03:12:03','9.00','5','newstock','1','','',0.0000,'','1','8','1','1','204','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(699,'LEMONADE','160',-1.00,'2025-06-07 03:12:15','67.00','5','newstock','1','','',0.0000,'','1','66','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(700,'SODA-BOTTLE','195',-1.00,'2025-06-07 03:12:21','49.00','5','newstock','1','','',0.0000,'','1','48','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(701,'BLACK ICE CAN','99',-4.00,'2025-06-07 03:12:44','24.00','5','newstock','1','','',0.0000,'','1','20','1','1','99','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(702,'SODA-BOTTLE','195',-1.00,'2025-06-07 03:13:36','48.00','5','newstock','1','','',0.0000,'','1','47','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(703,'SPORT','196',-2.00,'2025-06-07 03:14:20','6.00','5','newstock','1','','',0.0000,'','1','4','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(704,'PREDATOR','178',-1.00,'2025-06-07 03:15:05','81.00','5','newstock','1','','',0.0000,'','1','80','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(705,'VICEROY-250','215',-1.00,'2025-06-07 03:16:48','3.00','5','newstock','1','','',0.0000,'','1','2','1','1','215','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(706,'LEMONADE','160',-1.00,'2025-06-07 03:16:58','66.00','5','newstock','1','','',0.0000,'','1','65','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(707,'GUINESS-BOTTLE','136',-1.00,'2025-06-07 03:18:07','24.00','5','newstock','1','','',0.0000,'','1','23','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(708,'SODA-BOTTLE','195',-1.00,'2025-06-07 03:18:14','47.00','5','newstock','1','','',0.0000,'','1','46','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(709,'BALOZI-BOTTLE','89',-2.00,'2025-06-07 03:19:10','420.00','5','newstock','1','','',0.0000,'','1','418','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(710,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-07 03:19:22','44.00','5','newstock','1','','',0.0000,'','1','43','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(711,'GUINESS-BOTTLE','136',-3.00,'2025-06-07 03:20:18','23.00','5','newstock','1','','',0.0000,'','1','20','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(712,'GUARANA CAN','134',-3.00,'2025-06-07 03:20:35','26.00','5','newstock','1','','',0.0000,'','1','23','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(713,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-07 03:21:04','9.00','5','newstock','1','','',0.0000,'','1','8','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(714,'CHROME-VODKA 250','115',-1.00,'2025-06-07 03:21:20','48.00','5','newstock','1','','',0.0000,'','1','47','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(715,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-07 03:21:30','43.00','5','newstock','1','','',0.0000,'','1','42','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(716,'PILSNER_LAGER_BOTTLE','174',-1.00,'2025-06-07 03:23:16','26.00','5','newstock','1','','',0.0000,'','1','25','1','1','174','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(717,'VICEROY 375','214',-1.00,'2025-06-07 03:24:39','2.00','5','newstock','1','','',0.0000,'','1','1','1','1','214','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(718,'SODA-BOTTLE','195',-2.00,'2025-06-07 03:24:51','46.00','5','newstock','1','','',0.0000,'','1','44','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(719,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-07 03:25:00','8.00','5','newstock','1','','',0.0000,'','1','7','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(720,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-07 03:28:43','4.00','4','newstock','1','','',0.0000,'','1','3','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(721,'PREDATOR','178',-1.00,'2025-06-07 03:28:57','80.00','4','newstock','1','','',0.0000,'','1','79','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(722,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-07 03:27:21','42.00','14','newstock','1','','',0.0000,'','1','41','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(723,'TUSKER CIDER -CAN','204',-1.00,'2025-06-07 03:31:40','8.00','4','newstock','1','','',0.0000,'','1','7','1','1','204','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(724,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-07 03:32:35','7.00','4','newstock','1','','',0.0000,'','1','6','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(725,'PILSNER_LAGER_BOTTLE','174',-1.00,'2025-06-07 03:33:45','25.00','4','newstock','1','','',0.0000,'','1','24','1','1','174','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(726,'WHITECAP-BOTTLE','218',-1.00,'2025-06-07 03:33:56','44.00','4','newstock','1','','',0.0000,'','1','43','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(727,'HUNTERS CHOICE-250','141',-1.00,'2025-06-07 03:34:18','8.00','4','newstock','1','','',0.0000,'','1','7','1','1','141','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(728,'GOAT WET/DRY FRY 1/4','25',-2.00,'2025-06-07 03:40:34','9997.00','6','newstock','1','','',0.0000,'','1','9995','1','1','25','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(729,'UGALI','45',-2.00,'2025-06-07 03:40:53','9889.00','6','newstock','1','','',0.0000,'','1','9887','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(730,'BEEF WET/DRY FRY 1/4','22',-3.00,'2025-06-07 03:41:30','9986.00','6','newstock','1','','',0.0000,'','1','9983','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(731,'UGALI','45',-3.00,'2025-06-07 03:41:46','9887.00','6','newstock','1','','',0.0000,'','1','9884','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(732,'BEST WHISKY-750','94',-1.00,'2025-06-07 03:41:55','6.00','6','newstock','1','','',0.0000,'','1','5','1','1','94','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(733,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-07 03:42:12','6.00','6','newstock','1','','',0.0000,'','1','5','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(734,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-07 03:42:57','5.00','14','newstock','1','','',0.0000,'','1','4','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(735,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-07 03:43:08','9983.00','6','newstock','1','','',0.0000,'','1','9982','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(736,'UGALI','45',-1.00,'2025-06-07 03:43:14','9884.00','6','newstock','1','','',0.0000,'','1','9883','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(737,'GUINESS-BOTTLE','136',-1.00,'2025-06-07 03:42:59','20.00','14','newstock','1','','',0.0000,'','1','19','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(738,'LEMONADE','160',-1.00,'2025-06-07 03:49:50','65.00','4','newstock','1','','',0.0000,'','1','64','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(739,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-07 03:50:03','4.00','4','newstock','1','','',0.0000,'','1','3','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(740,'GOAT CHOMA 1/2','80',-1.00,'2025-06-07 03:51:05','9999.00','5','newstock','1','','',0.0000,'','1','9998','1','1','80','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(741,'UGALI','45',-1.00,'2025-06-07 03:51:27','9883.00','5','newstock','1','','',0.0000,'','1','9882','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(742,'GOAT CHOMA 1/4','79',-1.00,'2025-06-07 03:51:58','9997.00','5','newstock','1','','',0.0000,'','1','9996','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(743,'PILSNER_LAGER_BOTTLE','174',-2.00,'2025-06-07 03:53:24','24.00','4','newstock','1','','',0.0000,'','1','22','1','1','174','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(744,'CHROME-VODKA 750','116',-1.00,'2025-06-07 03:54:18','2.00','4','newstock','1','','',0.0000,'','1','1','1','1','116','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(745,'CHROME-VODKA 750','116',-1.00,'2025-06-07 03:54:41','1.00','4','newstock','1','','',0.0000,'','1','0','1','1','116','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(746,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-07 03:58:28','36.00','5','newstock','1','','',0.0000,'','1','34','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(747,'WHITECAP-BOTTLE','218',-1.00,'2025-06-07 03:58:34','43.00','5','newstock','1','','',0.0000,'','1','42','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(748,'WHITECAP-BOTTLE','218',-4.00,'2025-06-07 04:02:41','42.00','5','newstock','1','','',0.0000,'','1','38','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(749,'TUSKER-LAGER-BOTTLE','209',-3.00,'2025-06-07 04:04:52','41.00','8','newstock','1','','',0.0000,'','1','38','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(750,'WHITECAP-BOTTLE','218',-1.00,'2025-06-07 04:05:00','38.00','8','newstock','1','','',0.0000,'','1','37','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(751,'MELKAN/QUENCHER/SAFARI=1LTR','165',-2.00,'2025-06-07 04:06:06','3.00','8','newstock','1','','',0.0000,'','1','1','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(752,'4TH STREET-750-RED','82',-1.00,'2025-06-07 04:06:36','3.00','8','newstock','1','','',0.0000,'','1','2','1','1','82','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(753,'PREDATOR','178',-2.00,'2025-06-07 04:06:51','79.00','8','newstock','1','','',0.0000,'','1','77','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(754,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-07 04:10:42','9982.00','6','newstock','1','','',0.0000,'','1','9981','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(755,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-07 04:11:31','9981.00','6','newstock','1','','',0.0000,'','1','9980','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(756,'UGALI','45',-1.00,'2025-06-07 04:11:36','9882.00','6','newstock','1','','',0.0000,'','1','9881','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(757,'WHITECAP CAN','217',-1.00,'2025-06-07 04:24:38','30.00','4','newstock','1','','',0.0000,'','1','29','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(758,'TRUST','203',-1.00,'2025-06-07 04:41:57','28.00','6','newstock','1','','',0.0000,'','1','27','1','1','203','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(759,'WHITECAP-BOTTLE','218',-1.00,'2025-06-07 04:42:34','37.00','6','newstock','1','','',0.0000,'','1','36','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(760,'BALOZI-BOTTLE','89',-1.00,'2025-06-07 04:42:47','418.00','6','newstock','1','','',0.0000,'','1','417','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(761,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-07 04:44:07','38.00','6','newstock','1','','',0.0000,'','1','37','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(762,'BEST WHISKY-250','93',-1.00,'2025-06-07 04:45:24','9.00','5','newstock','1','','',0.0000,'','1','8','1','1','93','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(763,'SODA-BOTTLE','195',-1.00,'2025-06-07 04:45:33','44.00','5','newstock','1','','',0.0000,'','1','43','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(764,'GUINESS-BOTTLE','136',-1.00,'2025-06-07 04:47:39','19.00','8','newstock','1','','',0.0000,'','1','18','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(765,'GUINESS-BOTTLE','136',-2.00,'2025-06-07 04:47:55','19.00','8','newstock','1','','',0.0000,'','1','17','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(766,'WHITECAP-BOTTLE','218',-2.00,'2025-06-07 04:48:04','36.00','8','newstock','1','','',0.0000,'','1','34','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(767,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-07 04:48:15','37.00','8','newstock','1','','',0.0000,'','1','36','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(768,'GUINESS-BOTTLE','136',-1.00,'2025-06-07 04:48:20','17.00','8','newstock','1','','',0.0000,'','1','16','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(769,'PREDATOR','178',-1.00,'2025-06-07 04:48:29','77.00','8','newstock','1','','',0.0000,'','1','76','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(770,'COUNTY SPIRIT 250ML','117',-2.00,'2025-06-07 04:48:49','3.00','8','newstock','1','','',0.0000,'','1','1','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(771,'PREDATOR','178',-1.00,'2025-06-07 04:49:07','76.00','8','newstock','1','','',0.0000,'','1','75','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(772,'UGALI','45',-1.00,'2025-06-07 04:49:22','9881.00','8','newstock','1','','',0.0000,'','1','9880','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(773,'GOAT CHOMA 1/4','79',-1.00,'2025-06-07 04:49:38','9996.00','8','newstock','1','','',0.0000,'','1','9995','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(774,'BLACK ICE-BOTTLE','100',-1.00,'2025-06-07 04:50:04','23.00','8','newstock','1','','',0.0000,'','1','22','1','1','100','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(775,'BLACK ICE-BOTTLE','100',-3.00,'2025-06-07 04:50:18','22.00','8','newstock','1','','',0.0000,'','1','19','1','1','100','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(776,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-07 04:50:29','36.00','8','newstock','1','','',0.0000,'','1','35','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(777,'HUNTERS CHOICE-250','141',-1.00,'2025-06-07 04:53:20','7.00','8','newstock','1','','',0.0000,'','1','6','1','1','141','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(778,'PREDATOR','178',-1.00,'2025-06-07 04:53:30','75.00','8','newstock','1','','',0.0000,'','1','74','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(779,'WHITECAP-BOTTLE','218',-1.00,'2025-06-07 04:53:41','34.00','8','newstock','1','','',0.0000,'','1','33','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(780,'PREDATOR','178',-2.00,'2025-06-07 04:59:07','74.00','8','newstock','1','','',0.0000,'','1','72','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(781,'PLAIN SOUP','31',-1.00,'2025-06-07 05:52:42','10000.00','5','newstock','1','','',0.0000,'','1','9999','1','1','31','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(782,'VICEROY-750','216',-1.00,'2025-06-07 05:53:47','3.00','5','newstock','1','','',0.0000,'','1','2','1','1','216','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(783,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-07 05:53:59','1.00','5','newstock','1','','',0.0000,'','1','0','1','1','193','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(784,'BLACK COFFEE','11',-2.00,'2025-06-07 05:55:32','10000.00','5','newstock','1','','',0.0000,'','1','9998','1','1','11','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(785,'CAPON CHOMA 1 KG','78',-3.00,'2025-06-07 06:10:14','9999.00','8','newstock','1','','',0.0000,'','1','9996','1','1','78','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(786,'CAPON CHOMA 1/2','77',-1.00,'2025-06-07 06:10:22','10000.00','8','newstock','1','','',0.0000,'','1','9999','1','1','77','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(787,'GOAT CHOMA 1 KG ','81',-1.00,'2025-06-07 06:10:41','9999.00','8','newstock','1','','',0.0000,'','1','9998','1','1','81','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(788,'GOAT CHOMA 1/2','80',-1.00,'2025-06-07 06:11:06','9998.00','8','newstock','1','','',0.0000,'','1','9997','1','1','80','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(789,'GOAT CHOMA 1/4','79',-1.00,'2025-06-07 06:11:11','9995.00','8','newstock','1','','',0.0000,'','1','9994','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(790,'CHIPS','47',-6.00,'2025-06-07 06:11:36','9978.00','8','newstock','1','','',0.0000,'','1','9972','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(791,'SMOKIES(PAIR)','15',-1.00,'2025-06-07 06:12:23','9997.00','8','newstock','1','','',0.0000,'','1','9996','1','1','15','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(792,'SMOKIES(PAIR)','15',-2.00,'2025-06-07 06:12:39','9996.00','8','newstock','1','','',0.0000,'','1','9994','1','1','15','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(793,'SMOKIES(PAIR)','15',-1.00,'2025-06-07 06:12:48','9994.00','8','newstock','1','','',0.0000,'','1','9993','1','1','15','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(794,'SAUSAGE (PAIR)','3',-3.00,'2025-06-07 06:14:07','9999.00','8','newstock','1','','',0.0000,'','1','9996','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(795,'SMOKIES(PAIR)','15',-3.00,'2025-06-07 06:14:55','9997.00','8','newstock','1','','',0.0000,'','1','9994','1','1','15','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(796,'CHIPS','47',-2.00,'2025-06-07 06:15:25','9972.00','8','newstock','1','','',0.0000,'','1','9970','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(797,'SAUSAGE (PAIR)','3',-4.00,'2025-06-07 06:15:43','9996.00','8','newstock','1','','',0.0000,'','1','9992','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(798,'TEA','10',-2.00,'2025-06-07 06:15:53','9996.00','8','newstock','1','','',0.0000,'','1','9994','1','1','10','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(799,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-07 06:17:00','1.00','8','newstock','1','','',0.0000,'','1','0','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(800,'TRIPPLE ACE-750','202',-1.00,'2025-06-07 06:17:20','4.00','8','newstock','1','','',0.0000,'','1','3','1','1','202','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(801,'MELKAN/QUENCHER/SAFARI=1LTR','165',-1.00,'2025-06-07 06:18:05','1.00','8','newstock','1','','',0.0000,'','1','0','1','1','165','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(802,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-07 06:18:15','35.00','8','newstock','1','','',0.0000,'','1','34','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(803,'BEST WHISKY-250','93',-1.00,'2025-06-07 06:19:30','8.00','8','newstock','1','','',0.0000,'','1','7','1','1','93','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(804,'BALOZI-BOTTLE','89',-1.00,'2025-06-07 06:23:14','417.00','8','newstock','1','','',0.0000,'','1','416','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(805,'VICEROY 375','214',-1.00,'2025-06-07 06:25:48','1.00','9','newstock','1','','',0.0000,'','1','0','1','1','214','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(806,'VICEROY-250','215',-1.00,'2025-06-07 06:26:16','2.00','9','newstock','1','','',0.0000,'','1','1','1','1','215','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(807,'PREDATOR','178',-1.00,'2025-06-07 06:26:38','72.00','9','newstock','1','','',0.0000,'','1','71','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(808,'SAFARI','187',-1.00,'2025-06-07 06:27:31','13.00','9','newstock','1','','',0.0000,'','1','12','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(809,'ROSTER','186',-1.00,'2025-06-07 06:28:44','15.00','9','newstock','1','','',0.0000,'','1','14','1','1','186','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(810,'SAFARI','187',-4.00,'2025-06-07 06:29:03','12.00','9','newstock','1','','',0.0000,'','1','8','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(811,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-07 06:42:11','29.00','9','newstock','1','','',0.0000,'','1','28','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(812,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-07 06:43:29','34.00','9','newstock','1','','',0.0000,'','1','33','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(813,'GUINESS-BOTTLE','136',-1.00,'2025-06-07 06:43:37','16.00','9','newstock','1','','',0.0000,'','1','15','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(814,'WHITECAP-BOTTLE','218',-1.00,'2025-06-07 06:45:02','33.00','9','newstock','1','','',0.0000,'','1','32','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(815,'WHITECAP-BOTTLE','218',-1.00,'2025-06-07 06:45:26','32.00','9','newstock','1','','',0.0000,'','1','31','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(816,'WHITECAP-BOTTLE','218',-1.00,'2025-06-07 06:45:30','31.00','9','newstock','1','','',0.0000,'','1','30','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(817,'WHITECAP-BOTTLE','218',-1.00,'2025-06-07 06:45:33','30.00','9','newstock','1','','',0.0000,'','1','29','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(818,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-07 06:46:43','33.00','9','newstock','1','','',0.0000,'','1','32','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(819,'GUINESS-BOTTLE','136',-1.00,'2025-06-07 06:46:49','15.00','9','newstock','1','','',0.0000,'','1','14','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(820,'PREDATOR','178',-1.00,'2025-06-07 06:47:32','71.00','4','newstock','1','','',0.0000,'','1','70','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(821,'PREDATOR','178',-1.00,'2025-06-07 06:47:36','70.00','4','newstock','1','','',0.0000,'','1','69','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(822,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-07 06:48:23','32.00','9','newstock','1','','',0.0000,'','1','31','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(823,'GOAT CHOMA 1/4','79',-1.00,'2025-06-07 06:49:41','9994.00','9','newstock','1','','',0.0000,'','1','9993','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(824,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-07 06:50:55','4.00','9','newstock','1','','',0.0000,'','1','3','1','1','118','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(825,'SODA-BOTTLE','195',-1.00,'2025-06-07 06:51:08','43.00','9','newstock','1','','',0.0000,'','1','42','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(826,'DELMONTE','119',-1.00,'2025-06-07 06:52:43','5.00','9','newstock','1','','',0.0000,'','1','4','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(827,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-07 06:53:02','28.00','9','newstock','1','','',0.0000,'','1','27','1','1','164','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(828,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-07 06:53:10','27.00','9','newstock','1','','',0.0000,'','1','26','1','1','164','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(829,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-07 06:54:11','9.00','9','newstock','1','','',0.0000,'','1','8','1','1','111','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(830,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-07 06:54:21','26.00','9','newstock','1','','',0.0000,'','1','25','1','1','164','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(831,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-07 06:54:24','25.00','9','newstock','1','','',0.0000,'','1','24','1','1','164','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(832,'VAT 69-750','213',-1.00,'2025-06-07 06:55:26','6.00','9','newstock','1','','',0.0000,'','1','5','1','1','213','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(833,'VAT 69-350','212',-1.00,'2025-06-07 06:55:47','4.00','9','newstock','1','','',0.0000,'','1','3','1','1','212','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(834,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-07 06:56:57','9980.00','9','newstock','1','','',0.0000,'','1','9979','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(835,'UGALI','45',-1.00,'2025-06-07 06:57:32','9880.00','9','newstock','1','','',0.0000,'','1','9879','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(836,'UGALI','45',-1.00,'2025-06-07 07:04:09','9879.00','9','newstock','1','','',0.0000,'','1','9878','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(837,'GOAT CHOMA 1/4','79',-1.00,'2025-06-07 07:04:24','9993.00','9','newstock','1','','',0.0000,'','1','9992','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(838,'UGALI','45',-1.00,'2025-06-07 07:05:23','9878.00','9','newstock','1','','',0.0000,'','1','9877','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(839,'GOAT CHOMA 1/4','79',-1.00,'2025-06-07 07:05:31','9992.00','9','newstock','1','','',0.0000,'','1','9991','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(840,'UGALI','45',-1.00,'2025-06-07 07:06:42','9877.00','9','newstock','1','','',0.0000,'','1','9876','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(841,'GOAT CHOMA 1/4','79',-1.00,'2025-06-07 07:06:51','9991.00','9','newstock','1','','',0.0000,'','1','9990','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(842,'GOAT CHOMA 1/4','79',-1.00,'2025-06-07 07:07:50','9990.00','9','newstock','1','','',0.0000,'','1','9989','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(843,'WHITECAP-BOTTLE','218',-2.00,'2025-06-07 10:08:25','29.00','3','newstock','1','','',0.0000,'','1','27','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(844,'PREDATOR','178',-1.00,'2025-06-07 10:09:20','69.00','3','newstock','1','','',0.0000,'','1','68','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(845,'BEST WHISKY-250','93',-1.00,'2025-06-07 10:47:36','7.00','3','newstock','1','','',0.0000,'','1','6','1','1','93','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(846,'TRIPPLE ACE-250','201',-1.00,'2025-06-07 10:47:49','8.00','3','newstock','1','','',0.0000,'','1','7','1','1','201','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(847,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-07 12:15:52','14.00','3','newstock','1','','',0.0000,'','1','13','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(848,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-07 13:04:00','13.00','3','newstock','1','','',0.0000,'','1','12','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(849,'TRIPPLE ACE-250','201',-2.00,'2025-06-07 13:05:53','7.00','3','newstock','1','','',0.0000,'','1','5','1','1','201','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(850,'melkan 1.5 litres','',83.00,'2025-06-07 13:32:47','0.00','14','newstock','1','','',33.3000,'','1','83','internal','1','272','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(851,'melkan 1.5 litres','272',-1.00,'2025-06-07 13:33:16','83.00','3','newstock','1','','',0.0000,'','1','82','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(852,'melkan 1.5 litres','272',-1.00,'2025-06-07 13:33:31','82.00','3','newstock','1','','',0.0000,'','1','81','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(853,'melkan 1.5 litres','272',-16.00,'2025-06-07 13:35:51','81.00','3','newstock','1','','',0.0000,'','1','65','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(854,'J.B 350ML','143',-1.00,'2025-06-07 13:52:30','1.00','3','newstock','1','','',0.0000,'','1','0','1','1','143','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(855,'CHROME-VODKA 250','115',-1.00,'2025-06-07 13:53:04','47.00','3','newstock','1','','',0.0000,'','1','46','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(856,'DELMONTE','119',-1.00,'2025-06-07 13:53:30','4.00','3','newstock','1','','',0.0000,'','1','3','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(857,'TRIPPLE ACE-250','201',-1.00,'2025-06-07 14:23:31','5.00','3','newstock','1','','',0.0000,'','1','4','1','1','201','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(858,'DELMONTE','119',-1.00,'2025-06-07 14:25:27','3.00','3','newstock','1','','',0.0000,'','1','2','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(859,'CHROME-VODKA 250','115',-1.00,'2025-06-07 14:25:50','46.00','3','newstock','1','','',0.0000,'','1','45','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(860,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-07 14:27:19','9995.00','3','newstock','1','','',0.0000,'','1','9994','1','1','25','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(861,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-07 14:27:30','9994.00','3','newstock','1','','',0.0000,'','1','9993','1','1','25','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(862,'UGALI','45',-2.00,'2025-06-07 14:28:00','9876.00','3','newstock','1','','',0.0000,'','1','9874','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(863,'SAFARI','187',-1.00,'2025-06-07 14:28:33','8.00','3','newstock','1','','',0.0000,'','1','7','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(864,'melkan 1.5 litres','272',-1.00,'2025-06-07 14:29:30','65.00','3','newstock','1','','',0.0000,'','1','64','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(865,'BALOZI-BOTTLE','89',-3.00,'2025-06-07 14:33:09','416.00','3','newstock','1','','',0.0000,'','1','413','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(866,'BALOZI-BOTTLE','89',3.00,'2025-06-07 14:47:12','413.00','14','newstock','1','','',0.0000,'','1','416','1','1','89','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(867,'BALOZI-BOTTLE','89',-2.00,'2025-06-07 14:47:39','416.00','3','newstock','1','','',0.0000,'','1','414','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(868,'WHITECAP-BOTTLE','218',-2.00,'2025-06-07 14:48:49','27.00','3','newstock','1','','',0.0000,'','1','25','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(869,'GILBEYS-250','124',-1.00,'2025-06-07 16:56:59','7.00','14','newstock','1','','',0.0000,'','1','6','1','1','124','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(870,'SODA-BOTTLE','195',-1.00,'2025-06-07 16:57:35','42.00','14','newstock','1','','',0.0000,'','1','41','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(871,'CHIPS','47',-1.00,'2025-06-07 16:57:59','9970.00','14','newstock','1','','',0.0000,'','1','9969','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(872,'SAVANNAH CIDER','188',-1.00,'2025-06-07 16:58:18','24.00','14','newstock','1','','',0.0000,'','1','23','1','1','188','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(873,'SAUSAGE (PAIR)','3',-1.00,'2025-06-07 16:58:35','9992.00','14','newstock','1','','',0.0000,'','1','9991','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(874,'SPORT','',100.00,'2025-06-07 18:13:05','4.00','14','newstock','1','','',14.0000,'','1','104','internal','1','196','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(875,'SAFARI','',100.00,'2025-06-07 18:14:30','7.00','14','newstock','1','','',8.0000,'','1','107','internal','1','187','','',0.00,'','15','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(876,'melkan 1.5 litres','272',-1.00,'2025-06-07 18:14:37','64.00','3','newstock','1','','',0.0000,'','1','63','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(877,'DUNHILL','',100.00,'2025-06-07 18:15:17','0.00','14','newstock','1','','',17.0000,'','1','100','internal','1','120','','',0.00,'','25','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(878,'VICEROY-250','215',-1.00,'2025-06-07 18:27:41','1.00','3','newstock','1','','',0.0000,'','1','0','1','1','215','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(879,'LEMONADE','160',-1.00,'2025-06-07 18:28:43','64.00','3','newstock','1','','',0.0000,'','1','63','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(880,'melkan 1.5 litres','272',-1.00,'2025-06-07 18:31:01','63.00','3','newstock','1','','',0.0000,'','1','62','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(881,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-07 18:36:59','31.00','4','newstock','1','','',0.0000,'','1','29','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(882,'UGALI','45',-2.00,'2025-06-07 18:39:40','9874.00','5','newstock','1','','',0.0000,'','1','9872','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(883,'CHIPS','47',-1.00,'2025-06-07 18:39:55','9969.00','5','newstock','1','','',0.0000,'','1','9968','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(884,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-07 18:40:34','9995.00','5','newstock','1','','',0.0000,'','1','9994','1','1','54','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(885,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-07 18:41:46','9994.00','5','newstock','1','','',0.0000,'','1','9993','1','1','54','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(886,'CHIPS','47',-1.00,'2025-06-07 18:42:19','9968.00','5','newstock','1','','',0.0000,'','1','9967','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(887,'UGALI','45',-3.00,'2025-06-07 18:42:48','9872.00','5','newstock','1','','',0.0000,'','1','9869','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(888,'SODA-BOTTLE','195',-1.00,'2025-06-07 18:45:06','41.00','3','newstock','1','','',0.0000,'','1','40','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(889,'SODA-BOTTLE','195',-2.00,'2025-06-07 19:09:04','40.00','4','newstock','1','','',0.0000,'','1','38','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(890,'BALOZI-BOTTLE','89',-2.00,'2025-06-07 19:48:49','414.00','6','newstock','1','','',0.0000,'','1','412','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(891,'DUNHILL','120',-4.00,'2025-06-07 19:49:11','100.00','6','newstock','1','','',0.0000,'','1','96','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(892,'SODA-BOTTLE','195',-2.00,'2025-06-07 19:49:42','38.00','6','newstock','1','','',0.0000,'','1','36','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(893,'CHROME-VODKA 250','115',1.00,'2025-06-07 19:52:43','45.00','17','newstock','1','','',0.0000,'','1','46','1','1','115','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(894,'DELMONTE','119',1.00,'2025-06-07 19:52:46','2.00','17','newstock','1','','',0.0000,'','1','3','1','1','119','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(895,'','1',5.00,'2025-06-07 19:58:45','5.00','17','newstock','1','171749232260','10',1000.0000,'','1','10','supplier','1','94','','',0.00,'VATABLE','1800','689.66','4310.34','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(896,'','1',50.00,'2025-06-07 19:59:19','29.00','17','newstock','1','171749232260','10',175.0000,'','1','79','supplier','1','209','','',0.00,'VATABLE','250','1206.90','7543.10','16.00','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(897,'','1',50.00,'2025-06-07 19:59:47','14.00','17','newstock','1','171749232260','10',210.0000,'','1','64','supplier','1','136','','',0.00,'VATABLE','260','1448.28','9051.72','16.00','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(898,'','1',50.00,'2025-06-07 20:02:04','25.00','17','newstock','1','171749232260','10',200.0000,'','1','75','supplier','1','218','','',0.00,'VATABLE','260','1379.31','8620.69','16.00','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(899,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-07 20:03:27','9995.00','6','newstock','1','','',0.0000,'','1','9994','1','1','52','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(900,'UGALI','45',-1.00,'2025-06-07 20:03:43','9869.00','6','newstock','1','','',0.0000,'','1','9868','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(901,'FOUR COUSINS-RED','122',-1.00,'2025-06-07 20:04:04','5.00','6','newstock','1','','',0.0000,'','1','4','1','1','122','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(902,'','1',10.00,'2025-06-07 20:05:14','0.00','17','newstock','1','171749232260','10',245.0000,'','1','10','supplier','1','117','','',0.00,'VATABLE','350','337.93','2112.07','16.00','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(903,'','1',12.00,'2025-06-07 20:05:39','3.00','17','newstock','1','171749232260','10',250.0000,'','1','15','supplier','1','119','','',0.00,'VATABLE','400','413.79','2586.21','16.00','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(904,'','1',25.00,'2025-06-07 20:05:59','13.00','17','newstock','1','171749232260','10',74.0000,'','1','38','supplier','1','90','','',0.00,'VATABLE','100','255.17','1594.83','16.00','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(905,'SAUSAGE (PAIR)','3',-1.00,'2025-06-07 20:06:17','9991.00','14','newstock','1','','',0.0000,'','1','9990','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(906,'MARAMOJA','162',-1.00,'2025-06-07 20:06:30','34.00','14','newstock','1','','',0.0000,'','1','33','1','1','162','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(907,'melkan 1.5 litres','272',-1.00,'2025-06-07 20:07:56','62.00','14','newstock','1','','',0.0000,'','1','61','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(908,'GOAT CHOMA 1/4','79',-1.00,'2025-06-07 20:08:17','9989.00','14','newstock','1','','',0.0000,'','1','9988','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(909,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-07 20:12:55','9997.00','6','newstock','1','','',0.0000,'','1','9996','1','1','53','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(910,'UGALI','45',-5.00,'2025-06-07 20:13:11','9868.00','6','newstock','1','','',0.0000,'','1','9863','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(911,'GOAT CHOMA 1/2','80',-1.00,'2025-06-07 20:19:18','9997.00','14','newstock','1','','',0.0000,'','1','9996','1','1','80','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(912,'UGALI','45',-1.00,'2025-06-07 20:20:19','9863.00','14','newstock','1','','',0.0000,'','1','9862','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(913,'WHITECAP-BOTTLE','218',-1.00,'2025-06-07 20:20:33','75.00','14','newstock','1','','',0.0000,'','1','74','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(914,'PREDATOR','178',-1.00,'2025-06-07 20:21:16','68.00','14','newstock','1','','',0.0000,'','1','67','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(915,'DUNHILL','120',-4.00,'2025-06-07 20:23:29','96.00','6','newstock','1','','',0.0000,'','1','92','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(916,'CHIPS','47',-1.00,'2025-06-07 20:28:01','9967.00','4','newstock','1','','',0.0000,'','1','9966','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(917,'BALOZI-BOTTLE','89',-1.00,'2025-06-07 21:13:21','412.00','4','newstock','1','','',0.0000,'','1','411','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(918,'GILBEYS-750','126',-1.00,'2025-06-07 21:14:01','5.00','4','newstock','1','','',0.0000,'','1','4','1','1','126','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(919,'LEMONADE','160',-2.00,'2025-06-07 21:15:13','63.00','4','newstock','1','','',0.0000,'','1','61','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(920,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-07 21:15:28','24.00','4','newstock','1','','',0.0000,'','1','23','1','1','164','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(921,'DELMONTE','119',-1.00,'2025-06-07 21:15:59','15.00','4','newstock','1','','',0.0000,'','1','14','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(922,'FOUR COUSINS-RED','122',-2.00,'2025-06-07 21:16:35','4.00','4','newstock','1','','',0.0000,'','1','2','1','1','122','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(923,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-07 21:16:52','23.00','4','newstock','1','','',0.0000,'','1','22','1','1','164','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(924,'melkan 1.5 litres','272',-1.00,'2025-06-07 21:17:21','61.00','4','newstock','1','','',0.0000,'','1','60','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(925,'TRIPPLE ACE-250','201',-1.00,'2025-06-07 21:39:16','4.00','4','newstock','1','','',0.0000,'','1','3','1','1','201','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(926,'WHITECAP-BOTTLE','218',-1.00,'2025-06-07 21:39:31','74.00','4','newstock','1','','',0.0000,'','1','73','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(927,'WHITECAP-BOTTLE','218',-4.00,'2025-06-07 21:40:03','73.00','4','newstock','1','','',0.0000,'','1','69','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(928,'TRIPPLE ACE-250','201',-1.00,'2025-06-07 21:40:31','3.00','4','newstock','1','','',0.0000,'','1','2','1','1','201','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(929,'melkan 1.5 litres','272',-1.00,'2025-06-07 21:40:41','60.00','4','newstock','1','','',0.0000,'','1','59','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(930,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-07 21:41:31','23.00','4','newstock','1','','',0.0000,'','1','22','1','1','164','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(931,'BEST WHISKY-750','94',-1.00,'2025-06-07 21:55:15','10.00','4','newstock','1','','',0.0000,'','1','9','1','1','94','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(932,'DUNHILL','120',-4.00,'2025-06-07 22:09:25','92.00','6','newstock','1','','',0.0000,'','1','88','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(933,'TRIPPLE ACE-250','201',-1.00,'2025-06-07 22:13:32','2.00','6','newstock','1','','',0.0000,'','1','1','1','1','201','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(934,'BEST WHISKY-250','93',-2.00,'2025-06-07 22:19:37','7.00','6','newstock','1','','',0.0000,'','1','5','1','1','93','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(935,'BEST WHISKY-750','94',-2.00,'2025-06-07 22:20:12','9.00','6','newstock','1','','',0.0000,'','1','7','1','1','94','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(936,'KANE EXTRA-250','151',-1.00,'2025-06-07 22:40:19','4.00','4','newstock','1','','',0.0000,'','1','3','1','1','151','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(937,'PREDATOR','178',-1.00,'2025-06-07 22:40:30','67.00','4','newstock','1','','',0.0000,'','1','66','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(938,'CHROME-GIN 750','114',-1.00,'2025-06-07 22:50:45','5.00','11','newstock','1','','',0.0000,'','1','4','1','1','114','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(939,'PREDATOR','178',-1.00,'2025-06-07 22:51:41','66.00','11','newstock','1','','',0.0000,'','1','65','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(940,'melkan 1.5 litres','',21.00,'2025-06-07 22:55:59','59.00','11','newstock','1','','',33.3000,'','1','80','internal','1','272','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(941,'melkan 1.5 litres','272',-1.00,'2025-06-07 22:59:00','80.00','11','newstock','1','','',0.0000,'','1','79','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(942,'UGALI','45',-1.00,'2025-06-07 23:09:42','9862.00','4','newstock','1','','',0.0000,'','1','9861','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(943,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-07 23:10:05','9993.00','4','newstock','1','','',0.0000,'','1','9992','1','1','25','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(944,'GREENS(KIENYEJI)','46',-1.00,'2025-06-07 23:27:02','9981.00','6','newstock','1','','',0.0000,'','1','9980','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(945,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-07 23:28:21','12.00','6','newstock','1','','',0.0000,'','1','11','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(946,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-07 23:31:31','9979.00','6','newstock','1','','',0.0000,'','1','9978','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(947,'SODA PLASTIC BOTTLE 2LTRS','',3.00,'2025-06-07 23:42:37','0.00','11','newstock','1','','',230.0000,'','1','3','internal','1','193','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(948,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-07 23:55:51','9979.00','6','newstock','1','','',0.0000,'','1','9978','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(949,'GUARANA CAN','134',-2.00,'2025-06-07 23:57:56','23.00','6','newstock','1','','',0.0000,'','1','21','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(950,'LIVER CHOMA','75',-1.00,'2025-06-07 23:57:57','10000.00','6','newstock','1','','',0.0000,'','1','9999','1','1','75','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(951,'BEST WHISKY-750','94',-1.00,'2025-06-07 23:59:33','9.00','6','newstock','1','','',0.0000,'','1','8','1','1','94','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(952,'KANE EXTRA-250','151',-3.00,'2025-06-08 00:02:43','3.00','4','newstock','1','','',0.0000,'','1','0','1','1','151','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(953,'PREDATOR','178',-1.00,'2025-06-08 00:02:51','65.00','4','newstock','1','','',0.0000,'','1','64','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(954,'BANANA-BOTTLE','90',-1.00,'2025-06-08 00:03:28','38.00','4','newstock','1','','',0.0000,'','1','37','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(955,'SPORT','196',-1.00,'2025-06-08 00:04:11','104.00','4','newstock','1','','',0.0000,'','1','103','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(956,'MATCH BOX','163',-1.00,'2025-06-08 00:04:24','36.00','4','newstock','1','','',0.0000,'','1','35','1','1','163','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(957,'PREDATOR','178',-2.00,'2025-06-08 00:12:49','64.00','4','newstock','1','','',0.0000,'','1','62','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(958,'PREDATOR','178',-1.00,'2025-06-08 00:13:11','62.00','4','newstock','1','','',0.0000,'','1','61','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(959,'melkan 1.5 litres','272',-2.00,'2025-06-08 00:13:21','79.00','4','newstock','1','','',0.0000,'','1','77','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(960,'WHITECAP-BOTTLE','218',-1.00,'2025-06-08 00:13:32','69.00','4','newstock','1','','',0.0000,'','1','68','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(961,'BEEF WET/DRY FRY 1 KG','24',-1.00,'2025-06-08 00:13:49','9999.00','14','newstock','1','','',0.0000,'','1','9998','1','1','24','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(962,'KACHUMBARI','35',-1.00,'2025-06-08 00:14:14','9998.00','14','newstock','1','','',0.0000,'','1','9997','1','1','35','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(963,'UGALI','45',-1.00,'2025-06-08 00:14:35','9861.00','14','newstock','1','','',0.0000,'','1','9860','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(964,'CHROME-VODKA 250','115',-1.00,'2025-06-08 00:15:44','46.00','14','newstock','1','','',0.0000,'','1','45','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(965,'CHROME-VODKA 750','116',-1.00,'2025-06-08 00:17:05','1.00','14','newstock','1','','',0.0000,'','1','0','1','1','116','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(966,'melkan 1.5 litres','272',-1.00,'2025-06-08 00:17:36','77.00','14','newstock','1','','',0.0000,'','1','76','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(967,'TUSKER CIDER-BOTTLE','205',-2.00,'2025-06-08 00:17:54','11.00','6','newstock','1','','',0.0000,'','1','9','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(968,'PREDATOR','178',-1.00,'2025-06-08 00:17:54','61.00','14','newstock','1','','',0.0000,'','1','60','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(969,'SODA-BOTTLE','195',-1.00,'2025-06-08 00:18:22','36.00','6','newstock','1','','',0.0000,'','1','35','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(970,'GILBEYS-350','125',-1.00,'2025-06-08 00:19:05','13.00','6','newstock','1','','',0.0000,'','1','12','1','1','125','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(971,'KENYA CANE 350','153',-1.00,'2025-06-08 00:18:14','5.00','14','newstock','1','','',0.0000,'','1','4','1','1','153','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(972,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-08 00:21:01','10.00','6','newstock','1','','',0.0000,'','1','9','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(973,'PREDATOR','178',-1.00,'2025-06-08 00:21:24','60.00','6','newstock','1','','',0.0000,'','1','59','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(974,'BEST WHISKY-750','94',-2.00,'2025-06-08 00:21:41','9.00','6','newstock','1','','',0.0000,'','1','7','1','1','94','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(975,'DELMONTE','119',-1.00,'2025-06-08 00:21:11','14.00','14','newstock','1','','',0.0000,'','1','13','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(976,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-08 00:22:26','3.00','6','newstock','1','','',0.0000,'','1','2','1','1','193','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(977,'TUSKER CIDER-BOTTLE','205',-2.00,'2025-06-08 00:32:02','9.00','6','newstock','1','','',0.0000,'','1','7','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(978,'SODA-BOTTLE','195',-1.00,'2025-06-08 00:32:12','35.00','6','newstock','1','','',0.0000,'','1','34','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(979,'PREDATOR','178',-1.00,'2025-06-08 00:32:20','59.00','6','newstock','1','','',0.0000,'','1','58','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(980,'DELMONTE','119',-1.00,'2025-06-08 00:33:25','13.00','6','newstock','1','','',0.0000,'','1','12','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(981,'GUARANA CAN','134',-2.00,'2025-06-08 00:33:40','21.00','6','newstock','1','','',0.0000,'','1','19','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(982,'PREDATOR','178',-1.00,'2025-06-08 00:34:59','58.00','6','newstock','1','','',0.0000,'','1','57','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(983,'GUARANA CAN','134',-2.00,'2025-06-08 00:35:10','19.00','6','newstock','1','','',0.0000,'','1','17','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(984,'PREDATOR','178',-1.00,'2025-06-08 00:35:16','57.00','6','newstock','1','','',0.0000,'','1','56','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(985,'GUARANA CAN','134',-2.00,'2025-06-08 00:35:26','17.00','6','newstock','1','','',0.0000,'','1','15','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(986,'GILBEYS-750','126',-1.00,'2025-06-08 00:35:28','4.00','6','newstock','1','','',0.0000,'','1','3','1','1','126','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(987,'CAPTAIN MORGAN RUM-750','109',-1.00,'2025-06-08 00:35:55','2.00','6','newstock','1','','',0.0000,'','1','1','1','1','109','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(988,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-08 00:36:46','8.00','6','newstock','1','','',0.0000,'','1','7','1','1','111','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(989,'PREDATOR','178',-1.00,'2025-06-08 00:37:19','56.00','6','newstock','1','','',0.0000,'','1','55','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(990,'PREDATOR','178',-1.00,'2025-06-08 00:37:40','55.00','6','newstock','1','','',0.0000,'','1','54','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(991,'SPORT','196',-5.00,'2025-06-08 00:37:54','103.00','6','newstock','1','','',0.0000,'','1','98','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(992,'CAPTAIN MORGAN-250','110',-1.00,'2025-06-08 00:39:07','11.00','6','newstock','1','','',0.0000,'','1','10','1','1','110','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(993,'LEMONADE','160',-1.00,'2025-06-08 00:39:24','61.00','6','newstock','1','','',0.0000,'','1','60','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(994,'TUSKER CIDER-BOTTLE','205',-4.00,'2025-06-08 00:40:23','7.00','6','newstock','1','','',0.0000,'','1','3','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(995,'HEINEKEN-BOTTLE','138',-2.00,'2025-06-08 00:40:24','20.00','6','newstock','1','','',0.0000,'','1','18','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(996,'EGGS(BOILED/FRIED)','1',-1.00,'2025-06-08 00:41:38','9996.00','6','newstock','1','','',0.0000,'','1','9995','1','1','1','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(997,'KICHWA (GOAT)','36',-1.00,'2025-06-08 00:42:13','9999.00','6','newstock','1','','',0.0000,'','1','9998','1','1','36','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(998,'BLACK ICE-BOTTLE','100',-2.00,'2025-06-08 00:43:24','19.00','4','newstock','1','','',0.0000,'','1','17','1','1','100','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(999,'DELMONTE','119',-1.00,'2025-06-08 00:44:09','12.00','4','newstock','1','','',0.0000,'','1','11','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1000,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-08 00:51:16','3.00','6','newstock','1','','',0.0000,'','1','2','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1001,'SAVANNAH CIDER','188',-1.00,'2025-06-08 00:51:23','23.00','6','newstock','1','','',0.0000,'','1','22','1','1','188','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1002,'CAPRICE RED _ DRY','',10.00,'2025-06-08 01:07:57','0.00','11','newstock','1','','',970.0000,'','1','10','internal','1','105','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1003,'LEMONADE','160',-1.00,'2025-06-08 01:16:48','60.00','6','newstock','1','','',0.0000,'','1','59','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1004,'BLACK ICE-BOTTLE','100',-2.00,'2025-06-08 01:17:30','17.00','6','newstock','1','','',0.0000,'','1','15','1','1','100','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1005,'CAPRICE-RED','107',-1.00,'2025-06-08 01:18:33','5.00','6','newstock','1','','',0.0000,'','1','4','1','1','107','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1006,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-08 01:20:29','28.00','4','newstock','1','','',0.0000,'','1','27','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1007,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-08 01:21:09','27.00','4','newstock','1','','',0.0000,'','1','26','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1008,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-08 01:21:42','26.00','4','newstock','1','','',0.0000,'','1','25','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1009,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-08 01:22:06','25.00','4','newstock','1','','',0.0000,'','1','24','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1010,'DUNHILL','120',-2.00,'2025-06-08 01:22:38','88.00','4','newstock','1','','',0.0000,'','1','86','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1011,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-08 01:23:04','24.00','4','newstock','1','','',0.0000,'','1','22','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1012,'BALOZI-BOTTLE','89',-1.00,'2025-06-08 01:25:52','411.00','6','newstock','1','','',0.0000,'','1','410','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1013,'SPORT','196',-10.00,'2025-06-08 01:34:52','98.00','6','newstock','1','','',0.0000,'','1','88','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1014,'WHITECAP-BOTTLE','218',-8.00,'2025-06-08 01:39:46','68.00','4','newstock','1','','',0.0000,'','1','60','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1015,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-08 01:39:52','79.00','4','newstock','1','','',0.0000,'','1','78','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1016,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-08 01:40:07','22.00','4','newstock','1','','',0.0000,'','1','20','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1017,'LEMONADE','160',1.00,'2025-06-08 01:40:27','59.00','11','newstock','1','','',0.0000,'','1','60','1','1','160','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1018,'GILBEYS-750','126',-1.00,'2025-06-08 01:52:16','3.00','4','newstock','1','','',0.0000,'','1','2','1','1','126','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1019,'BEST WHISKY-750','94',-1.00,'2025-06-08 01:53:05','7.00','4','newstock','1','','',0.0000,'','1','6','1','1','94','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1020,'CAPRICE-RED','107',-3.00,'2025-06-08 01:55:24','4.00','6','newstock','1','','',0.0000,'','1','1','1','1','107','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1021,'melkan 1.5 litres','272',-6.00,'2025-06-08 01:55:58','76.00','6','newstock','1','','',0.0000,'','1','70','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1022,'SAVANNAH CIDER','188',-1.00,'2025-06-08 02:13:13','22.00','6','newstock','1','','',0.0000,'','1','21','1','1','188','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1023,'SAUSAGE (PAIR)','3',-5.00,'2025-06-08 02:31:18','9990.00','6','newstock','1','','',0.0000,'','1','9985','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1024,'SAUSAGE (PAIR)','3',-3.00,'2025-06-08 02:32:04','9990.00','6','newstock','1','','',0.0000,'','1','9987','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1025,'PREDATOR','178',-1.00,'2025-06-08 02:33:13','54.00','6','newstock','1','','',0.0000,'','1','53','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1026,'BALOZI-BOTTLE','89',-1.00,'2025-06-08 02:35:58','410.00','6','newstock','1','','',0.0000,'','1','409','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1027,'BALOZI-BOTTLE','89',-1.00,'2025-06-08 02:36:34','409.00','6','newstock','1','','',0.0000,'','1','408','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1028,'BEST WHISKY-750','94',-1.00,'2025-06-08 02:38:18','6.00','6','newstock','1','','',0.0000,'','1','5','1','1','94','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1029,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-08 02:38:37','9978.00','6','newstock','1','','',0.0000,'','1','9977','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1030,'DELMONTE','119',-1.00,'2025-06-08 03:16:26','11.00','5','newstock','1','','',0.0000,'','1','10','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1031,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-08 03:16:38','2.00','5','newstock','1','','',0.0000,'','1','1','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1032,'SAVANNAH CIDER','188',-1.00,'2025-06-08 03:16:46','22.00','5','newstock','1','','',0.0000,'','1','21','1','1','188','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1033,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-08 03:17:04','1.00','5','newstock','1','','',0.0000,'','1','0','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1034,'CAPTAIN MORGAN-250','110',-1.00,'2025-06-08 03:21:03','10.00','5','newstock','1','','',0.0000,'','1','9','1','1','110','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1035,'J.B 350ML','143',-1.00,'2025-06-08 03:21:06','1.00','5','newstock','1','','',0.0000,'','1','0','1','1','143','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1036,'JAGERMEISTER 750ML','145',-1.00,'2025-06-08 03:21:14','1.00','5','newstock','1','','',0.0000,'','1','0','1','1','145','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1037,'CHROME-VODKA 250','115',-1.00,'2025-06-08 03:22:00','45.00','5','newstock','1','','',0.0000,'','1','44','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1038,'REDBULL','180',-1.00,'2025-06-08 03:23:30','20.00','5','newstock','1','','',0.0000,'','1','19','1','1','180','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1039,'MELKAN/QUENCHER/SAFARI-500 ML','164',-3.00,'2025-06-08 03:23:52','22.00','5','newstock','1','','',0.0000,'','1','19','1','1','164','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1040,'REDBULL','180',-2.00,'2025-06-08 03:25:37','20.00','5','newstock','1','','',0.0000,'','1','18','1','1','180','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1041,'LEMONADE','160',-1.00,'2025-06-08 03:25:46','60.00','5','newstock','1','','',0.0000,'','1','59','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1042,'DUNHILL','120',-1.00,'2025-06-08 03:26:23','86.00','5','newstock','1','','',0.0000,'','1','85','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1043,'KENYA CANE 350','153',-1.00,'2025-06-08 03:30:03','4.00','5','newstock','1','','',0.0000,'','1','3','1','1','153','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1044,'CHROME-VODKA 250','115',-1.00,'2025-06-08 03:34:42','45.00','5','newstock','1','','',0.0000,'','1','44','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1045,'BAILEYS-750','87',-1.00,'2025-06-08 03:34:44','3.00','5','newstock','1','','',0.0000,'','1','2','1','1','87','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1046,'BEST WHISKY-750','94',-1.00,'2025-06-08 03:34:45','5.00','5','newstock','1','','',0.0000,'','1','4','1','1','94','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1047,'BAILEYS-750','87',-1.00,'2025-06-08 03:35:03','2.00','5','newstock','1','','',0.0000,'','1','1','1','1','87','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1048,'CAPTAIN MORGAN-250','110',-1.00,'2025-06-08 03:35:16','10.00','5','newstock','1','','',0.0000,'','1','9','1','1','110','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1049,'CAPTAIN MORGAN-250','110',-1.00,'2025-06-08 03:35:49','10.00','5','newstock','1','','',0.0000,'','1','9','1','1','110','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1050,'LEMONADE','160',-1.00,'2025-06-08 03:35:57','59.00','5','newstock','1','','',0.0000,'','1','58','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1051,'DELMONTE','119',-1.00,'2025-06-08 03:37:05','10.00','5','newstock','1','','',0.0000,'','1','9','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1052,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-08 03:37:24','20.00','5','newstock','1','','',0.0000,'','1','18','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1053,'GUARANA CAN','134',-1.00,'2025-06-08 03:37:29','15.00','5','newstock','1','','',0.0000,'','1','14','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1054,'SNAPP CAN','192',-1.00,'2025-06-08 03:37:37','20.00','5','newstock','1','','',0.0000,'','1','19','1','1','192','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1055,'SAFARI','187',-1.00,'2025-06-08 03:38:54','107.00','5','newstock','1','','',0.0000,'','1','106','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1056,'PREDATOR','178',-1.00,'2025-06-08 03:39:44','53.00','5','newstock','1','','',0.0000,'','1','52','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1057,'PREDATOR','178',-1.00,'2025-06-08 03:40:37','52.00','5','newstock','1','','',0.0000,'','1','51','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1058,'GUARANA CAN','134',-1.00,'2025-06-08 03:41:28','14.00','5','newstock','1','','',0.0000,'','1','13','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1059,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-08 03:43:19','9.00','5','newstock','1','','',0.0000,'','1','8','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1060,'PREDATOR','178',-2.00,'2025-06-08 03:43:30','51.00','5','newstock','1','','',0.0000,'','1','49','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1061,'GILBEYS-250','124',-1.00,'2025-06-08 03:45:25','6.00','5','newstock','1','','',0.0000,'','1','5','1','1','124','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1062,'SODA-BOTTLE','195',-1.00,'2025-06-08 03:45:34','34.00','5','newstock','1','','',0.0000,'','1','33','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1063,'DUNHILL','120',-4.00,'2025-06-08 03:46:33','85.00','5','newstock','1','','',0.0000,'','1','81','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1064,'melkan 1.5 litres','272',-1.00,'2025-06-08 03:47:44','70.00','5','newstock','1','','',0.0000,'','1','69','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1065,'SAFARI','187',-2.00,'2025-06-08 03:48:56','106.00','5','newstock','1','','',0.0000,'','1','104','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1066,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-08 03:50:56','18.00','5','newstock','1','','',0.0000,'','1','16','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1067,'PILSNER_LAGER_BOTTLE','174',-1.00,'2025-06-08 03:52:11','22.00','5','newstock','1','','',0.0000,'','1','21','1','1','174','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1068,'melkan 1.5 litres','272',-1.00,'2025-06-08 03:53:12','69.00','5','newstock','1','','',0.0000,'','1','68','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1069,'WHITECAP CAN','217',-5.00,'2025-06-08 03:54:35','29.00','5','newstock','1','','',0.0000,'','1','24','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1070,'melkan 1.5 litres','272',-1.00,'2025-06-08 03:55:02','68.00','5','newstock','1','','',0.0000,'','1','67','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1071,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-08 03:56:29','9995.00','5','newstock','1','','',0.0000,'','1','9994','1','1','23','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1072,'UGALI','45',-2.00,'2025-06-08 03:56:43','9860.00','5','newstock','1','','',0.0000,'','1','9858','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1073,'TRUST','203',-1.00,'2025-06-08 03:58:32','27.00','5','newstock','1','','',0.0000,'','1','26','1','1','203','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1074,'TRUST','203',-2.00,'2025-06-08 03:59:03','27.00','5','newstock','1','','',0.0000,'','1','25','1','1','203','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1075,'WHITECAP-BOTTLE','218',-8.00,'2025-06-08 04:03:01','60.00','5','newstock','1','','',0.0000,'','1','52','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1076,'DELMONTE','119',-1.00,'2025-06-08 04:03:12','9.00','5','newstock','1','','',0.0000,'','1','8','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1077,'DUNHILL','120',-3.00,'2025-06-08 04:03:32','81.00','5','newstock','1','','',0.0000,'','1','78','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1078,'BEEF WET/DRY FRY 1 KG','24',-1.00,'2025-06-08 04:05:02','9998.00','5','newstock','1','','',0.0000,'','1','9997','1','1','24','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1079,'UGALI','45',-4.00,'2025-06-08 04:05:17','9858.00','5','newstock','1','','',0.0000,'','1','9854','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1080,'melkan 1.5 litres','272',-1.00,'2025-06-08 04:06:28','67.00','5','newstock','1','','',0.0000,'','1','66','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1081,'ROOM 2','250',-1.00,'2025-06-08 04:07:18','9993.00','5','newstock','1','','',0.0000,'','1','9992','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1082,'ROOM 2','250',-4.00,'2025-06-08 04:07:38','9992.00','5','newstock','1','','',0.0000,'','1','9988','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1083,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-08 04:09:22','8.00','5','newstock','1','','',0.0000,'','1','7','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1084,'PREDATOR','178',-1.00,'2025-06-08 04:09:34','49.00','5','newstock','1','','',0.0000,'','1','48','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1085,'SPORT','196',-2.00,'2025-06-08 04:09:49','88.00','5','newstock','1','','',0.0000,'','1','86','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1086,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-08 04:10:45','78.00','5','newstock','1','','',0.0000,'','1','76','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1087,'WHITECAP CAN','217',-2.00,'2025-06-08 04:11:43','24.00','5','newstock','1','','',0.0000,'','1','22','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1088,'WHITECAP-BOTTLE','218',-2.00,'2025-06-08 04:15:11','52.00','5','newstock','1','','',0.0000,'','1','50','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1089,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-08 04:16:12','16.00','5','newstock','1','','',0.0000,'','1','15','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1090,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-08 04:16:20','76.00','5','newstock','1','','',0.0000,'','1','75','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1091,'CHROME-GIN 750','114',-1.00,'2025-06-08 04:17:40','4.00','5','newstock','1','','',0.0000,'','1','3','1','1','114','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1092,'melkan 1.5 litres','272',-1.00,'2025-06-08 04:18:44','66.00','5','newstock','1','','',0.0000,'','1','65','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1093,'PREDATOR','178',-1.00,'2025-06-08 04:18:51','48.00','5','newstock','1','','',0.0000,'','1','47','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1094,'VAT 69-350','212',-1.00,'2025-06-08 04:20:08','3.00','5','newstock','1','','',0.0000,'','1','2','1','1','212','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1095,'PREDATOR','178',-1.00,'2025-06-08 04:20:20','47.00','5','newstock','1','','',0.0000,'','1','46','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1096,'SODA-BOTTLE','195',-1.00,'2025-06-08 04:20:25','33.00','5','newstock','1','','',0.0000,'','1','32','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1097,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-08 04:21:19','9994.00','5','newstock','1','','',0.0000,'','1','9993','1','1','23','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1098,'KACHUMBARI','35',-1.00,'2025-06-08 04:21:49','9997.00','5','newstock','1','','',0.0000,'','1','9996','1','1','35','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1099,'UGALI','45',-1.00,'2025-06-08 04:21:53','9854.00','5','newstock','1','','',0.0000,'','1','9853','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1100,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-08 04:22:56','15.00','5','newstock','1','','',0.0000,'','1','14','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1101,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-08 04:24:39','9993.00','5','newstock','1','','',0.0000,'','1','9992','1','1','23','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1102,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-08 04:24:59','9977.00','5','newstock','1','','',0.0000,'','1','9976','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1103,'UGALI','45',-1.00,'2025-06-08 04:25:05','9853.00','5','newstock','1','','',0.0000,'','1','9852','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1104,'CHIPS','47',-1.00,'2025-06-08 04:29:29','9966.00','5','newstock','1','','',0.0000,'','1','9965','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1105,'BLACK ICE-BOTTLE','100',-1.00,'2025-06-08 04:30:42','15.00','6','newstock','1','','',0.0000,'','1','14','1','1','100','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1106,'melkan 1.5 litres','272',-1.00,'2025-06-08 04:43:42','65.00','6','newstock','1','','',0.0000,'','1','64','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1107,'PREDATOR','178',-1.00,'2025-06-08 04:44:02','46.00','6','newstock','1','','',0.0000,'','1','45','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1108,'SAVANNAH CIDER','188',-7.00,'2025-06-08 04:45:03','21.00','6','newstock','1','','',0.0000,'','1','14','1','1','188','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1109,'HEINEKEN-BOTTLE','138',-5.00,'2025-06-08 04:45:15','18.00','6','newstock','1','','',0.0000,'','1','13','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1110,'HEINEKEN-BOTTLE','138',-7.00,'2025-06-08 04:46:14','18.00','6','newstock','1','','',0.0000,'','1','11','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1111,'SAVANNAH CIDER','188',-5.00,'2025-06-08 04:46:47','21.00','6','newstock','1','','',0.0000,'','1','16','1','1','188','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1112,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-08 04:47:57','7.00','6','newstock','1','','',0.0000,'','1','6','1','1','111','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1113,'melkan 1.5 litres','272',-1.00,'2025-06-08 04:48:20','64.00','6','newstock','1','','',0.0000,'','1','63','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1114,'TRUST','203',-1.00,'2025-06-08 05:08:44','25.00','14','newstock','1','','',0.0000,'','1','24','1','1','203','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1115,'melkan 1.5 litres','272',-1.00,'2025-06-08 05:09:58','63.00','14','newstock','1','','',0.0000,'','1','62','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1116,'CHIPS','47',-1.00,'2025-06-08 05:11:39','9965.00','5','newstock','1','','',0.0000,'','1','9964','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1117,'CAPTAIN MORGAN-750','111',-2.00,'2025-06-08 05:11:59','6.00','14','newstock','1','','',0.0000,'','1','4','1','1','111','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1118,'melkan 1.5 litres','272',-1.00,'2025-06-08 05:12:26','62.00','14','newstock','1','','',0.0000,'','1','61','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1119,'BEEF WET/DRY FRY 1 KG','24',-1.00,'2025-06-08 05:12:57','9997.00','14','newstock','1','','',0.0000,'','1','9996','1','1','24','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1120,'UGALI','45',-1.00,'2025-06-08 05:13:48','9852.00','14','newstock','1','','',0.0000,'','1','9851','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1121,'GOAT WET/DRY FRY 1 KG ','27',-1.00,'2025-06-08 05:26:12','10000.00','14','newstock','1','','',0.0000,'','1','9999','1','1','27','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1122,'SAFARI','187',-3.00,'2025-06-08 05:28:02','104.00','6','newstock','1','','',0.0000,'','1','101','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1123,'MATCH BOX','163',-1.00,'2025-06-08 05:28:24','35.00','6','newstock','1','','',0.0000,'','1','34','1','1','163','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1124,'V&A-750','211',-1.00,'2025-06-08 05:29:37','6.00','6','newstock','1','','',0.0000,'','1','5','1','1','211','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1125,'GOAT CHOMA 1/4','79',-1.00,'2025-06-08 05:45:53','9988.00','5','newstock','1','','',0.0000,'','1','9987','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1126,'CELLAR CAST-WHITE 750ML','112',-2.00,'2025-06-08 05:52:03','7.00','6','newstock','1','','',0.0000,'','1','5','1','1','112','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1127,'PINEAPPLE PUNCH-CAN','176',-3.00,'2025-06-08 06:04:25','14.00','4','newstock','1','','',0.0000,'','1','11','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1128,'GUARANA CAN','134',-3.00,'2025-06-08 06:05:01','13.00','4','newstock','1','','',0.0000,'','1','10','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1129,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-08 06:05:14','34.00','4','newstock','1','','',0.0000,'','1','32','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1130,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-08 06:05:30','7.00','4','newstock','1','','',0.0000,'','1','6','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1131,'PREDATOR','178',-1.00,'2025-06-08 06:05:43','45.00','4','newstock','1','','',0.0000,'','1','44','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1132,'WHITECAP-BOTTLE','218',-10.00,'2025-06-08 06:06:00','50.00','4','newstock','1','','',0.0000,'','1','40','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1133,'TUSKER-LAGER-BOTTLE','209',-5.00,'2025-06-08 06:06:16','75.00','4','newstock','1','','',0.0000,'','1','70','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1134,'WHITECAP-BOTTLE','218',-3.00,'2025-06-08 06:07:23','40.00','4','newstock','1','','',0.0000,'','1','37','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1135,'WHITECAP CAN','217',-1.00,'2025-06-08 06:07:37','22.00','4','newstock','1','','',0.0000,'','1','21','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1136,'VAT 69-750','213',-1.00,'2025-06-08 06:10:08','6.00','4','newstock','1','','',0.0000,'','1','5','1','1','213','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1137,'VAT 69-350','212',-1.00,'2025-06-08 06:10:32','2.00','4','newstock','1','','',0.0000,'','1','1','1','1','212','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1138,'PREDATOR','178',-2.00,'2025-06-08 06:10:47','44.00','4','newstock','1','','',0.0000,'','1','42','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1139,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-08 06:11:12','11.00','4','newstock','1','','',0.0000,'','1','9','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1140,'GUARANA CAN','134',-2.00,'2025-06-08 06:11:20','10.00','4','newstock','1','','',0.0000,'','1','8','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1141,'melkan 1.5 litres','272',-1.00,'2025-06-08 06:11:28','61.00','4','newstock','1','','',0.0000,'','1','60','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1142,'melkan 1.5 litres','272',-1.00,'2025-06-08 06:11:38','60.00','4','newstock','1','','',0.0000,'','1','59','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1143,'SAFARI','187',-2.00,'2025-06-08 06:12:30','101.00','4','newstock','1','','',0.0000,'','1','99','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1144,'CAPTAIN MORGAN-250','110',-1.00,'2025-06-08 06:14:24','9.00','4','newstock','1','','',0.0000,'','1','8','1','1','110','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1145,'PREDATOR','178',-1.00,'2025-06-08 06:15:04','42.00','4','newstock','1','','',0.0000,'','1','41','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1146,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-08 06:15:19','32.00','4','newstock','1','','',0.0000,'','1','30','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1147,'GUARANA CAN','134',-1.00,'2025-06-08 06:15:27','8.00','4','newstock','1','','',0.0000,'','1','7','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1148,'melkan 1.5 litres','272',-1.00,'2025-06-08 06:15:35','59.00','4','newstock','1','','',0.0000,'','1','58','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1149,'WHITECAP-BOTTLE','218',-2.00,'2025-06-08 06:15:53','37.00','4','newstock','1','','',0.0000,'','1','35','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1150,'HUNTERS CHOICE-750','142',-2.00,'2025-06-08 06:16:44','5.00','4','newstock','1','','',0.0000,'','1','3','1','1','142','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1151,'SODA-BOTTLE','195',-4.00,'2025-06-08 06:17:27','32.00','4','newstock','1','','',0.0000,'','1','28','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1152,'PREDATOR','178',-1.00,'2025-06-08 06:17:36','41.00','4','newstock','1','','',0.0000,'','1','40','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1153,'GILBEYS-250','124',-1.00,'2025-06-08 06:17:47','5.00','4','newstock','1','','',0.0000,'','1','4','1','1','124','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1154,'SODA-BOTTLE','195',-1.00,'2025-06-08 06:17:59','28.00','4','newstock','1','','',0.0000,'','1','27','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1155,'WHITECAP-BOTTLE','218',-2.00,'2025-06-08 06:18:41','35.00','4','newstock','1','','',0.0000,'','1','33','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1156,'GUARANA CAN','134',-1.00,'2025-06-08 06:19:26','7.00','4','newstock','1','','',0.0000,'','1','6','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1157,'melkan 1.5 litres','272',-1.00,'2025-06-08 06:20:11','58.00','4','newstock','1','','',0.0000,'','1','57','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1158,'PREDATOR','178',-1.00,'2025-06-08 06:20:18','40.00','4','newstock','1','','',0.0000,'','1','39','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1159,'CHIPS','47',-1.00,'2025-06-08 06:21:10','9964.00','4','newstock','1','','',0.0000,'','1','9963','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1160,'VAT 69-750','213',-1.00,'2025-06-08 06:22:08','5.00','4','newstock','1','','',0.0000,'','1','4','1','1','213','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1161,'melkan 1.5 litres','272',-1.00,'2025-06-08 06:22:45','57.00','4','newstock','1','','',0.0000,'','1','56','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1162,'PINEAPPLE PUNCH-CAN','176',-8.00,'2025-06-08 06:23:49','9.00','4','newstock','1','','',0.0000,'','1','1','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1163,'GILBEYS-250','124',-1.00,'2025-06-08 06:25:31','4.00','4','newstock','1','','',0.0000,'','1','3','1','1','124','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1164,'SODA-BOTTLE','195',-1.00,'2025-06-08 06:25:46','27.00','4','newstock','1','','',0.0000,'','1','26','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1165,'BEST WHISKY-750','94',-1.00,'2025-06-08 06:26:44','5.00','4','newstock','1','','',0.0000,'','1','4','1','1','94','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1166,'SODA-BOTTLE','195',-2.00,'2025-06-08 06:27:25','26.00','4','newstock','1','','',0.0000,'','1','24','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1167,'HEINEKEN-BOTTLE','138',-4.00,'2025-06-08 06:27:50','11.00','4','newstock','1','','',0.0000,'','1','7','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1168,'PILSNER_LAGER_BOTTLE','174',-2.00,'2025-06-08 06:28:41','21.00','4','newstock','1','','',0.0000,'','1','19','1','1','174','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1169,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-08 06:31:23','1.00','4','newstock','1','','',0.0000,'','1','0','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1170,'GOAT CURRY 1/4','58',-1.00,'2025-06-08 06:33:49','10000.00','4','newstock','1','','',0.0000,'','1','9999','1','1','58','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1171,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-08 06:34:08','9992.00','4','newstock','1','','',0.0000,'','1','9991','1','1','25','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1172,'UGALI','45',-1.00,'2025-06-08 06:34:18','9851.00','4','newstock','1','','',0.0000,'','1','9850','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1173,'BALOZI-BOTTLE','89',-1.00,'2025-06-08 06:38:13','408.00','4','newstock','1','','',0.0000,'','1','407','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1174,'SAFARI','187',-2.00,'2025-06-08 06:38:23','99.00','4','newstock','1','','',0.0000,'','1','97','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1175,'MATCH BOX','163',-1.00,'2025-06-08 06:38:41','34.00','4','newstock','1','','',0.0000,'','1','33','1','1','163','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1176,'melkan 1.5 litres','272',-1.00,'2025-06-08 06:39:18','56.00','4','newstock','1','','',0.0000,'','1','55','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1177,'WHITECAP CAN','217',-1.00,'2025-06-08 06:40:45','21.00','4','newstock','1','','',0.0000,'','1','20','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1178,'WHITECAP CAN','217',-3.00,'2025-06-08 06:41:06','21.00','4','newstock','1','','',0.0000,'','1','18','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1179,'VAT 69-350','212',-1.00,'2025-06-08 06:42:46','1.00','4','newstock','1','','',0.0000,'','1','0','1','1','212','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1180,'PREDATOR','178',-1.00,'2025-06-08 06:43:23','39.00','4','newstock','1','','',0.0000,'','1','38','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1181,'melkan 1.5 litres','272',-1.00,'2025-06-08 06:43:39','55.00','4','newstock','1','','',0.0000,'','1','54','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1182,'BEST WHISKY-750','94',-1.00,'2025-06-08 07:17:05','5.00','4','newstock','1','','',0.0000,'','1','4','1','1','94','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1183,'SODA-BOTTLE','195',-2.00,'2025-06-08 07:17:29','26.00','4','newstock','1','','',0.0000,'','1','24','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1184,'HEINEKEN-BOTTLE','138',-4.00,'2025-06-08 07:17:46','11.00','4','newstock','1','','',0.0000,'','1','7','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1185,'WHITECAP-BOTTLE','218',-1.00,'2025-06-08 07:18:13','33.00','4','newstock','1','','',0.0000,'','1','32','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1186,'GUARANA CAN','134',-1.00,'2025-06-08 07:18:24','6.00','4','newstock','1','','',0.0000,'','1','5','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1187,'melkan 1.5 litres','272',-1.00,'2025-06-08 07:18:33','54.00','4','newstock','1','','',0.0000,'','1','53','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1188,'ROOMS','247',-1.00,'2025-06-08 07:19:34','9998.00','4','newstock','1','','',0.0000,'','1','9997','1','1','247','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1189,'BEST WHISKY-250','93',-1.00,'2025-06-08 07:35:03','7.00','8','newstock','1','','',0.0000,'','1','6','1','1','93','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1190,'DELMONTE','119',-1.00,'2025-06-08 13:04:29','8.00','3','newstock','1','','',0.0000,'','1','7','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1191,'ROOM 2','250',-1.00,'2025-06-08 13:12:25','9989.00','3','newstock','1','','',0.0000,'','1','9988','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1192,'ROOMS','247',-1.00,'2025-06-08 13:12:42','9997.00','3','newstock','1','','',0.0000,'','1','9996','1','1','247','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1193,'SPORT','196',-1.00,'2025-06-08 15:37:30','86.00','3','newstock','1','','',0.0000,'','1','85','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1194,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-08 16:03:26','3.00','3','newstock','1','','',0.0000,'','1','2','1','1','118','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1195,'PREDATOR','178',-1.00,'2025-06-08 16:03:58','38.00','3','newstock','1','','',0.0000,'','1','37','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1196,'melkan 1.5 litres','272',-4.00,'2025-06-08 16:48:59','53.00','3','newstock','1','','',0.0000,'','1','49','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1197,'melkan 1.5 litres','272',-1.00,'2025-06-08 16:49:37','49.00','3','newstock','1','','',0.0000,'','1','48','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1198,'SODA-BOTTLE','195',-2.00,'2025-06-08 16:50:24','24.00','3','newstock','1','','',0.0000,'','1','22','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1199,'CAPTAIN MORGAN-250','110',-1.00,'2025-06-08 16:51:10','8.00','3','newstock','1','','',0.0000,'','1','7','1','1','110','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1200,'SODA-BOTTLE','195',-1.00,'2025-06-08 16:51:24','22.00','3','newstock','1','','',0.0000,'','1','21','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1201,'melkan 1.5 litres','272',-1.00,'2025-06-08 16:51:42','48.00','3','newstock','1','','',0.0000,'','1','47','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1202,'BANANA-BOTTLE','90',-2.00,'2025-06-08 17:08:37','37.00','6','newstock','1','','',0.0000,'','1','35','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1203,'KENYA CANE-750','155',-1.00,'2025-06-08 17:08:57','5.00','6','newstock','1','','',0.0000,'','1','4','1','1','155','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1204,'KENYA CANE-750','155',-1.00,'2025-06-08 17:18:17','5.00','6','newstock','1','','',0.0000,'','1','4','1','1','155','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1205,'','1',60.00,'2025-06-08 17:31:43','47.00','17','newstock','1','171749232260','10',33.3000,'','1','107','supplier','1','272','','',0.00,'VATABLE','100','275.59','1722.41','16.00','','received',0,'0000-00-00 00:00:00','pcs','60',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1206,'','1',60.00,'2025-06-08 17:31:58','37.00','17','newstock','1','171749232260','10',54.1700,'','1','97','supplier','1','178','','',0.00,'VATABLE','100','448.30','2801.90','16.00','','received',0,'0000-00-00 00:00:00','pcs','60',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1207,'DUNHILL','120',-2.00,'2025-06-08 17:52:38','78.00','11','newstock','1','','',0.0000,'','1','76','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1208,'HEINEKEN-BOTTLE','138',-2.00,'2025-06-08 18:10:24','7.00','6','newstock','1','','',0.0000,'','1','5','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1209,'PREDATOR','178',-1.00,'2025-06-08 18:12:09','97.00','3','newstock','1','','',0.0000,'','1','96','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1210,'TEA','10',-10.00,'2025-06-08 18:12:59','9994.00','4','newstock','1','','',0.0000,'','1','9984','1','1','10','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1211,'melkan 1.5 litres','272',-1.00,'2025-06-08 18:14:24','107.00','4','newstock','1','','',0.0000,'','1','106','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1212,'SAFARI','187',-2.00,'2025-06-08 18:14:38','97.00','4','newstock','1','','',0.0000,'','1','95','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1213,'PILSNER_LAGER_BOTTLE','174',-2.00,'2025-06-08 18:16:00','19.00','4','newstock','1','','',0.0000,'','1','17','1','1','174','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1214,'DELMONTE','119',-1.00,'2025-06-08 18:16:26','7.00','4','newstock','1','','',0.0000,'','1','6','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1215,'HENNESSEY VS 350ML','231',-1.00,'2025-06-08 18:17:37','2.00','5','newstock','1','','',0.0000,'','1','1','1','1','231','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1216,'JAGERMEISTER 1LTR','236',-1.00,'2025-06-08 18:18:32','1.00','5','newstock','1','','',0.0000,'','1','0','1','1','236','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1217,'HEINEKEN-BOTTLE','138',-1.00,'2025-06-08 18:35:07','5.00','6','newstock','1','','',0.0000,'','1','4','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1218,'melkan 1.5 litres','272',1.00,'2025-06-08 18:41:58','106.00','11','newstock','1','','',0.0000,'','1','107','1','1','272','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1219,'LEMONADE','160',-1.00,'2025-06-08 18:53:33','58.00','3','newstock','1','','',0.0000,'','1','57','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1220,'PREDATOR','178',-1.00,'2025-06-08 18:55:17','96.00','3','newstock','1','','',0.0000,'','1','95','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1221,'HEINEKEN-BOTTLE','138',-1.00,'2025-06-08 19:09:41','4.00','6','newstock','1','','',0.0000,'','1','3','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1222,'WHITECAP-BOTTLE','218',-1.00,'2025-06-08 19:10:40','32.00','6','newstock','1','','',0.0000,'','1','31','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1223,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-08 19:11:24','9976.00','6','newstock','1','','',0.0000,'','1','9975','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1224,'UGALI','45',-1.00,'2025-06-08 19:11:37','9850.00','6','newstock','1','','',0.0000,'','1','9849','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1225,'SAUTTE POTATO','20',-1.00,'2025-06-08 19:14:35','10000.00','6','newstock','1','','',0.0000,'','1','9999','1','1','20','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1226,'Service fee','266',-1.00,'2025-06-08 19:14:55','9999.00','6','newstock','1','','',0.0000,'','1','9998','1','1','266','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1227,'BANANA-BOTTLE','90',-1.00,'2025-06-08 19:19:45','35.00','6','newstock','1','','',0.0000,'','1','34','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1228,'GUINESS-BOTTLE','136',-2.00,'2025-06-08 19:34:28','64.00','4','newstock','1','','',0.0000,'','1','62','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1229,'SODA-BOTTLE','195',-1.00,'2025-06-08 19:34:39','21.00','4','newstock','1','','',0.0000,'','1','20','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1230,'PREDATOR','178',-3.00,'2025-06-08 19:36:13','96.00','4','newstock','1','','',0.0000,'','1','93','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1231,'CHIPS','47',-1.00,'2025-06-08 19:39:54','9963.00','4','newstock','1','','',0.0000,'','1','9962','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1232,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-08 19:40:20','9998.00','4','newstock','1','','',0.0000,'','1','9997','1','1','26','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1233,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-08 19:43:37','9975.00','6','newstock','1','','',0.0000,'','1','9974','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1234,'UGALI','45',-1.00,'2025-06-08 19:43:50','9849.00','6','newstock','1','','',0.0000,'','1','9848','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1235,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-08 20:02:34','9974.00','6','newstock','1','','',0.0000,'','1','9973','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1236,'SAFARI','187',-3.00,'2025-06-08 20:17:21','95.00','11','newstock','1','','',0.0000,'','1','92','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1237,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-08 20:17:58','30.00','11','newstock','1','','',0.0000,'','1','28','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1238,'BALOZI-BOTTLE','89',-1.00,'2025-06-08 20:23:39','407.00','11','newstock','1','','',0.0000,'','1','406','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1239,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-08 20:24:04','6.00','11','newstock','1','','',0.0000,'','1','5','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1240,'SODA-BOTTLE','195',-1.00,'2025-06-08 20:24:28','20.00','11','newstock','1','','',0.0000,'','1','19','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1241,'COCKTAIL','244',-1.00,'2025-06-08 20:25:17','9994.00','6','newstock','1','','',0.0000,'','1','9993','1','1','244','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1242,'CAPTAIN MORGAN-250','110',-1.00,'2025-06-08 20:24:38','7.00','11','newstock','1','','',0.0000,'','1','6','1','1','110','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1243,'CAPTAIN MORGAN-250','110',-1.00,'2025-06-08 20:27:14','7.00','11','newstock','1','','',0.0000,'','1','6','1','1','110','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1244,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-08 20:32:15','28.00','4','newstock','1','','',0.0000,'','1','27','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1245,'PREDATOR','178',-1.00,'2025-06-08 20:28:57','93.00','11','newstock','1','','',0.0000,'','1','92','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1246,'SODA-BOTTLE','195',-1.00,'2025-06-08 20:34:48','19.00','11','newstock','1','','',0.0000,'','1','18','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1247,'PREDATOR','178',-1.00,'2025-06-08 20:39:31','92.00','5','newstock','1','','',0.0000,'','1','91','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1248,'HEINEKEN-BOTTLE','138',-1.00,'2025-06-08 20:40:17','3.00','5','newstock','1','','',0.0000,'','1','2','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1249,'WHITECAP-BOTTLE','218',-1.00,'2025-06-08 20:40:23','31.00','5','newstock','1','','',0.0000,'','1','30','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1250,'melkan 1.5 litres','272',-1.00,'2025-06-08 20:40:41','107.00','5','newstock','1','','',0.0000,'','1','106','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1251,'DUNHILL','120',-3.00,'2025-06-08 20:41:00','76.00','5','newstock','1','','',0.0000,'','1','73','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1252,'PREDATOR','178',-1.00,'2025-06-08 20:41:58','91.00','5','newstock','1','','',0.0000,'','1','90','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1253,'CHIPS','47',-1.00,'2025-06-08 20:43:07','9962.00','5','newstock','1','','',0.0000,'','1','9961','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1254,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-08 20:43:22','9994.00','5','newstock','1','','',0.0000,'','1','9993','1','1','52','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1255,'GUINESS-BOTTLE','136',-2.00,'2025-06-08 21:06:33','62.00','5','newstock','1','','',0.0000,'','1','60','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1256,'SODA-BOTTLE','195',-1.00,'2025-06-08 21:06:42','18.00','5','newstock','1','','',0.0000,'','1','17','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1257,'BEEF WET/DRY FRY 1 KG','24',-1.00,'2025-06-08 21:08:26','9996.00','5','newstock','1','','',0.0000,'','1','9995','1','1','24','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1258,'UGALI','45',-4.00,'2025-06-08 21:08:48','9848.00','5','newstock','1','','',0.0000,'','1','9844','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1259,'SODA-BOTTLE','195',-2.00,'2025-06-08 21:10:20','17.00','5','newstock','1','','',0.0000,'','1','15','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1260,'PREDATOR','178',-1.00,'2025-06-08 21:10:25','90.00','5','newstock','1','','',0.0000,'','1','89','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1261,'BLACK ICE CAN','99',-1.00,'2025-06-08 21:22:43','20.00','6','newstock','1','','',0.0000,'','1','19','1','1','99','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1262,'BANANA-BOTTLE','90',-1.00,'2025-06-08 21:23:53','34.00','6','newstock','1','','',0.0000,'','1','33','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1263,'BLACK ICE CAN','99',-2.00,'2025-06-08 21:24:09','19.00','6','newstock','1','','',0.0000,'','1','17','1','1','99','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1264,'GUINESS-BOTTLE','136',-1.00,'2025-06-08 21:27:25','60.00','4','newstock','1','','',0.0000,'','1','59','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1265,'BALOZI-BOTTLE','89',-1.00,'2025-06-08 21:28:44','406.00','4','newstock','1','','',0.0000,'','1','405','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1266,'melkan 1.5 litres','272',-1.00,'2025-06-08 21:28:55','106.00','4','newstock','1','','',0.0000,'','1','105','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1267,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-08 21:44:14','5.00','4','newstock','1','','',0.0000,'','1','4','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1268,'BANANA-BOTTLE','90',-1.00,'2025-06-08 21:48:19','33.00','6','newstock','1','','',0.0000,'','1','32','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1269,'WHITECAP-BOTTLE','218',-3.00,'2025-06-08 21:53:37','30.00','4','newstock','1','','',0.0000,'','1','27','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1270,'DUNHILL','120',-4.00,'2025-06-08 21:53:50','73.00','4','newstock','1','','',0.0000,'','1','69','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1271,'PILSNER_LAGER_BOTTLE','174',-1.00,'2025-06-08 21:53:59','17.00','4','newstock','1','','',0.0000,'','1','16','1','1','174','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1272,'BLACK ICE CAN','99',-1.00,'2025-06-08 21:54:20','17.00','4','newstock','1','','',0.0000,'','1','16','1','1','99','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1273,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-08 21:56:25','4.00','4','newstock','1','','',0.0000,'','1','3','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1274,'PREDATOR','178',-1.00,'2025-06-08 21:56:35','89.00','4','newstock','1','','',0.0000,'','1','88','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1275,'HEINEKEN-BOTTLE','138',-2.00,'2025-06-08 22:02:32','2.00','5','newstock','1','','',0.0000,'','1','0','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1276,'WHITECAP-BOTTLE','218',-1.00,'2025-06-08 22:02:38','27.00','5','newstock','1','','',0.0000,'','1','26','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1277,'GOAT CHOMA 1/4','79',-1.00,'2025-06-08 22:03:41','9987.00','5','newstock','1','','',0.0000,'','1','9986','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1278,'GUINESS-BOTTLE','136',-1.00,'2025-06-08 22:07:20','59.00','5','newstock','1','','',0.0000,'','1','58','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1279,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-08 22:07:25','70.00','5','newstock','1','','',0.0000,'','1','69','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1280,'BALOZI-BOTTLE','89',-2.00,'2025-06-08 22:17:48','405.00','4','newstock','1','','',0.0000,'','1','403','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1281,'DUNHILL','120',-2.00,'2025-06-08 22:20:05','69.00','6','newstock','1','','',0.0000,'','1','67','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1282,'FISH DRYFRY','30',-1.00,'2025-06-08 22:19:53','10000.00','11','newstock','1','','',0.0000,'','1','9999','1','1','30','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1283,'CHIPS MASALA','48',-1.00,'2025-06-08 22:20:14','10000.00','6','newstock','1','','',0.0000,'','1','9999','1','1','48','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1284,'SAUSAGE (PAIR)','3',-1.00,'2025-06-08 22:20:49','9990.00','6','newstock','1','','',0.0000,'','1','9989','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1285,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-08 22:52:17','2.00','6','newstock','1','','',0.0000,'','1','1','1','1','193','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1286,'BLACK AND WHITE -375','96',-1.00,'2025-06-08 22:52:30','3.00','6','newstock','1','','',0.0000,'','1','2','1','1','96','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1287,'KACHUMBARI','35',-1.00,'2025-06-08 23:02:29','9996.00','6','newstock','1','','',0.0000,'','1','9995','1','1','35','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1288,'COCKTAIL','244',-2.00,'2025-06-08 23:04:51','9993.00','6','newstock','1','','',0.0000,'','1','9991','1','1','244','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1289,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-08 23:11:32','9993.00','11','newstock','1','','',0.0000,'','1','9992','1','1','23','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1290,'UGALI','45',-1.00,'2025-06-08 23:12:12','9844.00','11','newstock','1','','',0.0000,'','1','9843','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1291,'SODA-BOTTLE','195',-1.00,'2025-06-08 23:12:36','15.00','11','newstock','1','','',0.0000,'','1','14','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1292,'SODA-BOTTLE','195',-1.00,'2025-06-08 23:13:33','14.00','11','newstock','1','','',0.0000,'','1','13','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1293,'CHROME-GIN 250','113',-1.00,'2025-06-08 23:13:56','10.00','11','newstock','1','','',0.0000,'','1','9','1','1','113','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1294,'PREDATOR','178',-1.00,'2025-06-08 23:14:22','88.00','11','newstock','1','','',0.0000,'','1','87','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1295,'KENYA CANE-750','155',-1.00,'2025-06-08 23:14:34','4.00','11','newstock','1','','',0.0000,'','1','3','1','1','155','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1296,'SODA-BOTTLE','195',-1.00,'2025-06-08 23:14:58','13.00','11','newstock','1','','',0.0000,'','1','12','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1297,'melkan 1.5 litres','272',-1.00,'2025-06-08 23:15:14','105.00','11','newstock','1','','',0.0000,'','1','104','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1298,'PREDATOR','178',-1.00,'2025-06-08 23:15:29','87.00','11','newstock','1','','',0.0000,'','1','86','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1299,'ROOM 2','250',-1.00,'2025-06-08 23:44:12','9989.00','5','newstock','1','','',0.0000,'','1','9988','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1300,'WHITECAP-BOTTLE','218',-4.00,'2025-06-08 23:45:02','26.00','5','newstock','1','','',0.0000,'','1','22','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1301,'GUINESS-BOTTLE','136',-4.00,'2025-06-08 23:45:21','58.00','5','newstock','1','','',0.0000,'','1','54','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1302,'melkan 1.5 litres','272',-1.00,'2025-06-08 23:45:37','104.00','5','newstock','1','','',0.0000,'','1','103','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1303,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-08 23:46:25','9997.00','5','newstock','1','','',0.0000,'','1','9996','1','1','26','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1304,'UGALI','45',-2.00,'2025-06-08 23:46:36','9843.00','5','newstock','1','','',0.0000,'','1','9841','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1305,'J.B 750 ML','144',-1.00,'2025-06-08 23:47:33','2.00','5','newstock','1','','',0.0000,'','1','1','1','1','144','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1306,'GILBEYS-350','125',-1.00,'2025-06-08 23:47:50','12.00','5','newstock','1','','',0.0000,'','1','11','1','1','125','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1307,'melkan 1.5 litres','272',-1.00,'2025-06-08 23:48:09','103.00','5','newstock','1','','',0.0000,'','1','102','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1308,'BLACK ICE CAN','99',-4.00,'2025-06-08 23:48:40','16.00','5','newstock','1','','',0.0000,'','1','12','1','1','99','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1309,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-08 23:49:07','69.00','5','newstock','1','','',0.0000,'','1','67','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1310,'GUINESS-BOTTLE','136',-1.00,'2025-06-08 23:49:19','54.00','5','newstock','1','','',0.0000,'','1','53','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1311,'CHIPS','47',-1.00,'2025-06-08 23:50:02','9961.00','5','newstock','1','','',0.0000,'','1','9960','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1312,'GOAT CHOMA 1/4','79',-1.00,'2025-06-08 23:50:57','9986.00','5','newstock','1','','',0.0000,'','1','9985','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1313,'UGALI','45',-1.00,'2025-06-08 23:51:10','9841.00','5','newstock','1','','',0.0000,'','1','9840','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1314,'DUNHILL','120',-2.00,'2025-06-08 23:52:21','67.00','4','newstock','1','','',0.0000,'','1','65','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1315,'SODA-BOTTLE','195',-1.00,'2025-06-08 23:54:59','12.00','6','newstock','1','','',0.0000,'','1','11','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1316,'PREDATOR','178',-1.00,'2025-06-08 23:55:11','86.00','6','newstock','1','','',0.0000,'','1','85','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1317,'CHROME-GIN 250','113',-1.00,'2025-06-09 00:21:41','9.00','4','newstock','1','','',0.0000,'','1','8','1','1','113','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1318,'CHROME-VODKA 250','115',-1.00,'2025-06-09 00:22:02','45.00','4','newstock','1','','',0.0000,'','1','44','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1319,'PREDATOR','178',-1.00,'2025-06-09 00:22:10','85.00','4','newstock','1','','',0.0000,'','1','84','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1320,'GUARANA CAN','134',-2.00,'2025-06-09 00:25:49','5.00','5','newstock','1','','',0.0000,'','1','3','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1321,'BLACK ICE CAN','99',-1.00,'2025-06-09 00:25:58','12.00','5','newstock','1','','',0.0000,'','1','11','1','1','99','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1322,'SNAPP CAN','192',-1.00,'2025-06-09 00:26:06','19.00','5','newstock','1','','',0.0000,'','1','18','1','1','192','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1323,'TUSKER-LAGER-BOTTLE','209',-3.00,'2025-06-09 00:26:37','67.00','5','newstock','1','','',0.0000,'','1','64','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1324,'GUINESS-BOTTLE','136',-2.00,'2025-06-09 00:26:48','53.00','5','newstock','1','','',0.0000,'','1','51','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1325,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-09 00:27:26','3.00','5','newstock','1','','',0.0000,'','1','2','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1326,'CHROME-VODKA 250','115',-1.00,'2025-06-09 00:28:12','44.00','5','newstock','1','','',0.0000,'','1','43','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1327,'melkan 1.5 litres','272',-1.00,'2025-06-09 00:28:21','102.00','5','newstock','1','','',0.0000,'','1','101','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1328,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-09 00:29:06','9973.00','5','newstock','1','','',0.0000,'','1','9972','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1329,'UGALI','45',-1.00,'2025-06-09 00:29:12','9840.00','5','newstock','1','','',0.0000,'','1','9839','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1330,'BLACK ICE CAN','99',-2.00,'2025-06-09 00:34:04','11.00','6','newstock','1','','',0.0000,'','1','9','1','1','99','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1331,'WHITECAP-BOTTLE','218',-1.00,'2025-06-09 00:35:10','22.00','6','newstock','1','','',0.0000,'','1','21','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1332,'KENYA CANE 350','153',-1.00,'2025-06-09 00:37:56','4.00','6','newstock','1','','',0.0000,'','1','3','1','1','153','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1333,'SAUSAGE (PAIR)','3',-2.00,'2025-06-09 00:38:29','9989.00','6','newstock','1','','',0.0000,'','1','9987','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1334,'KENYA CANE 350','153',-1.00,'2025-06-09 00:43:28','3.00','6','newstock','1','','',0.0000,'','1','2','1','1','153','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1335,'BLACK ICE-BOTTLE','100',-1.00,'2025-06-09 00:43:52','14.00','6','newstock','1','','',0.0000,'','1','13','1','1','100','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1336,'WHITECAP CAN','217',-2.00,'2025-06-09 00:45:27','18.00','6','newstock','1','','',0.0000,'','1','16','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1337,'CHIPS','47',1.00,'2025-06-09 01:01:23','9960.00','17','newstock','1','','',0.0000,'','1','9961','1','1','47','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1338,'CHICKEN KIENYEJI 1/4','52',1.00,'2025-06-09 01:01:26','9993.00','17','newstock','1','','',0.0000,'','1','9994','1','1','52','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1339,'CHIPS','47',1.00,'2025-06-09 01:01:37','9961.00','17','newstock','1','','',0.0000,'','1','9962','1','1','47','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1340,'SODA-BOTTLE','195',-1.00,'2025-06-09 01:03:39','11.00','5','newstock','1','','',0.0000,'','1','10','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1341,'CHROME-VODKA 250','115',-1.00,'2025-06-09 01:05:40','43.00','4','newstock','1','','',0.0000,'','1','42','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1342,'PREDATOR','178',-1.00,'2025-06-09 01:05:47','84.00','4','newstock','1','','',0.0000,'','1','83','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1343,'GOAT CHOMA 1/4','79',-3.00,'2025-06-09 01:08:10','9985.00','14','newstock','1','','',0.0000,'','1','9982','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1344,'UGALI','45',-2.00,'2025-06-09 01:08:41','9839.00','14','newstock','1','','',0.0000,'','1','9837','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1345,'COCKTAIL','244',-1.00,'2025-06-09 01:09:32','9991.00','6','newstock','1','','',0.0000,'','1','9990','1','1','244','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1346,'DUNHILL','120',-2.00,'2025-06-09 01:10:03','65.00','6','newstock','1','','',0.0000,'','1','63','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1347,'TUSKER CIDER-BOTTLE','',5.00,'2025-06-09 01:10:59','0.00','14','newstock','1','','',225.0000,'','1','5','internal','1','205','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1348,'TUSKER CIDER-BOTTLE','205',-2.00,'2025-06-09 01:11:12','5.00','14','newstock','1','','',0.0000,'','1','3','1','1','205','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1349,'melkan 1.5 litres','272',-1.00,'2025-06-09 01:11:55','101.00','6','newstock','1','','',0.0000,'','1','100','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1350,'PREDATOR','178',-1.00,'2025-06-09 01:12:13','83.00','6','newstock','1','','',0.0000,'','1','82','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1351,'LEMONADE','160',-1.00,'2025-06-09 01:12:42','57.00','6','newstock','1','','',0.0000,'','1','56','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1352,'WHITECAP-BOTTLE','218',-1.00,'2025-06-09 01:13:14','21.00','6','newstock','1','','',0.0000,'','1','20','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1353,'PREDATOR','178',-1.00,'2025-06-09 01:13:38','82.00','6','newstock','1','','',0.0000,'','1','81','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1354,'SAVANNAH CIDER','188',-2.00,'2025-06-09 01:13:51','16.00','6','newstock','1','','',0.0000,'','1','14','1','1','188','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1355,'GOAT CHOMA 1/4','79',-1.00,'2025-06-09 01:14:05','9982.00','6','newstock','1','','',0.0000,'','1','9981','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1356,'BLACK ICE CAN','99',-1.00,'2025-06-09 01:11:29','9.00','14','newstock','1','','',0.0000,'','1','8','1','1','99','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1357,'UGALI','45',-1.00,'2025-06-09 01:14:26','9837.00','6','newstock','1','','',0.0000,'','1','9836','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1358,'HUNTERS CHOICE 345','140',-1.00,'2025-06-09 01:14:28','5.00','14','newstock','1','','',0.0000,'','1','4','1','1','140','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1359,'melkan 1.5 litres','272',-1.00,'2025-06-09 01:14:56','100.00','14','newstock','1','','',0.0000,'','1','99','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1360,'COUNTY SPIRIT 250ML','117',-2.00,'2025-06-09 01:15:58','2.00','6','newstock','1','','',0.0000,'','1','0','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1361,'SODA-BOTTLE','195',-1.00,'2025-06-09 01:16:14','10.00','6','newstock','1','','',0.0000,'','1','9','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1362,'SODA-BOTTLE','195',-1.00,'2025-06-09 01:18:19','9.00','11','newstock','1','','',0.0000,'','1','8','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1363,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-09 01:18:35','9972.00','11','newstock','1','','',0.0000,'','1','9971','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1364,'UGALI','45',-1.00,'2025-06-09 01:19:12','9836.00','11','newstock','1','','',0.0000,'','1','9835','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1365,'WHITECAP-BOTTLE','218',-2.00,'2025-06-09 01:23:32','20.00','5','newstock','1','','',0.0000,'','1','18','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1366,'GUARANA CAN','134',-2.00,'2025-06-09 01:24:34','3.00','4','newstock','1','','',0.0000,'','1','1','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1367,'COUNTY SPIRIT 250ML','117',2.00,'2025-06-09 02:24:36','0.00','17','newstock','1','','',0.0000,'','1','2','1','1','117','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1368,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-09 02:26:39','2.00','6','newstock','1','','',0.0000,'','1','1','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1369,'JOSE CURVO GOLD TEQUILA 1 LTR','',-1.00,'2025-06-09 16:04:44','2.00','17','newstock','1','','',2809.0000,'','1','1','internal','1','224','','',0.00,'','3800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1370,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-09 16:09:28','9996.00','4','newstock','1','','',0.0000,'','1','9995','1','1','53','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1371,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-09 16:09:39','9994.00','4','newstock','1','','',0.0000,'','1','9993','1','1','52','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1372,'UGALI','45',-1.00,'2025-06-09 16:10:03','9835.00','4','newstock','1','','',0.0000,'','1','9834','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1373,'GREENS(KIENYEJI)','46',-1.00,'2025-06-09 16:10:11','9980.00','4','newstock','1','','',0.0000,'','1','9979','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1374,'JAMESON-1 LTR','',-1.00,'2025-06-09 16:11:59','1.00','17','newstock','1','','',3500.0000,'','1','0','internal','1','146','','',0.00,'','5000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1375,'Jameson 750ML','',2.00,'2025-06-09 16:12:41','0.00','17','newstock','1','','',2500.0000,'','1','2','internal','1','249','','',0.00,'','3500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1376,'GORDONS 750ML','',-2.00,'2025-06-09 16:16:04','2.00','17','newstock','1','','',2020.0000,'','1','0','internal','1','131','','',0.00,'','2500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1377,'WHITECAP-BOTTLE','218',-2.00,'2025-06-09 17:06:07','18.00','4','newstock','1','','',0.0000,'','1','16','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1378,'BLACK ICE-BOTTLE','100',-2.00,'2025-06-09 17:06:20','13.00','4','newstock','1','','',0.0000,'','1','11','1','1','100','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1379,'GUINESS-BOTTLE','136',-2.00,'2025-06-09 17:06:50','51.00','4','newstock','1','','',0.0000,'','1','49','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1380,'melkan 1.5 litres','272',-1.00,'2025-06-09 17:07:14','99.00','4','newstock','1','','',0.0000,'','1','98','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1381,'FOUR COUSINS-RED','122',-1.00,'2025-06-09 17:07:30','2.00','4','newstock','1','','',0.0000,'','1','1','1','1','122','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1382,'REDBULL','180',-1.00,'2025-06-09 17:07:38','18.00','4','newstock','1','','',0.0000,'','1','17','1','1','180','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1383,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-09 17:08:32','9993.00','4','newstock','1','','',0.0000,'','1','9992','1','1','54','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1384,'UGALI','45',-1.00,'2025-06-09 17:08:43','9834.00','4','newstock','1','','',0.0000,'','1','9833','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1385,'GREENS(KIENYEJI)','46',-1.00,'2025-06-09 17:08:48','9979.00','4','newstock','1','','',0.0000,'','1','9978','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1386,'SAUSAGE (PAIR)','3',-1.00,'2025-06-09 17:09:15','9987.00','4','newstock','1','','',0.0000,'','1','9986','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1387,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-09 17:09:38','9971.00','4','newstock','1','','',0.0000,'','1','9970','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1388,'CHIPS','47',-1.00,'2025-06-09 17:09:47','9962.00','4','newstock','1','','',0.0000,'','1','9961','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1389,'WHITECAP-BOTTLE','218',-2.00,'2025-06-09 17:32:28','16.00','4','newstock','1','','',0.0000,'','1','14','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1390,'BALOZI-BOTTLE','',-4.00,'2025-06-09 17:32:59','403.00','17','newstock','1','','',175.0000,'','1','399','internal','1','89','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1391,'TUSKER-LAGER-BOTTLE','',-13.00,'2025-06-09 17:33:57','64.00','17','newstock','1','','',175.0000,'','1','51','internal','1','209','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1392,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-09 17:52:14','27.00','4','newstock','1','','',0.0000,'','1','25','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1393,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-09 17:52:29','51.00','4','newstock','1','','',0.0000,'','1','49','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1394,'CHIPS','47',-1.00,'2025-06-09 17:57:34','9961.00','4','newstock','1','','',0.0000,'','1','9960','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1395,'WHITECAP-BOTTLE','218',-1.00,'2025-06-09 18:52:20','14.00','4','newstock','1','','',0.0000,'','1','13','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1396,'BLACK ICE-BOTTLE','100',-1.00,'2025-06-09 18:52:26','11.00','4','newstock','1','','',0.0000,'','1','10','1','1','100','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1397,'GRANTS-750','133',-1.00,'2025-06-09 18:57:14','2.00','4','newstock','1','','',0.0000,'','1','1','1','1','133','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1398,'CAPRICE RED _ DRY','105',-1.00,'2025-06-09 18:57:50','10.00','4','newstock','1','','',0.0000,'','1','9','1','1','105','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1399,'melkan 1.5 litres','272',-1.00,'2025-06-09 18:58:45','98.00','4','newstock','1','','',0.0000,'','1','97','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1400,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-09 18:59:06','1.00','4','newstock','1','','',0.0000,'','1','0','1','1','193','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1401,'MARAMOJA','162',-1.00,'2025-06-09 18:59:27','33.00','4','newstock','1','','',0.0000,'','1','32','1','1','162','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1402,'CHIPS MASALA','48',-1.00,'2025-06-09 19:05:14','9999.00','4','newstock','1','','',0.0000,'','1','9998','1','1','48','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1403,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-09 19:05:44','9993.00','4','newstock','1','','',0.0000,'','1','9992','1','1','52','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1404,'GUINESS-BOTTLE','136',-2.00,'2025-06-09 19:22:04','49.00','4','newstock','1','','',0.0000,'','1','47','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1405,'BALOZI-BOTTLE','89',-2.00,'2025-06-09 19:23:01','399.00','4','newstock','1','','',0.0000,'','1','397','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1406,'melkan 1.5 litres','272',-1.00,'2025-06-09 19:35:21','97.00','4','newstock','1','','',0.0000,'','1','96','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1407,'PREDATOR','178',-1.00,'2025-06-09 19:35:34','81.00','4','newstock','1','','',0.0000,'','1','80','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1408,'WHITECAP-BOTTLE','218',-2.00,'2025-06-09 19:36:01','13.00','4','newstock','1','','',0.0000,'','1','11','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1409,'melkan 1.5 litres','272',-1.00,'2025-06-09 19:36:12','96.00','4','newstock','1','','',0.0000,'','1','95','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1410,'GOAT WET/DRY FRY 1 KG ','27',-1.00,'2025-06-09 19:36:31','9999.00','4','newstock','1','','',0.0000,'','1','9998','1','1','27','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1411,'UGALI','45',-3.00,'2025-06-09 19:36:53','9833.00','4','newstock','1','','',0.0000,'','1','9830','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1412,'GREENS(KIENYEJI)','46',-2.00,'2025-06-09 19:39:08','9978.00','4','newstock','1','','',0.0000,'','1','9976','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1413,'WHITECAP-BOTTLE','218',-1.00,'2025-06-09 21:03:53','11.00','4','newstock','1','','',0.0000,'','1','10','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1414,'BLACK ICE-BOTTLE','100',-1.00,'2025-06-09 21:03:57','10.00','4','newstock','1','','',0.0000,'','1','9','1','1','100','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1415,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-09 21:04:30','9995.00','4','newstock','1','','',0.0000,'','1','9994','1','1','53','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1416,'UGALI','45',-2.00,'2025-06-09 21:05:08','9830.00','4','newstock','1','','',0.0000,'','1','9828','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1417,'GREENS(KIENYEJI)','46',-1.00,'2025-06-09 21:05:13','9976.00','4','newstock','1','','',0.0000,'','1','9975','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1418,'BALOZI-BOTTLE','89',-2.00,'2025-06-09 21:17:42','397.00','4','newstock','1','','',0.0000,'','1','395','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1419,'DELMONTE','119',-1.00,'2025-06-09 21:17:51','6.00','4','newstock','1','','',0.0000,'','1','5','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1420,'SODA-BOTTLE','195',-1.00,'2025-06-09 21:17:56','8.00','4','newstock','1','','',0.0000,'','1','7','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1421,'UGALI','45',-2.00,'2025-06-09 21:18:21','9828.00','4','newstock','1','','',0.0000,'','1','9826','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1422,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-09 21:18:49','9994.00','4','newstock','1','','',0.0000,'','1','9993','1','1','53','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1423,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-09 21:18:54','9992.00','4','newstock','1','','',0.0000,'','1','9991','1','1','52','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1424,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-09 21:19:53','49.00','4','newstock','1','','',0.0000,'','1','48','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1425,'GREENS(KIENYEJI)','46',-1.00,'2025-06-09 21:24:17','9975.00','4','newstock','1','','',0.0000,'','1','9974','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1426,'WHITECAP-BOTTLE','218',-1.00,'2025-06-09 22:05:15','10.00','4','newstock','1','','',0.0000,'','1','9','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1427,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-09 22:05:22','48.00','4','newstock','1','','',0.0000,'','1','47','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1428,'TUSKER CIDER -CAN','204',-1.00,'2025-06-09 22:05:36','7.00','4','newstock','1','','',0.0000,'','1','6','1','1','204','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1429,'TUSKER LITE-BOTTLE','208',-4.00,'2025-06-09 22:06:12','27.00','4','newstock','1','','',0.0000,'','1','23','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1430,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-09 22:07:03','9970.00','4','newstock','1','','',0.0000,'','1','9969','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1431,'UGALI','45',-1.00,'2025-06-09 22:07:13','9826.00','4','newstock','1','','',0.0000,'','1','9825','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1432,'BANANA-BOTTLE','90',-3.00,'2025-06-09 22:08:09','32.00','4','newstock','1','','',0.0000,'','1','29','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1433,'DUNHILL','120',-4.00,'2025-06-09 22:08:19','63.00','4','newstock','1','','',0.0000,'','1','59','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1434,'ROOMS','247',-1.00,'2025-06-09 22:20:29','9996.00','4','newstock','1','','',0.0000,'','1','9995','1','1','247','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1435,'ROOM 2','250',-2.00,'2025-06-09 23:51:05','9988.00','4','newstock','1','','',0.0000,'','1','9986','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1436,'WHITECAP CAN','217',-1.00,'2025-06-09 23:51:31','16.00','4','newstock','1','','',0.0000,'','1','15','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1437,'TUSKER LITE-BOTTLE','208',4.00,'2025-06-09 23:57:46','23.00','16','newstock','1','','',0.0000,'','1','27','1','1','208','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1438,'TUSKER LITE-BOTTLE','208',-3.00,'2025-06-09 23:58:29','27.00','4','newstock','1','','',0.0000,'','1','24','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1439,'ALL SEASONS 750','',1.00,'2025-06-10 08:53:26','0.00','16','newstock','1','','',1140.0000,'','1','1','internal','1','277','','',0.00,'','1500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1440,'ALL SEASONS 350','',1.00,'2025-06-10 08:53:35','0.00','16','newstock','1','','',557.0000,'','1','1','internal','1','276','','',0.00,'','700','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1441,'FAMOUS GROUSE 350','',1.00,'2025-06-10 09:03:05','0.00','16','newstock','1','','',986.0000,'','Main','1','Internal','Main','278','','',0.00,'','1400','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1442,'black& white','',-5.00,'2025-06-10 10:08:31','5.00','16','newstock','1','','',605.0000,'','1','0','internal','1','271','','',0.00,'','900','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1443,'CAPTAIN MORGAN RUM-750','',-2.00,'2025-06-10 10:13:51','2.00','16','newstock','1','','',0.0000,'','1','0','internal','1','109','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1444,'SPORT','196',-1.00,'2025-06-10 10:19:49','85.00','3','newstock','1','','',0.0000,'','1','84','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1445,'SODA-BOTTLE','',56.00,'2025-06-10 10:41:24','7.00','16','newstock','1','','',70.0000,'','1','63','internal','1','195','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1446,'BLACK ICE-BOTTLE','',11.00,'2025-06-10 10:41:39','9.00','16','newstock','1','','',165.0000,'','1','20','internal','1','100','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1447,'BLACK AND WHITE -375','',5.00,'2025-06-10 10:42:03','2.00','16','newstock','1','','',605.0000,'','1','7','internal','1','96','','',0.00,'','850','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1448,'HUNTERS CHOICE-250','',5.00,'2025-06-10 10:42:26','6.00','16','newstock','1','','',335.0000,'','1','11','internal','1','141','','',0.00,'','500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1449,'SODA PLASTIC BOTTLE 2LTRS','',2.00,'2025-06-10 10:42:44','0.00','16','newstock','1','','',230.0000,'','1','2','internal','1','193','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1450,'CAPTAIN MORGAN-750','',5.00,'2025-06-10 10:43:09','4.00','16','newstock','1','','',945.0000,'','1','9','internal','1','111','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1451,'CAPTAIN MORGAN-750','',-4.00,'2025-06-10 10:43:41','9.00','16','newstock','1','','',945.0000,'','1','5','internal','1','111','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1452,'CHROME-GIN 750','',1.00,'2025-06-10 10:44:23','4.00','16','newstock','1','','',585.0000,'','1','5','internal','1','114','','',0.00,'','850','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1453,'CHROME-VODKA 250','',1.00,'2025-06-10 10:44:44','42.00','16','newstock','1','','',217.0000,'','1','43','internal','1','115','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1454,'FOUR COUSINS-WHITE','',1.00,'2025-06-10 10:44:59','4.00','16','newstock','1','','',955.0000,'','1','5','internal','1','123','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1455,'GUINESS-BOTTLE','',1.00,'2025-06-10 10:45:32','47.00','16','newstock','1','','',210.0000,'','1','48','internal','1','136','','',0.00,'','260','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1456,'TRIPPLE ACE-750','',1.00,'2025-06-10 10:46:01','3.00','16','newstock','1','','',570.0000,'','1','4','internal','1','202','','',0.00,'','900','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1457,'VAT 69-350','',1.00,'2025-06-10 10:46:14','0.00','16','newstock','1','','',860.0000,'','1','1','internal','1','212','','',0.00,'','1000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1458,'melkan 1.5 litres','',-34.00,'2025-06-10 10:48:36','95.00','16','newstock','1','','',33.3000,'','1','61','internal','1','272','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1459,'SAFARI','',-83.00,'2025-06-10 10:48:53','92.00','16','newstock','1','','',8.0000,'','1','9','internal','1','187','','',0.00,'','15','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1460,'SAFARI','',60.00,'2025-06-10 10:49:55','9.00','16','newstock','1','','',8.0000,'','1','69','internal','1','187','','',0.00,'','15','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1461,'MELKAN/QUENCHER/SAFARI-500 ML','',-5.00,'2025-06-10 10:50:43','22.00','16','newstock','1','','',35.0000,'','1','17','internal','1','164','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1462,'MATCH BOX','',-17.00,'2025-06-10 10:51:04','33.00','16','newstock','1','','',5.0000,'','1','16','internal','1','163','','',0.00,'','10','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1463,'SPORT','',-16.00,'2025-06-10 10:51:21','84.00','16','newstock','1','','',14.0000,'','1','68','internal','1','196','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1464,'SODA PLASTIC BOTTLE 500ML','',-9.00,'2025-06-10 10:51:44','9.00','16','newstock','1','','',70.0000,'','1','0','internal','1','194','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1465,'DUNHILL','',-9.00,'2025-06-10 10:52:00','59.00','16','newstock','1','','',17.0000,'','1','50','internal','1','120','','',0.00,'','25','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1466,'CAPRICE RED _ DRY','',-9.00,'2025-06-10 10:52:24','9.00','16','newstock','1','','',970.0000,'','1','0','internal','1','105','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1467,'ROSTER','',-8.00,'2025-06-10 10:52:58','14.00','16','newstock','1','','',8.0000,'','1','6','internal','1','186','','',0.00,'','10','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1468,'BLACK ICE CAN','',-8.00,'2025-06-10 10:53:25','8.00','16','newstock','1','','',180.0000,'','1','0','internal','1','99','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1469,'PACKING TIN-LARGE','',-7.00,'2025-06-10 10:53:46','8.00','16','newstock','1','','',45.0000,'','1','1','internal','1','172','','',0.00,'','70','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1470,'WHITECAP-BOTTLE','',-5.00,'2025-06-10 10:55:38','9.00','16','newstock','1','','',200.0000,'','1','4','internal','1','218','','',0.00,'','260','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1471,'TUSKER LITE-BOTTLE','',-5.00,'2025-06-10 10:55:58','24.00','16','newstock','1','','',195.0000,'','1','19','internal','1','208','','',0.00,'','260','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1472,'SNAPP CAN','',-4.00,'2025-06-10 10:56:28','18.00','16','newstock','1','','',180.0000,'','1','14','internal','1','192','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1473,'PREDATOR','',-4.00,'2025-06-10 10:56:46','80.00','16','newstock','1','','',54.1700,'','1','76','internal','1','178','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1474,'MARAMOJA','',-4.00,'2025-06-10 10:57:17','32.00','16','newstock','1','','',15.0000,'','1','28','internal','1','162','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1475,'KINGFISHER BOTTLE','',-3.00,'2025-06-10 10:57:34','3.00','16','newstock','1','','',200.0000,'','1','0','internal','1','156','','',0.00,'','260','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1476,'ABSOLUTE BLUE VODKA 750ML','',-3.00,'2025-06-10 10:57:52','3.00','16','newstock','1','','',2357.0000,'','1','0','internal','1','84','','',0.00,'','2900','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1477,'WHITECAP CAN','',-2.00,'2025-06-10 10:58:08','15.00','16','newstock','1','','',225.0000,'','1','13','internal','1','217','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1478,'TUSKER CIDER-BOTTLE','',-2.00,'2025-06-10 10:58:28','3.00','16','newstock','1','','',225.0000,'','1','1','internal','1','205','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1479,'TUSKER CIDER -CAN','',-2.00,'2025-06-10 10:58:44','6.00','16','newstock','1','','',245.0000,'','1','4','internal','1','204','','',0.00,'','350','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1480,'PEPSI SODA PLASTIC 500ML','',-2.00,'2025-06-10 10:59:01','44.00','16','newstock','1','','',33.0000,'','1','42','internal','1','238','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1481,'LEMONADE','',2.00,'2025-06-10 11:07:30','56.00','16','newstock','1','','',41.6700,'','1','58','internal','1','160','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1482,'LEMONADE','',-4.00,'2025-06-10 11:07:46','58.00','16','newstock','1','','',41.6700,'','1','54','internal','1','160','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1483,'JOHNIE W RED-750','',-2.00,'2025-06-10 11:08:06','2.00','16','newstock','1','','',1734.0000,'','1','0','internal','1','150','','',0.00,'','2500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1484,'JOHNIE W RED-375','',-2.00,'2025-06-10 11:20:00','3.00','16','newstock','1','','',891.0000,'','1','1','internal','1','149','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1485,'GILBEYS-350','',-2.00,'2025-06-10 11:20:19','11.00','16','newstock','1','','',599.0000,'','1','9','internal','1','125','','',0.00,'','900','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1486,'TUSKER LAGER-CAN','',-1.00,'2025-06-10 11:20:33','7.00','16','newstock','1','','',203.0000,'','1','6','internal','1','206','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1487,'TRUST','',-1.00,'2025-06-10 11:20:50','24.00','16','newstock','1','','',70.0000,'','1','23','internal','1','203','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1488,'GUARANA CAN','',-1.00,'2025-06-10 11:22:19','1.00','16','newstock','1','','',180.0000,'','1','0','internal','1','134','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1489,'GILBEYS-250','',-1.00,'2025-06-10 11:22:34','3.00','16','newstock','1','','',423.0000,'','1','2','internal','1','124','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1490,'DELMONTE','',-1.00,'2025-06-10 11:22:49','5.00','16','newstock','1','','',250.0000,'','1','4','internal','1','119','','',0.00,'','400','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1491,'CHROME-GIN 250','',-1.00,'2025-06-10 11:23:04','9.00','16','newstock','1','','',217.0000,'','1','8','internal','1','113','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1492,'CELLAR CAST-WHITE 750ML','',-1.00,'2025-06-10 11:23:17','5.00','16','newstock','1','','',1040.0000,'','1','4','internal','1','112','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1493,'CELLAR CAST-RED 750ML','',-1.00,'2025-06-10 11:23:29','3.00','16','newstock','1','','',1040.0000,'','1','2','internal','1','235','','',0.00,'','1400','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1494,'CAPRICE-RED','',-1.00,'2025-06-10 11:23:43','1.00','16','newstock','1','','',970.0000,'','1','0','internal','1','107','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1495,'BEST WHISKY-750','',-1.00,'2025-06-10 11:23:58','4.00','16','newstock','1','','',1000.0000,'','1','3','internal','1','94','','',0.00,'','1800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1496,'BANANA-BOTTLE','',-1.00,'2025-06-10 11:24:15','29.00','16','newstock','1','','',74.0000,'','1','28','internal','1','90','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1497,'CAPTAIN MORGAN','',-2.00,'2025-06-10 11:32:40','2.00','16','newstock','1','','',700.0000,'','1','0','internal','1','261','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1498,'FAMOUS GROUSE 350','',1.00,'2025-06-10 11:33:46','0.00','16','newstock','1','','',986.0000,'','1','1','internal','1','278','','',0.00,'','1400','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1499,'SAUSAGE (PAIR)','3',-1.00,'2025-06-10 11:37:27','9986.00','3','newstock','1','','',0.0000,'','1','9985','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1500,'RED LABEL 250','',2.00,'2025-06-10 11:37:31','0.00','16','newstock','1','','',679.0000,'','1','2','internal','1','280','','',0.00,'','900','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1501,'TEA','10',-1.00,'2025-06-10 11:37:49','9984.00','3','newstock','1','','',0.0000,'','1','9983','1','1','10','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1502,'EGGS(BOILED/FRIED)','1',-1.00,'2025-06-10 11:38:00','9995.00','3','newstock','1','','',0.0000,'','1','9994','1','1','1','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1503,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-10 12:25:59','1.00','3','newstock','1','','',0.0000,'','1','0','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1504,'LEMONADE','160',-1.00,'2025-06-10 12:26:10','54.00','3','newstock','1','','',0.0000,'','1','53','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1505,'CHIPS','47',-1.00,'2025-06-10 12:46:10','9960.00','3','newstock','1','','',0.0000,'','1','9959','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1506,'PACKING TIN-LARGE','',1.00,'2025-06-10 14:07:33','0.00','16','newstock','1','','',45.0000,'','Main','1','Internal','Main','172','','',0.00,'','70','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1507,'SAVANNAH CIDER','188',-1.00,'2025-06-10 14:11:37','14.00','3','newstock','1','','',0.0000,'','1','13','1','1','188','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1508,'PACKING TIN-LARGE','172',-1.00,'2025-06-10 14:41:16','1.00','3','newstock','1','','',0.0000,'','1','0','1','1','172','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1509,'SAVANNAH CIDER','188',-1.00,'2025-06-10 15:51:47','13.00','3','newstock','1','','',0.0000,'','1','12','1','1','188','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1510,'PREDATOR','178',-3.00,'2025-06-10 15:52:12','76.00','3','newstock','1','','',0.0000,'','1','73','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1511,'BLACK ICE-BOTTLE','100',-1.00,'2025-06-10 16:50:55','20.00','3','newstock','1','','',0.0000,'','1','19','1','1','100','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1512,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-10 16:51:13','47.00','3','newstock','1','','',0.0000,'','1','46','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1513,'DUNHILL','120',-4.00,'2025-06-10 16:51:33','50.00','3','newstock','1','','',0.0000,'','1','46','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1514,'BALOZI-BOTTLE','89',-2.00,'2025-06-10 17:06:49','395.00','3','newstock','1','','',0.0000,'','1','393','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1515,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-10 17:16:48','46.00','3','newstock','1','','',0.0000,'','1','45','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1516,'BLACK ICE-BOTTLE','100',-1.00,'2025-06-10 17:16:59','19.00','3','newstock','1','','',0.0000,'','1','18','1','1','100','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1517,'REDBULL','180',-1.00,'2025-06-10 17:31:42','17.00','6','newstock','1','','',0.0000,'','1','16','1','1','180','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1518,'melkan 1.5 litres','272',-1.00,'2025-06-10 17:32:18','61.00','6','newstock','1','','',0.0000,'','1','60','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1519,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-10 17:47:54','5.00','3','newstock','1','','',0.0000,'','1','4','1','1','111','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1520,'melkan 1.5 litres','272',-1.00,'2025-06-10 17:48:44','60.00','3','newstock','1','','',0.0000,'','1','59','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1521,'DELMONTE','119',-1.00,'2025-06-10 17:50:42','4.00','3','newstock','1','','',0.0000,'','1','3','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1522,'PREDATOR','178',-1.00,'2025-06-10 17:51:07','73.00','3','newstock','1','','',0.0000,'','1','72','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1523,'KENYA CANE-250','154',-1.00,'2025-06-10 17:53:39','7.00','3','newstock','1','','',0.0000,'','1','6','1','1','154','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1524,'BALOZI-BOTTLE','89',-1.00,'2025-06-10 18:30:46','393.00','11','newstock','1','','',0.0000,'','1','392','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1525,'SPORT','196',-2.00,'2025-06-10 19:08:42','68.00','6','newstock','1','','',0.0000,'','1','66','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1526,'MATCH BOX','163',-1.00,'2025-06-10 19:09:20','16.00','6','newstock','1','','',0.0000,'','1','15','1','1','163','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1527,'GOAT CHOMA 1/2','80',-1.00,'2025-06-10 19:33:42','9996.00','6','newstock','1','','',0.0000,'','1','9995','1','1','80','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1528,'UGALI','45',-1.00,'2025-06-10 19:34:23','9825.00','6','newstock','1','','',0.0000,'','1','9824','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1529,'Vodka Tot','',100.00,'2025-06-10 19:41:23','0.00','16','newstock','1','','',20.0000,'','Main','100','Internal','Main','282','','',0.00,'','40','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1530,'Whisky Tot','',100.00,'2025-06-10 19:41:43','0.00','16','newstock','1','','',25.0000,'','Main','100','Internal','Main','281','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1531,'ALL SEASONS 250','275',-1.00,'2025-06-10 19:45:27','1.00','11','newstock','1','','',0.0000,'','1','0','1','1','275','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1532,'ALL SEASONS 250','275',-1.00,'2025-06-10 20:17:00','1.00','6','newstock','1','','',0.0000,'','1','0','1','1','275','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1533,'REDBULL','180',-1.00,'2025-06-10 20:18:22','16.00','6','newstock','1','','',0.0000,'','1','15','1','1','180','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1534,'REDBULL','180',-1.00,'2025-06-10 20:19:25','15.00','6','newstock','1','','',0.0000,'','1','14','1','1','180','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1535,'ALL SEASONS 250','275',-1.00,'2025-06-10 20:20:07','1.00','6','newstock','1','','',0.0000,'','1','0','1','1','275','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1536,'BALOZI-BOTTLE','89',-2.00,'2025-06-10 20:21:45','393.00','6','newstock','1','','',0.0000,'','1','391','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1537,'WHITECAP-BOTTLE','218',-1.00,'2025-06-10 20:22:03','4.00','6','newstock','1','','',0.0000,'','1','3','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1538,'BALOZI-BOTTLE','89',-2.00,'2025-06-10 20:22:17','391.00','6','newstock','1','','',0.0000,'','1','389','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1539,'WHITECAP CAN','217',-2.00,'2025-06-10 20:22:34','13.00','6','newstock','1','','',0.0000,'','1','11','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1540,'BALOZI-BOTTLE','89',-2.00,'2025-06-10 20:48:09','389.00','6','newstock','1','','',0.0000,'','1','387','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1541,'SAVANNAH CIDER','188',-2.00,'2025-06-10 20:56:02','12.00','6','newstock','1','','',0.0000,'','1','10','1','1','188','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1542,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-10 20:56:24','19.00','6','newstock','1','','',0.0000,'','1','17','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1543,'CHROME-GIN 250','113',-1.00,'2025-06-10 20:56:58','8.00','6','newstock','1','','',0.0000,'','1','7','1','1','113','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1544,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-10 21:40:45','9969.00','6','newstock','1','','',0.0000,'','1','9968','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1545,'UGALI','45',-1.00,'2025-06-10 21:41:39','9824.00','6','newstock','1','','',0.0000,'','1','9823','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1546,'melkan 1.5 litres','272',-1.00,'2025-06-10 21:42:14','59.00','6','newstock','1','','',0.0000,'','1','58','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1547,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-10 21:43:25','9993.00','6','newstock','1','','',0.0000,'','1','9992','1','1','53','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1548,'UGALI','45',-1.00,'2025-06-10 21:43:49','9823.00','6','newstock','1','','',0.0000,'','1','9822','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1549,'CHROME-VODKA 250','115',-1.00,'2025-06-10 21:43:59','43.00','6','newstock','1','','',0.0000,'','1','42','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1550,'PREDATOR','178',-1.00,'2025-06-10 21:44:16','72.00','6','newstock','1','','',0.0000,'','1','71','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1551,'GREENS(KIENYEJI)','46',-1.00,'2025-06-10 21:47:30','9974.00','6','newstock','1','','',0.0000,'','1','9973','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1552,'GOAT CHOMA 1/2','80',-1.00,'2025-06-10 21:57:07','9995.00','6','newstock','1','','',0.0000,'','1','9994','1','1','80','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1553,'UGALI','45',-1.00,'2025-06-10 21:57:21','9822.00','6','newstock','1','','',0.0000,'','1','9821','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1554,'SAVANNAH CIDER','188',-1.00,'2025-06-10 21:57:36','10.00','6','newstock','1','','',0.0000,'','1','9','1','1','188','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1555,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-10 21:57:48','17.00','6','newstock','1','','',0.0000,'','1','16','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1556,'VAT 69-750','213',-1.00,'2025-06-10 22:42:57','4.00','6','newstock','1','','',0.0000,'','1','3','1','1','213','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1557,'melkan 1.5 litres','272',-1.00,'2025-06-10 22:43:11','58.00','6','newstock','1','','',0.0000,'','1','57','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1558,'VAT 69-350','212',-1.00,'2025-06-10 22:43:29','1.00','6','newstock','1','','',0.0000,'','1','0','1','1','212','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1559,'PREDATOR','178',-1.00,'2025-06-10 22:43:41','71.00','6','newstock','1','','',0.0000,'','1','70','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1560,'GOAT CHOMA 1/2','80',1.00,'2025-06-10 23:23:44','9994.00','16','newstock','1','','',0.0000,'','1','9995','1','1','80','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1561,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-10 23:25:47','9996.00','6','newstock','1','','',0.0000,'','1','9995','1','1','26','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1562,'SAMOSA','5',-2.00,'2025-06-10 23:59:04','10000.00','6','newstock','1','','',0.0000,'','1','9998','1','1','5','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1563,'SAFARI','187',-2.00,'2025-06-11 00:00:53','69.00','6','newstock','1','','',0.0000,'','1','67','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1564,'BANANA-BOTTLE','90',-2.00,'2025-06-11 00:01:26','28.00','6','newstock','1','','',0.0000,'','1','26','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1565,'WHITECAP-BOTTLE','218',-2.00,'2025-06-11 00:02:00','3.00','6','newstock','1','','',0.0000,'','1','1','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1566,'BANANA-BOTTLE','90',-2.00,'2025-06-11 00:02:38','26.00','6','newstock','1','','',0.0000,'','1','24','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1567,'BALOZI-BOTTLE','89',-2.00,'2025-06-11 00:03:32','387.00','6','newstock','1','','',0.0000,'','1','385','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1568,'SAVANNAH CIDER','188',-1.00,'2025-06-11 00:04:20','9.00','6','newstock','1','','',0.0000,'','1','8','1','1','188','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1569,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-11 12:59:55','9995.00','3','newstock','1','','',0.0000,'','1','9994','1','1','26','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1570,'UGALI','45',-1.00,'2025-06-11 13:02:50','9821.00','3','newstock','1','','',0.0000,'','1','9820','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1571,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-11 13:03:57','9992.00','3','newstock','1','','',0.0000,'','1','9991','1','1','53','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1572,'CHIPS','47',-1.00,'2025-06-11 13:04:25','9959.00','3','newstock','1','','',0.0000,'','1','9958','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1573,'SODA-BOTTLE','195',-1.00,'2025-06-11 13:05:11','63.00','3','newstock','1','','',0.0000,'','1','62','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1574,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-11 13:05:47','45.00','3','newstock','1','','',0.0000,'','1','43','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1575,'ROOM 2','250',-1.00,'2025-06-11 13:06:51','9986.00','3','newstock','1','','',0.0000,'','1','9985','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1576,'melkan 1.5 litres','272',-1.00,'2025-06-11 13:54:35','57.00','3','newstock','1','','',0.0000,'','1','56','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1577,'TUSKER LAGER-CAN','206',-6.00,'2025-06-11 14:04:51','6.00','3','newstock','1','','',0.0000,'','1','0','1','1','206','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1578,'SODA-BOTTLE','195',-1.00,'2025-06-11 14:16:44','62.00','3','newstock','1','','',0.0000,'','1','61','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1579,'melkan 1.5 litres','272',-1.00,'2025-06-11 15:22:00','56.00','3','newstock','1','','',0.0000,'','1','55','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1580,'BLACK AND WHITE -375','96',-1.00,'2025-06-11 15:22:28','7.00','3','newstock','1','','',0.0000,'','1','6','1','1','96','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1581,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-11 15:22:58','9994.00','3','newstock','1','','',0.0000,'','1','9993','1','1','26','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1582,'ROOM 2','250',-1.00,'2025-06-11 15:48:55','9985.00','3','newstock','1','','',0.0000,'','1','9984','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1583,'KACHUMBARI','35',-1.00,'2025-06-11 16:04:13','9995.00','3','newstock','1','','',0.0000,'','1','9994','1','1','35','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1584,'SODA-BOTTLE','195',-1.00,'2025-06-11 16:59:11','61.00','3','newstock','1','','',0.0000,'','1','60','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1585,'SODA-BOTTLE','195',-1.00,'2025-06-11 16:59:57','60.00','3','newstock','1','','',0.0000,'','1','59','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1586,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-11 17:15:05','9968.00','3','newstock','1','','',0.0000,'','1','9967','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1587,'TRUST','203',-1.00,'2025-06-11 17:31:08','23.00','3','newstock','1','','',0.0000,'','1','22','1','1','203','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1588,'CHROME-VODKA 250','115',-2.00,'2025-06-11 18:25:29','42.00','3','newstock','1','','',0.0000,'','1','40','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1589,'WHITECAP-BOTTLE','218',-1.00,'2025-06-11 18:27:22','1.00','5','newstock','1','','',0.0000,'','1','0','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1590,'PREDATOR','178',-1.00,'2025-06-11 18:30:17','70.00','5','newstock','1','','',0.0000,'','1','69','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1591,'CHIPS','47',-1.00,'2025-06-11 18:33:45','9958.00','5','newstock','1','','',0.0000,'','1','9957','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1592,'CHIPS','47',-1.00,'2025-06-11 18:34:41','9957.00','5','newstock','1','','',0.0000,'','1','9956','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1593,'CHIPS','47',-1.00,'2025-06-11 18:35:55','9956.00','5','newstock','1','','',0.0000,'','1','9955','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1594,'JOHNNIE W RED 250ML','179',-1.00,'2025-06-11 19:12:12','1.00','5','newstock','1','','',0.0000,'','1','0','1','1','179','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1595,'TUSKER CIDER -CAN','204',-1.00,'2025-06-11 19:30:55','4.00','5','newstock','1','','',0.0000,'','1','3','1','1','204','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1596,'WHITECAP CAN','217',-1.00,'2025-06-11 19:31:16','11.00','5','newstock','1','','',0.0000,'','1','10','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1597,'TUSKER CIDER -CAN','204',-1.00,'2025-06-11 19:31:31','3.00','5','newstock','1','','',0.0000,'','1','2','1','1','204','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1598,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-11 19:40:24','2.00','5','newstock','1','','',0.0000,'','1','1','1','1','118','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1599,'CHROME-GIN 750','114',-1.00,'2025-06-11 19:41:09','5.00','5','newstock','1','','',0.0000,'','1','4','1','1','114','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1600,'PREDATOR','178',-3.00,'2025-06-11 19:41:34','69.00','5','newstock','1','','',0.0000,'','1','66','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1601,'melkan 1.5 litres','272',-1.00,'2025-06-11 19:42:22','55.00','5','newstock','1','','',0.0000,'','1','54','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1602,'TRUST','203',-1.00,'2025-06-11 20:43:59','22.00','5','newstock','1','','',0.0000,'','1','21','1','1','203','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1603,'BALOZI-BOTTLE','89',-3.00,'2025-06-11 21:10:58','385.00','5','newstock','1','','',0.0000,'','1','382','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1604,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-11 21:12:31','2.00','5','newstock','1','','',0.0000,'','1','1','1','1','118','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1605,'LEMONADE','160',-1.00,'2025-06-11 21:12:42','53.00','5','newstock','1','','',0.0000,'','1','52','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1606,'PREDATOR','178',-1.00,'2025-06-11 21:12:47','66.00','5','newstock','1','','',0.0000,'','1','65','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1607,'CHIPS','47',-1.00,'2025-06-11 21:24:40','9955.00','5','newstock','1','','',0.0000,'','1','9954','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1608,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-11 21:25:35','9967.00','5','newstock','1','','',0.0000,'','1','9966','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1609,'UGALI','45',-1.00,'2025-06-11 21:25:45','9820.00','5','newstock','1','','',0.0000,'','1','9819','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1610,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-11 21:26:01','9966.00','5','newstock','1','','',0.0000,'','1','9965','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1611,'UGALI','45',-1.00,'2025-06-11 21:26:14','9819.00','5','newstock','1','','',0.0000,'','1','9818','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1612,'melkan 1.5 litres','272',-1.00,'2025-06-11 21:33:24','54.00','5','newstock','1','','',0.0000,'','1','53','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1613,'SODA-BOTTLE','195',-1.00,'2025-06-11 21:44:52','59.00','5','newstock','1','','',0.0000,'','1','58','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1614,'UGALI','45',-1.00,'2025-06-11 23:02:41','9818.00','5','newstock','1','','',0.0000,'','1','9817','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1615,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-11 23:03:06','9991.00','5','newstock','1','','',0.0000,'','1','9990','1','1','52','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1616,'BEST WHISKY-250','93',-1.00,'2025-06-11 23:04:20','6.00','5','newstock','1','','',0.0000,'','1','5','1','1','93','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1617,'LEMONADE','160',-1.00,'2025-06-11 23:04:27','52.00','5','newstock','1','','',0.0000,'','1','51','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1618,'CHROME-GIN 750','114',-1.00,'2025-06-11 23:05:01','4.00','5','newstock','1','','',0.0000,'','1','3','1','1','114','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1619,'CAPTAIN MORGAN-250','110',-1.00,'2025-06-11 23:05:13','6.00','5','newstock','1','','',0.0000,'','1','5','1','1','110','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1620,'BANANA-BOTTLE','90',-1.00,'2025-06-12 00:49:03','26.00','5','newstock','1','','',0.0000,'','1','25','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1621,'CAPTAIN MORGAN-250','110',-2.00,'2025-06-12 00:49:27','6.00','5','newstock','1','','',0.0000,'','1','4','1','1','110','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1622,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-12 00:49:52','43.00','5','newstock','1','','',0.0000,'','1','41','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1623,'TUSKER CIDER -CAN','204',-2.00,'2025-06-12 00:50:25','2.00','5','newstock','1','','',0.0000,'','1','0','1','1','204','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1624,'melkan 1.5 litres','272',-1.00,'2025-06-12 00:50:36','53.00','5','newstock','1','','',0.0000,'','1','52','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1625,'TRUST','203',-1.00,'2025-06-12 00:51:24','21.00','5','newstock','1','','',0.0000,'','1','20','1','1','203','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1626,'GUINESS-BOTTLE','136',-2.00,'2025-06-12 00:52:06','48.00','5','newstock','1','','',0.0000,'','1','46','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1627,'SODA-BOTTLE','195',-1.00,'2025-06-12 00:52:12','58.00','5','newstock','1','','',0.0000,'','1','57','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1628,'GOAT CHOMA 1/4','79',-1.00,'2025-06-12 00:55:25','9981.00','5','newstock','1','','',0.0000,'','1','9980','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1629,'UGALI','45',-1.00,'2025-06-12 00:56:02','9817.00','5','newstock','1','','',0.0000,'','1','9816','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1630,'ROOMS','247',-1.00,'2025-06-12 01:11:00','9995.00','5','newstock','1','','',0.0000,'','1','9994','1','1','247','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1631,'ROOM 2','250',-1.00,'2025-06-12 01:11:31','9984.00','5','newstock','1','','',0.0000,'','1','9983','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1632,'ROOM 2','250',-1.00,'2025-06-12 01:12:04','9983.00','5','newstock','1','','',0.0000,'','1','9982','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1633,'ROOM 2','250',-1.00,'2025-06-12 01:12:34','9982.00','5','newstock','1','','',0.0000,'','1','9981','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1634,'ROOM 2','250',-1.00,'2025-06-12 01:13:19','9981.00','5','newstock','1','','',0.0000,'','1','9980','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1635,'melkan 1.5 litres','272',-1.00,'2025-06-12 01:25:56','52.00','5','newstock','1','','',0.0000,'','1','51','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1636,'KENYA CANE 350','153',-1.00,'2025-06-12 01:27:19','2.00','5','newstock','1','','',0.0000,'','1','1','1','1','153','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1637,'melkan 1.5 litres','272',-1.00,'2025-06-12 01:27:31','51.00','5','newstock','1','','',0.0000,'','1','50','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1638,'SPORT','196',-2.00,'2025-06-12 01:47:05','66.00','5','newstock','1','','',0.0000,'','1','64','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1639,'SNAPP CAN','192',-3.00,'2025-06-12 01:47:46','14.00','5','newstock','1','','',0.0000,'','1','11','1','1','192','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1640,'WHITECAP CAN','217',-4.00,'2025-06-12 01:48:01','10.00','5','newstock','1','','',0.0000,'','1','6','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1641,'SODA-BOTTLE','195',-1.00,'2025-06-12 01:48:12','57.00','5','newstock','1','','',0.0000,'','1','56','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1642,'BALOZI-BOTTLE','89',-2.00,'2025-06-12 01:49:00','382.00','5','newstock','1','','',0.0000,'','1','380','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1643,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-12 01:49:20','41.00','5','newstock','1','','',0.0000,'','1','39','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1644,'SNAPP CAN','192',-3.00,'2025-06-12 01:49:39','11.00','5','newstock','1','','',0.0000,'','1','8','1','1','192','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1645,'WHITECAP CAN','217',-2.00,'2025-06-12 01:49:58','6.00','5','newstock','1','','',0.0000,'','1','4','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1646,'TUSKER-LAGER-BOTTLE','209',-3.00,'2025-06-12 02:07:42','39.00','5','newstock','1','','',0.0000,'','1','36','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1647,'WHITECAP CAN','217',-2.00,'2025-06-12 02:07:59','4.00','5','newstock','1','','',0.0000,'','1','2','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1648,'SNAPP CAN','192',-1.00,'2025-06-12 02:08:07','8.00','5','newstock','1','','',0.0000,'','1','7','1','1','192','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1649,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-12 14:18:20','36.00','3','newstock','1','','',0.0000,'','1','35','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1650,'SODA-BOTTLE','195',-1.00,'2025-06-12 15:09:09','56.00','3','newstock','1','','',0.0000,'','1','55','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1651,'LEMONADE','160',-1.00,'2025-06-12 16:49:12','51.00','5','newstock','1','','',0.0000,'','1','50','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1652,'PREDATOR','178',-2.00,'2025-06-12 16:49:21','65.00','5','newstock','1','','',0.0000,'','1','63','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1653,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-12 16:49:54','1.00','5','newstock','1','','',0.0000,'','1','0','1','1','118','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1654,'TEA','10',-1.00,'2025-06-12 17:44:59','9983.00','3','newstock','1','','',0.0000,'','1','9982','1','1','10','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1655,'BANANA-BOTTLE','90',-1.00,'2025-06-12 18:38:00','26.00','3','newstock','1','','',0.0000,'','1','25','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1656,'CHROME-GIN 250','',1.00,'2025-06-12 19:23:47','7.00','16','newstock','1','','',217.0000,'','1','8','internal','1','113','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1657,'CHROME-VODKA 250','',-1.00,'2025-06-12 19:41:34','40.00','16','newstock','1','','',217.0000,'','1','39','internal','1','115','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1658,'BANANA-BOTTLE','90',-2.00,'2025-06-12 19:52:56','25.00','6','newstock','1','','',0.0000,'','1','23','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1659,'DUNHILL','120',-2.00,'2025-06-12 20:08:25','46.00','6','newstock','1','','',0.0000,'','1','44','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1660,'MATCH BOX','163',-1.00,'2025-06-12 20:08:48','15.00','6','newstock','1','','',0.0000,'','1','14','1','1','163','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1661,'BANANA-BOTTLE','90',-1.00,'2025-06-12 20:43:19','23.00','6','newstock','1','','',0.0000,'','1','22','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1662,'PREDATOR','178',-1.00,'2025-06-12 20:43:36','63.00','6','newstock','1','','',0.0000,'','1','62','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1663,'SPORT','196',-2.00,'2025-06-12 20:53:05','64.00','5','newstock','1','','',0.0000,'','1','62','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1664,'DUNHILL','120',-2.00,'2025-06-12 21:08:17','44.00','6','newstock','1','','',0.0000,'','1','42','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1665,'ROOM 2','250',-1.00,'2025-06-12 21:34:09','9980.00','6','newstock','1','','',0.0000,'','1','9979','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1666,'ROOMS','247',-1.00,'2025-06-12 21:34:27','9994.00','6','newstock','1','','',0.0000,'','1','9993','1','1','247','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1667,'GUINESS-BOTTLE','136',-2.00,'2025-06-12 21:50:25','46.00','4','newstock','1','','',0.0000,'','1','44','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1668,'SNAPP CAN','192',-1.00,'2025-06-12 21:50:35','7.00','4','newstock','1','','',0.0000,'','1','6','1','1','192','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1669,'CAPRICE-WHITE','108',-1.00,'2025-06-12 22:06:04','5.00','4','newstock','1','','',0.0000,'','1','4','1','1','108','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1670,'REDBULL','180',-1.00,'2025-06-12 22:06:11','14.00','4','newstock','1','','',0.0000,'','1','13','1','1','180','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1671,'GOAT CHOMA 1/2','80',-1.00,'2025-06-12 22:07:10','9995.00','4','newstock','1','','',0.0000,'','1','9994','1','1','80','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1672,'CHIPS','47',-1.00,'2025-06-12 22:07:22','9954.00','4','newstock','1','','',0.0000,'','1','9953','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1673,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-12 22:33:40','9991.00','6','newstock','1','','',0.0000,'','1','9990','1','1','25','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1674,'UGALI','45',-1.00,'2025-06-12 22:34:03','9816.00','6','newstock','1','','',0.0000,'','1','9815','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1675,'SODA-BOTTLE','195',-1.00,'2025-06-12 22:34:20','55.00','6','newstock','1','','',0.0000,'','1','54','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1676,'ROOMS','247',-1.00,'2025-06-12 22:34:38','9993.00','6','newstock','1','','',0.0000,'','1','9992','1','1','247','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1677,'EGGS(BOILED/FRIED)','1',-1.00,'2025-06-12 22:36:19','9994.00','4','newstock','1','','',0.0000,'','1','9993','1','1','1','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1678,'UGALI','45',-1.00,'2025-06-12 22:36:27','9815.00','4','newstock','1','','',0.0000,'','1','9814','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1679,'TRUST','203',-1.00,'2025-06-12 22:41:24','20.00','4','newstock','1','','',0.0000,'','1','19','1','1','203','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1680,'UGALI','45',-1.00,'2025-06-12 23:04:55','9814.00','5','newstock','1','','',0.0000,'','1','9813','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1681,'GOAT CHOMA 1/4','79',-1.00,'2025-06-12 23:05:12','9980.00','5','newstock','1','','',0.0000,'','1','9979','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1682,'UGALI','45',-1.00,'2025-06-12 23:16:14','9813.00','5','newstock','1','','',0.0000,'','1','9812','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1683,'SPORT','196',-3.00,'2025-06-12 23:16:39','62.00','5','newstock','1','','',0.0000,'','1','59','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1684,'SMOKIES(PAIR)','15',-1.00,'2025-06-12 23:23:36','9994.00','6','newstock','1','','',0.0000,'','1','9993','1','1','15','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1685,'WHITECAP-BOTTLE','218',-1.00,'2025-06-13 00:05:52','1.00','5','newstock','1','','',0.0000,'','1','0','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1686,'VICEROY-750','216',-1.00,'2025-06-13 00:43:44','2.00','5','newstock','1','','',0.0000,'','1','1','1','1','216','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1687,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-13 00:44:36','9965.00','5','newstock','1','','',0.0000,'','1','9964','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1688,'UGALI','45',-1.00,'2025-06-13 00:44:43','9812.00','5','newstock','1','','',0.0000,'','1','9811','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1689,'BALOZI-BOTTLE','89',-4.00,'2025-06-13 02:15:31','380.00','17','newstock','1','','',0.0000,'','1','376','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1690,'SPORT','196',-1.00,'2025-06-13 02:15:54','59.00','17','newstock','1','','',0.0000,'','1','58','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1691,'ROOM 2','250',-4.00,'2025-06-13 02:17:17','9980.00','17','newstock','1','','',0.0000,'','1','9976','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1692,'BALOZI-BOTTLE','89',-4.00,'2025-06-13 02:24:07','376.00','17','newstock','1','','',0.0000,'','1','372','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1693,'BALOZI-BOTTLE','89',-4.00,'2025-06-13 02:58:16','372.00','17','newstock','1','','',0.0000,'','1','368','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1694,'SPORT','196',-1.00,'2025-06-13 03:12:54','58.00','17','newstock','1','','',0.0000,'','1','57','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1695,'BALOZI-BOTTLE','89',-3.00,'2025-06-13 03:50:19','368.00','17','newstock','1','','',0.0000,'','1','365','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1696,'SPORT','196',-1.00,'2025-06-13 03:57:04','57.00','17','newstock','1','','',0.0000,'','1','56','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1697,'BALOZI-BOTTLE','89',-4.00,'2025-06-13 04:32:20','365.00','17','newstock','1','','',0.0000,'','1','361','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1698,'BALOZI-BOTTLE','89',-4.00,'2025-06-13 04:56:36','361.00','17','newstock','1','','',0.0000,'','1','357','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1699,'SPORT','196',-1.00,'2025-06-13 04:56:53','56.00','17','newstock','1','','',0.0000,'','1','55','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1700,'SPORT','196',-1.00,'2025-06-13 05:31:08','55.00','17','newstock','1','','',0.0000,'','1','54','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1701,'BALOZI-BOTTLE','89',-4.00,'2025-06-13 05:39:13','357.00','17','newstock','1','','',0.0000,'','1','353','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1702,'BALOZI-BOTTLE','89',-1.00,'2025-06-13 05:47:41','353.00','17','newstock','1','','',0.0000,'','1','352','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1703,'BALOZI-BOTTLE','89',-1.00,'2025-06-13 05:50:32','352.00','17','newstock','1','','',0.0000,'','1','351','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1704,'DUNHILL','120',-2.00,'2025-06-13 05:56:51','42.00','17','newstock','1','','',0.0000,'','1','40','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1705,'SPORT','196',-1.00,'2025-06-13 06:04:03','54.00','17','newstock','1','','',0.0000,'','1','53','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1706,'BALOZI-BOTTLE','89',-2.00,'2025-06-13 06:09:17','351.00','17','newstock','1','','',0.0000,'','1','349','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1707,'BALOZI CAN','88',-2.00,'2025-06-13 06:33:08','31.00','17','newstock','1','','',0.0000,'','1','29','1','1','88','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1708,'SPORT','196',-1.00,'2025-06-13 06:45:48','53.00','17','newstock','1','','',0.0000,'','1','52','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1709,'ENO','243',-1.00,'2025-06-13 06:47:51','20.00','17','newstock','1','','',0.0000,'','1','19','1','1','243','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1710,'BALOZI-BOTTLE','89',-1.00,'2025-06-13 06:57:58','349.00','17','newstock','1','','',0.0000,'','1','348','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1711,'BALOZI-BOTTLE','89',-1.00,'2025-06-13 06:59:00','348.00','17','newstock','1','','',0.0000,'','1','347','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1712,'DUNHILL','120',-2.00,'2025-06-13 07:02:47','40.00','17','newstock','1','','',0.0000,'','1','38','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1713,'BALOZI-BOTTLE','89',-3.00,'2025-06-13 07:27:22','347.00','17','newstock','1','','',0.0000,'','1','344','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1714,'ROOM 2','250',-1.00,'2025-06-13 12:04:32','9976.00','3','newstock','1','','',0.0000,'','1','9975','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1715,'melkan 1.5 litres','272',-1.00,'2025-06-13 12:07:34','50.00','3','newstock','1','','',0.0000,'','1','49','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1716,'SNAPP CAN','192',-2.00,'2025-06-13 12:07:57','6.00','3','newstock','1','','',0.0000,'','1','4','1','1','192','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1717,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-13 12:08:31','9991.00','3','newstock','1','','',0.0000,'','1','9990','1','1','53','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1718,'WHITE RICE','37',-1.00,'2025-06-13 12:08:44','9999.00','3','newstock','1','','',0.0000,'','1','9998','1','1','37','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1719,'UGALI','45',-1.00,'2025-06-13 12:08:53','9811.00','3','newstock','1','','',0.0000,'','1','9810','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1720,'GREENS(KIENYEJI)','46',-1.00,'2025-06-13 12:17:11','9973.00','3','newstock','1','','',0.0000,'','1','9972','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1721,'SNAPP CAN','',4.00,'2025-06-13 13:49:10','4.00','16','newstock','1','','',180.0000,'','1','8','internal','1','192','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1722,'BLACK AND WHITE -375','96',-1.00,'2025-06-13 13:54:37','6.00','3','newstock','1','','',0.0000,'','1','5','1','1','96','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1723,'DUNHILL','120',-20.00,'2025-06-13 13:54:59','38.00','3','newstock','1','','',0.0000,'','1','18','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1724,'melkan 1.5 litres','272',-1.00,'2025-06-13 13:55:12','49.00','3','newstock','1','','',0.0000,'','1','48','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1725,'MATCH BOX','',-1.00,'2025-06-13 14:02:45','14.00','16','newstock','1','','',5.0000,'','1','13','internal','1','163','','',0.00,'','10','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1726,'SPORT','',1.00,'2025-06-13 14:07:57','52.00','16','newstock','1','','',14.0000,'','1','53','internal','1','196','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1727,'','1',20.00,'2025-06-13 14:11:35','1.00','16','newstock','1','161749812981','15',15.0000,'','1','21','supplier','1','172','','',0.00,'VATABLE','70','41.38','258.62','16.00','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1728,'TOASTED BREAD','4',-1.00,'2025-06-13 14:12:12','10000.00','3','newstock','1','','',0.0000,'','1','9999','1','1','4','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1729,'TEA','10',-1.00,'2025-06-13 14:12:23','9982.00','3','newstock','1','','',0.0000,'','1','9981','1','1','10','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1730,'EGGS(BOILED/FRIED)','1',-1.00,'2025-06-13 14:12:28','9993.00','3','newstock','1','','',0.0000,'','1','9992','1','1','1','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1731,'','1',20.00,'2025-06-13 14:12:47','0.00','16','newstock','1','161749812981','15',14.0000,'','1','20','supplier','1','171','','',0.00,'VATABLE','50','38.62','241.38','16.00','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1732,'MELKAN/QUENCHER/SAFARI-500 ML','164',-6.00,'2025-06-13 14:38:33','17.00','3','newstock','1','','',0.0000,'','1','11','1','1','164','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1733,'MELKAN/QUENCHER/SAFARI-500 ML','164',-6.00,'2025-06-13 14:39:23','11.00','3','newstock','1','','',0.0000,'','1','5','1','1','164','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1734,'JOHNNIE W RED 250ML','',-1.00,'2025-06-13 14:39:32','1.00','16','newstock','1','','',679.0000,'','1','0','internal','1','179','','',0.00,'','1500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1735,'DELMONTE','',-1.00,'2025-06-13 14:56:26','3.00','16','newstock','1','','',250.0000,'','1','2','internal','1','119','','',0.00,'','400','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1736,'TUSKER CIDER-BOTTLE','',-1.00,'2025-06-13 15:02:38','1.00','16','newstock','1','','',225.0000,'','1','0','internal','1','205','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1737,'JOHNNIE W RED-375','',1.00,'2025-06-13 15:03:09','1.00','16','newstock','1','','',891.0000,'','1','2','internal','1','149','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1738,'CELLAR CAST-RED 750ML','',1.00,'2025-06-13 15:03:38','2.00','16','newstock','1','','',1040.0000,'','1','3','internal','1','235','','',0.00,'','1400','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1739,'CELLAR CAST-RED 750ML','',1.00,'2025-06-13 15:03:51','3.00','16','newstock','1','','',1040.0000,'','1','4','internal','1','235','','',0.00,'','1400','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1740,'','1',96.00,'2025-06-13 15:28:15','54.00','16','newstock','1','161749817643','21',70.0000,'','1','150','supplier','1','195','','',0.00,'VATABLE','100','926.90','5793.10','16.00','','received',0,'0000-00-00 00:00:00','pcs','96',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1741,'','1',6.00,'2025-06-13 15:29:44','2.00','16','newstock','1','161749817643','21',230.0000,'','1','8','supplier','1','193','','',0.00,'VATABLE','300','190.34','1189.66','16.00','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1742,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-13 15:39:06','8.00','3','newstock','1','','',0.0000,'','1','7','1','1','193','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1743,'UGALI','45',-1.00,'2025-06-13 15:39:20','9810.00','3','newstock','1','','',0.0000,'','1','9809','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1744,'GREENS(KIENYEJI)','46',-1.00,'2025-06-13 15:39:25','9972.00','3','newstock','1','','',0.0000,'','1','9971','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1745,'CELLAR CAST-RED 750ML','',-1.00,'2025-06-13 15:40:38','4.00','16','newstock','1','','',1040.0000,'','1','3','internal','1','235','','',0.00,'','1400','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1746,'CELLAR CAST-WHITE 750ML','',1.00,'2025-06-13 15:40:52','4.00','16','newstock','1','','',1040.0000,'','1','5','internal','1','112','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1747,'MELKAN/QUENCHER/SAFARI-500 ML','',-3.00,'2025-06-13 15:51:39','5.00','16','newstock','1','','',35.0000,'','1','2','internal','1','164','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1748,'SODA-BOTTLE','195',-1.00,'2025-06-13 16:53:27','150.00','6','newstock','1','','',0.0000,'','1','149','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1749,'SODA-BOTTLE','195',-1.00,'2025-06-13 16:56:37','149.00','4','newstock','1','','',0.0000,'','1','148','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1750,'TEA','10',-1.00,'2025-06-13 16:57:31','9981.00','4','newstock','1','','',0.0000,'','1','9980','1','1','10','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1751,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-13 16:59:04','9990.00','4','newstock','1','','',0.0000,'','1','9989','1','1','53','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1752,'UGALI','45',-1.00,'2025-06-13 16:59:13','9809.00','4','newstock','1','','',0.0000,'','1','9808','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1753,'GILBEYS-350','125',-1.00,'2025-06-13 17:06:21','9.00','4','newstock','1','','',0.0000,'','1','8','1','1','125','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1754,'LEMONADE','160',-2.00,'2025-06-13 17:06:32','50.00','4','newstock','1','','',0.0000,'','1','48','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1755,'TEA','10',-2.00,'2025-06-13 17:07:14','9980.00','4','newstock','1','','',0.0000,'','1','9978','1','1','10','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1756,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-13 17:12:41','9992.00','4','newstock','1','','',0.0000,'','1','9991','1','1','54','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1757,'UGALI','45',-6.00,'2025-06-13 17:12:55','9808.00','4','newstock','1','','',0.0000,'','1','9802','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1758,'MATCH BOX','163',-2.00,'2025-06-13 17:14:13','13.00','4','newstock','1','','',0.0000,'','1','11','1','1','163','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1759,'TEA','10',-1.00,'2025-06-13 17:21:07','9978.00','4','newstock','1','','',0.0000,'','1','9977','1','1','10','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1760,'BEEF WET/DRY FRY 1/4','22',-3.00,'2025-06-13 17:31:31','9964.00','3','newstock','1','','',0.0000,'','1','9961','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1761,'UGALI','45',-4.00,'2025-06-13 17:31:45','9802.00','3','newstock','1','','',0.0000,'','1','9798','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1762,'VICEROY 375','214',-1.00,'2025-06-13 17:32:37','1.00','3','newstock','1','','',0.0000,'','1','0','1','1','214','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1763,'melkan 1.5 litres','272',-1.00,'2025-06-13 17:32:54','48.00','3','newstock','1','','',0.0000,'','1','47','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1764,'SODA-BOTTLE','195',-1.00,'2025-06-13 17:33:09','148.00','3','newstock','1','','',0.0000,'','1','147','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1765,'FISH WETFRY','28',-1.00,'2025-06-13 17:34:37','9998.00','8','newstock','1','','',0.0000,'','1','9997','1','1','28','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1766,'UGALI','45',-1.00,'2025-06-13 17:35:20','9798.00','8','newstock','1','','',0.0000,'','1','9797','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1767,'GREENS(KIENYEJI)','46',-1.00,'2025-06-13 17:35:42','9971.00','8','newstock','1','','',0.0000,'','1','9970','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1768,'GOAT WET/DRY FRY 1 KG ','27',-1.00,'2025-06-13 17:58:58','9998.00','6','newstock','1','','',0.0000,'','1','9997','1','1','27','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1769,'CHIPS','47',-2.00,'2025-06-13 17:59:32','9953.00','6','newstock','1','','',0.0000,'','1','9951','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1770,'UGALI','45',-1.00,'2025-06-13 17:59:46','9797.00','6','newstock','1','','',0.0000,'','1','9796','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1771,'UGALI','45',-1.00,'2025-06-13 17:59:46','9796.00','6','newstock','1','','',0.0000,'','1','9795','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1772,'GOAT CHOMA 1/2','80',-1.00,'2025-06-13 18:05:40','9994.00','8','newstock','1','','',0.0000,'','1','9993','1','1','80','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1773,'','1',25.00,'2025-06-13 18:24:31','16.00','16','newstock','1','161749828240','10',195.0000,'','1','41','supplier','1','208','','',0.00,'VATABLE','260','672.41','4202.59','16.00','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1774,'','1',25.00,'2025-06-13 18:24:47','35.00','16','newstock','1','161749828240','10',175.0000,'','1','60','supplier','1','209','','',0.00,'VATABLE','250','603.45','3771.55','16.00','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1775,'','1',25.00,'2025-06-13 18:25:04','44.00','16','newstock','1','161749828240','10',210.0000,'','1','69','supplier','1','136','','',0.00,'VATABLE','260','724.14','4525.86','16.00','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1776,'BALOZI-BOTTLE','89',-8.00,'2025-06-13 18:25:08','344.00','4','newstock','1','','',0.0000,'','1','336','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1777,'SPORT','196',-1.00,'2025-06-13 18:25:22','53.00','4','newstock','1','','',0.0000,'','1','52','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1778,'','1',24.00,'2025-06-13 18:27:43','0.00','16','newstock','1','161749828240','10',180.0000,'','1','24','supplier','1','134','','',0.00,'VATABLE','300','595.86','3724.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','24.00',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1779,'','1',24.00,'2025-06-13 18:27:59','0.00','16','newstock','1','161749828240','10',180.0000,'','1','24','supplier','1','176','','',0.00,'VATABLE','300','595.86','3724.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1780,'','1',24.00,'2025-06-13 18:28:18','2.00','16','newstock','1','161749828240','10',225.0000,'','1','26','supplier','1','217','','',0.00,'VATABLE','300','744.83','4655.17','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1781,'','1',5.00,'2025-06-13 18:29:16','0.00','16','newstock','1','161749828240','10',585.0000,'','1','5','supplier','1','116','','',0.00,'VATABLE','850','403.45','2521.55','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1782,'','1',10.00,'2025-06-13 18:29:42','4.00','16','newstock','1','161749828240','10',345.0000,'','1','14','supplier','1','110','','',0.00,'VATABLE','500','475.86','2974.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1783,'','1',10.00,'2025-06-13 18:29:54','0.00','16','newstock','1','161749828240','10',213.0000,'','1','10','supplier','1','151','','',0.00,'VATABLE','300','293.79','1836.21','16.00','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1784,'','1',5.00,'2025-06-13 18:30:11','0.00','16','newstock','1','161749828240','10',607.0000,'','1','5','supplier','1','152','','',0.00,'VATABLE','900','418.62','2616.38','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1785,'','1',5.00,'2025-06-13 18:30:26','2.00','16','newstock','1','161749828240','10',423.0000,'','1','7','supplier','1','124','','',0.00,'VATABLE','600','291.72','1823.28','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1786,'','1',5.00,'2025-06-13 18:30:42','2.00','16','newstock','1','161749828240','10',1300.0000,'','1','7','supplier','1','126','','',0.00,'VATABLE','1800','896.55','5603.45','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1787,'','1',5.00,'2025-06-13 18:31:03','1.00','16','newstock','1','161749828240','10',330.0000,'','1','6','supplier','1','153','','',0.00,'VATABLE','500','227.59','1422.41','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1788,'','1',2.00,'2025-06-13 18:31:17','3.00','16','newstock','1','161749828240','10',705.0000,'','1','5','supplier','1','155','','',0.00,'VATABLE','1000','194.48','1215.52','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1789,'','1',5.00,'2025-06-13 18:31:32','0.00','16','newstock','1','161749828240','10',310.0000,'','1','5','supplier','1','210','','',0.00,'VATABLE','400','213.79','1336.21','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1790,'','1',5.00,'2025-06-13 18:31:46','5.00','16','newstock','1','161749828240','10',310.0000,'','1','10','supplier','1','210','','',0.00,'VATABLE','400','213.79','1336.21','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1791,'','1',5.00,'2025-06-13 18:31:59','0.00','16','newstock','1','161749828240','10',465.0000,'','1','5','supplier','1','215','','',0.00,'VATABLE','600','320.69','2004.31','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1792,'','1',2.00,'2025-06-13 18:32:21','0.00','16','newstock','1','161749828240','10',1650.0000,'','1','2','supplier','1','147','','',0.00,'VATABLE','2200','455.17','2844.83','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1793,'','1',2.00,'2025-06-13 18:32:47','1.00','16','newstock','1','161749828240','10',3880.0000,'','1','3','supplier','1','234','','',0.00,'VATABLE','5000','1070.34','6689.66','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1794,'','1',3.00,'2025-06-13 18:33:11','3.00','16','newstock','1','161749828240','10',1000.0000,'','1','6','supplier','1','94','','',0.00,'VATABLE','1800','413.79','2586.21','16.00','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1795,'GILBEYS-750','126',-1.00,'2025-06-13 18:33:20','7.00','8','newstock','1','','',0.0000,'','1','6','1','1','126','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1796,'','1',12.00,'2025-06-13 18:33:25','2.00','16','newstock','1','161749828240','10',250.0000,'','1','14','supplier','1','119','','',0.00,'VATABLE','400','413.79','2586.21','16.00','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1797,'SODA-BOTTLE','195',-1.00,'2025-06-13 18:33:35','147.00','8','newstock','1','','',0.0000,'','1','146','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1798,'','1',3.00,'2025-06-13 18:33:38','0.00','16','newstock','1','161749828240','10',970.0000,'','1','3','supplier','1','105','','',0.00,'VATABLE','1300','401.38','2508.62','16.00','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1799,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-13 18:33:47','7.00','8','newstock','1','','',0.0000,'','1','6','1','1','193','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1800,'','1',4.00,'2025-06-13 18:33:58','1.00','16','newstock','1','161749828240','10',955.0000,'','1','5','supplier','1','122','','',0.00,'VATABLE','1300','526.90','3293.10','16.00','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1801,'','1',60.00,'2025-06-13 18:34:18','47.00','16','newstock','1','161749828240','10',33.3000,'','1','107','supplier','1','272','','',0.00,'VATABLE','100','275.59','1722.41','16.00','','received',0,'0000-00-00 00:00:00','pcs','60',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1802,'','1',25.00,'2025-06-13 18:34:31','0.00','16','newstock','1','161749828240','10',200.0000,'','1','25','supplier','1','218','','',0.00,'VATABLE','260','689.66','4310.34','16.00','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1803,'BALOZI-BOTTLE','89',-1.00,'2025-06-13 18:36:49','336.00','4','newstock','1','','',0.0000,'','1','335','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1804,'TEA','10',-1.00,'2025-06-13 18:37:05','9977.00','4','newstock','1','','',0.0000,'','1','9976','1','1','10','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1805,'DELMONTE','119',-1.00,'2025-06-13 18:46:14','14.00','6','newstock','1','','',0.0000,'','1','13','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1806,'BANANA-BOTTLE','90',-2.00,'2025-06-13 18:46:52','22.00','6','newstock','1','','',0.0000,'','1','20','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1807,'BALOZI-BOTTLE','89',-3.00,'2025-06-13 18:51:31','338.00','17','newstock','1','','',0.0000,'','1','335','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1808,'','1',72.00,'2025-06-13 18:52:26','2.00','16','newstock','1','161749829905','10',35.0000,'','1','74','supplier','1','164','','',0.00,'VATABLE','50','347.59','2172.41','16.00','','received',0,'0000-00-00 00:00:00','pcs','72',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1809,'BALOZI-BOTTLE','89',-3.00,'2025-06-13 18:52:39','338.00','16','newstock','1','','',0.0000,'','1','335','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1810,'BLACK AND WHITE -750','97',-1.00,'2025-06-13 18:54:19','4.00','8','newstock','1','','',0.0000,'','1','3','1','1','97','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1811,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-13 18:54:52','24.00','8','newstock','1','','',0.0000,'','1','23','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1812,'melkan 1.5 litres','272',-1.00,'2025-06-13 18:56:04','107.00','8','newstock','1','','',0.0000,'','1','106','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1813,'GRANTS-750','133',-1.00,'2025-06-13 18:58:04','1.00','3','newstock','1','','',0.0000,'','1','0','1','1','133','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1814,'CAPTAIN MORGAN-250','110',-1.00,'2025-06-13 18:58:18','14.00','3','newstock','1','','',0.0000,'','1','13','1','1','110','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1815,'CAPTAIN MORGAN-250','110',-1.00,'2025-06-13 18:58:41','13.00','3','newstock','1','','',0.0000,'','1','12','1','1','110','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1816,'SODA-BOTTLE','195',-1.00,'2025-06-13 18:59:00','146.00','3','newstock','1','','',0.0000,'','1','145','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1817,'melkan 1.5 litres','272',-1.00,'2025-06-13 18:59:24','106.00','3','newstock','1','','',0.0000,'','1','105','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1818,'SODA-BOTTLE','195',-1.00,'2025-06-13 19:04:36','145.00','3','newstock','1','','',0.0000,'','1','144','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1819,'GOAT CHOMA 1/4','79',-3.00,'2025-06-13 19:10:35','9979.00','3','newstock','1','','',0.0000,'','1','9976','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1820,'BALOZI-BOTTLE','89',-1.00,'2025-06-13 19:12:50','335.00','4','newstock','1','','',0.0000,'','1','334','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1821,'DELMONTE','119',-1.00,'2025-06-13 19:13:53','13.00','6','newstock','1','','',0.0000,'','1','12','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1822,'BANANA-BOTTLE','90',-3.00,'2025-06-13 19:14:51','20.00','6','newstock','1','','',0.0000,'','1','17','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1823,'BEEF WET/DRY FRY 1/4','22',-2.00,'2025-06-13 19:18:27','9961.00','8','newstock','1','','',0.0000,'','1','9959','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1824,'UGALI','45',-2.00,'2025-06-13 19:18:48','9796.00','8','newstock','1','','',0.0000,'','1','9794','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1825,'BANANA-BOTTLE','90',-1.00,'2025-06-13 19:24:23','17.00','6','newstock','1','','',0.0000,'','1','16','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1826,'DUNHILL','120',-2.00,'2025-06-13 19:24:42','18.00','6','newstock','1','','',0.0000,'','1','16','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1827,'BALOZI-BOTTLE','89',-2.00,'2025-06-13 19:25:50','334.00','4','newstock','1','','',0.0000,'','1','332','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1828,'CHROME-VODKA 750','116',-1.00,'2025-06-13 19:27:34','5.00','8','newstock','1','','',0.0000,'','1','4','1','1','116','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1829,'CHROME-GIN 750','114',-1.00,'2025-06-13 19:27:55','4.00','8','newstock','1','','',0.0000,'','1','3','1','1','114','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1830,'SPORT','196',-2.00,'2025-06-13 19:43:29','52.00','7','newstock','1','','',0.0000,'','1','50','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1831,'SPORT','196',-2.00,'2025-06-13 19:44:20','50.00','6','newstock','1','','',0.0000,'','1','48','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1832,'BALOZI-BOTTLE','89',-2.00,'2025-06-13 19:48:09','332.00','5','newstock','1','','',0.0000,'','1','330','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1833,'UGALI','45',-4.00,'2025-06-13 20:05:42','9794.00','5','newstock','1','','',0.0000,'','1','9790','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1834,'GOAT CHOMA 1 KG ','81',-1.00,'2025-06-13 20:05:58','9999.00','5','newstock','1','','',0.0000,'','1','9998','1','1','81','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1835,'SODA-BOTTLE','195',-1.00,'2025-06-13 20:12:16','144.00','4','newstock','1','','',0.0000,'','1','143','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1836,'ENO','243',-2.00,'2025-06-13 20:12:27','19.00','4','newstock','1','','',0.0000,'','1','17','1','1','243','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1837,'melkan 1.5 litres','272',-1.00,'2025-06-13 20:13:03','105.00','4','newstock','1','','',0.0000,'','1','104','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1838,'melkan 1.5 litres','272',-1.00,'2025-06-13 20:14:06','104.00','6','newstock','1','','',0.0000,'','1','103','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1839,'SPORT','196',-4.00,'2025-06-13 20:26:28','48.00','4','newstock','1','','',0.0000,'','1','44','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1840,'ROOM 2','250',-1.00,'2025-06-13 20:29:34','9975.00','4','newstock','1','','',0.0000,'','1','9974','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1841,'SODA-BOTTLE','195',-1.00,'2025-06-13 20:44:36','143.00','4','newstock','1','','',0.0000,'','1','142','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1842,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-13 20:49:58','60.00','8','newstock','1','','',0.0000,'','1','59','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1843,'melkan 1.5 litres','272',-1.00,'2025-06-13 20:50:14','103.00','8','newstock','1','','',0.0000,'','1','102','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1844,'GOAT CHOMA 1/2','80',-1.00,'2025-06-13 20:52:42','9993.00','8','newstock','1','','',0.0000,'','1','9992','1','1','80','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1845,'UGALI','45',-1.00,'2025-06-13 20:53:01','9790.00','8','newstock','1','','',0.0000,'','1','9789','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1846,'CHIPS','47',-2.00,'2025-06-13 21:06:06','9951.00','8','newstock','1','','',0.0000,'','1','9949','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1847,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-13 21:06:59','59.00','8','newstock','1','','',0.0000,'','1','58','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1848,'SAFARI','187',-2.00,'2025-06-13 21:07:47','67.00','5','newstock','1','','',0.0000,'','1','65','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1849,'SAUSAGE (PAIR)','3',-2.00,'2025-06-13 21:09:53','9985.00','8','newstock','1','','',0.0000,'','1','9983','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1850,'melkan 1.5 litres','272',-1.00,'2025-06-13 21:10:28','102.00','8','newstock','1','','',0.0000,'','1','101','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1851,'BALOZI-BOTTLE','89',-4.00,'2025-06-13 21:12:56','330.00','4','newstock','1','','',0.0000,'','1','326','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1852,'CAPRICE RED _ DRY','105',-1.00,'2025-06-13 21:13:08','3.00','4','newstock','1','','',0.0000,'','1','2','1','1','105','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1853,'ROOMS','247',-1.00,'2025-06-13 21:19:32','9992.00','4','newstock','1','','',0.0000,'','1','9991','1','1','247','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1854,'CHIPS','47',-1.00,'2025-06-13 21:20:47','9949.00','6','newstock','1','','',0.0000,'','1','9948','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1855,'CHIPS','47',-2.00,'2025-06-13 21:23:03','9948.00','6','newstock','1','','',0.0000,'','1','9946','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1856,'Service fee','266',-1.00,'2025-06-13 21:25:55','9998.00','6','newstock','1','','',0.0000,'','1','9997','1','1','266','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1857,'BALOZI-BOTTLE','89',-1.00,'2025-06-13 21:31:24','326.00','4','newstock','1','','',0.0000,'','1','325','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1858,'ROOM 2','250',-4.00,'2025-06-13 21:33:10','9974.00','17','newstock','1','','',0.0000,'','1','9970','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1859,'ROOM 2','250',-4.00,'2025-06-13 21:35:43','9974.00','4','newstock','1','','',0.0000,'','1','9970','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1860,'BALOZI CAN','88',-1.00,'2025-06-13 21:42:35','29.00','11','newstock','1','','',0.0000,'','1','28','1','1','88','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1861,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-13 21:43:19','9990.00','11','newstock','1','','',0.0000,'','1','9989','1','1','25','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1862,'BALOZI-BOTTLE','89',-2.00,'2025-06-13 21:44:24','325.00','11','newstock','1','','',0.0000,'','1','323','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1863,'GOAT WET/DRY FRY 1 KG ','27',-1.00,'2025-06-13 21:56:44','9997.00','5','newstock','1','','',0.0000,'','1','9996','1','1','27','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1864,'UGALI','45',-1.00,'2025-06-13 21:56:51','9789.00','5','newstock','1','','',0.0000,'','1','9788','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1865,'CHIPS','47',-2.00,'2025-06-13 21:57:51','9946.00','8','newstock','1','','',0.0000,'','1','9944','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1866,'GUINESS-BOTTLE','136',-1.00,'2025-06-13 21:58:59','69.00','8','newstock','1','','',0.0000,'','1','68','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1867,'GUINESS-BOTTLE','136',-2.00,'2025-06-13 21:59:22','69.00','8','newstock','1','','',0.0000,'','1','67','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1868,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-13 22:13:33','9990.00','4','newstock','1','','',0.0000,'','1','9989','1','1','25','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1869,'UGALI','45',-1.00,'2025-06-13 22:13:41','9788.00','4','newstock','1','','',0.0000,'','1','9787','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1870,'WHITECAP-BOTTLE','218',-1.00,'2025-06-13 22:13:54','25.00','4','newstock','1','','',0.0000,'','1','24','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1871,'ROOM 2','250',4.00,'2025-06-13 22:22:22','9970.00','16','newstock','1','','',0.0000,'','1','9974','1','1','250','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1872,'ROOM 2','250',-1.00,'2025-06-13 22:31:52','9974.00','4','newstock','1','','',0.0000,'','1','9973','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1873,'ROOM 2','250',-1.00,'2025-06-13 22:32:25','9973.00','4','newstock','1','','',0.0000,'','1','9972','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1874,'ROOM 2','250',-1.00,'2025-06-13 22:32:29','9972.00','4','newstock','1','','',0.0000,'','1','9971','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1875,'ROOM 2','250',-1.00,'2025-06-13 22:33:04','9972.00','4','newstock','1','','',0.0000,'','1','9971','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1876,'ROOM 2','250',-1.00,'2025-06-13 22:34:12','9972.00','4','newstock','1','','',0.0000,'','1','9971','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1877,'ROOM 2','250',-1.00,'2025-06-13 22:35:09','9971.00','4','newstock','1','','',0.0000,'','1','9970','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1878,'CELLAR CAST-WHITE 750ML','112',-1.00,'2025-06-13 22:42:57','5.00','6','newstock','1','','',0.0000,'','1','4','1','1','112','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1879,'BANANA-BOTTLE','90',-2.00,'2025-06-13 22:44:25','16.00','6','newstock','1','','',0.0000,'','1','14','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1880,'BLACK ICE-BOTTLE','100',-2.00,'2025-06-13 22:44:37','18.00','6','newstock','1','','',0.0000,'','1','16','1','1','100','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1881,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-13 22:45:08','23.00','6','newstock','1','','',0.0000,'','1','21','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1882,'DUNHILL','120',-4.00,'2025-06-13 22:45:42','16.00','6','newstock','1','','',0.0000,'','1','12','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1883,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-13 22:46:04','21.00','6','newstock','1','','',0.0000,'','1','19','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1884,'BANANA-BOTTLE','90',-1.00,'2025-06-13 22:46:26','14.00','6','newstock','1','','',0.0000,'','1','13','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1885,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-13 22:51:23','41.00','6','newstock','1','','',0.0000,'','1','40','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1886,'BEST WHISKY-250','93',-1.00,'2025-06-13 22:53:07','5.00','4','newstock','1','','',0.0000,'','1','4','1','1','93','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1887,'PREDATOR','178',-1.00,'2025-06-13 22:54:01','62.00','4','newstock','1','','',0.0000,'','1','61','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1888,'WHITECAP-BOTTLE','218',-2.00,'2025-06-13 22:54:36','24.00','4','newstock','1','','',0.0000,'','1','22','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1889,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-13 23:11:22','9959.00','5','newstock','1','','',0.0000,'','1','9958','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1890,'UGALI','45',-1.00,'2025-06-13 23:11:29','9787.00','5','newstock','1','','',0.0000,'','1','9786','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1891,'CHIPS','47',-1.00,'2025-06-13 23:11:48','9944.00','5','newstock','1','','',0.0000,'','1','9943','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1892,'WHITECAP-BOTTLE','218',-1.00,'2025-06-13 23:14:23','22.00','4','newstock','1','','',0.0000,'','1','21','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1893,'CELLAR CAST-RED 750ML','235',-1.00,'2025-06-13 23:16:12','3.00','5','newstock','1','','',0.0000,'','1','2','1','1','235','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1894,'PREDATOR','178',-3.00,'2025-06-13 23:16:39','61.00','5','newstock','1','','',0.0000,'','1','58','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1895,'REDBULL','180',-1.00,'2025-06-13 23:16:49','13.00','5','newstock','1','','',0.0000,'','1','12','1','1','180','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1896,'GUINESS-BOTTLE','136',-3.00,'2025-06-13 23:17:02','67.00','5','newstock','1','','',0.0000,'','1','64','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1897,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-13 23:17:26','19.00','5','newstock','1','','',0.0000,'','1','17','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1898,'VICEROY-750','216',-1.00,'2025-06-13 23:17:52','1.00','5','newstock','1','','',0.0000,'','1','0','1','1','216','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1899,'ROOMS','247',1.00,'2025-06-13 23:24:25','9991.00','16','newstock','1','','',0.0000,'','1','9992','1','1','247','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1900,'GUINESS-BOTTLE','136',-1.00,'2025-06-13 23:25:04','64.00','8','newstock','1','','',0.0000,'','1','63','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1901,'GUINESS-BOTTLE','136',-1.00,'2025-06-13 23:25:16','63.00','8','newstock','1','','',0.0000,'','1','62','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1902,'DUNHILL','120',-2.00,'2025-06-13 23:25:37','12.00','8','newstock','1','','',0.0000,'','1','10','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1903,'GUINESS-BOTTLE','136',-2.00,'2025-06-13 23:25:50','62.00','8','newstock','1','','',0.0000,'','1','60','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1904,'GUINESS-BOTTLE','136',-2.00,'2025-06-13 23:26:09','60.00','8','newstock','1','','',0.0000,'','1','58','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1905,'Room Double Breakfast','',500.00,'2025-06-13 23:28:07','0.00','16','newstock','1','','',1000.0000,'','1','500','internal','1','283','','',0.00,'','2000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1906,'SAUSAGE (PAIR)','3',-1.00,'2025-06-13 23:29:47','9983.00','8','newstock','1','','',0.0000,'','1','9982','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1907,'Room Guest Breakfast','',500.00,'2025-06-13 23:30:00','0.00','16','newstock','1','','',250.0000,'','1','500','internal','1','284','','',0.00,'','500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1908,'GUINESS-BOTTLE','136',-1.00,'2025-06-13 23:31:14','58.00','8','newstock','1','','',0.0000,'','1','57','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1909,'WHITECAP-BOTTLE','218',-1.00,'2025-06-13 23:31:22','21.00','8','newstock','1','','',0.0000,'','1','20','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1910,'Room Double Breakfast','283',-1.00,'2025-06-13 23:32:40','500.00','4','newstock','1','','',0.0000,'','1','499','1','1','283','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1911,'GUINESS CAN','135',-1.00,'2025-06-13 23:37:17','22.00','5','newstock','1','','',0.0000,'','1','21','1','1','135','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1912,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-13 23:39:20','9992.00','5','newstock','1','','',0.0000,'','1','9991','1','1','23','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1913,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-13 23:39:24','9958.00','5','newstock','1','','',0.0000,'','1','9957','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1914,'UGALI','45',-2.00,'2025-06-13 23:39:36','9786.00','5','newstock','1','','',0.0000,'','1','9784','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1915,'KANE EXTRA-750','152',-1.00,'2025-06-13 23:42:09','5.00','8','newstock','1','','',0.0000,'','1','4','1','1','152','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1916,'KONYAGI 500ML','158',-1.00,'2025-06-13 23:42:57','2.00','8','newstock','1','','',0.0000,'','1','1','1','1','158','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1917,'GILBEYS-250','124',-1.00,'2025-06-13 23:42:59','7.00','8','newstock','1','','',0.0000,'','1','6','1','1','124','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1918,'CHROME-GIN 750','114',-1.00,'2025-06-13 23:43:04','3.00','8','newstock','1','','',0.0000,'','1','2','1','1','114','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1919,'TRIPPLE ACE-250','201',-1.00,'2025-06-13 23:43:38','1.00','8','newstock','1','','',0.0000,'','1','0','1','1','201','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1920,'Service fee','',500.00,'2025-06-13 23:46:56','0.00','16','newstock','1','','',150.0000,'','Main','500','Internal','Main','285','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1921,'PREDATOR','178',-1.00,'2025-06-13 23:54:57','58.00','4','newstock','1','','',0.0000,'','1','57','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1922,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-14 00:26:17','17.00','5','newstock','1','','',0.0000,'','1','15','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1923,'melkan 1.5 litres','272',-1.00,'2025-06-14 00:26:29','101.00','5','newstock','1','','',0.0000,'','1','100','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1924,'GUINESS CAN','135',-1.00,'2025-06-14 00:27:10','22.00','5','newstock','1','','',0.0000,'','1','21','1','1','135','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1925,'SAVANNAH CIDER','188',-1.00,'2025-06-14 00:27:21','8.00','5','newstock','1','','',0.0000,'','1','7','1','1','188','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1926,'CHROME-GIN 750','114',-1.00,'2025-06-14 00:29:04','3.00','5','newstock','1','','',0.0000,'','1','2','1','1','114','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1927,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-14 00:29:16','4.00','5','newstock','1','','',0.0000,'','1','3','1','1','111','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1928,'CIROC PREMIUM 750ML','227',-1.00,'2025-06-14 00:30:33','2.00','5','newstock','1','','',0.0000,'','1','1','1','1','227','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1929,'KENYA CANE 350','153',-1.00,'2025-06-14 00:30:52','6.00','5','newstock','1','','',0.0000,'','1','5','1','1','153','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1930,'melkan 1.5 litres','272',-1.00,'2025-06-14 00:31:15','100.00','5','newstock','1','','',0.0000,'','1','99','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1931,'GUINESS-BOTTLE','136',-1.00,'2025-06-14 00:40:24','57.00','4','newstock','1','','',0.0000,'','1','56','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1932,'SODA-BOTTLE','195',-2.00,'2025-06-14 01:11:33','142.00','5','newstock','1','','',0.0000,'','1','140','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1933,'melkan 1.5 litres','272',-1.00,'2025-06-14 01:11:41','99.00','5','newstock','1','','',0.0000,'','1','98','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1934,'PILSNER_LAGER_BOTTLE','174',-5.00,'2025-06-14 01:13:32','16.00','5','newstock','1','','',0.0000,'','1','11','1','1','174','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1935,'WHITECAP-BOTTLE','218',-7.00,'2025-06-14 01:13:54','20.00','5','newstock','1','','',0.0000,'','1','13','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1936,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-14 01:14:10','58.00','5','newstock','1','','',0.0000,'','1','56','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1937,'DUNHILL','120',-4.00,'2025-06-14 01:14:37','10.00','5','newstock','1','','',0.0000,'','1','6','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1938,'HUNTERS CHOICE 345','140',-1.00,'2025-06-14 01:15:19','4.00','5','newstock','1','','',0.0000,'','1','3','1','1','140','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1939,'melkan 1.5 litres','272',-1.00,'2025-06-14 01:15:32','98.00','5','newstock','1','','',0.0000,'','1','97','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1940,'SODA-BOTTLE','195',-1.00,'2025-06-14 01:20:27','140.00','5','newstock','1','','',0.0000,'','1','139','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1941,'GUINESS-BOTTLE','136',-1.00,'2025-06-14 01:57:44','56.00','8','newstock','1','','',0.0000,'','1','55','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1942,'WHITECAP-BOTTLE','218',-1.00,'2025-06-14 01:57:46','13.00','8','newstock','1','','',0.0000,'','1','12','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1943,'WHITECAP-BOTTLE','218',-1.00,'2025-06-14 01:57:47','12.00','8','newstock','1','','',0.0000,'','1','11','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1944,'WHITECAP-BOTTLE','218',-3.00,'2025-06-14 01:58:59','12.00','8','newstock','1','','',0.0000,'','1','9','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1945,'SAVANNAH CIDER','188',-1.00,'2025-06-14 01:59:11','7.00','8','newstock','1','','',0.0000,'','1','6','1','1','188','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1946,'GUINESS-BOTTLE','136',-1.00,'2025-06-14 01:59:41','55.00','8','newstock','1','','',0.0000,'','1','54','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1947,'SAVANNAH CIDER','188',-1.00,'2025-06-14 02:03:14','7.00','8','newstock','1','','',0.0000,'','1','6','1','1','188','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1948,'CHROME-VODKA 250','115',-1.00,'2025-06-14 02:04:39','39.00','8','newstock','1','','',0.0000,'','1','38','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1949,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-14 02:05:30','15.00','4','newstock','1','','',0.0000,'','1','14','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1950,'SPORT','196',-1.00,'2025-06-14 02:06:32','44.00','8','newstock','1','','',0.0000,'','1','43','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1951,'GUINESS CAN','135',-1.00,'2025-06-14 02:15:36','21.00','8','newstock','1','','',0.0000,'','1','20','1','1','135','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1952,'GUARANA CAN','134',-1.00,'2025-06-14 02:18:34','24.00','8','newstock','1','','',0.0000,'','1','23','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1953,'DUNHILL','120',-1.00,'2025-06-14 02:19:24','10.00','8','newstock','1','','',0.0000,'','1','9','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1954,'KENYA CANE-250','154',-1.00,'2025-06-14 02:23:50','6.00','6','newstock','1','','',0.0000,'','1','5','1','1','154','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1955,'melkan 1.5 litres','272',-1.00,'2025-06-14 02:24:41','97.00','6','newstock','1','','',0.0000,'','1','96','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1956,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-14 02:26:05','4.00','5','newstock','1','','',0.0000,'','1','3','1','1','111','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1957,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-14 02:26:21','6.00','5','newstock','1','','',0.0000,'','1','5','1','1','193','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1958,'SODA-BOTTLE','195',-1.00,'2025-06-14 02:26:26','139.00','5','newstock','1','','',0.0000,'','1','138','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1959,'PACKING TIN-SMALL','171',-1.00,'2025-06-14 02:27:17','20.00','5','newstock','1','','',0.0000,'','1','19','1','1','171','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1960,'BALOZI-BOTTLE','89',-4.00,'2025-06-14 02:28:04','325.00','6','newstock','1','','',0.0000,'','1','321','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1961,'DELMONTE','119',-1.00,'2025-06-14 02:28:26','12.00','6','newstock','1','','',0.0000,'','1','11','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1962,'CHIPS','47',-1.00,'2025-06-14 02:28:39','9943.00','6','newstock','1','','',0.0000,'','1','9942','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1963,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-14 02:28:58','9989.00','6','newstock','1','','',0.0000,'','1','9988','1','1','53','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1964,'DELMONTE','119',-1.00,'2025-06-14 02:29:26','11.00','6','newstock','1','','',0.0000,'','1','10','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1965,'SPORT','196',-1.00,'2025-06-14 02:30:35','43.00','6','newstock','1','','',0.0000,'','1','42','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1966,'MATCH BOX','163',-1.00,'2025-06-14 02:30:53','11.00','6','newstock','1','','',0.0000,'','1','10','1','1','163','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1967,'GUARANA CAN','134',-2.00,'2025-06-14 02:31:19','23.00','6','newstock','1','','',0.0000,'','1','21','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1968,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-14 02:31:38','56.00','6','newstock','1','','',0.0000,'','1','54','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1969,'BALOZI-BOTTLE','89',-1.00,'2025-06-14 02:32:09','321.00','6','newstock','1','','',0.0000,'','1','320','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1970,'CHIPS','47',-1.00,'2025-06-14 02:32:50','9942.00','6','newstock','1','','',0.0000,'','1','9941','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1971,'DUNHILL','120',-4.00,'2025-06-14 02:33:52','9.00','5','newstock','1','','',0.0000,'','1','5','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1972,'WHITECAP-BOTTLE','218',-4.00,'2025-06-14 02:34:09','9.00','5','newstock','1','','',0.0000,'','1','5','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1973,'WHITECAP-BOTTLE','218',-3.00,'2025-06-14 02:34:29','9.00','5','newstock','1','','',0.0000,'','1','6','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1974,'PILSNER_LAGER_BOTTLE','174',-1.00,'2025-06-14 02:34:39','11.00','5','newstock','1','','',0.0000,'','1','10','1','1','174','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1975,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-14 02:34:56','54.00','5','newstock','1','','',0.0000,'','1','53','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1976,'melkan 1.5 litres','272',-1.00,'2025-06-14 02:35:06','96.00','5','newstock','1','','',0.0000,'','1','95','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1977,'CAPTAIN MORGAN-250','110',-1.00,'2025-06-14 02:35:23','12.00','5','newstock','1','','',0.0000,'','1','11','1','1','110','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1978,'SAFARI','187',-3.00,'2025-06-14 02:35:40','65.00','5','newstock','1','','',0.0000,'','1','62','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1979,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-14 02:36:20','53.00','5','newstock','1','','',0.0000,'','1','52','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1980,'PILSNER_LAGER_BOTTLE','174',-1.00,'2025-06-14 02:36:26','10.00','5','newstock','1','','',0.0000,'','1','9','1','1','174','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1981,'WHITECAP-BOTTLE','218',-1.00,'2025-06-14 02:36:33','6.00','5','newstock','1','','',0.0000,'','1','5','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1982,'melkan 1.5 litres','272',-1.00,'2025-06-14 02:37:06','95.00','5','newstock','1','','',0.0000,'','1','94','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1983,'BANANA-BOTTLE','90',-1.00,'2025-06-14 02:49:33','14.00','4','newstock','1','','',0.0000,'','1','13','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1984,'CHIPS','47',-1.00,'2025-06-14 02:53:33','9941.00','6','newstock','1','','',0.0000,'','1','9940','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1985,'SODA-BOTTLE','195',-1.00,'2025-06-14 02:54:13','138.00','6','newstock','1','','',0.0000,'','1','137','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1986,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-14 03:04:23','9957.00','6','newstock','1','','',0.0000,'','1','9956','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1987,'UGALI','45',-1.00,'2025-06-14 03:04:45','9784.00','6','newstock','1','','',0.0000,'','1','9783','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1988,'TOOTHBRUSH','199',-1.00,'2025-06-14 08:33:02','10.00','3','newstock','1','','',0.0000,'','1','9','1','1','199','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1989,'TOOTHPASTE','200',-1.00,'2025-06-14 08:33:06','11.00','3','newstock','1','','',0.0000,'','1','10','1','1','200','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1990,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-14 08:33:16','74.00','3','newstock','1','','',0.0000,'','1','73','1','1','164','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1991,'TEA','10',-2.00,'2025-06-14 09:16:01','9976.00','3','newstock','1','','',0.0000,'','1','9974','1','1','10','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1992,'EGGS(BOILED/FRIED)','1',-1.00,'2025-06-14 09:16:06','9992.00','3','newstock','1','','',0.0000,'','1','9991','1','1','1','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1993,'SAUSAGE (PAIR)','3',-1.00,'2025-06-14 09:16:17','9982.00','3','newstock','1','','',0.0000,'','1','9981','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1994,'TEA','10',-1.00,'2025-06-14 09:18:29','9974.00','3','newstock','1','','',0.0000,'','1','9973','1','1','10','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1995,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-14 12:36:47','3.00','3','newstock','1','','',0.0000,'','1','2','1','1','111','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1996,'melkan 1.5 litres','272',-1.00,'2025-06-14 12:37:01','94.00','3','newstock','1','','',0.0000,'','1','93','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1997,'melkan 1.5 litres','272',1.00,'2025-06-14 12:53:28','93.00','16','newstock','1','','',0.0000,'','1','94','1','1','272','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1998,'melkan 1.5 litres','272',-1.00,'2025-06-14 12:57:21','94.00','3','newstock','1','','',0.0000,'','1','93','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(1999,'CAPTAIN MORGAN-750','111',1.00,'2025-06-14 13:12:34','2.00','16','newstock','1','','',0.0000,'','1','3','1','1','111','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2000,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-14 13:13:45','3.00','3','newstock','1','','',0.0000,'','1','2','1','1','111','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2001,'CAPRICE RED _ DRY','',-2.00,'2025-06-14 13:40:29','2.00','16','newstock','1','','',970.0000,'','1','0','internal','1','105','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2002,'CAPRICE-RED','',2.00,'2025-06-14 13:41:30','0.00','16','newstock','1','','',970.0000,'','1','2','internal','1','107','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2003,'TOOTHBRUSH','',1.00,'2025-06-14 13:44:27','9.00','16','newstock','1','','',35.0000,'','1','10','internal','1','199','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2004,'','1',5.00,'2025-06-14 14:09:30','0.00','16','newstock','1','161749828240','10',860.0000,'','1','5','supplier','1','212','','',0.00,'VATABLE','1000','593.10','3706.90','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2005,'CAPTAIN MORGAN-750','',1.00,'2025-06-14 14:17:03','2.00','16','newstock','1','','',945.0000,'','1','3','internal','1','111','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2006,'CAPTAIN MORGAN-250','',1.00,'2025-06-14 14:17:31','11.00','16','newstock','1','','',345.0000,'','1','12','internal','1','110','','',0.00,'','500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2007,'GUINESS-BOTTLE','136',-2.00,'2025-06-14 14:37:44','54.00','3','newstock','1','','',0.0000,'','1','52','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2008,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-14 14:39:30','9993.00','3','newstock','1','','',0.0000,'','1','9992','1','1','26','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2009,'UGALI','45',-1.00,'2025-06-14 14:39:46','9783.00','3','newstock','1','','',0.0000,'','1','9782','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2010,'DELMONTE','119',-1.00,'2025-06-14 14:40:26','10.00','3','newstock','1','','',0.0000,'','1','9','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2011,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-14 15:15:10','73.00','3','newstock','1','','',0.0000,'','1','72','1','1','164','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2012,'MELKAN/QUENCHER/SAFARI-500 ML','164',-6.00,'2025-06-14 15:15:38','73.00','3','newstock','1','','',0.0000,'','1','67','1','1','164','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2013,'PACKING TIN-SMALL','',1.00,'2025-06-14 15:35:20','19.00','16','newstock','1','','',14.0000,'','1','20','internal','1','171','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2014,'HUNTERS CHOICE 345','',1.00,'2025-06-14 15:36:38','3.00','16','newstock','1','','',480.0000,'','1','4','internal','1','140','','',0.00,'','700','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2015,'CHROME-VODKA 250','',1.00,'2025-06-14 15:37:18','38.00','16','newstock','1','','',217.0000,'','1','39','internal','1','115','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2016,'CHROME-GIN 750','114',-2.00,'2025-06-14 15:45:43','3.00','3','newstock','1','','',0.0000,'','1','1','1','1','114','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2017,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-14 15:45:59','5.00','3','newstock','1','','',0.0000,'','1','4','1','1','193','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2018,'SAUSAGE (PAIR)','3',-1.00,'2025-06-14 15:55:28','9981.00','3','newstock','1','','',0.0000,'','1','9980','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2019,'SMOKIES(PAIR)','15',-1.00,'2025-06-14 15:55:45','9993.00','3','newstock','1','','',0.0000,'','1','9992','1','1','15','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2020,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-14 15:57:33','52.00','3','newstock','1','','',0.0000,'','1','50','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2021,'TEA','10',-1.00,'2025-06-14 16:33:00','9973.00','3','newstock','1','','',0.0000,'','1','9972','1','1','10','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2022,'SAUSAGE (PAIR)','3',-1.00,'2025-06-14 16:33:44','9980.00','3','newstock','1','','',0.0000,'','1','9979','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2023,'GOAT WET/DRY FRY 1 KG ','27',-1.00,'2025-06-14 16:37:32','9996.00','3','newstock','1','','',0.0000,'','1','9995','1','1','27','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2024,'UGALI','45',-2.00,'2025-06-14 16:38:25','9782.00','3','newstock','1','','',0.0000,'','1','9780','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2025,'GREENS(KIENYEJI)','46',-2.00,'2025-06-14 16:39:08','9970.00','3','newstock','1','','',0.0000,'','1','9968','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2026,'CHIPS','47',-1.00,'2025-06-14 16:39:34','9940.00','3','newstock','1','','',0.0000,'','1','9939','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2027,'SODA-BOTTLE','195',-3.00,'2025-06-14 16:40:33','137.00','3','newstock','1','','',0.0000,'','1','134','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2028,'BALOZI-BOTTLE','89',-2.00,'2025-06-14 16:47:45','320.00','6','newstock','1','','',0.0000,'','1','318','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2029,'SAUSAGE (PAIR)','3',-1.00,'2025-06-14 17:04:01','9979.00','5','newstock','1','','',0.0000,'','1','9978','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2030,'GILBEYS-750','126',-1.00,'2025-06-14 17:06:31','6.00','3','newstock','1','','',0.0000,'','1','5','1','1','126','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2031,'melkan 1.5 litres','272',-1.00,'2025-06-14 17:07:11','93.00','3','newstock','1','','',0.0000,'','1','92','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2032,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-14 17:10:05','50.00','3','newstock','1','','',0.0000,'','1','49','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2033,'UGALI','45',-2.00,'2025-06-14 18:02:07','9780.00','3','newstock','1','','',0.0000,'','1','9778','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2034,'KANE EXTRA-250','151',-1.00,'2025-06-14 18:05:32','10.00','3','newstock','1','','',0.0000,'','1','9','1','1','151','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2035,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-14 18:07:18','67.00','3','newstock','1','','',0.0000,'','1','66','1','1','164','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2036,'BALOZI-BOTTLE','89',-1.00,'2025-06-14 18:11:33','318.00','6','newstock','1','','',0.0000,'','1','317','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2037,'CHIPS','47',-1.00,'2025-06-14 18:12:21','9939.00','6','newstock','1','','',0.0000,'','1','9938','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2038,'CHIPS','47',-1.00,'2025-06-14 18:14:32','9938.00','6','newstock','1','','',0.0000,'','1','9937','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2039,'MATCH BOX','163',-2.00,'2025-06-14 18:15:41','10.00','3','newstock','1','','',0.0000,'','1','8','1','1','163','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2040,'GOAT CHOMA 1/2','80',-1.00,'2025-06-14 18:16:59','9992.00','5','newstock','1','','',0.0000,'','1','9991','1','1','80','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2041,'PREDATOR','178',-2.00,'2025-06-14 18:20:14','57.00','4','newstock','1','','',0.0000,'','1','55','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2042,'BALOZI-BOTTLE','89',-6.00,'2025-06-14 18:22:27','317.00','6','newstock','1','','',0.0000,'','1','311','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2043,'SPORT','196',-5.00,'2025-06-14 18:40:45','42.00','6','newstock','1','','',0.0000,'','1','37','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2044,'V&A -250','',-5.00,'2025-06-14 18:53:37','10.00','16','newstock','1','','',310.0000,'','1','5','internal','1','210','','',0.00,'','400','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2045,'PILSNER_LAGER_BOTTLE','174',-2.00,'2025-06-14 18:57:30','9.00','5','newstock','1','','',0.0000,'','1','7','1','1','174','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2046,'GILBEYS-750','126',-1.00,'2025-06-14 19:02:32','5.00','3','newstock','1','','',0.0000,'','1','4','1','1','126','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2047,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-14 19:03:58','9956.00','3','newstock','1','','',0.0000,'','1','9955','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2048,'UGALI','45',-2.00,'2025-06-14 19:04:13','9778.00','3','newstock','1','','',0.0000,'','1','9776','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2049,'WHITECAP CAN','',-2.00,'2025-06-14 19:04:35','26.00','16','newstock','1','','',225.0000,'','1','24','internal','1','217','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2050,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-14 19:07:24','9992.00','4','newstock','1','','',0.0000,'','1','9991','1','1','26','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2051,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-14 19:07:36','9991.00','4','newstock','1','','',0.0000,'','1','9990','1','1','26','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2052,'CHIPS','47',-1.00,'2025-06-14 19:07:47','9937.00','4','newstock','1','','',0.0000,'','1','9936','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2053,'SPORT','196',-1.00,'2025-06-14 19:15:23','37.00','3','newstock','1','','',0.0000,'','1','36','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2054,'UGALI','45',-1.00,'2025-06-14 19:16:53','9776.00','4','newstock','1','','',0.0000,'','1','9775','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2055,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-14 19:17:19','9955.00','4','newstock','1','','',0.0000,'','1','9954','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2056,'SMOKIES(PAIR)','15',-1.00,'2025-06-14 19:21:22','9992.00','5','newstock','1','','',0.0000,'','1','9991','1','1','15','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2057,'CHIPS','47',-1.00,'2025-06-14 19:22:00','9936.00','5','newstock','1','','',0.0000,'','1','9935','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2058,'SPORT','196',-5.00,'2025-06-14 19:28:33','36.00','6','newstock','1','','',0.0000,'','1','31','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2059,'GUARANA CAN','134',-2.00,'2025-06-14 19:29:17','21.00','6','newstock','1','','',0.0000,'','1','19','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2060,'GUINESS-BOTTLE','136',-1.00,'2025-06-14 19:30:38','52.00','4','newstock','1','','',0.0000,'','1','51','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2061,'DAWA TEA','16',-1.00,'2025-06-14 19:31:57','9998.00','4','newstock','1','','',0.0000,'','1','9997','1','1','16','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2062,'CHIPS','47',-1.00,'2025-06-14 19:37:58','9935.00','4','newstock','1','','',0.0000,'','1','9934','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2063,'LIME SYRUP','242',-1.00,'2025-06-14 19:38:15','4.00','4','newstock','1','','',0.0000,'','1','3','1','1','242','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2064,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-14 19:39:25','49.00','4','newstock','1','','',0.0000,'','1','48','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2065,'PILSNER_LAGER_BOTTLE','174',-1.00,'2025-06-14 19:39:30','7.00','4','newstock','1','','',0.0000,'','1','6','1','1','174','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2066,'BALOZI-BOTTLE','89',-1.00,'2025-06-14 19:53:26','311.00','4','newstock','1','','',0.0000,'','1','310','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2067,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-14 19:53:34','14.00','4','newstock','1','','',0.0000,'','1','13','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2068,'BALOZI-BOTTLE','89',-3.00,'2025-06-14 20:03:06','310.00','6','newstock','1','','',0.0000,'','1','307','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2069,'CHROME-VODKA 750','116',-1.00,'2025-06-14 20:03:25','5.00','6','newstock','1','','',0.0000,'','1','4','1','1','116','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2070,'CHROME-VODKA 750','116',-1.00,'2025-06-14 20:04:25','5.00','6','newstock','1','','',0.0000,'','1','4','1','1','116','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2071,'HUNTERS CHOICE-250','',-2.00,'2025-06-14 20:13:36','11.00','16','newstock','1','','',335.0000,'','1','9','internal','1','141','','',0.00,'','500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2072,'MATCH BOX','',-2.00,'2025-06-14 20:32:52','8.00','16','newstock','1','','',5.0000,'','1','6','internal','1','163','','',0.00,'','10','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2073,'CHROME-VODKA 250','115',-1.00,'2025-06-14 20:38:04','39.00','6','newstock','1','','',0.0000,'','1','38','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2074,'melkan 1.5 litres','272',-1.00,'2025-06-14 20:38:15','92.00','6','newstock','1','','',0.0000,'','1','91','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2075,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-14 20:38:43','3.00','6','newstock','1','','',0.0000,'','1','2','1','1','111','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2076,'SODA-BOTTLE','195',-1.00,'2025-06-14 20:39:03','134.00','6','newstock','1','','',0.0000,'','1','133','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2077,'melkan 1.5 litres','272',-1.00,'2025-06-14 20:39:17','91.00','6','newstock','1','','',0.0000,'','1','90','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2078,'KENYA CANE-750','155',-1.00,'2025-06-14 20:46:48','5.00','4','newstock','1','','',0.0000,'','1','4','1','1','155','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2079,'BALOZI-BOTTLE','89',-1.00,'2025-06-14 20:47:39','307.00','4','newstock','1','','',0.0000,'','1','306','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2080,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-14 20:59:26','9954.00','6','newstock','1','','',0.0000,'','1','9953','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2081,'UGALI','45',-1.00,'2025-06-14 20:59:44','9775.00','6','newstock','1','','',0.0000,'','1','9774','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2082,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-14 21:10:18','48.00','4','newstock','1','','',0.0000,'','1','47','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2083,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-14 21:10:35','13.00','4','newstock','1','','',0.0000,'','1','12','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2084,'Room Double Breakfast','283',-1.00,'2025-06-14 21:11:16','499.00','4','newstock','1','','',0.0000,'','1','498','1','1','283','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2085,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-14 21:20:39','47.00','6','newstock','1','','',0.0000,'','1','46','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2086,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-14 21:20:54','40.00','6','newstock','1','','',0.0000,'','1','39','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2087,'BALOZI-BOTTLE','89',-1.00,'2025-06-14 21:39:48','306.00','4','newstock','1','','',0.0000,'','1','305','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2088,'HUNTERS CHOICE-750','142',-1.00,'2025-06-14 21:40:00','3.00','4','newstock','1','','',0.0000,'','1','2','1','1','142','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2089,'PREDATOR','178',-1.00,'2025-06-14 21:40:21','55.00','4','newstock','1','','',0.0000,'','1','54','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2090,'melkan 1.5 litres','272',-1.00,'2025-06-14 21:40:27','90.00','4','newstock','1','','',0.0000,'','1','89','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2091,'HUNTERS CHOICE 345','140',-1.00,'2025-06-14 21:41:01','4.00','4','newstock','1','','',0.0000,'','1','3','1','1','140','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2092,'melkan 1.5 litres','272',-1.00,'2025-06-14 21:41:35','89.00','4','newstock','1','','',0.0000,'','1','88','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2093,'SAFARI','187',-4.00,'2025-06-14 21:41:48','62.00','4','newstock','1','','',0.0000,'','1','58','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2094,'LIME SYRUP','242',-1.00,'2025-06-14 21:42:09','3.00','4','newstock','1','','',0.0000,'','1','2','1','1','242','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2095,'GOAT CHOMA 1/4','79',-1.00,'2025-06-14 21:42:33','9976.00','4','newstock','1','','',0.0000,'','1','9975','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2096,'UGALI','45',-1.00,'2025-06-14 21:42:45','9774.00','4','newstock','1','','',0.0000,'','1','9773','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2097,'CHROME-VODKA 250','115',-1.00,'2025-06-14 21:54:20','38.00','4','newstock','1','','',0.0000,'','1','37','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2098,'SODA-BOTTLE','195',-1.00,'2025-06-14 21:54:37','133.00','4','newstock','1','','',0.0000,'','1','132','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2099,'SAUSAGE (PAIR)','3',-2.00,'2025-06-14 21:55:38','9978.00','6','newstock','1','','',0.0000,'','1','9976','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2100,'BALOZI-BOTTLE','89',-1.00,'2025-06-14 21:56:04','305.00','6','newstock','1','','',0.0000,'','1','304','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2101,'WHITECAP-BOTTLE','218',-1.00,'2025-06-14 21:56:21','5.00','6','newstock','1','','',0.0000,'','1','4','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2102,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-14 22:18:00','46.00','4','newstock','1','','',0.0000,'','1','45','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2103,'DELMONTE','119',-1.00,'2025-06-14 22:18:09','9.00','4','newstock','1','','',0.0000,'','1','8','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2104,'BLACK ICE-BOTTLE','100',-1.00,'2025-06-14 22:19:30','16.00','4','newstock','1','','',0.0000,'','1','15','1','1','100','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2105,'BLACK ICE-BOTTLE','100',-1.00,'2025-06-14 22:19:58','15.00','4','newstock','1','','',0.0000,'','1','14','1','1','100','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2106,'SODA-BOTTLE','195',-1.00,'2025-06-14 22:21:02','132.00','4','newstock','1','','',0.0000,'','1','131','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2107,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-14 22:21:13','2.00','4','newstock','1','','',0.0000,'','1','1','1','1','111','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2108,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-14 22:21:45','4.00','4','newstock','1','','',0.0000,'','1','3','1','1','193','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2109,'melkan 1.5 litres','272',-1.00,'2025-06-14 22:21:51','88.00','4','newstock','1','','',0.0000,'','1','87','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2110,'CHIPS','47',-1.00,'2025-06-14 22:22:23','9934.00','6','newstock','1','','',0.0000,'','1','9933','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2111,'SMOKIES(PAIR)','15',-1.00,'2025-06-14 22:22:41','9991.00','6','newstock','1','','',0.0000,'','1','9990','1','1','15','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2112,'SPORT','196',-2.00,'2025-06-14 22:26:20','31.00','4','newstock','1','','',0.0000,'','1','29','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2113,'HUNTERS CHOICE 345','140',-1.00,'2025-06-14 22:26:34','3.00','4','newstock','1','','',0.0000,'','1','2','1','1','140','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2114,'SAFARI','187',-2.00,'2025-06-14 22:44:18','58.00','4','newstock','1','','',0.0000,'','1','56','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2115,'MATCH BOX','163',-1.00,'2025-06-14 22:44:29','6.00','4','newstock','1','','',0.0000,'','1','5','1','1','163','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2116,'melkan 1.5 litres','272',-1.00,'2025-06-14 22:45:17','87.00','4','newstock','1','','',0.0000,'','1','86','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2117,'PREDATOR','178',-1.00,'2025-06-14 22:45:26','54.00','4','newstock','1','','',0.0000,'','1','53','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2118,'TUSKER LITE CAN','207',-1.00,'2025-06-14 22:51:16','22.00','5','newstock','1','','',0.0000,'','1','21','1','1','207','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2119,'WHITECAP-BOTTLE','218',-3.00,'2025-06-14 22:53:04','4.00','5','newstock','1','','',0.0000,'','1','1','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2120,'BALOZI-BOTTLE','89',-1.00,'2025-06-14 22:53:17','304.00','5','newstock','1','','',0.0000,'','1','303','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2121,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-14 22:53:42','45.00','5','newstock','1','','',0.0000,'','1','43','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2122,'melkan 1.5 litres','272',-1.00,'2025-06-14 22:53:58','86.00','5','newstock','1','','',0.0000,'','1','85','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2123,'LIME SYRUP','242',-2.00,'2025-06-14 22:54:32','2.00','5','newstock','1','','',0.0000,'','1','0','1','1','242','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2124,'HUNTERS CHOICE 345','140',-1.00,'2025-06-14 22:56:03','2.00','4','newstock','1','','',0.0000,'','1','1','1','1','140','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2125,'melkan 1.5 litres','272',-1.00,'2025-06-14 22:56:38','85.00','4','newstock','1','','',0.0000,'','1','84','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2126,'UGALI','45',-4.00,'2025-06-14 22:58:17','9773.00','5','newstock','1','','',0.0000,'','1','9769','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2127,'GOAT CHOMA 1 KG ','81',-1.00,'2025-06-14 22:58:36','9998.00','5','newstock','1','','',0.0000,'','1','9997','1','1','81','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2128,'Room Double Breakfast','283',-1.00,'2025-06-14 22:59:43','498.00','5','newstock','1','','',0.0000,'','1','497','1','1','283','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2129,'Room Guest Breakfast','284',-1.00,'2025-06-14 22:59:55','500.00','5','newstock','1','','',0.0000,'','1','499','1','1','284','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2130,'ROOMS','247',-1.00,'2025-06-14 23:00:08','9992.00','5','newstock','1','','',0.0000,'','1','9991','1','1','247','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2131,'ROOMS','247',-2.00,'2025-06-14 23:00:13','9991.00','5','newstock','1','','',0.0000,'','1','9989','1','1','247','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2132,'TRUST','203',-2.00,'2025-06-14 23:00:43','19.00','5','newstock','1','','',0.0000,'','1','17','1','1','203','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2133,'GOAT CHOMA 1 KG ','81',-1.00,'2025-06-14 23:04:07','9997.00','5','newstock','1','','',0.0000,'','1','9996','1','1','81','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2134,'GOAT CHOMA 1/4','79',-1.00,'2025-06-14 23:04:12','9975.00','5','newstock','1','','',0.0000,'','1','9974','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2135,'UGALI','45',-2.00,'2025-06-14 23:04:26','9769.00','5','newstock','1','','',0.0000,'','1','9767','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2136,'GREENS(KIENYEJI)','46',-1.00,'2025-06-14 23:04:33','9968.00','5','newstock','1','','',0.0000,'','1','9967','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2137,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-14 23:05:35','9953.00','6','newstock','1','','',0.0000,'','1','9952','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2138,'UGALI','45',-1.00,'2025-06-14 23:05:51','9767.00','6','newstock','1','','',0.0000,'','1','9766','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2139,'CHIPS','47',-1.00,'2025-06-14 23:06:22','9933.00','6','newstock','1','','',0.0000,'','1','9932','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2140,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-14 23:11:43','9988.00','4','newstock','1','','',0.0000,'','1','9987','1','1','53','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2141,'UGALI','45',-1.00,'2025-06-14 23:11:49','9766.00','4','newstock','1','','',0.0000,'','1','9765','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2142,'PREDATOR','178',-1.00,'2025-06-14 23:12:06','53.00','4','newstock','1','','',0.0000,'','1','52','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2143,'BANANA-BOTTLE','90',-2.00,'2025-06-14 23:12:23','13.00','4','newstock','1','','',0.0000,'','1','11','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2144,'GUINESS CAN','135',-2.00,'2025-06-14 23:18:45','20.00','6','newstock','1','','',0.0000,'','1','18','1','1','135','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2145,'SMIRNOFF 350ML','190',-1.00,'2025-06-14 23:27:31','6.00','5','newstock','1','','',0.0000,'','1','5','1','1','190','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2146,'CIROC PREMIUM 750ML','227',-1.00,'2025-06-14 23:27:52','2.00','5','newstock','1','','',0.0000,'','1','1','1','1','227','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2147,'CIROC PREMIUM 750ML','227',-1.00,'2025-06-14 23:27:56','1.00','5','newstock','1','','',0.0000,'','1','0','1','1','227','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2148,'FAMOUS GROUSE 350','278',-1.00,'2025-06-14 23:27:59','1.00','5','newstock','1','','',0.0000,'','1','0','1','1','278','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2149,'BALOZI-BOTTLE','89',-9.00,'2025-06-14 23:32:58','303.00','5','newstock','1','','',0.0000,'','1','294','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2150,'GUARANA CAN','134',-10.00,'2025-06-14 23:34:21','19.00','5','newstock','1','','',0.0000,'','1','9','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2151,'PINEAPPLE PUNCH-CAN','176',-4.00,'2025-06-14 23:35:24','12.00','5','newstock','1','','',0.0000,'','1','8','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2152,'melkan 1.5 litres','272',-3.00,'2025-06-14 23:35:41','84.00','5','newstock','1','','',0.0000,'','1','81','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2153,'WHITECAP CAN','217',-8.00,'2025-06-14 23:36:08','24.00','5','newstock','1','','',0.0000,'','1','16','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2154,'BALOZI-BOTTLE','89',-1.00,'2025-06-14 23:36:33','294.00','5','newstock','1','','',0.0000,'','1','293','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2155,'TUSKER LITE-BOTTLE','208',-4.00,'2025-06-14 23:36:53','39.00','5','newstock','1','','',0.0000,'','1','35','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2156,'GOAT WET/DRY FRY 1 KG ','27',-1.00,'2025-06-14 23:40:10','9995.00','5','newstock','1','','',0.0000,'','1','9994','1','1','27','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2157,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-14 23:40:19','9990.00','5','newstock','1','','',0.0000,'','1','9989','1','1','26','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2158,'UGALI','45',-4.00,'2025-06-14 23:40:30','9765.00','5','newstock','1','','',0.0000,'','1','9761','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2159,'HUNTERS CHOICE-750','142',-1.00,'2025-06-14 23:48:04','2.00','4','newstock','1','','',0.0000,'','1','1','1','1','142','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2160,'PREDATOR','178',-1.00,'2025-06-14 23:48:35','52.00','4','newstock','1','','',0.0000,'','1','51','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2161,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-14 23:48:36','1.00','4','newstock','1','','',0.0000,'','1','0','1','1','111','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2162,'CAPTAIN MORGAN-250','110',-1.00,'2025-06-14 23:49:22','12.00','4','newstock','1','','',0.0000,'','1','11','1','1','110','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2163,'TRIPPLE ACE-750','202',-1.00,'2025-06-14 23:50:15','4.00','4','newstock','1','','',0.0000,'','1','3','1','1','202','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2164,'PREDATOR','178',-2.00,'2025-06-14 23:51:24','51.00','4','newstock','1','','',0.0000,'','1','49','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2165,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-14 23:51:41','9952.00','4','newstock','1','','',0.0000,'','1','9951','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2166,'CHIPS','47',-1.00,'2025-06-14 23:51:47','9932.00','4','newstock','1','','',0.0000,'','1','9931','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2167,'SMOKIES(PAIR)','15',-1.00,'2025-06-14 23:52:09','9990.00','4','newstock','1','','',0.0000,'','1','9989','1','1','15','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2168,'CHROME-GIN 250','113',-1.00,'2025-06-14 23:58:41','8.00','4','newstock','1','','',0.0000,'','1','7','1','1','113','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2169,'PREDATOR','178',-1.00,'2025-06-14 23:58:48','49.00','4','newstock','1','','',0.0000,'','1','48','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2170,'SAFARI','187',-2.00,'2025-06-15 00:20:58','56.00','4','newstock','1','','',0.0000,'','1','54','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2171,'GILBEYS-750','126',-1.00,'2025-06-15 00:35:33','4.00','6','newstock','1','','',0.0000,'','1','3','1','1','126','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2172,'melkan 1.5 litres','272',-1.00,'2025-06-15 00:35:47','81.00','6','newstock','1','','',0.0000,'','1','80','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2173,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-15 00:36:14','43.00','6','newstock','1','','',0.0000,'','1','41','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2174,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-15 00:51:47','41.00','4','newstock','1','','',0.0000,'','1','40','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2175,'SAFARI','187',-2.00,'2025-06-15 00:51:54','54.00','4','newstock','1','','',0.0000,'','1','52','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2176,'SODA-BOTTLE','195',-1.00,'2025-06-15 00:52:27','131.00','4','newstock','1','','',0.0000,'','1','130','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2177,'FOUR COUSINS-RED','122',-1.00,'2025-06-15 00:53:07','5.00','6','newstock','1','','',0.0000,'','1','4','1','1','122','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2178,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-15 00:53:20','40.00','6','newstock','1','','',0.0000,'','1','39','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2179,'TUSKER LITE CAN','207',-2.00,'2025-06-15 01:48:02','21.00','6','newstock','1','','',0.0000,'','1','19','1','1','207','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2180,'SNAPP CAN','192',-2.00,'2025-06-15 01:48:49','8.00','6','newstock','1','','',0.0000,'','1','6','1','1','192','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2181,'REDBULL','180',-1.00,'2025-06-15 01:49:03','12.00','6','newstock','1','','',0.0000,'','1','11','1','1','180','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2182,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-15 01:49:24','35.00','6','newstock','1','','',0.0000,'','1','34','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2183,'BALOZI-BOTTLE','89',-1.00,'2025-06-15 01:51:24','293.00','6','newstock','1','','',0.0000,'','1','292','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2184,'WHITECAP CAN','217',-1.00,'2025-06-15 01:51:38','16.00','6','newstock','1','','',0.0000,'','1','15','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2185,'JACK DANIEL 750ML','221',-1.00,'2025-06-15 01:51:59','1.00','6','newstock','1','','',0.0000,'','1','0','1','1','221','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2186,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-15 01:52:14','3.00','6','newstock','1','','',0.0000,'','1','2','1','1','193','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2187,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-15 01:52:28','34.00','6','newstock','1','','',0.0000,'','1','33','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2188,'melkan 1.5 litres','272',-1.00,'2025-06-15 02:00:44','80.00','4','newstock','1','','',0.0000,'','1','79','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2189,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-15 02:02:02','33.00','4','newstock','1','','',0.0000,'','1','31','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2190,'melkan 1.5 litres','272',-1.00,'2025-06-15 02:02:14','79.00','4','newstock','1','','',0.0000,'','1','78','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2191,'SODA-BOTTLE','195',-1.00,'2025-06-15 02:02:23','130.00','4','newstock','1','','',0.0000,'','1','129','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2192,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-15 02:02:42','39.00','4','newstock','1','','',0.0000,'','1','37','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2193,'GUARANA CAN','134',-2.00,'2025-06-15 02:02:55','9.00','4','newstock','1','','',0.0000,'','1','7','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2194,'BLACK ICE-BOTTLE','100',-1.00,'2025-06-15 02:03:20','14.00','4','newstock','1','','',0.0000,'','1','13','1','1','100','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2195,'ROOMS','247',-1.00,'2025-06-15 02:03:37','9990.00','4','newstock','1','','',0.0000,'','1','9989','1','1','247','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2196,'TRUST','203',-1.00,'2025-06-15 02:04:18','17.00','4','newstock','1','','',0.0000,'','1','16','1','1','203','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2197,'TUSKER-LAGER-BOTTLE','209',-6.00,'2025-06-15 02:07:40','37.00','4','newstock','1','','',0.0000,'','1','31','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2198,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-15 02:07:47','31.00','4','newstock','1','','',0.0000,'','1','30','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2199,'REDBULL','180',-1.00,'2025-06-15 02:07:52','11.00','4','newstock','1','','',0.0000,'','1','10','1','1','180','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2200,'melkan 1.5 litres','272',-1.00,'2025-06-15 02:08:24','78.00','4','newstock','1','','',0.0000,'','1','77','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2201,'TRIPPLE ACE-750','202',-1.00,'2025-06-15 02:29:52','3.00','4','newstock','1','','',0.0000,'','1','2','1','1','202','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2202,'PREDATOR','178',-2.00,'2025-06-15 02:30:28','48.00','4','newstock','1','','',0.0000,'','1','46','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2203,'CHIPS','47',-1.00,'2025-06-15 02:30:44','9931.00','4','newstock','1','','',0.0000,'','1','9930','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2204,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-15 02:32:48','9951.00','4','newstock','1','','',0.0000,'','1','9950','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2205,'SMOKIES(PAIR)','15',-1.00,'2025-06-15 02:33:00','9989.00','4','newstock','1','','',0.0000,'','1','9988','1','1','15','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2206,'BEST WHISKY-250','93',-1.00,'2025-06-15 02:35:57','4.00','4','newstock','1','','',0.0000,'','1','3','1','1','93','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2207,'PREDATOR','178',-1.00,'2025-06-15 02:36:18','46.00','4','newstock','1','','',0.0000,'','1','45','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2208,'MATCH BOX','163',-1.00,'2025-06-15 02:50:18','5.00','11','newstock','1','','',0.0000,'','1','4','1','1','163','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2209,'GUINESS-BOTTLE','136',-1.00,'2025-06-15 03:07:49','51.00','11','newstock','1','','',0.0000,'','1','50','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2210,'TUSKER LITE CAN','207',-1.00,'2025-06-15 03:09:43','19.00','11','newstock','1','','',0.0000,'','1','18','1','1','207','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2211,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-15 03:10:33','30.00','6','newstock','1','','',0.0000,'','1','28','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2212,'WHITECAP CAN','217',-2.00,'2025-06-15 03:10:58','15.00','6','newstock','1','','',0.0000,'','1','13','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2213,'BALOZI-BOTTLE','89',-2.00,'2025-06-15 03:11:19','292.00','6','newstock','1','','',0.0000,'','1','290','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2214,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-15 03:10:07','28.00','11','newstock','1','','',0.0000,'','1','26','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2215,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-15 03:11:45','26.00','6','newstock','1','','',0.0000,'','1','24','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2216,'CHROME-GIN 250','113',-1.00,'2025-06-15 03:12:05','7.00','11','newstock','1','','',0.0000,'','1','6','1','1','113','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2217,'GUARANA CAN','134',-1.00,'2025-06-15 03:12:09','7.00','6','newstock','1','','',0.0000,'','1','6','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2218,'PREDATOR','178',-1.00,'2025-06-15 03:12:20','45.00','11','newstock','1','','',0.0000,'','1','44','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2219,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-15 03:12:23','24.00','6','newstock','1','','',0.0000,'','1','23','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2220,'WHITECAP CAN','217',-1.00,'2025-06-15 03:12:39','13.00','6','newstock','1','','',0.0000,'','1','12','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2221,'BALOZI-BOTTLE','89',-1.00,'2025-06-15 03:12:54','290.00','6','newstock','1','','',0.0000,'','1','289','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2222,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-15 03:13:11','23.00','6','newstock','1','','',0.0000,'','1','22','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2223,'TUSKER LITE CAN','207',-1.00,'2025-06-15 03:13:37','18.00','11','newstock','1','','',0.0000,'','1','17','1','1','207','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2224,'SAUSAGE (PAIR)','3',-4.00,'2025-06-15 03:13:39','9976.00','6','newstock','1','','',0.0000,'','1','9972','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2225,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-15 03:14:03','22.00','11','newstock','1','','',0.0000,'','1','21','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2226,'GUINESS-BOTTLE','136',-1.00,'2025-06-15 03:14:32','50.00','11','newstock','1','','',0.0000,'','1','49','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2227,'TUSKER LITE CAN','207',-2.00,'2025-06-15 03:14:24','17.00','6','newstock','1','','',0.0000,'','1','15','1','1','207','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2228,'BALOZI CAN','88',-1.00,'2025-06-15 03:14:59','29.00','6','newstock','1','','',0.0000,'','1','28','1','1','88','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2229,'REDBULL','180',-1.00,'2025-06-15 03:15:14','10.00','6','newstock','1','','',0.0000,'','1','9','1','1','180','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2230,'GOAT CHOMA 1/2','80',-1.00,'2025-06-15 03:14:48','9991.00','11','newstock','1','','',0.0000,'','1','9990','1','1','80','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2231,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-15 03:15:38','8.00','11','newstock','1','','',0.0000,'','1','6','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2232,'SODA-BOTTLE','195',-1.00,'2025-06-15 03:16:07','129.00','11','newstock','1','','',0.0000,'','1','128','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2233,'melkan 1.5 litres','272',-1.00,'2025-06-15 03:17:11','77.00','11','newstock','1','','',0.0000,'','1','76','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2234,'KANE EXTRA-250','151',-2.00,'2025-06-15 03:17:29','9.00','6','newstock','1','','',0.0000,'','1','7','1','1','151','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2235,'melkan 1.5 litres','272',-1.00,'2025-06-15 03:17:45','76.00','6','newstock','1','','',0.0000,'','1','75','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2236,'SODA-BOTTLE','195',-2.00,'2025-06-15 03:18:01','128.00','6','newstock','1','','',0.0000,'','1','126','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2237,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-15 03:18:07','31.00','11','newstock','1','','',0.0000,'','1','30','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2238,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-15 03:18:26','30.00','11','newstock','1','','',0.0000,'','1','29','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2239,'SAFARI','187',-2.00,'2025-06-15 03:18:45','52.00','11','newstock','1','','',0.0000,'','1','50','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2240,'BANANA-BOTTLE','90',-1.00,'2025-06-15 03:19:06','11.00','11','newstock','1','','',0.0000,'','1','10','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2241,'GOAT CHOMA 1/4','79',-1.00,'2025-06-15 03:18:26','9974.00','6','newstock','1','','',0.0000,'','1','9973','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2242,'melkan 1.5 litres','272',-1.00,'2025-06-15 03:19:22','75.00','6','newstock','1','','',0.0000,'','1','74','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2243,'SODA-BOTTLE','195',-1.00,'2025-06-15 03:19:19','126.00','11','newstock','1','','',0.0000,'','1','125','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2244,'SODA-BOTTLE','195',-1.00,'2025-06-15 03:19:30','125.00','6','newstock','1','','',0.0000,'','1','124','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2245,'CHIPS','47',-1.00,'2025-06-15 03:19:35','9930.00','11','newstock','1','','',0.0000,'','1','9929','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2246,'melkan 1.5 litres','272',-1.00,'2025-06-15 03:19:53','74.00','11','newstock','1','','',0.0000,'','1','73','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2247,'BANANA-BOTTLE','90',-1.00,'2025-06-15 03:20:07','10.00','11','newstock','1','','',0.0000,'','1','9','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2248,'UGALI','45',-1.00,'2025-06-15 03:20:43','9761.00','11','newstock','1','','',0.0000,'','1','9760','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2249,'GUINESS-BOTTLE','136',-2.00,'2025-06-15 03:21:11','49.00','11','newstock','1','','',0.0000,'','1','47','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2250,'BALOZI-BOTTLE','89',-1.00,'2025-06-15 03:21:35','289.00','11','newstock','1','','',0.0000,'','1','288','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2251,'BALOZI-BOTTLE','89',-1.00,'2025-06-15 03:21:53','288.00','11','newstock','1','','',0.0000,'','1','287','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2252,'MARAMOJA','162',-1.00,'2025-06-15 03:22:18','28.00','11','newstock','1','','',0.0000,'','1','27','1','1','162','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2253,'PREDATOR','178',-1.00,'2025-06-15 03:22:48','44.00','11','newstock','1','','',0.0000,'','1','43','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2254,'CHIPS','47',-1.00,'2025-06-15 03:23:16','9929.00','11','newstock','1','','',0.0000,'','1','9928','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2255,'SAUSAGE (PAIR)','3',-1.00,'2025-06-15 03:23:36','9972.00','11','newstock','1','','',0.0000,'','1','9971','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2256,'GOAT CHOMA 1/4','79',-1.00,'2025-06-15 03:24:08','9973.00','11','newstock','1','','',0.0000,'','1','9972','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2257,'BANANA-BOTTLE','90',-1.00,'2025-06-15 03:24:33','9.00','11','newstock','1','','',0.0000,'','1','8','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2258,'SPORT','196',-1.00,'2025-06-15 03:24:54','29.00','11','newstock','1','','',0.0000,'','1','28','1','1','196','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2259,'GILBEYS-750','126',-2.00,'2025-06-15 03:25:10','3.00','11','newstock','1','','',0.0000,'','1','1','1','1','126','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2260,'melkan 1.5 litres','272',-1.00,'2025-06-15 03:25:49','73.00','11','newstock','1','','',0.0000,'','1','72','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2261,'melkan 1.5 litres','272',-1.00,'2025-06-15 03:26:00','72.00','11','newstock','1','','',0.0000,'','1','71','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2262,'SAFARI','187',-2.00,'2025-06-15 03:26:11','50.00','11','newstock','1','','',0.0000,'','1','48','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2263,'CHROME-GIN 250','113',-1.00,'2025-06-15 03:26:25','6.00','11','newstock','1','','',0.0000,'','1','5','1','1','113','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2264,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-15 03:26:39','6.00','11','newstock','1','','',0.0000,'','1','5','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2265,'PINEAPPLE PUNCH-CAN','176',-5.00,'2025-06-15 03:26:58','5.00','11','newstock','1','','',0.0000,'','1','0','1','1','176','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2266,'PREDATOR','178',-1.00,'2025-06-15 03:27:21','43.00','11','newstock','1','','',0.0000,'','1','42','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2267,'GUARANA CAN','134',-1.00,'2025-06-15 03:27:39','6.00','11','newstock','1','','',0.0000,'','1','5','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2268,'CHIPS','47',-2.00,'2025-06-15 03:29:16','9928.00','4','newstock','1','','',0.0000,'','1','9926','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2269,'EGGS(BOILED/FRIED)','1',-1.00,'2025-06-15 03:29:55','9991.00','4','newstock','1','','',0.0000,'','1','9990','1','1','1','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2270,'JOHNNIE W BLACK-750','148',-1.00,'2025-06-15 03:37:24','2.00','6','newstock','1','','',0.0000,'','1','1','1','1','148','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2271,'GORDONS 350ML','130',-1.00,'2025-06-15 03:38:28','1.00','6','newstock','1','','',0.0000,'','1','0','1','1','130','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2272,'melkan 1.5 litres','272',-1.00,'2025-06-15 03:38:44','71.00','6','newstock','1','','',0.0000,'','1','70','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2273,'SNAPP CAN','192',-1.00,'2025-06-15 03:38:53','6.00','6','newstock','1','','',0.0000,'','1','5','1','1','192','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2274,'SODA-BOTTLE','195',-1.00,'2025-06-15 03:39:02','124.00','6','newstock','1','','',0.0000,'','1','123','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2275,'GOAT CHOMA 1/2','80',-1.00,'2025-06-15 03:39:11','9990.00','6','newstock','1','','',0.0000,'','1','9989','1','1','80','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2276,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-15 03:39:26','29.00','6','newstock','1','','',0.0000,'','1','27','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2277,'SNAPP CAN','192',-4.00,'2025-06-15 03:40:24','5.00','6','newstock','1','','',0.0000,'','1','1','1','1','192','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2278,'TUSKER LITE-BOTTLE','208',-4.00,'2025-06-15 03:42:36','21.00','6','newstock','1','','',0.0000,'','1','17','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2279,'melkan 1.5 litres','272',-1.00,'2025-06-15 03:42:52','70.00','6','newstock','1','','',0.0000,'','1','69','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2280,'BLACK ICE-BOTTLE','100',-4.00,'2025-06-15 03:43:05','13.00','6','newstock','1','','',0.0000,'','1','9','1','1','100','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2281,'TUSKER LITE-BOTTLE','208',-4.00,'2025-06-15 03:43:24','17.00','6','newstock','1','','',0.0000,'','1','13','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2282,'LIVER CHOMA','75',-1.00,'2025-06-15 03:44:28','10000.00','6','newstock','1','','',0.0000,'','1','9999','1','1','75','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2283,'CHROME-GIN 250','113',-2.00,'2025-06-15 03:45:42','5.00','6','newstock','1','','',0.0000,'','1','3','1','1','113','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2284,'ENO','243',-1.00,'2025-06-15 03:45:55','17.00','6','newstock','1','','',0.0000,'','1','16','1','1','243','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2285,'MARAMOJA','162',-1.00,'2025-06-15 03:46:06','27.00','6','newstock','1','','',0.0000,'','1','26','1','1','162','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2286,'melkan 1.5 litres','272',-1.00,'2025-06-15 03:46:14','69.00','6','newstock','1','','',0.0000,'','1','68','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2287,'TRUST','203',-1.00,'2025-06-15 03:51:38','16.00','4','newstock','1','','',0.0000,'','1','15','1','1','203','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2288,'WHITE RICE','37',-1.00,'2025-06-15 03:52:49','9998.00','4','newstock','1','','',0.0000,'','1','9997','1','1','37','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2289,'Liver - Choma 1kg','',100.00,'2025-06-15 03:55:04','0.00','16','newstock','1','','',1000.0000,'','Main','100','Internal','Main','286','','',0.00,'','NaN','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2290,'CHROME-VODKA 250','115',-2.00,'2025-06-15 04:09:01','37.00','4','newstock','1','','',0.0000,'','1','35','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2291,'melkan 1.5 litres','272',-1.00,'2025-06-15 04:09:10','68.00','4','newstock','1','','',0.0000,'','1','67','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2292,'COCKTAIL','244',-1.00,'2025-06-15 04:09:35','9990.00','4','newstock','1','','',0.0000,'','1','9989','1','1','244','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2293,'WHITECAP CAN','217',-1.00,'2025-06-15 04:09:50','12.00','4','newstock','1','','',0.0000,'','1','11','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2294,'WHITECAP CAN','217',-2.00,'2025-06-15 04:11:04','11.00','6','newstock','1','','',0.0000,'','1','9','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2295,'COCKTAIL','244',-3.00,'2025-06-15 04:11:32','9989.00','6','newstock','1','','',0.0000,'','1','9986','1','1','244','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2296,'KENYA CANE-250','154',-1.00,'2025-06-15 04:14:38','5.00','6','newstock','1','','',0.0000,'','1','4','1','1','154','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2297,'SODA-BOTTLE','195',-1.00,'2025-06-15 04:14:58','123.00','6','newstock','1','','',0.0000,'','1','122','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2298,'melkan 1.5 litres','272',-2.00,'2025-06-15 04:23:22','67.00','4','newstock','1','','',0.0000,'','1','65','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2299,'KANE EXTRA-750','152',-1.00,'2025-06-15 04:58:25','5.00','6','newstock','1','','',0.0000,'','1','4','1','1','152','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2300,'PREDATOR','178',-2.00,'2025-06-15 04:58:43','42.00','6','newstock','1','','',0.0000,'','1','40','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2301,'SODA-BOTTLE','195',-1.00,'2025-06-15 04:58:59','122.00','6','newstock','1','','',0.0000,'','1','121','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2302,'KENYA CANE-750','155',-1.00,'2025-06-15 05:02:04','4.00','6','newstock','1','','',0.0000,'','1','3','1','1','155','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2303,'KENYA CANE-750','155',-1.00,'2025-06-15 05:05:53','3.00','6','newstock','1','','',0.0000,'','1','2','1','1','155','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2304,'FOUR COUSINS-RED','122',-1.00,'2025-06-15 05:06:43','4.00','6','newstock','1','','',0.0000,'','1','3','1','1','122','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2305,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-15 05:08:40','27.00','6','newstock','1','','',0.0000,'','1','26','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2306,'BALOZI CAN','88',-1.00,'2025-06-15 05:10:47','28.00','6','newstock','1','','',0.0000,'','1','27','1','1','88','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2307,'BALOZI-BOTTLE','89',-4.00,'2025-06-15 05:11:37','287.00','6','newstock','1','','',0.0000,'','1','283','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2308,'GUINESS-BOTTLE','136',-1.00,'2025-06-15 05:21:10','47.00','5','newstock','1','','',0.0000,'','1','46','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2309,'V&A-750','211',-1.00,'2025-06-15 05:21:30','5.00','5','newstock','1','','',0.0000,'','1','4','1','1','211','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2310,'TUSKER LITE-BOTTLE','208',-8.00,'2025-06-15 05:24:25','13.00','5','newstock','1','','',0.0000,'','1','5','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2311,'SAVANNAH CIDER','188',-4.00,'2025-06-15 05:24:43','6.00','5','newstock','1','','',0.0000,'','1','2','1','1','188','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2312,'melkan 1.5 litres','272',-1.00,'2025-06-15 05:25:16','65.00','5','newstock','1','','',0.0000,'','1','64','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2313,'BALOZI-BOTTLE','89',-2.00,'2025-06-15 05:29:10','283.00','5','newstock','1','','',0.0000,'','1','281','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2314,'V&A -250','210',-1.00,'2025-06-15 05:29:55','5.00','5','newstock','1','','',0.0000,'','1','4','1','1','210','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2315,'SODA-BOTTLE','195',-1.00,'2025-06-15 05:30:46','121.00','5','newstock','1','','',0.0000,'','1','120','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2316,'BLACK AND WHITE -750','97',-1.00,'2025-06-15 05:31:42','3.00','5','newstock','1','','',0.0000,'','1','2','1','1','97','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2317,'melkan 1.5 litres','272',-1.00,'2025-06-15 05:32:18','64.00','5','newstock','1','','',0.0000,'','1','63','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2318,'SODA-BOTTLE','195',-1.00,'2025-06-15 05:32:25','120.00','5','newstock','1','','',0.0000,'','1','119','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2319,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-15 05:33:40','9989.00','5','newstock','1','','',0.0000,'','1','9988','1','1','26','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2320,'UGALI','45',-1.00,'2025-06-15 05:33:49','9760.00','5','newstock','1','','',0.0000,'','1','9759','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2321,'REDBULL','180',-1.00,'2025-06-15 05:34:24','9.00','5','newstock','1','','',0.0000,'','1','8','1','1','180','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2322,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-15 05:34:38','26.00','5','newstock','1','','',0.0000,'','1','25','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2323,'REDBULL','180',-1.00,'2025-06-15 05:35:24','8.00','5','newstock','1','','',0.0000,'','1','7','1','1','180','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2324,'SODA-BOTTLE','195',-1.00,'2025-06-15 05:36:51','119.00','5','newstock','1','','',0.0000,'','1','118','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2325,'WHITECAP CAN','217',-1.00,'2025-06-15 05:37:38','9.00','5','newstock','1','','',0.0000,'','1','8','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2326,'CHROME-VODKA 250','115',-1.00,'2025-06-15 05:38:25','35.00','5','newstock','1','','',0.0000,'','1','34','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2327,'melkan 1.5 litres','272',-1.00,'2025-06-15 05:38:34','63.00','5','newstock','1','','',0.0000,'','1','62','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2328,'JOHNNIE W BLACK-750','148',-1.00,'2025-06-15 05:53:07','1.00','5','newstock','1','','',0.0000,'','1','0','1','1','148','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2329,'melkan 1.5 litres','272',-1.00,'2025-06-15 05:53:18','62.00','5','newstock','1','','',0.0000,'','1','61','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2330,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-15 05:54:15','9989.00','5','newstock','1','','',0.0000,'','1','9988','1','1','25','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2331,'UGALI','45',-1.00,'2025-06-15 05:54:24','9759.00','5','newstock','1','','',0.0000,'','1','9758','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2332,'BANANA-BOTTLE','90',-1.00,'2025-06-15 05:57:04','8.00','5','newstock','1','','',0.0000,'','1','7','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2333,'BANANA-BOTTLE','90',-2.00,'2025-06-15 05:57:11','7.00','5','newstock','1','','',0.0000,'','1','5','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2334,'BLACK AND WHITE -750','97',-1.00,'2025-06-15 05:58:54','2.00','5','newstock','1','','',0.0000,'','1','1','1','1','97','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2335,'PREDATOR','178',-1.00,'2025-06-15 06:04:16','40.00','5','newstock','1','','',0.0000,'','1','39','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2336,'BLACK ICE-BOTTLE','100',-3.00,'2025-06-15 06:05:22','9.00','5','newstock','1','','',0.0000,'','1','6','1','1','100','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2337,'BALOZI-BOTTLE','89',-2.00,'2025-06-15 06:05:39','281.00','5','newstock','1','','',0.0000,'','1','279','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2338,'GUINESS-BOTTLE','136',-1.00,'2025-06-15 06:05:54','46.00','5','newstock','1','','',0.0000,'','1','45','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2339,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-15 06:07:49','9991.00','5','newstock','1','','',0.0000,'','1','9990','1','1','23','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2340,'GREENS(KIENYEJI)','46',-1.00,'2025-06-15 06:08:08','9967.00','5','newstock','1','','',0.0000,'','1','9966','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2341,'UGALI','45',-2.00,'2025-06-15 06:08:17','9758.00','5','newstock','1','','',0.0000,'','1','9756','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2342,'PREDATOR','178',-1.00,'2025-06-15 06:09:56','39.00','5','newstock','1','','',0.0000,'','1','38','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2343,'V&A -250','210',-1.00,'2025-06-15 06:10:28','4.00','5','newstock','1','','',0.0000,'','1','3','1','1','210','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2344,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-15 06:11:07','25.00','5','newstock','1','','',0.0000,'','1','24','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2345,'CHROME-VODKA 250','115',-1.00,'2025-06-15 06:12:01','34.00','5','newstock','1','','',0.0000,'','1','33','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2346,'WHITECAP CAN','217',-1.00,'2025-06-15 06:12:54','8.00','5','newstock','1','','',0.0000,'','1','7','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2347,'GUINESS CAN','135',-1.00,'2025-06-15 06:12:59','18.00','5','newstock','1','','',0.0000,'','1','17','1','1','135','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2348,'GUINESS-BOTTLE','136',-1.00,'2025-06-15 06:14:02','45.00','5','newstock','1','','',0.0000,'','1','44','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2349,'BEST WHISKY-250','93',-1.00,'2025-06-15 06:15:19','3.00','5','newstock','1','','',0.0000,'','1','2','1','1','93','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2350,'GUINESS-BOTTLE','136',-1.00,'2025-06-15 06:16:42','44.00','5','newstock','1','','',0.0000,'','1','43','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2351,'PREDATOR','178',-5.00,'2025-06-15 06:26:04','38.00','5','newstock','1','','',0.0000,'','1','33','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2352,'REDBULL','180',-1.00,'2025-06-15 06:26:09','7.00','5','newstock','1','','',0.0000,'','1','6','1','1','180','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2353,'melkan 1.5 litres','272',-1.00,'2025-06-15 06:26:18','61.00','5','newstock','1','','',0.0000,'','1','60','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2354,'SODA-BOTTLE','195',-1.00,'2025-06-15 06:26:27','118.00','5','newstock','1','','',0.0000,'','1','117','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2355,'BLACK ICE-BOTTLE','100',-2.00,'2025-06-15 06:27:17','6.00','5','newstock','1','','',0.0000,'','1','4','1','1','100','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2356,'GUARANA CAN','134',-2.00,'2025-06-15 06:27:33','5.00','5','newstock','1','','',0.0000,'','1','3','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2357,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-15 06:57:18','1.00','6','newstock','1','','',0.0000,'','1','0','1','1','111','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2358,'melkan 1.5 litres','272',-1.00,'2025-06-15 06:57:30','60.00','6','newstock','1','','',0.0000,'','1','59','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2359,'SODA-BOTTLE','195',-1.00,'2025-06-15 06:57:41','117.00','6','newstock','1','','',0.0000,'','1','116','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2360,'DUNHILL','120',-1.00,'2025-06-15 06:57:52','5.00','6','newstock','1','','',0.0000,'','1','4','1','1','120','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2361,'LEMONADE','160',-2.00,'2025-06-15 06:58:02','48.00','6','newstock','1','','',0.0000,'','1','46','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2362,'CAPTAIN MORGAN-250','110',-3.00,'2025-06-15 06:58:14','11.00','6','newstock','1','','',0.0000,'','1','8','1','1','110','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2363,'BLACK ICE-BOTTLE','100',-2.00,'2025-06-15 06:58:33','4.00','6','newstock','1','','',0.0000,'','1','2','1','1','100','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2364,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-15 06:58:53','9950.00','6','newstock','1','','',0.0000,'','1','9949','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2365,'UGALI','45',-1.00,'2025-06-15 07:02:14','9756.00','6','newstock','1','','',0.0000,'','1','9755','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2366,'Gordon 1 LTR','273',-1.00,'2025-06-15 09:36:58','1.00','14','newstock','1','','',0.0000,'','1','0','1','1','273','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2367,'CHROME-VODKA 250','115',-1.00,'2025-06-15 10:57:27','33.00','3','newstock','1','','',0.0000,'','1','32','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2368,'PREDATOR','178',-1.00,'2025-06-15 10:58:09','33.00','3','newstock','1','','',0.0000,'','1','32','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2369,'MATCH BOX','163',-2.00,'2025-06-15 11:31:39','4.00','3','newstock','1','','',0.0000,'','1','2','1','1','163','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2370,'WHITECAP CAN','217',-2.00,'2025-06-15 11:32:13','7.00','3','newstock','1','','',0.0000,'','1','5','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2371,'VAT 69-350','212',-1.00,'2025-06-15 11:32:18','5.00','3','newstock','1','','',0.0000,'','1','4','1','1','212','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2372,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-15 11:33:23','9949.00','3','newstock','1','','',0.0000,'','1','9948','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2373,'UGALI','45',-1.00,'2025-06-15 11:33:32','9755.00','3','newstock','1','','',0.0000,'','1','9754','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2374,'GREENS(KIENYEJI)','46',-1.00,'2025-06-15 11:33:35','9966.00','3','newstock','1','','',0.0000,'','1','9965','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2375,'SNAPP CAN','192',-1.00,'2025-06-15 12:10:08','1.00','3','newstock','1','','',0.0000,'','1','0','1','1','192','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2376,'BALOZI-BOTTLE','89',-1.00,'2025-06-15 12:10:20','279.00','3','newstock','1','','',0.0000,'','1','278','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2377,'ROOM 2','250',-1.00,'2025-06-15 12:10:59','9970.00','3','newstock','1','','',0.0000,'','1','9969','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2378,'ROSTER','186',-2.00,'2025-06-15 12:11:26','6.00','3','newstock','1','','',0.0000,'','1','4','1','1','186','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2379,'BALOZI-BOTTLE','89',-1.00,'2025-06-15 12:15:30','278.00','3','newstock','1','','',0.0000,'','1','277','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2380,'BEEF WET/DRY FRY 1 KG','24',-1.00,'2025-06-15 12:43:34','9995.00','3','newstock','1','','',0.0000,'','1','9994','1','1','24','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2381,'UGALI','45',-4.00,'2025-06-15 12:43:45','9754.00','3','newstock','1','','',0.0000,'','1','9750','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2382,'GREENS(KIENYEJI)','46',-1.00,'2025-06-15 12:43:50','9965.00','3','newstock','1','','',0.0000,'','1','9964','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2383,'BALOZI-BOTTLE','89',-2.00,'2025-06-15 12:44:15','277.00','3','newstock','1','','',0.0000,'','1','275','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2384,'CHROME-VODKA 750','116',-1.00,'2025-06-15 12:44:32','4.00','3','newstock','1','','',0.0000,'','1','3','1','1','116','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2385,'DELMONTE','119',-1.00,'2025-06-15 12:44:44','8.00','3','newstock','1','','',0.0000,'','1','7','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2386,'melkan 1.5 litres','272',-1.00,'2025-06-15 12:44:53','59.00','3','newstock','1','','',0.0000,'','1','58','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2387,'melkan 1.5 litres','272',-1.00,'2025-06-15 12:45:42','58.00','3','newstock','1','','',0.0000,'','1','57','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2388,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-15 12:46:04','9990.00','3','newstock','1','','',0.0000,'','1','9989','1','1','23','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2389,'UGALI','45',-2.00,'2025-06-15 12:46:16','9750.00','3','newstock','1','','',0.0000,'','1','9748','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2390,'SAFARI','187',-5.00,'2025-06-15 12:47:10','48.00','3','newstock','1','','',0.0000,'','1','43','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2391,'PACKING TIN-LARGE','',-1.00,'2025-06-15 13:18:36','21.00','16','newstock','1','','',15.0000,'','1','20','internal','1','172','','',0.00,'','70','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2392,'PILSNER_LAGER_BOTTLE','',-2.00,'2025-06-15 13:32:04','6.00','16','newstock','1','','',175.0000,'','1','4','internal','1','174','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2393,'ROSTER','186',-2.00,'2025-06-15 13:32:03','4.00','3','newstock','1','','',0.0000,'','1','2','1','1','186','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2394,'WHITECAP-BOTTLE','',-1.00,'2025-06-15 13:32:27','1.00','16','newstock','1','','',200.0000,'','1','0','internal','1','218','','',0.00,'','260','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2395,'TOOTHPASTE','',-1.00,'2025-06-15 13:34:10','10.00','16','newstock','1','','',35.0000,'','1','9','internal','1','200','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2396,'DUNHILL','stock loss',-4.00,'2025-06-15 13:44:59','4.00','16','newstock','1','','',17.0000,'','1','0','internal','1','120','','',0.00,'','25','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2397,'SAFARI','stock loss',-11.00,'2025-06-15 13:46:07','43.00','16','newstock','1','','',8.0000,'','1','32','internal','1','187','','',0.00,'','15','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2398,'SPORT','',-2.00,'2025-06-15 13:49:17','28.00','16','newstock','1','','',14.0000,'','1','26','internal','1','196','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2399,'WHITECAP CAN','217',-2.00,'2025-06-15 13:52:47','5.00','3','newstock','1','','',0.0000,'','1','3','1','1','217','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2400,'melkan 1.5 litres','272',-1.00,'2025-06-15 14:02:31','57.00','3','newstock','1','','',0.0000,'','1','56','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2401,'CHROME-GIN 250','113',-1.00,'2025-06-15 14:03:55','3.00','3','newstock','1','','',0.0000,'','1','2','1','1','113','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2402,'PREDATOR','178',-1.00,'2025-06-15 14:04:13','32.00','3','newstock','1','','',0.0000,'','1','31','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2403,'melkan 1.5 litres','272',-1.00,'2025-06-15 14:05:44','56.00','3','newstock','1','','',0.0000,'','1','55','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2404,'melkan 1.5 litres','272',-1.00,'2025-06-15 14:06:29','55.00','3','newstock','1','','',0.0000,'','1','54','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2405,'GILBEYS-750','126',-1.00,'2025-06-15 14:06:38','1.00','3','newstock','1','','',0.0000,'','1','0','1','1','126','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2406,'REDBULL','180',-1.00,'2025-06-15 14:06:46','6.00','3','newstock','1','','',0.0000,'','1','5','1','1','180','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2407,'SODA-BOTTLE','195',-1.00,'2025-06-15 14:07:26','116.00','3','newstock','1','','',0.0000,'','1','115','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2408,'SODA-BOTTLE','195',-1.00,'2025-06-15 14:31:51','115.00','3','newstock','1','','',0.0000,'','1','114','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2409,'DELMONTE','119',-1.00,'2025-06-15 14:31:55','7.00','3','newstock','1','','',0.0000,'','1','6','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2410,'CAPTAIN MORGAN-250','110',-1.00,'2025-06-15 14:32:22','8.00','3','newstock','1','','',0.0000,'','1','7','1','1','110','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2411,'melkan 1.5 litres','272',-1.00,'2025-06-15 14:32:42','54.00','3','newstock','1','','',0.0000,'','1','53','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2412,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-15 14:32:58','9989.00','3','newstock','1','','',0.0000,'','1','9988','1','1','23','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2413,'CHIPS','47',-1.00,'2025-06-15 14:33:08','9926.00','3','newstock','1','','',0.0000,'','1','9925','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2414,'UGALI','45',-1.00,'2025-06-15 14:33:13','9748.00','3','newstock','1','','',0.0000,'','1','9747','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2415,'Liver - Choma 1kg','',100.00,'2025-06-15 15:08:11','0.00','16','newstock','1','','',1000.0000,'','1','100','internal','1','286','','',0.00,'','NaN','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2416,'SAUSAGE (PAIR)','3',-1.00,'2025-06-15 15:09:46','9971.00','3','newstock','1','','',0.0000,'','1','9970','1','1','3','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2417,'CHROME-VODKA 750','116',-1.00,'2025-06-15 15:41:11','3.00','3','newstock','1','','',0.0000,'','1','2','1','1','116','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2418,'SAFARI','187',-1.00,'2025-06-15 15:41:23','32.00','3','newstock','1','','',0.0000,'','1','31','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2419,'LEMONADE','160',-1.00,'2025-06-15 15:41:32','46.00','3','newstock','1','','',0.0000,'','1','45','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2420,'melkan 1.5 litres','272',-1.00,'2025-06-15 15:41:42','53.00','3','newstock','1','','',0.0000,'','1','52','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2421,'SAUSAGE (PAIR)','3',1.00,'2025-06-15 15:41:57','9970.00','16','newstock','1','','',0.0000,'','1','9971','1','1','3','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2422,'SMOKIES(PAIR)','15',-4.00,'2025-06-15 16:12:19','9988.00','3','newstock','1','','',0.0000,'','1','9984','1','1','15','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2423,'VAT 69-750','',-1.00,'2025-06-15 16:36:55','4.00','16','newstock','1','','',1520.0000,'','1','3','internal','1','213','','',0.00,'','1800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2424,'BLACK AND WHITE -750','',1.00,'2025-06-15 16:37:36','1.00','16','newstock','1','','',1175.0000,'','1','2','internal','1','97','','',0.00,'','1800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2425,'GILBEYS-350','125',-1.00,'2025-06-15 16:58:53','8.00','3','newstock','1','','',0.0000,'','1','7','1','1','125','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2426,'GILBEYS-250','124',-1.00,'2025-06-15 17:00:37','7.00','3','newstock','1','','',0.0000,'','1','6','1','1','124','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2427,'melkan 1.5 litres','272',-1.00,'2025-06-15 17:01:01','52.00','3','newstock','1','','',0.0000,'','1','51','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2428,'HENNESSEY VS 350ML','231',-1.00,'2025-06-15 17:01:22','2.00','3','newstock','1','','',0.0000,'','1','1','1','1','231','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2429,'melkan 1.5 litres','272',-1.00,'2025-06-15 17:02:45','51.00','3','newstock','1','','',0.0000,'','1','50','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2430,'','1',50.00,'2025-06-15 17:06:36','0.00','16','newstock','1','161749996314','10',200.0000,'','1','50','supplier','1','218','','',0.00,'VATABLE','260','1379.31','8620.69','16.00','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2431,'','1',24.00,'2025-06-15 17:06:51','0.00','16','newstock','1','161749996314','10',200.0000,'','1','24','supplier','1','156','','',0.00,'VATABLE','260','662.07','4137.93','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2432,'','1',25.00,'2025-06-15 17:07:05','0.00','16','newstock','1','161749996314','10',225.0000,'','1','25','supplier','1','205','','',0.00,'VATABLE','300','775.86','4849.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2433,'','1',50.00,'2025-06-15 17:07:24','24.00','16','newstock','1','161749996314','10',175.0000,'','1','74','supplier','1','209','','',0.00,'VATABLE','250','1206.90','7543.10','16.00','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2434,'','1',25.00,'2025-06-15 17:08:03','43.00','16','newstock','1','161749996314','10',210.0000,'','1','68','supplier','1','136','','',0.00,'VATABLE','260','724.14','4525.86','16.00','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2435,'','1',24.00,'2025-06-15 17:08:24','0.00','16','newstock','1','161749996314','10',265.0000,'','1','24','supplier','1','138','','',0.00,'VATABLE','300','877.24','5482.76','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2436,'','1',10.00,'2025-06-15 17:08:36','0.00','16','newstock','1','161749996314','10',245.0000,'','1','10','supplier','1','117','','',0.00,'VATABLE','350','337.93','2112.07','16.00','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2437,'','1',5.00,'2025-06-15 17:08:49','0.00','16','newstock','1','161749996314','10',710.0000,'','1','5','supplier','1','118','','',0.00,'VATABLE','1000','489.66','3060.34','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2438,'','1',2.00,'2025-06-15 17:09:04','0.00','16','newstock','1','161749996314','10',2530.0000,'','1','2','supplier','1','273','','',0.00,'VATABLE','3500','697.93','4362.07','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2439,'','1',2.00,'2025-06-15 17:10:42','0.00','16','newstock','1','161749996314','10',2020.0000,'','1','2','supplier','1','287','','',0.00,'VATABLE','3000','557.24','3482.76','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2440,'','1',2.00,'2025-06-15 17:13:24','0.00','16','newstock','1','161749996314','10',1734.0000,'','1','2','supplier','1','150','','',0.00,'VATABLE','2500','478.34','2989.66','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2441,'','1',2.00,'2025-06-15 17:13:45','0.00','16','newstock','1','161749996314','10',3120.0000,'','1','2','supplier','1','148','','',0.00,'VATABLE','4000','860.69','5379.31','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2442,'','1',5.00,'2025-06-15 17:14:00','0.00','16','newstock','1','161749996314','10',680.0000,'','1','5','supplier','1','214','','',0.00,'VATABLE','900','468.97','2931.03','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2443,'','1',5.00,'2025-06-15 17:14:14','0.00','16','newstock','1','161749996314','10',1300.0000,'','1','5','supplier','1','216','','',0.00,'VATABLE','1800','896.55','5603.45','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2444,'','1',12.00,'2025-06-15 17:14:41','0.00','16','newstock','1','161749996314','10',203.0000,'','1','12','supplier','1','206','','',0.00,'VATABLE','300','336.00','2100.00','16.00','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2445,'','1',24.00,'2025-06-15 17:15:47','0.00','16','newstock','1','161749996314','10',180.0000,'','1','24','supplier','1','99','','',0.00,'VATABLE','300','595.86','3724.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2446,'','1',25.00,'2025-06-15 17:17:07','2.00','16','newstock','1','161749996314','10',165.0000,'','1','27','supplier','1','100','','',0.00,'VATABLE','250','568.97','3556.03','16.00','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2447,'','1',24.00,'2025-06-15 17:17:24','3.00','16','newstock','1','161749996314','10',180.0000,'','1','27','supplier','1','134','','',0.00,'VATABLE','300','595.86','3724.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2448,'','1',24.00,'2025-06-15 17:17:56','0.00','16','newstock','1','161749996314','10',180.0000,'','1','24','supplier','1','176','','',0.00,'VATABLE','300','595.86','3724.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2449,'','1',12.00,'2025-06-15 17:18:06','5.00','16','newstock','1','161749996314','10',185.0000,'','1','17','supplier','1','180','','',0.00,'VATABLE','300','306.21','1913.79','16.00','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2450,'','1',10.00,'2025-06-15 17:18:18','0.00','16','newstock','1','161749996314','10',200.0000,'','1','10','supplier','1','201','','',0.00,'VATABLE','300','275.86','1724.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2451,'','1',12.00,'2025-06-15 17:18:30','0.00','16','newstock','1','161749996314','10',245.0000,'','1','12','supplier','1','204','','',0.00,'VATABLE','350','405.52','2534.48','16.00','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2452,'','1',12.00,'2025-06-15 17:18:41','3.00','16','newstock','1','161749996314','10',225.0000,'','1','15','supplier','1','217','','',0.00,'VATABLE','300','372.41','2327.59','16.00','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2453,'','1',5.00,'2025-06-15 17:18:52','0.00','16','newstock','1','161749996314','10',945.0000,'','1','5','supplier','1','111','','',0.00,'VATABLE','1300','651.72','4073.28','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2454,'','1',5.00,'2025-06-15 17:19:11','1.00','16','newstock','1','161749996314','10',585.0000,'','1','6','supplier','1','114','','',0.00,'VATABLE','850','403.45','2521.55','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2455,'','1',5.00,'2025-06-15 17:19:34','0.00','16','newstock','1','161749996314','10',1300.0000,'','1','5','supplier','1','126','','',0.00,'VATABLE','1800','896.55','5603.45','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2456,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-15 18:11:59','5.00','3','newstock','1','','',0.0000,'','1','3','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2457,'HENNESSEY VS 350ML','231',-1.00,'2025-06-15 18:12:00','1.00','3','newstock','1','','',0.0000,'','1','0','1','1','231','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2458,'HEINEKEN-BOTTLE','138',-1.00,'2025-06-15 18:12:30','24.00','3','newstock','1','','',0.0000,'','1','23','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2459,'HEINEKEN-BOTTLE','138',-1.00,'2025-06-15 18:12:41','23.00','3','newstock','1','','',0.0000,'','1','22','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2460,'BALOZI-BOTTLE','89',-2.00,'2025-06-15 18:30:38','275.00','3','newstock','1','','',0.0000,'','1','273','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2461,'HEINEKEN-BOTTLE','138',-2.00,'2025-06-15 18:31:15','22.00','3','newstock','1','','',0.0000,'','1','20','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2462,'BLACK ICE CAN','99',-2.00,'2025-06-15 18:31:45','24.00','3','newstock','1','','',0.0000,'','1','22','1','1','99','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2463,'SODA-BOTTLE','195',-1.00,'2025-06-15 18:31:53','114.00','3','newstock','1','','',0.0000,'','1','113','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2464,'GORDONS CAN','',24.00,'2025-06-15 18:48:14','0.00','16','newstock','1','','',220.0000,'','1','24','internal','1','288','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2465,'GORDONS CAN','288',-7.00,'2025-06-15 18:50:34','24.00','3','newstock','1','','',0.0000,'','1','17','1','1','288','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2466,'MELKAN/QUENCHER/SAFARI-500 ML','164',-6.00,'2025-06-15 18:52:30','66.00','3','newstock','1','','',0.0000,'','1','60','1','1','164','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2467,'GORDONS CAN','288',-3.00,'2025-06-15 19:04:21','17.00','3','newstock','1','','',0.0000,'','1','14','1','1','288','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2468,'HEINEKEN-BOTTLE','138',-1.00,'2025-06-15 19:06:02','20.00','3','newstock','1','','',0.0000,'','1','19','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2469,'COUNTY SPIRIT 750ML','118',-2.00,'2025-06-15 19:27:43','5.00','6','newstock','1','','',0.0000,'','1','3','1','1','118','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2470,'melkan 1.5 litres','272',-1.00,'2025-06-15 19:28:04','50.00','6','newstock','1','','',0.0000,'','1','49','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2471,'HEINEKEN-BOTTLE','138',-2.00,'2025-06-15 19:36:30','19.00','3','newstock','1','','',0.0000,'','1','17','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2472,'GUARANA CAN','134',-2.00,'2025-06-15 19:36:51','27.00','3','newstock','1','','',0.0000,'','1','25','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2473,'BLACK ICE CAN','99',-2.00,'2025-06-15 19:37:01','22.00','3','newstock','1','','',0.0000,'','1','20','1','1','99','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2474,'BALOZI-BOTTLE','89',-1.00,'2025-06-15 19:37:16','273.00','3','newstock','1','','',0.0000,'','1','272','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2475,'BALOZI-BOTTLE','89',-1.00,'2025-06-15 19:38:05','272.00','3','newstock','1','','',0.0000,'','1','271','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2476,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-15 19:38:39','3.00','3','newstock','1','','',0.0000,'','1','2','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2477,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-15 19:38:44','2.00','3','newstock','1','','',0.0000,'','1','1','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2478,'GORDONS CAN','288',-2.00,'2025-06-15 19:39:29','14.00','3','newstock','1','','',0.0000,'','1','12','1','1','288','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2479,'HEINEKEN-BOTTLE','138',-1.00,'2025-06-15 19:39:47','17.00','3','newstock','1','','',0.0000,'','1','16','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2480,'BALOZI-BOTTLE','89',-1.00,'2025-06-15 19:40:03','271.00','3','newstock','1','','',0.0000,'','1','270','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2481,'BLACK ICE CAN','99',-2.00,'2025-06-15 19:40:22','20.00','3','newstock','1','','',0.0000,'','1','18','1','1','99','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2482,'TRIPPLE ACE-250','201',-1.00,'2025-06-15 20:06:08','10.00','11','newstock','1','','',0.0000,'','1','9','1','1','201','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2483,'SODA-BOTTLE','195',-1.00,'2025-06-15 20:07:00','113.00','5','newstock','1','','',0.0000,'','1','112','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2484,'melkan 1.5 litres','272',-1.00,'2025-06-15 20:06:46','49.00','11','newstock','1','','',0.0000,'','1','48','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2485,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-15 20:07:31','60.00','11','newstock','1','','',0.0000,'','1','59','1','1','164','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2486,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-15 20:08:40','9988.00','5','newstock','1','','',0.0000,'','1','9987','1','1','23','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2487,'UGALI','45',-2.00,'2025-06-15 20:08:48','9747.00','5','newstock','1','','',0.0000,'','1','9745','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2488,'DELMONTE','119',-1.00,'2025-06-15 20:11:27','6.00','4','newstock','1','','',0.0000,'','1','5','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2489,'GOAT CHOMA 1/4','79',-1.00,'2025-06-15 20:11:45','9972.00','4','newstock','1','','',0.0000,'','1','9971','1','1','79','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2490,'HENNESSEY VS 700ML','230',-1.00,'2025-06-15 20:14:16','2.00','5','newstock','1','','',0.0000,'','1','1','1','1','230','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2491,'BEST WHISKY-750','',-2.00,'2025-06-15 20:14:39','6.00','16','newstock','1','','',1000.0000,'','1','4','internal','1','94','','',0.00,'','1800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2492,'BEST WHISKY-750','',-1.00,'2025-06-15 20:15:09','4.00','16','newstock','1','','',1000.0000,'','1','3','internal','1','94','','',0.00,'','1800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2493,'CHROME-VODKA 250','',-2.00,'2025-06-15 20:16:43','32.00','16','newstock','1','','',217.0000,'','1','30','internal','1','115','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2494,'CHROME-GIN 250','',2.00,'2025-06-15 20:20:24','2.00','16','newstock','1','','',217.0000,'','1','4','internal','1','113','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2495,'TRIPPLE ACE-750','',1.00,'2025-06-15 20:21:55','2.00','16','newstock','1','','',570.0000,'','1','3','internal','1','202','','',0.00,'','900','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2496,'KENYA CANE-750','',1.00,'2025-06-15 20:22:12','2.00','16','newstock','1','','',705.0000,'','1','3','internal','1','155','','',0.00,'','1000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2497,'FOUR COUSINS-RED','',1.00,'2025-06-15 20:22:27','3.00','16','newstock','1','','',955.0000,'','1','4','internal','1','122','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2498,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-15 20:34:56','3.00','5','newstock','1','','',0.0000,'','1','2','1','1','118','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2499,'SODA-BOTTLE','195',-1.00,'2025-06-15 20:36:10','112.00','5','newstock','1','','',0.0000,'','1','111','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2500,'HENNESSEY VS 700ML','230',-1.00,'2025-06-15 20:37:34','1.00','5','newstock','1','','',0.0000,'','1','0','1','1','230','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2501,'VICEROY-250','215',-1.00,'2025-06-15 20:37:47','5.00','5','newstock','1','','',0.0000,'','1','4','1','1','215','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2502,'GUARANA CAN','',-3.00,'2025-06-15 20:40:47','25.00','16','newstock','1','','',180.0000,'','1','22','internal','1','134','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2503,'SODA-BOTTLE','195',-1.00,'2025-06-15 20:47:54','111.00','11','newstock','1','','',0.0000,'','1','110','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2504,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-15 21:07:17','10.00','4','newstock','1','','',0.0000,'','1','9','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2505,'LEMONADE','160',-1.00,'2025-06-15 21:07:25','45.00','4','newstock','1','','',0.0000,'','1','44','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2506,'LIME SYRUP','242',-1.00,'2025-06-15 21:07:49','2.00','4','newstock','1','','',0.0000,'','1','1','1','1','242','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2507,'GOAT CHOMA 1/2','80',-1.00,'2025-06-15 21:10:23','9989.00','5','newstock','1','','',0.0000,'','1','9988','1','1','80','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2508,'VICEROY-250','215',-1.00,'2025-06-15 21:11:34','5.00','5','newstock','1','','',0.0000,'','1','4','1','1','215','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2509,'TRIPPLE ACE-750','202',-1.00,'2025-06-15 21:12:57','3.00','6','newstock','1','','',0.0000,'','1','2','1','1','202','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2510,'TRIPPLE ACE-250','201',-1.00,'2025-06-15 21:13:48','9.00','6','newstock','1','','',0.0000,'','1','8','1','1','201','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2511,'PREDATOR','178',-4.00,'2025-06-15 21:14:01','31.00','6','newstock','1','','',0.0000,'','1','27','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2512,'GILBEYS-250','124',-1.00,'2025-06-15 21:15:23','6.00','4','newstock','1','','',0.0000,'','1','5','1','1','124','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2513,'melkan 1.5 litres','272',-1.00,'2025-06-15 21:15:30','49.00','4','newstock','1','','',0.0000,'','1','48','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2514,'LIME SYRUP','242',-1.00,'2025-06-15 21:15:41','1.00','4','newstock','1','','',0.0000,'','1','0','1','1','242','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2515,'WHITECAP-BOTTLE','218',-2.00,'2025-06-15 21:16:05','50.00','4','newstock','1','','',0.0000,'','1','48','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2516,'BANANA-BOTTLE','90',-2.00,'2025-06-15 21:49:22','6.00','6','newstock','1','','',0.0000,'','1','4','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2517,'SAFARI','187',-1.00,'2025-06-15 21:49:46','31.00','6','newstock','1','','',0.0000,'','1','30','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2518,'SAUTTE POTATO','20',-1.00,'2025-06-15 21:49:58','9999.00','6','newstock','1','','',0.0000,'','1','9998','1','1','20','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2519,'BANANA-BOTTLE','90',-1.00,'2025-06-15 21:50:12','4.00','6','newstock','1','','',0.0000,'','1','3','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2520,'BANANA-BOTTLE','90',-1.00,'2025-06-15 21:50:23','3.00','6','newstock','1','','',0.0000,'','1','2','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2521,'BANANA-BOTTLE','90',-1.00,'2025-06-15 21:50:46','2.00','6','newstock','1','','',0.0000,'','1','1','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2522,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-15 21:54:41','2.00','4','newstock','1','','',0.0000,'','1','1','1','1','118','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2523,'PREDATOR','178',-1.00,'2025-06-15 21:55:02','27.00','4','newstock','1','','',0.0000,'','1','26','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2524,'Service fee','',100.00,'2025-06-15 22:02:34','9997.00','16','newstock','1','','',250.0000,'','1','10097','internal','1','266','','',0.00,'','500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2525,'Service fee','',100.00,'2025-06-15 22:02:49','0.00','16','newstock','1','','',150.0000,'','1','100','internal','1','285','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2526,'Service fee','266',-1.00,'2025-06-15 22:03:01','10097.00','6','newstock','1','','',0.0000,'','1','10096','1','1','266','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2527,'GUINESS-BOTTLE','136',-1.00,'2025-06-15 22:03:33','68.00','6','newstock','1','','',0.0000,'','1','67','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2528,'SODA-BOTTLE','195',-1.00,'2025-06-15 22:03:51','110.00','6','newstock','1','','',0.0000,'','1','109','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2529,'BANANA-BOTTLE','90',-1.00,'2025-06-15 22:04:02','1.00','6','newstock','1','','',0.0000,'','1','0','1','1','90','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2530,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-15 22:05:14','2.00','6','newstock','1','','',0.0000,'','1','1','1','1','193','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2531,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-15 22:06:28','9987.00','5','newstock','1','','',0.0000,'','1','9986','1','1','23','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2532,'CHIPS','47',-1.00,'2025-06-15 22:06:38','9925.00','5','newstock','1','','',0.0000,'','1','9924','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2533,'ROOM 2','250',-1.00,'2025-06-15 22:07:11','9969.00','5','newstock','1','','',0.0000,'','1','9968','1','1','250','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2534,'BEST WHISKY-250','93',-1.00,'2025-06-15 22:11:01','2.00','4','newstock','1','','',0.0000,'','1','1','1','1','93','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2535,'SODA-BOTTLE','195',-1.00,'2025-06-15 22:11:49','109.00','4','newstock','1','','',0.0000,'','1','108','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2536,'Service fee','285',-1.00,'2025-06-15 22:14:43','100.00','11','newstock','1','','',0.0000,'','1','99','1','1','285','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2537,'Service fee','285',-1.00,'2025-06-15 22:24:14','100.00','6','newstock','1','','',0.0000,'','1','99','1','1','285','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2538,'melkan 1.5 litres','272',-1.00,'2025-06-15 22:41:40','48.00','4','newstock','1','','',0.0000,'','1','47','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2539,'CHROME-VODKA 250','115',-1.00,'2025-06-15 22:42:21','30.00','6','newstock','1','','',0.0000,'','1','29','1','1','115','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2540,'PREDATOR','178',-1.00,'2025-06-15 22:42:46','26.00','6','newstock','1','','',0.0000,'','1','25','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2541,'WHITECAP-BOTTLE','218',-5.00,'2025-06-15 22:56:02','48.00','6','newstock','1','','',0.0000,'','1','43','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2542,'WHITECAP-BOTTLE','218',-4.00,'2025-06-15 22:56:32','48.00','6','newstock','1','','',0.0000,'','1','44','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2543,'CHIPS','47',-1.00,'2025-06-15 22:58:05','9924.00','11','newstock','1','','',0.0000,'','1','9923','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2544,'BLACK ICE CAN','99',2.00,'2025-06-15 23:00:53','18.00','16','newstock','1','','',0.0000,'','1','20','1','1','99','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2545,'BLACK ICE CAN','99',2.00,'2025-06-15 23:00:57','20.00','16','newstock','1','','',0.0000,'','1','22','1','1','99','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2546,'Service fee','266',1.00,'2025-06-15 23:10:44','10096.00','16','newstock','1','','',0.0000,'','1','10097','1','1','266','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2547,'CHROME-GIN 750','114',-1.00,'2025-06-15 23:27:37','6.00','8','newstock','1','','',0.0000,'','1','5','1','1','114','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2548,'CHROME-GIN 250','113',-1.00,'2025-06-15 23:27:50','4.00','8','newstock','1','','',0.0000,'','1','3','1','1','113','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2549,'CHIPS MASALA','48',-1.00,'2025-06-15 23:46:12','9998.00','11','newstock','1','','',0.0000,'','1','9997','1','1','48','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2550,'TRUST','203',-2.00,'2025-06-15 23:46:31','15.00','11','newstock','1','','',0.0000,'','1','13','1','1','203','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2551,'SMIRNOFF 250ML','189',-1.00,'2025-06-15 23:46:54','5.00','11','newstock','1','','',0.0000,'','1','4','1','1','189','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2552,'LEMONADE','160',-1.00,'2025-06-15 23:47:16','44.00','11','newstock','1','','',0.0000,'','1','43','1','1','160','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2553,'BALOZI-BOTTLE','89',-3.00,'2025-06-15 23:47:45','270.00','11','newstock','1','','',0.0000,'','1','267','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2554,'SODA-BOTTLE','195',-1.00,'2025-06-15 23:48:12','108.00','11','newstock','1','','',0.0000,'','1','107','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2555,'CHIPS','47',-1.00,'2025-06-15 23:48:35','9923.00','11','newstock','1','','',0.0000,'','1','9922','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2556,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-15 23:48:48','9.00','11','newstock','1','','',0.0000,'','1','8','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2557,'PREDATOR','178',-1.00,'2025-06-15 23:49:13','25.00','11','newstock','1','','',0.0000,'','1','24','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2558,'CHIPS','47',-1.00,'2025-06-15 23:49:30','9922.00','11','newstock','1','','',0.0000,'','1','9921','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2559,'WHITECAP-BOTTLE','218',-2.00,'2025-06-16 00:03:09','44.00','4','newstock','1','','',0.0000,'','1','42','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2560,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-16 00:03:17','74.00','4','newstock','1','','',0.0000,'','1','72','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2561,'GUINESS-BOTTLE','136',-1.00,'2025-06-16 00:03:21','67.00','4','newstock','1','','',0.0000,'','1','66','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2562,'melkan 1.5 litres','272',-1.00,'2025-06-16 00:03:29','47.00','4','newstock','1','','',0.0000,'','1','46','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2563,'GOAT CHOMA 1/2','80',-1.00,'2025-06-16 00:03:46','9988.00','4','newstock','1','','',0.0000,'','1','9987','1','1','80','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2564,'WHITECAP-BOTTLE','218',-2.00,'2025-06-16 00:30:58','42.00','4','newstock','1','','',0.0000,'','1','40','1','1','218','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2565,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-16 00:31:07','72.00','4','newstock','1','','',0.0000,'','1','70','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2566,'GUINESS-BOTTLE','136',-2.00,'2025-06-16 00:31:15','66.00','4','newstock','1','','',0.0000,'','1','64','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2567,'BAILEYS-750','87',-1.00,'2025-06-16 00:52:21','3.00','4','newstock','1','','',0.0000,'','1','2','1','1','87','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2568,'BAILEYS-750','87',-1.00,'2025-06-16 00:59:02','3.00','4','newstock','1','','',0.0000,'','1','2','1','1','87','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2569,'SAFARI','187',-2.00,'2025-06-16 01:33:45','30.00','11','newstock','1','','',0.0000,'','1','28','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2570,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-16 01:34:08','1.00','11','newstock','1','','',0.0000,'','1','0','1','1','208','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2571,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-16 01:34:30','8.00','11','newstock','1','','',0.0000,'','1','7','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2572,'melkan 1.5 litres','272',-1.00,'2025-06-16 01:35:28','46.00','11','newstock','1','','',0.0000,'','1','45','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2573,'KINGFISHER BOTTLE','156',-1.00,'2025-06-16 01:35:36','24.00','11','newstock','1','','',0.0000,'','1','23','1','1','156','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2574,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-16 01:35:56','70.00','11','newstock','1','','',0.0000,'','1','69','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2575,'GREENS(KIENYEJI)','46',-2.00,'2025-06-16 01:37:04','9964.00','4','newstock','1','','',0.0000,'','1','9962','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2576,'SMOKIES(PAIR)','15',-2.00,'2025-06-16 01:36:44','9984.00','11','newstock','1','','',0.0000,'','1','9982','1','1','15','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2577,'WHITE COFFEE','12',-1.00,'2025-06-16 01:37:31','10000.00','11','newstock','1','','',0.0000,'','1','9999','1','1','12','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2578,'CHROME-GIN 250','113',-1.00,'2025-06-16 01:38:23','3.00','11','newstock','1','','',0.0000,'','1','2','1','1','113','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2579,'melkan 1.5 litres','272',-1.00,'2025-06-16 01:38:51','45.00','11','newstock','1','','',0.0000,'','1','44','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2580,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-16 01:39:00','69.00','11','newstock','1','','',0.0000,'','1','68','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2581,'HEINEKEN-BOTTLE','138',-1.00,'2025-06-16 01:57:48','16.00','5','newstock','1','','',0.0000,'','1','15','1','1','138','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2582,'ENO','243',-1.00,'2025-06-16 01:58:36','16.00','5','newstock','1','','',0.0000,'','1','15','1','1','243','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2583,'melkan 1.5 litres','272',-1.00,'2025-06-16 01:58:54','44.00','5','newstock','1','','',0.0000,'','1','43','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2584,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-16 01:59:35','9948.00','5','newstock','1','','',0.0000,'','1','9947','1','1','22','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2585,'UGALI','45',-1.00,'2025-06-16 01:59:40','9745.00','5','newstock','1','','',0.0000,'','1','9744','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2586,'melkan 1.5 litres','272',-1.00,'2025-06-16 11:49:46','43.00','14','newstock','1','','',0.0000,'','1','42','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2587,'CIROC PREMIUM 750ML','227',-1.00,'2025-06-16 11:51:58','2.00','14','newstock','1','','',0.0000,'','1','1','1','1','227','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2588,'CIROC PREMIUM 750ML','227',-1.00,'2025-06-16 11:52:08','1.00','14','newstock','1','','',0.0000,'','1','0','1','1','227','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2589,'REDBULL','180',-1.00,'2025-06-16 11:53:50','17.00','14','newstock','1','','',0.0000,'','1','16','1','1','180','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2590,'MATCH BOX','',-1.00,'2025-06-16 13:41:48','2.00','16','newstock','1','','',5.0000,'','1','1','internal','1','163','','',0.00,'','10','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2591,'MARAMOJA','',-1.00,'2025-06-16 13:42:07','26.00','16','newstock','1','','',10.0000,'','1','25','internal','1','162','','',0.00,'','15','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2592,'V&A -250','',-1.00,'2025-06-16 13:42:23','3.00','16','newstock','1','','',310.0000,'','1','2','internal','1','210','','',0.00,'','400','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2593,'SAFARI','',-6.00,'2025-06-16 13:42:48','28.00','16','newstock','1','','',8.0000,'','1','22','internal','1','187','','',0.00,'','15','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2594,'SPORT','',-26.00,'2025-06-16 13:43:18','26.00','16','newstock','1','','',14.0000,'','1','0','internal','1','196','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2595,'CHROME-VODKA 250','',-1.00,'2025-06-16 13:43:47','29.00','16','newstock','1','','',217.0000,'','1','28','internal','1','115','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2596,'GUINESS-BOTTLE','',-1.00,'2025-06-16 13:44:36','64.00','16','newstock','1','','',210.0000,'','1','63','internal','1','136','','',0.00,'','260','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2597,'HUNTERS CHOICE-750','',-1.00,'2025-06-16 13:44:58','1.00','16','newstock','1','','',975.0000,'','1','0','internal','1','142','','',0.00,'','1400','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2598,'TUSKER-LAGER-BOTTLE','',-4.00,'2025-06-16 13:51:28','68.00','16','newstock','1','','',175.0000,'','1','64','internal','1','209','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2599,'GUARANA CAN','',-2.00,'2025-06-16 15:37:52','22.00','16','newstock','1','','',180.0000,'','1','20','internal','1','134','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2600,'BLACK ICE CAN','',2.00,'2025-06-16 15:51:39','22.00','16','newstock','1','','',180.0000,'','1','24','internal','1','99','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2601,'BLACK ICE CAN','',-4.00,'2025-06-16 15:56:35','24.00','16','newstock','1','','',180.0000,'','1','20','internal','1','99','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2602,'TRIPPLE ACE-250','201',-1.00,'2025-06-16 16:35:56','8.00','4','newstock','1','','',0.0000,'','1','7','1','1','201','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2603,'melkan 1.5 litres','272',-1.00,'2025-06-16 16:36:48','42.00','4','newstock','1','','',0.0000,'','1','41','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2604,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-16 16:37:21','64.00','4','newstock','1','','',0.0000,'','1','62','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2605,'GUINESS-BOTTLE','136',-2.00,'2025-06-16 16:37:27','63.00','4','newstock','1','','',0.0000,'','1','61','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2606,'melkan 1.5 litres','272',-1.00,'2025-06-16 16:37:39','41.00','4','newstock','1','','',0.0000,'','1','40','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2607,'melkan 1.5 litres','272',-1.00,'2025-06-16 16:43:56','40.00','4','newstock','1','','',0.0000,'','1','39','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2608,'SODA-BOTTLE','195',-1.00,'2025-06-16 17:14:33','107.00','4','newstock','1','','',0.0000,'','1','106','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2609,'TUSKER LITE-BOTTLE','',-1.00,'2025-06-16 17:15:15','0.00','16','newstock','1','','',195.0000,'','1','-1','internal','1','208','','',0.00,'','260','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2610,'LEMONADE','',-1.00,'2025-06-16 17:15:59','43.00','16','newstock','1','','',41.6700,'','1','42','internal','1','160','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2611,'PREDATOR','',-2.00,'2025-06-16 17:16:20','24.00','16','newstock','1','','',54.1700,'','1','22','internal','1','178','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2612,'PREDATOR','',-4.00,'2025-06-16 17:16:52','22.00','16','newstock','1','','',54.1700,'','1','18','internal','1','178','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2613,'GUINESS-BOTTLE','136',-2.00,'2025-06-16 17:18:30','61.00','4','newstock','1','','',0.0000,'','1','59','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2614,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-16 17:18:42','62.00','4','newstock','1','','',0.0000,'','1','60','1','1','209','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2615,'SAFARI','187',-2.00,'2025-06-16 17:19:02','22.00','4','newstock','1','','',0.0000,'','1','20','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2616,'SAFARI','187',-2.00,'2025-06-16 17:54:21','20.00','4','newstock','1','','',0.0000,'','1','18','1','1','187','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2617,'GUINESS-BOTTLE','136',-1.00,'2025-06-16 18:21:53','59.00','4','newstock','1','','',0.0000,'','1','58','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2618,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-16 18:59:36','9988.00','4','newstock','1','','',0.0000,'','1','9987','1','1','26','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2619,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-16 18:59:45','9988.00','4','newstock','1','','',0.0000,'','1','9987','1','1','25','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2620,'UGALI','45',-2.00,'2025-06-16 18:59:59','9744.00','4','newstock','1','','',0.0000,'','1','9742','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2621,'DELMONTE','119',-1.00,'2025-06-16 19:12:56','5.00','4','newstock','1','','',0.0000,'','1','4','1','1','119','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2622,'GUARANA CAN','134',-2.00,'2025-06-16 19:42:42','20.00','4','newstock','1','','',0.0000,'','1','18','1','1','134','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2623,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-16 20:41:54','9987.00','4','newstock','1','','',0.0000,'','1','9986','1','1','53','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2624,'UGALI','45',-4.00,'2025-06-16 20:42:05','9742.00','4','newstock','1','','',0.0000,'','1','9738','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2625,'GREENS(KIENYEJI)','46',-1.00,'2025-06-16 20:42:09','9962.00','4','newstock','1','','',0.0000,'','1','9961','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2626,'GUINESS-BOTTLE','136',-1.00,'2025-06-16 21:02:33','58.00','4','newstock','1','','',0.0000,'','1','57','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2627,'SODA-BOTTLE','195',-1.00,'2025-06-16 21:02:51','106.00','4','newstock','1','','',0.0000,'','1','105','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2628,'melkan 1.5 litres','272',-1.00,'2025-06-16 21:02:55','39.00','4','newstock','1','','',0.0000,'','1','38','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2629,'CAPTAIN MORGAN-250','110',-1.00,'2025-06-16 21:02:56','7.00','4','newstock','1','','',0.0000,'','1','6','1','1','110','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2630,'SMOKIES(PAIR)','15',-2.00,'2025-06-16 21:04:44','9982.00','4','newstock','1','','',0.0000,'','1','9980','1','1','15','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2631,'SMOKIES(PAIR)','15',-2.00,'2025-06-16 21:04:58','9982.00','4','newstock','1','','',0.0000,'','1','9980','1','1','15','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2632,'SMOKIES(PAIR)','15',-2.00,'2025-06-16 21:06:09','9982.00','4','newstock','1','','',0.0000,'','1','9980','1','1','15','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2633,'BALOZI-BOTTLE','89',-1.00,'2025-06-16 21:27:43','267.00','4','newstock','1','','',0.0000,'','1','266','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2634,'melkan 1.5 litres','272',-2.00,'2025-06-16 21:58:34','38.00','4','newstock','1','','',0.0000,'','1','36','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2635,'BALOZI-BOTTLE','89',-1.00,'2025-06-16 21:59:25','266.00','4','newstock','1','','',0.0000,'','1','265','1','1','89','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2636,'KINGFISHER BOTTLE','156',-1.00,'2025-06-16 22:05:39','23.00','4','newstock','1','','',0.0000,'','1','22','1','1','156','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2637,'KINGFISHER BOTTLE','156',-2.00,'2025-06-16 22:05:53','23.00','4','newstock','1','','',0.0000,'','1','21','1','1','156','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2638,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-16 22:06:07','7.00','4','newstock','1','','',0.0000,'','1','6','1','1','117','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2639,'melkan 1.5 litres','272',-1.00,'2025-06-16 22:06:14','36.00','4','newstock','1','','',0.0000,'','1','35','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2640,'CHIPS','47',-1.00,'2025-06-16 22:06:29','9921.00','4','newstock','1','','',0.0000,'','1','9920','1','1','47','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2641,'UGALI','45',1.00,'2025-06-16 22:14:01','9738.00','16','newstock','1','','',0.0000,'','1','9739','1','1','45','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2642,'GUINESS-BOTTLE','136',-1.00,'2025-06-16 22:18:37','57.00','4','newstock','1','','',0.0000,'','1','56','1','1','136','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2643,'PREDATOR','178',-1.00,'2025-06-16 22:18:53','18.00','4','newstock','1','','',0.0000,'','1','17','1','1','178','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2644,'KINGFISHER BOTTLE','156',-2.00,'2025-06-16 22:50:54','21.00','4','newstock','1','','',0.0000,'','1','19','1','1','156','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2645,'melkan 1.5 litres','272',-1.00,'2025-06-16 23:45:54','35.00','4','newstock','1','','',0.0000,'','1','34','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2646,'KINGFISHER BOTTLE','156',-2.00,'2025-06-17 00:20:35','19.00','4','newstock','1','','',0.0000,'','1','17','1','1','156','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2647,'SMOKIES(PAIR)','15',-1.00,'2025-06-17 01:15:51','9982.00','17','newstock','1','','',0.0000,'','1','9981','1','1','15','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2648,'MELKAN/QUENCHER/SAFARI-500 ML','164',-2.00,'2025-06-17 01:20:33','59.00','4','newstock','1','','',0.0000,'','1','57','1','1','164','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2649,'SMOKIES(PAIR)','15',-1.00,'2025-06-17 01:20:56','9981.00','4','newstock','1','','',0.0000,'','1','9980','1','1','15','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2650,'UGALI','45',-3.00,'2025-06-17 01:29:27','9739.00','4','newstock','1','','',0.0000,'','1','9736','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2651,'SMOKIES(PAIR)','15',1.00,'2025-06-17 01:39:19','9980.00','16','newstock','1','','',0.0000,'','1','9981','1','1','15','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2652,'TOASTED BREAD','4',-1.00,'2025-06-17 11:43:49','9999.00','3','newstock','1','','',0.0000,'','1','9998','1','1','4','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2653,'TEA','10',-3.00,'2025-06-17 12:23:12','9972.00','3','newstock','1','','',0.0000,'','1','9969','1','1','10','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2654,'WHITE COFFEE','12',-1.00,'2025-06-17 12:23:24','9999.00','3','newstock','1','','',0.0000,'','1','9998','1','1','12','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2655,'TOASTED BREAD','4',-4.00,'2025-06-17 12:23:42','9999.00','3','newstock','1','','',0.0000,'','1','9995','1','1','4','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2656,'EGGS(BOILED/FRIED)','1',-4.00,'2025-06-17 12:24:16','9990.00','3','newstock','1','','',0.0000,'','1','9986','1','1','1','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2657,'GOAT WET/DRY FRY 1 KG ','27',-1.00,'2025-06-17 13:48:55','9994.00','3','newstock','1','','',0.0000,'','1','9993','1','1','27','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2658,'UGALI','45',-2.00,'2025-06-17 13:49:05','9736.00','3','newstock','1','','',0.0000,'','1','9734','1','1','45','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2659,'GREENS(KIENYEJI)','46',-1.00,'2025-06-17 13:49:16','9961.00','3','newstock','1','','',0.0000,'','1','9960','1','1','46','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2660,'SODA-BOTTLE','195',-2.00,'2025-06-17 13:49:38','105.00','3','newstock','1','','',0.0000,'','1','103','1','1','195','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2661,'melkan 1.5 litres','272',-1.00,'2025-06-17 13:49:50','34.00','3','newstock','1','','',0.0000,'','1','33','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2662,'melkan 1.5 litres','272',-1.00,'2025-06-17 13:50:06','33.00','3','newstock','1','','',0.0000,'','1','32','1','1','272','','',0.00,'','','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2664,'TRIPPLE ACE-250','201',-1.00,'2025-06-17 17:19:39','7.00','3','newstock','1','','',200.0000,'','1','6','1','1','201','3175017002000330332303','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2665,'PREDATOR','178',-1.00,'2025-06-17 17:21:02','17.00','3','newstock','1','','',54.1700,'','1','16','1','1','178','3175017006803233725332','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2666,'','1',100.00,'2025-06-17 17:40:08','1.00','16','newstock','1','161750171174','15',5.0000,'','1','101','supplier','1','163','','',0.00,'VATABLE','10','68.97','431.03','16.00','','received',0,'0000-00-00 00:00:00','pcs','100',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2667,'GUINESS-BOTTLE','136',-1.00,'2025-06-17 17:40:15','56.00','6','newstock','1','','',210.0000,'','1','55','1','1','136','6175017121703303152752','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2668,'TRIPPLE ACE-250','201',-1.00,'2025-06-17 17:40:17','6.00','6','newstock','1','','',200.0000,'','1','5','1','1','201','6175017123102332172224','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2669,'TUSKER LITE-BOTTLE','',2.00,'2025-06-17 19:24:50','-1.00','16','newstock','1','','',195.0000,'','1','1','internal','1','208','','',0.00,'','260','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2670,'BLACK ICE CAN','',-1.00,'2025-06-17 19:30:35','20.00','16','newstock','1','','',180.0000,'','1','19','internal','1','99','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2671,'LIME SYRUP','',3.00,'2025-06-17 19:36:03','0.00','16','newstock','1','','',200.0000,'','1','3','internal','1','242','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2672,'LIME SYRUP','',3.00,'2025-06-17 19:36:05','3.00','16','newstock','1','','',200.0000,'','1','6','internal','1','242','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2673,'BANANA-BOTTLE','',1.00,'2025-06-17 19:38:39','0.00','16','newstock','1','','',74.0000,'','1','1','internal','1','90','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2674,'SMOKIES(PAIR)','15',-2.00,'2025-06-17 20:08:19','9981.00','6','newstock','1','','',0.0000,'','1','9979','1','1','15','6175018011601101020333','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2675,'WHITECAP-BOTTLE','218',-2.00,'2025-06-17 20:20:26','40.00','6','newstock','1','','',200.0000,'','1','38','1','1','218','6175018084403334322201','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2676,'CHIPS','47',-1.00,'2025-06-17 20:41:39','9920.00','6','newstock','1','','',0.0000,'','1','9919','1','1','47','6175018211607332226303','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2677,'GORDONS CAN','',-1.00,'2025-06-17 20:42:00','12.00','16','newstock','1','','',220.0000,'','1','11','internal','1','288','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2678,'ROOM 2','250',-1.00,'2025-06-17 20:42:03','9968.00','6','newstock','1','','',500.0000,'','1','9967','1','1','250','6175018213423322402630','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2679,'ROOM 2','250',-1.00,'2025-06-17 20:42:23','9967.00','6','newstock','1','','',500.0000,'','1','9966','1','1','250','6175018215441103231243','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2680,'ROOMS','247',-1.00,'2025-06-17 20:44:30','9989.00','6','newstock','1','','',500.0000,'','1','9988','1','1','247','6175018228113338383033','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2681,'VICEROY 375','214',-1.00,'2025-06-17 20:47:17','5.00','6','newstock','1','','',680.0000,'','1','4','1','1','214','6175018245373153202533','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2682,'melkan 1.5 litres','272',-1.00,'2025-06-17 20:47:34','32.00','6','newstock','1','','',33.3000,'','1','31','1','1','272','6175018246552222230246','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2683,'BANANA-BOTTLE','90',-1.00,'2025-06-17 20:47:46','1.00','6','newstock','1','','',74.0000,'','1','0','1','1','90','6175018247333022304320','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2684,'melkan 1.5 litres','272',-1.00,'2025-06-17 20:48:03','31.00','6','newstock','1','','',33.3000,'','1','30','1','1','272','6175018249233412203032','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2685,'melkan 1.5 litres','',-1.00,'2025-06-17 20:48:14','30.00','16','newstock','1','','',33.3000,'','1','29','internal','1','272','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2686,'COCKTAIL','244',-1.00,'2025-06-17 20:48:20','9984.00','6','newstock','1','','',150.0000,'','1','9983','1','1','244','6175018251028330735263','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2687,'BALOZI-BOTTLE','89',-1.00,'2025-06-17 20:48:30','265.00','6','newstock','1','','',175.0000,'','1','264','1','1','89','6175018252022104270032','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2688,'melkan 1.5 litres','272',-1.00,'2025-06-17 20:48:50','29.00','6','newstock','1','','',33.3000,'','1','28','1','1','272','6175018254302071016753','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2689,'KENYA CANE-750','155',-1.00,'2025-06-17 20:49:10','3.00','6','newstock','1','','',705.0000,'','1','2','1','1','155','6175018256842833822220','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2690,'ROOM 2','250',-1.00,'2025-06-17 20:49:49','9966.00','6','newstock','1','','',500.0000,'','1','9965','1','1','250','6175018259833209832323','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2691,'ROOMS','247',-1.00,'2025-06-17 20:50:05','9988.00','6','newstock','1','','',500.0000,'','1','9987','1','1','247','6175018261402012420381','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2692,'BEST WHISKY-750','',1.00,'2025-06-17 20:50:50','3.00','16','newstock','1','','',1000.0000,'','1','4','internal','1','94','','',0.00,'','1800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2693,'PREDATOR','',4.00,'2025-06-17 20:53:59','16.00','16','newstock','1','','',54.1700,'','1','20','internal','1','178','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2694,'TEA','10',-1.00,'2025-06-17 21:02:34','9969.00','6','newstock','1','','',0.0000,'','1','9968','1','1','10','6175018337223312206005','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2695,'UGALI','45',-1.00,'2025-06-17 21:02:53','9734.00','6','newstock','1','','',0.0000,'','1','9733','1','1','45','6175018338180202513330','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2696,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-17 21:03:01','9987.00','6','newstock','1','','',0.0000,'','1','9986','1','1','25','6175018340502061373200','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2697,'GREENS(KIENYEJI)','46',-1.00,'2025-06-17 21:03:26','9960.00','6','newstock','1','','',0.0000,'','1','9959','1','1','46','6175018343734182363226','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2698,'SODA-BOTTLE','195',-1.00,'2025-06-17 21:22:57','103.00','6','newstock','1','','',70.0000,'','1','102','1','1','195','6175018458825888682208','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2699,'SAFARI','187',-2.00,'2025-06-17 21:23:08','18.00','6','newstock','1','','',8.0000,'','1','16','1','1','187','6175018460404401784702','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2700,'melkan 1.5 litres','272',-1.00,'2025-06-17 21:23:24','28.00','6','newstock','1','','',33.3000,'','1','27','1','1','272','6175018464048226323330','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2701,'TRIPPLE ACE-250','201',-1.00,'2025-06-17 21:24:00','5.00','6','newstock','1','','',200.0000,'','1','4','1','1','201','6175018465622302323307','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2702,'TRIPPLE ACE-750','202',-1.00,'2025-06-17 21:53:18','3.00','6','newstock','1','','',570.0000,'','1','2','1','1','202','6175018641523065332144','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2703,'SAFARI','187',-1.00,'2025-06-17 21:53:35','16.00','6','newstock','1','','',8.0000,'','1','15','1','1','187','6175018642332424503206','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2704,'ROOMS','247',-1.00,'2025-06-17 22:02:32','9987.00','6','newstock','1','','',500.0000,'','1','9986','1','1','247','6175018696324372026633','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2705,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-17 22:02:50','9990.00','6','newstock','1','','',0.0000,'','1','9989','1','1','52','6175018698326006678534','',0.00,'','450','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2706,'SAFARI','187',-1.00,'2025-06-17 22:15:39','15.00','6','newstock','1','','',8.0000,'','1','14','1','1','187','6175018775087338803251','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2707,'KENYA CANE-750','155',-1.00,'2025-06-17 22:16:22','2.00','6','newstock','1','','',705.0000,'','1','1','1','1','155','6175018779222276607218','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2708,'WHITECAP CAN','217',-2.00,'2025-06-17 22:18:02','15.00','6','newstock','1','','',225.0000,'','1','13','1','1','217','6175018790432203955309','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2709,'OJ 16%','168',-1.00,'2025-06-17 22:46:19','4.00','6','newstock','1','','',286.0000,'','1','3','1','1','168','6175018958880333903253','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2710,'SODA-BOTTLE','195',-1.00,'2025-06-17 22:46:28','102.00','6','newstock','1','','',70.0000,'','1','101','1','1','195','6175018959733053952230','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2711,'GUINESS-BOTTLE','136',-1.00,'2025-06-17 22:46:37','55.00','6','newstock','1','','',210.0000,'','1','54','1','1','136','6175018961236131521223','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2712,'WHITECAP-BOTTLE','218',-1.00,'2025-06-17 23:41:34','38.00','6','newstock','1','','',200.0000,'','1','37','1','1','218','6175019290933333001026','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2713,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-17 23:41:49','60.00','6','newstock','1','','',175.0000,'','1','59','1','1','209','6175019292939323177003','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2714,'GUINESS-BOTTLE','136',-1.00,'2025-06-18 00:20:37','54.00','6','newstock','1','','',210.0000,'','1','53','1','1','136','6175019524645323253237','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2715,'TRIPPLE ACE-250','201',-1.00,'2025-06-18 00:20:47','4.00','6','newstock','1','','',200.0000,'','1','3','1','1','201','6175019526535326711263','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2716,'melkan 1.5 litres','272',-1.00,'2025-06-18 00:21:06','27.00','6','newstock','1','','',33.3000,'','1','26','1','1','272','6175019529701172210732','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2717,'GUINESS-BOTTLE','136',-1.00,'2025-06-18 00:21:37','53.00','6','newstock','1','','',210.0000,'','1','52','1','1','136','6175019531307550272033','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2718,'OJ 16%','168',-1.00,'2025-06-18 00:21:53','3.00','6','newstock','1','','',286.0000,'','1','2','1','1','168','6175019532753391232693','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2719,'BLACK ICE CAN','99',-3.00,'2025-06-18 00:23:05','19.00','6','newstock','1','','',180.0000,'','1','16','1','1','99','6175019541233210022942','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2720,'PILSNER_LAGER_BOTTLE','174',-2.00,'2025-06-18 00:23:32','4.00','6','newstock','1','','',175.0000,'','1','2','1','1','174','6175019543090103900173','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2721,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-18 00:24:30','1.00','6','newstock','1','','',195.0000,'','1','0','1','1','208','6175019549152411014303','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2722,'TUSKER LITE-BOTTLE','',1.00,'2025-06-18 00:35:55','0.00','16','newstock','1','','',195.0000,'','1','1','internal','1','208','','',0.00,'','260','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2723,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-18 00:39:45','1.00','6','newstock','1','','',195.0000,'','1','0','1','1','208','6175019640000062090474','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2724,'PILSNER_LAGER_BOTTLE','174',-1.00,'2025-06-18 00:55:47','2.00','6','newstock','1','','',175.0000,'','1','1','1','1','174','6175019736103002302226','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2725,'TUSKER LITE CAN','207',-1.00,'2025-06-18 00:56:01','15.00','6','newstock','1','','',247.0000,'','1','14','1','1','207','6175019740507322373060','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2726,'SAUSAGE (PAIR)','3',-1.00,'2025-06-18 01:15:25','9971.00','6','newstock','1','','',0.0000,'','1','9970','1','1','3','6175019853525230285053','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2727,'SAFARI','187',-2.00,'2025-06-18 01:36:24','14.00','6','newstock','1','','',8.0000,'','1','12','1','1','187','6175019979600300367001','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2728,'melkan 1.5 litres','272',-1.00,'2025-06-18 11:33:56','26.00','3','newstock','1','','',33.3000,'','1','25','1','1','272','3175023563733353723234','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2731,'ROOMS','247',-1.00,'2025-06-18 11:35:05','9986.00','3','newstock','1','','',500.0000,'','1','9985','1','1','247','3175023570622322212052','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2732,'SAFARI','187',-2.00,'2025-06-18 13:44:36','12.00','3','newstock','1','','',8.0000,'','1','10','1','1','187','3175024347733332220431','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2733,'SODA-BOTTLE','195',-4.00,'2025-06-18 13:45:22','101.00','3','newstock','1','','',70.0000,'','1','97','1','1','195','3175024352310350212225','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2734,'BEEF WET/DRY FRY 1 KG','24',-1.00,'2025-06-18 13:45:37','9994.00','3','newstock','1','','',0.0000,'','1','9993','1','1','24','3175024353723332021000','',0.00,'','1200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2735,'UGALI','45',-2.00,'2025-06-18 13:45:47','9733.00','3','newstock','1','','',0.0000,'','1','9731','1','1','45','3175024354823420532485','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2736,'CHIPS','47',-2.00,'2025-06-18 13:45:55','9919.00','3','newstock','1','','',0.0000,'','1','9917','1','1','47','3175024355603072373203','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2737,'KACHUMBARI','35',-1.00,'2025-06-18 13:49:35','9994.00','3','newstock','1','','',0.0000,'','1','9993','1','1','35','3175024377732573320021','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2738,'LIME SYRUP','',-3.00,'2025-06-18 14:10:48','6.00','16','newstock','1','','',200.0000,'','1','3','internal','1','242','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2739,'MARAMOJA','',-1.00,'2025-06-18 14:11:56','25.00','16','newstock','1','','',10.0000,'','1','24','internal','1','162','','',0.00,'','15','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2740,'melkan 1.5 litres','',-1.00,'2025-06-18 14:12:08','25.00','16','newstock','1','','',33.3000,'','1','24','internal','1','272','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2741,'BALOZI-BOTTLE','',1.00,'2025-06-18 14:57:57','264.00','16','newstock','1','','',175.0000,'','1','265','internal','1','89','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2742,'GORDONS CAN','',1.00,'2025-06-18 14:59:08','11.00','16','newstock','1','','',220.0000,'','1','12','internal','1','288','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2743,'melkan 1.5 litres','272',-1.00,'2025-06-18 15:26:33','24.00','3','newstock','1','','',33.3000,'','1','23','1','1','272','3175024959402322322043','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2744,'CHIPS','47',-1.00,'2025-06-18 15:43:13','9917.00','3','newstock','1','','',0.0000,'','1','9916','1','1','47','3175025059404577002550','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2745,'PREDATOR','178',-2.00,'2025-06-18 15:43:33','20.00','3','newstock','1','','',54.1700,'','1','18','1','1','178','3175025061405155601030','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2746,'BLACK AND WHITE -750','97',-1.00,'2025-06-18 15:44:08','2.00','3','newstock','1','','',1175.0000,'','1','1','1','1','97','3175025064900023323420','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2747,'SODA-BOTTLE','195',-1.00,'2025-06-18 15:44:15','97.00','3','newstock','1','','',70.0000,'','1','96','1','1','195','3175025065632200232032','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2748,'melkan 1.5 litres','272',-2.00,'2025-06-18 15:44:24','23.00','3','newstock','1','','',33.3000,'','1','21','1','1','272','3175025066523223050322','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2749,'CHIPS','47',-1.00,'2025-06-18 16:16:49','9916.00','3','newstock','1','','',0.0000,'','1','9915','1','1','47','3175025261123233433535','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2750,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-18 16:17:04','9947.00','3','newstock','1','','',0.0000,'','1','9946','1','1','22','3175025262602253253000','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2751,'MELKAN/QUENCHER/SAFARI-500 ML','164',-6.00,'2025-06-18 16:37:21','57.00','3','newstock','1','','',35.0000,'','1','51','1','1','164','3175025384203482282332','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2752,'CHROME-GIN 250','113',-1.00,'2025-06-18 16:41:42','2.00','5','newstock','1','','',217.0000,'','1','1','1','1','113','5175025410241000313253','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2753,'CAPTAIN MORGAN-250','110',-1.00,'2025-06-18 16:42:43','6.00','5','newstock','1','','',345.0000,'','1','5','1','1','110','5175025416432200522506','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2754,'SODA-BOTTLE','195',-1.00,'2025-06-18 16:42:57','96.00','5','newstock','1','','',70.0000,'','1','95','1','1','195','5175025417824072211322','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2755,'TRIPPLE ACE-250','201',-1.00,'2025-06-18 16:44:03','3.00','3','newstock','1','','',200.0000,'','1','2','1','1','201','3175025426532336602022','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2756,'melkan 1.5 litres','272',-1.00,'2025-06-18 16:44:34','21.00','3','newstock','1','','',33.3000,'','1','20','1','1','272','3175025427422422200122','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2757,'MATCH BOX','163',-1.00,'2025-06-18 17:03:29','101.00','3','newstock','1','','',5.0000,'','1','100','1','1','163','3175025541020302323073','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2759,'SAFARI','187',-1.00,'2025-06-18 17:21:54','10.00','3','newstock','1','','',8.0000,'','1','9','1','1','187','3175025651552231033232','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2760,'JOHNNIE W RED LABEL 250','280',-1.00,'2025-06-18 17:22:39','2.00','3','newstock','1','','',679.0000,'','1','1','1','1','280','3175025659533230333332','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2761,'SODA-BOTTLE','195',-1.00,'2025-06-18 17:23:36','95.00','3','newstock','1','','',70.0000,'','1','94','1','1','195','3175025661773213030670','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2762,'melkan 1.5 litres','272',-1.00,'2025-06-18 17:23:49','20.00','3','newstock','1','','',33.3000,'','1','19','1','1','272','3175025662903202220233','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2763,'GUARANA CAN','134',-2.00,'2025-06-18 17:49:36','18.00','3','newstock','1','','',180.0000,'','1','16','1','1','134','3175025817721302073272','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2764,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-18 17:50:06','51.00','3','newstock','1','','',35.0000,'','1','50','1','1','164','3175025820824730003333','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2767,'GILBEYS-250','124',-1.00,'2025-06-18 18:17:06','5.00','3','newstock','1','','',423.0000,'','1','4','1','1','124','3175025982747403233393','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2768,'SODA-BOTTLE','195',-1.00,'2025-06-18 18:17:18','94.00','3','newstock','1','','',70.0000,'','1','93','1','1','195','3175025983922102293233','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2769,'COCKTAIL','244',-1.00,'2025-06-18 18:18:33','9983.00','3','newstock','1','','',150.0000,'','1','9982','1','1','244','3175025991432220793303','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2770,'melkan 1.5 litres','272',-1.00,'2025-06-18 18:27:17','19.00','3','newstock','1','','',33.3000,'','1','18','1','1','272','3175026043820230220055','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2771,'SAFARI','187',-2.00,'2025-06-18 18:28:27','9.00','3','newstock','1','','',8.0000,'','1','7','1','1','187','3175026051053462403330','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2772,'GUARANA CAN','134',-2.00,'2025-06-18 18:30:25','16.00','3','newstock','1','','',180.0000,'','1','14','1','1','134','3175026062624333320036','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2773,'SAFARI','187',-1.00,'2025-06-18 19:37:49','7.00','5','newstock','1','','',8.0000,'','1','6','1','1','187','5175026467073540025136','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2774,'DELMONTE','119',-1.00,'2025-06-18 19:38:22','4.00','5','newstock','1','','',250.0000,'','1','3','1','1','119','5175026470337313332332','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2775,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-18 19:39:27','9986.00','5','newstock','1','','',0.0000,'','1','9985','1','1','25','5175026476851231222302','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2776,'UGALI','45',-1.00,'2025-06-18 19:39:33','9731.00','5','newstock','1','','',0.0000,'','1','9730','1','1','45','5175026477452437733230','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2777,'ROOMS','247',-1.00,'2025-06-18 19:40:17','9985.00','5','newstock','1','','',500.0000,'','1','9984','1','1','247','5175026481843225300364','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2779,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-18 19:41:40','9986.00','5','newstock','1','','',0.0000,'','1','9985','1','1','53','5175026490132734310223','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2780,'GREENS(KIENYEJI)','46',-1.00,'2025-06-18 19:41:50','9959.00','5','newstock','1','','',0.0000,'','1','9958','1','1','46','5175026491030250223304','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2781,'UGALI','45',-2.00,'2025-06-18 19:41:56','9730.00','5','newstock','1','','',0.0000,'','1','9728','1','1','45','5175026491730033535272','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2782,'melkan 1.5 litres','272',-1.00,'2025-06-18 21:23:41','18.00','5','newstock','1','','',33.3000,'','1','17','1','1','272','5175027102205202211205','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2783,'KENYA CANE 350','153',-1.00,'2025-06-18 21:24:31','5.00','5','newstock','1','','',330.0000,'','1','4','1','1','153','5175027107222350333332','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2784,'SAFARI','187',-3.00,'2025-06-18 21:25:44','6.00','5','newstock','1','','',8.0000,'','1','3','1','1','187','5175027114435203015233','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2787,'WHITECAP-BOTTLE','218',-2.00,'2025-06-18 21:27:02','37.00','5','newstock','1','','',200.0000,'','1','35','1','1','218','5175027122370303323203','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2788,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-18 21:27:06','59.00','5','newstock','1','','',175.0000,'','1','58','1','1','209','5175027122752705202354','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2789,'KENYA CANE-250','154',-1.00,'2025-06-18 21:28:11','4.00','5','newstock','1','','',270.0000,'','1','3','1','1','154','5175027129220107330120','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2790,'melkan 1.5 litres','272',-1.00,'2025-06-18 21:28:19','17.00','5','newstock','1','','',33.3000,'','1','16','1','1','272','5175027130010440230707','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2791,'SMOKIES(PAIR)','15',-1.00,'2025-06-18 21:29:41','9979.00','5','newstock','1','','',0.0000,'','1','9978','1','1','15','5175027138220230325120','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2792,'GUARANA CAN','134',-3.00,'2025-06-18 21:32:26','14.00','5','newstock','1','','',180.0000,'','1','11','1','1','134','5175027154623142413223','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2793,'OJ 16%','168',-1.00,'2025-06-18 21:32:36','2.00','5','newstock','1','','',286.0000,'','1','1','1','1','168','5175027155723032317332','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2794,'melkan 1.5 litres','272',-1.00,'2025-06-18 21:32:48','16.00','5','newstock','1','','',33.3000,'','1','15','1','1','272','5175027156833232232718','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2795,'UGALI','45',-1.00,'2025-06-18 21:34:01','9728.00','5','newstock','1','','',0.0000,'','1','9727','1','1','45','5175027164203232533612','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2796,'GOAT CHOMA 1/2','80',-1.00,'2025-06-18 21:34:18','9987.00','5','newstock','1','','',0.0000,'','1','9986','1','1','80','5175027165990395003300','',0.00,'','800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2797,'TEA','10',-1.00,'2025-06-18 21:35:29','9968.00','5','newstock','1','','',0.0000,'','1','9967','1','1','10','5175027172932309723002','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2798,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-18 21:36:07','9989.00','5','newstock','1','','',0.0000,'','1','9988','1','1','52','5175027176837003272083','',0.00,'','450','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2799,'GREENS(KIENYEJI)','46',-1.00,'2025-06-18 21:36:18','9958.00','5','newstock','1','','',0.0000,'','1','9957','1','1','46','5175027177922530223122','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2800,'UGALI','45',-1.00,'2025-06-18 21:36:32','9727.00','5','newstock','1','','',0.0000,'','1','9726','1','1','45','5175027179374093000350','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2801,'BLACK COFFEE','11',-1.00,'2025-06-18 21:37:22','9998.00','5','newstock','1','','',0.0000,'','1','9997','1','1','11','5175027184304332437301','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2802,'UGALI','45',-1.00,'2025-06-18 21:37:32','9726.00','5','newstock','1','','',0.0000,'','1','9725','1','1','45','5175027185322024022258','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2803,'GREENS(KIENYEJI)','46',-1.00,'2025-06-18 21:37:35','9957.00','5','newstock','1','','',0.0000,'','1','9956','1','1','46','5175027185632232332335','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2804,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-18 21:37:52','9988.00','5','newstock','1','','',0.0000,'','1','9987','1','1','52','5175027187323233453535','',0.00,'','450','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2807,'COCKTAIL','244',-2.00,'2025-06-18 21:55:57','9982.00','5','newstock','1','','',150.0000,'','1','9980','1','1','244','5175027295822325223383','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2808,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-18 21:57:00','9987.00','5','newstock','1','','',0.0000,'','1','9986','1','1','26','5175027302034033202203','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2809,'UGALI','45',-1.00,'2025-06-18 21:57:11','9725.00','5','newstock','1','','',0.0000,'','1','9724','1','1','45','5175027303243530205022','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2810,'GREENS(KIENYEJI)','46',-1.00,'2025-06-18 21:57:23','9956.00','5','newstock','1','','',0.0000,'','1','9955','1','1','46','5175027304403330034722','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2811,'CHIPS','47',-1.00,'2025-06-18 21:57:31','9915.00','5','newstock','1','','',0.0000,'','1','9914','1','1','47','5175027305222500427532','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2812,'ROOMS','247',-1.00,'2025-06-18 22:19:33','9984.00','5','newstock','1','','',500.0000,'','1','9983','1','1','247','5175027437420400173537','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2813,'TUSKER-LAGER-BOTTLE','209',-4.00,'2025-06-18 22:20:12','58.00','5','newstock','1','','',175.0000,'','1','54','1','1','209','5175027441207302012573','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2814,'GOAT CHOMA 1/4','79',-1.00,'2025-06-18 22:20:56','9971.00','5','newstock','1','','',0.0000,'','1','9970','1','1','79','5175027445723052223422','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2815,'UGALI','45',-1.00,'2025-06-18 22:21:05','9724.00','5','newstock','1','','',0.0000,'','1','9723','1','1','45','5175027446602362023423','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2816,'WHITECAP-BOTTLE','218',-1.00,'2025-06-18 23:14:48','35.00','5','newstock','1','','',200.0000,'','1','34','1','1','218','5175027768960330173302','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2817,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-18 23:14:51','54.00','5','newstock','1','','',175.0000,'','1','53','1','1','209','5175027769113257502053','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2818,'PINEAPPLE PUNCH-CAN','176',-4.00,'2025-06-18 23:15:48','24.00','5','newstock','1','','',180.0000,'','1','20','1','1','176','5175027774947203222292','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2819,'GUINESS-BOTTLE','136',-2.00,'2025-06-18 23:16:00','52.00','5','newstock','1','','',210.0000,'','1','50','1','1','136','5175027776022324323001','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2820,'melkan 1.5 litres','272',-1.00,'2025-06-18 23:16:07','15.00','5','newstock','1','','',33.3000,'','1','14','1','1','272','5175027776873707330322','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2821,'GUINESS-BOTTLE','136',-5.00,'2025-06-18 23:17:06','50.00','5','newstock','1','','',210.0000,'','1','45','1','1','136','5175027782630203727320','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2822,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-18 23:17:57','9987.00','5','newstock','1','','',0.0000,'','1','9986','1','1','52','5175027787888003038325','',0.00,'','450','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2823,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-18 23:18:49','53.00','5','newstock','1','','',175.0000,'','1','52','1','1','209','5175027792902929023593','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2824,'BALOZI-BOTTLE','89',-1.00,'2025-06-18 23:19:04','265.00','5','newstock','1','','',175.0000,'','1','264','1','1','89','5175027794472273337572','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2825,'JOHNNIE W RED-375','149',-1.00,'2025-06-18 23:19:57','2.00','5','newstock','1','','',891.0000,'','1','1','1','1','149','5175027799721192725227','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2826,'melkan 1.5 litres','272',-1.00,'2025-06-18 23:20:02','14.00','5','newstock','1','','',33.3000,'','1','13','1','1','272','5175027800353072332222','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2827,'UGALI','45',-3.00,'2025-06-18 23:21:05','9723.00','5','newstock','1','','',0.0000,'','1','9720','1','1','45','5175027806663022437001','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2830,'GILBEYS-750','126',-1.00,'2025-06-18 23:23:41','5.00','5','newstock','1','','',1300.0000,'','1','4','1','1','126','5175027824048320422202','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2831,'melkan 1.5 litres','272',-1.00,'2025-06-18 23:24:11','13.00','5','newstock','1','','',33.3000,'','1','12','1','1','272','5175027825252072232222','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2832,'TUSKER CIDER-BOTTLE','205',-2.00,'2025-06-18 23:24:25','25.00','5','newstock','1','','',225.0000,'','1','23','1','1','205','5175027826557330537221','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2833,'LEMONADE','160',-1.00,'2025-06-18 23:24:37','42.00','5','newstock','1','','',41.6700,'','1','41','1','1','160','5175027827723023335203','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2834,'BEEF WET/DRY FRY 1 KG','24',-1.00,'2025-06-18 23:25:47','9993.00','5','newstock','1','','',0.0000,'','1','9992','1','1','24','5175027834803352273233','',0.00,'','1200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2835,'UGALI','45',-5.00,'2025-06-18 23:25:55','9720.00','5','newstock','1','','',0.0000,'','1','9715','1','1','45','5175027835622102283235','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2836,'BLACK ICE CAN','99',-2.00,'2025-06-18 23:27:12','16.00','5','newstock','1','','',180.0000,'','1','14','1','1','99','5175027843320520330352','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2837,'BALOZI-BOTTLE','89',-1.00,'2025-06-18 23:27:21','264.00','5','newstock','1','','',175.0000,'','1','263','1','1','89','5175027844203235332222','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2838,'ROOM 2','250',-1.00,'2025-06-18 23:29:25','9965.00','5','newstock','1','','',500.0000,'','1','9964','1','1','250','5175027856622073023062','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2839,'ROOM 2','250',-1.00,'2025-06-18 23:29:46','9964.00','5','newstock','1','','',500.0000,'','1','9963','1','1','250','5175027858737380072340','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2841,'WHITECAP-BOTTLE','218',-1.00,'2025-06-18 23:56:17','34.00','5','newstock','1','','',200.0000,'','1','33','1','1','218','5175028017723820037224','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2842,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-18 23:56:24','52.00','5','newstock','1','','',175.0000,'','1','51','1','1','209','5175028018482204432322','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2843,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-18 23:57:21','5.00','5','newstock','1','','',945.0000,'','1','4','1','1','111','5175028024134303720301','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2844,'TEA','10',-2.00,'2025-06-19 00:37:47','9967.00','5','newstock','1','','',0.0000,'','1','9965','1','1','10','5175028266822372222203','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2849,'EGGS(BOILED/FRIED)','1',-2.00,'2025-06-19 00:46:40','9986.00','5','newstock','1','','',0.0000,'','1','9984','1','1','1','5175028320020227032353','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2850,'CHROME-VODKA 750','116',-2.00,'2025-06-19 01:08:46','2.00','5','newstock','1','','',585.0000,'','1','0','1','1','116','5175028452733225203352','',0.00,'','850','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2851,'melkan 1.5 litres','272',-1.00,'2025-06-19 01:08:55','12.00','5','newstock','1','','',33.3000,'','1','11','1','1','272','5175028453553722343182','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2852,'GUINESS-BOTTLE','136',-4.00,'2025-06-19 01:09:06','45.00','5','newstock','1','','',210.0000,'','1','41','1','1','136','5175028454713232470410','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2853,'GUARANA CAN','134',-1.00,'2025-06-19 01:09:49','11.00','5','newstock','1','','',180.0000,'','1','10','1','1','134','5175028458935254523033','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2854,'PINEAPPLE PUNCH-CAN','176',-6.00,'2025-06-19 01:10:15','20.00','5','newstock','1','','',180.0000,'','1','14','1','1','176','5175028461646235350305','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2855,'Whisky Tot','',500.00,'2025-06-19 01:34:59','0.00','16','newstock','1','','',25.0000,'','1','500','internal','1','281','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2856,'KICHWA ( GOAT) 1/2','',100.00,'2025-06-19 02:08:52','0.00','16','newstock','1','','',100.0000,'','1','100','internal','1','289','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2857,'SAUSAGE (PAIR)','3',-1.00,'2025-06-19 02:11:38','9970.00','5','newstock','1','','',0.0000,'','1','9969','1','1','3','5175028829932212220222','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2858,'GILBEYS-250','124',-1.00,'2025-06-19 02:12:51','4.00','5','newstock','1','','',423.0000,'','1','3','1','1','124','5175028840103285045033','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2860,'SODA-BOTTLE','195',-1.00,'2025-06-19 02:13:52','93.00','5','newstock','1','','',70.0000,'','1','92','1','1','195','5175028843338332030752','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2861,'melkan 1.5 litres','272',-2.00,'2025-06-19 02:14:15','11.00','5','newstock','1','','',33.3000,'','1','9','1','1','272','5175028845673234035332','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2862,'CHIPS','47',-1.00,'2025-06-19 02:15:07','9914.00','5','newstock','1','','',0.0000,'','1','9913','1','1','47','5175028850704322233502','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2863,'SAUSAGE (PAIR)','3',-1.00,'2025-06-19 02:15:14','9969.00','5','newstock','1','','',0.0000,'','1','9968','1','1','3','5175028851520550052733','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2864,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-19 02:16:44','6.00','5','newstock','1','','',245.0000,'','1','5','1','1','117','5175028860528830023308','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2865,'DELMONTE','119',-1.00,'2025-06-19 02:16:50','3.00','5','newstock','1','','',250.0000,'','1','2','1','1','119','5175028861130120120510','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2866,'ROSTER','186',-2.00,'2025-06-19 02:17:00','2.00','5','newstock','1','','',8.0000,'','1','0','1','1','186','5175028862036332220246','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2867,'DELMONTE','119',-1.00,'2025-06-19 02:17:42','2.00','5','newstock','1','','',250.0000,'','1','1','1','1','119','5175028866332523320385','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2868,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-19 02:17:49','5.00','5','newstock','1','','',245.0000,'','1','4','1','1','117','5175028866920322303280','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2869,'SAFARI','187',-3.00,'2025-06-19 02:18:46','3.00','5','newstock','1','','',8.0000,'','1','0','1','1','187','5175028872733227043705','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2871,'KINGFISHER BOTTLE','156',-2.00,'2025-06-19 02:19:53','16.00','5','newstock','1','','',200.0000,'','1','14','1','1','156','5175028887733002700032','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2872,'GUARANA CAN','134',-1.00,'2025-06-19 02:21:43','10.00','5','newstock','1','','',180.0000,'','1','9','1','1','134','5175028890403332232582','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2873,'BLACK ICE CAN','99',-1.00,'2025-06-19 02:21:53','14.00','5','newstock','1','','',180.0000,'','1','13','1','1','99','5175028891434213221402','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2875,'V&A-750','211',-1.00,'2025-06-19 02:23:24','4.00','5','newstock','1','','',805.0000,'','1','3','1','1','211','5175028903630123700220','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2876,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-19 02:24:24','4.00','5','newstock','1','','',245.0000,'','1','3','1','1','117','5175028906540211000030','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2877,'WHITECAP-BOTTLE','218',-1.00,'2025-06-19 02:26:21','33.00','5','newstock','1','','',200.0000,'','1','32','1','1','218','5175028918230250223309','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2878,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-19 02:26:24','51.00','5','newstock','1','','',175.0000,'','1','50','1','1','209','5175028918580303823200','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2879,'melkan 1.5 litres','272',-1.00,'2025-06-19 02:26:33','9.00','5','newstock','1','','',33.3000,'','1','8','1','1','272','5175028919330022280392','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2880,'CHROME-VODKA 250','115',-1.00,'2025-06-19 02:26:41','28.00','5','newstock','1','','',217.0000,'','1','27','1','1','115','5175028920222500905228','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2881,'BEEF WET/DRY FRY 1 KG','24',-1.00,'2025-06-19 02:27:55','9992.00','5','newstock','1','','',0.0000,'','1','9991','1','1','24','5175028927620302323073','',0.00,'','1200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2882,'UGALI','45',-4.00,'2025-06-19 02:28:29','9715.00','5','newstock','1','','',0.0000,'','1','9711','1','1','45','5175028931022523530330','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2883,'KINGFISHER BOTTLE','156',-6.00,'2025-06-19 02:29:23','15.00','5','newstock','1','','',200.0000,'','1','9','1','1','156','5175028942120303240348','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2884,'GUARANA CAN','134',-3.00,'2025-06-19 02:30:35','9.00','5','newstock','1','','',180.0000,'','1','6','1','1','134','5175028943522037022528','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2885,'BLACK ICE CAN','99',-3.00,'2025-06-19 02:30:42','13.00','5','newstock','1','','',180.0000,'','1','10','1','1','99','5175028944300233023071','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2886,'V&A -250','210',-2.00,'2025-06-19 02:30:43','2.00','5','newstock','1','','',310.0000,'','1','0','1','1','210','5175028947430003012244','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2887,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-19 02:31:37','3.00','5','newstock','1','','',245.0000,'','1','2','1','1','117','5175028949882455200393','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2888,'melkan 1.5 litres','272',-1.00,'2025-06-19 02:32:36','8.00','5','newstock','1','','',33.3000,'','1','7','1','1','272','5175028955703134242323','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2889,'SMOKIES(PAIR)','15',-1.00,'2025-06-19 02:33:12','9978.00','5','newstock','1','','',0.0000,'','1','9977','1','1','15','5175028959333272020002','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2890,'SMOKIES(PAIR)','15',-1.00,'2025-06-19 02:33:16','9977.00','5','newstock','1','','',0.0000,'','1','9976','1','1','15','5175028959612333235002','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2891,'PREDATOR','178',-1.00,'2025-06-19 02:58:53','18.00','5','newstock','1','','',54.1700,'','1','17','1','1','178','5175029113422522073522','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2892,'ROOM 2','250',-1.00,'2025-06-19 02:59:20','9963.00','5','newstock','1','','',500.0000,'','1','9962','1','1','250','5175029116103352273233','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2893,'ROOM 2','250',-1.00,'2025-06-19 03:30:51','9962.00','5','newstock','1','','',500.0000,'','1','9961','1','1','250','5175029305102539503123','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2894,'SAUSAGE (PAIR)','3',-1.00,'2025-06-19 10:04:22','9968.00','3','newstock','1','','',0.0000,'','1','9967','1','1','3','3175031666327002336260','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2895,'SAUSAGE (PAIR)','3',-1.00,'2025-06-19 10:04:26','9967.00','3','newstock','1','','',0.0000,'','1','9966','1','1','3','3175031666610220712326','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2896,'TEA','10',-2.00,'2025-06-19 10:04:27','9965.00','3','newstock','1','','',0.0000,'','1','9963','1','1','10','3175031679446430732332','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2897,'SPANISH OMLETTE','2',-1.00,'2025-06-19 10:08:02','9998.00','3','newstock','1','','',0.0000,'','1','9997','1','1','2','3175031688330032026637','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2898,'SPANISH OMLETTE','2',-1.00,'2025-06-19 10:08:08','9997.00','3','newstock','1','','',0.0000,'','1','9996','1','1','2','3175031688807220230122','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2899,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-19 12:06:23','50.00','3','newstock','1','','',35.0000,'','1','49','1','1','164','3175032398433222315243','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2900,'melkan 1.5 litres','272',-1.00,'2025-06-19 12:07:03','7.00','3','newstock','1','','',33.3000,'','1','6','1','1','272','3175032402331404333353','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2901,'ROOM 2','250',-1.00,'2025-06-19 12:07:14','9961.00','3','newstock','1','','',500.0000,'','1','9960','1','1','250','3175032403531022302323','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2902,'TEA','10',-1.00,'2025-06-19 12:32:03','9963.00','3','newstock','1','','',0.0000,'','1','9962','1','1','10','3175032553133323035322','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2903,'','1',12.00,'2025-06-19 12:58:26','0.00','16','newstock','1','161750327084','23',270.0000,'','1','12','supplier','1','167','','',0.00,'VATABLE','300','446.90','2793.10','16.00','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2904,'GUINESS-BOTTLE','136',-1.00,'2025-06-19 13:16:37','41.00','3','newstock','1','','',210.0000,'','1','40','1','1','136','3175032819804529332232','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2905,'MONSTER DRINK','167',-1.00,'2025-06-19 13:16:43','12.00','3','newstock','1','','',270.0000,'','1','11','1','1','167','3175032822802342333232','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2906,'','1',5.00,'2025-06-19 13:27:07','3.00','16','newstock','1','161750328778','24',200.0000,'','1','8','supplier','1','242','','',0.00,'VATABLE','200','137.93','862.07','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2907,'','1',5.00,'2025-06-19 13:27:20','0.00','16','newstock','1','161750328778','24',200.0000,'','1','5','supplier','1','241','','',0.00,'VATABLE','200','137.93','862.07','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2908,'','1',8.00,'2025-06-19 13:27:28','0.00','16','newstock','1','161750328778','24',69.0000,'','1','8','supplier','1','291','','',0.00,'VATABLE','NaN','220.69','1379.31','16.00','','received',0,'0000-00-00 00:00:00','pcs','8',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2909,'MONSTER DRINK','167',-1.00,'2025-06-19 13:35:47','11.00','3','newstock','1','','',270.0000,'','1','10','1','1','167','3175032936333336223223','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2910,'','1',12.00,'2025-06-19 13:39:39','0.00','16','newstock','1','161750329555','24',99.0000,'','1','12','supplier','1','292','','',0.00,'VATABLE','150','163.86','1024.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2911,'','1',12.00,'2025-06-19 13:43:38','1.00','16','newstock','1','161750329590','23',230.0000,'','1','13','supplier','1','193','','',0.00,'VATABLE','300','380.69','2379.31','16.00','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2912,'','1',120.00,'2025-06-19 13:44:03','17.00','16','newstock','1','161750329590','23',54.1700,'','1','137','supplier','1','178','','',0.00,'VATABLE','100','896.61','5603.79','16.00','','received',0,'0000-00-00 00:00:00','pcs','120',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2913,'melkan 1.5 litres','272',-1.00,'2025-06-19 13:47:36','6.00','3','newstock','1','','',33.3000,'','1','5','1','1','272','3175033005703131301335','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2914,'','1',120.00,'2025-06-19 13:50:55','42.00','16','newstock','1','161750329590','23',33.0000,'','1','162','supplier','1','238','','',0.00,'VATABLE','100','546.21','3413.79','16.00','','received',0,'0000-00-00 00:00:00','pcs','120',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2915,'','1',24.00,'2025-06-19 13:54:57','0.00','16','newstock','1','161750329590','23',41.0000,'','1','24','supplier','1','293','','',0.00,'VATABLE','60','135.72','848.28','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2916,'','1',3.00,'2025-06-19 14:11:38','2.00','16','newstock','1','161750331467','25',1734.0000,'','1','5','supplier','1','150','','',0.00,'VATABLE','2500','717.52','4484.48','16.00','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2917,'','1',3.00,'2025-06-19 14:12:43','1.00','16','newstock','1','161750331467','25',891.0000,'','1','4','supplier','1','149','','',0.00,'VATABLE','1300','368.69','2304.31','16.00','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2918,'','1',3.00,'2025-06-19 14:12:58','2.00','16','newstock','1','161750331467','25',3120.0000,'','1','5','supplier','1','148','','',0.00,'VATABLE','4000','1291.03','8068.97','16.00','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2919,'','1',12.00,'2025-06-19 14:13:53','2.00','16','newstock','1','161750331467','25',970.0000,'','1','14','supplier','1','107','','',0.00,'VATABLE','1300','1605.52','10034.48','16.00','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2920,'','1',12.00,'2025-06-19 14:14:17','4.00','16','newstock','1','161750331467','25',970.0000,'','1','16','supplier','1','108','','',0.00,'VATABLE','1300','1605.52','10034.48','16.00','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2921,'','1',12.00,'2025-06-19 14:14:37','1.00','16','newstock','1','161750331467','25',705.0000,'','1','13','supplier','1','155','','',0.00,'VATABLE','1000','1166.90','7293.10','16.00','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2922,'','1',2.00,'2025-06-19 14:14:56','2.00','16','newstock','1','161750331467','25',570.0000,'','1','4','supplier','1','202','','',0.00,'VATABLE','900','157.24','982.76','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2923,'','1',3.00,'2025-06-19 14:15:20','1.00','16','newstock','1','161750331467','25',1860.0000,'','1','4','supplier','1','133','','',0.00,'VATABLE','2700','769.66','4810.34','16.00','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2924,'','1',10.00,'2025-06-19 14:15:42','4.00','16','newstock','1','161750331467','25',465.0000,'','1','14','supplier','1','215','','',0.00,'VATABLE','600','641.38','4008.62','16.00','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2925,'','1',12.00,'2025-06-19 14:15:59','4.00','16','newstock','1','161750331467','25',1000.0000,'','1','16','supplier','1','94','','',0.00,'VATABLE','1800','1655.17','10344.83','16.00','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2926,'','1',12.00,'2025-06-19 14:16:15','0.00','16','newstock','1','161750331467','25',975.0000,'','1','12','supplier','1','142','','',0.00,'VATABLE','1400','1613.79','10086.21','16.00','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2927,'','1',12.00,'2025-06-19 14:16:30','0.00','16','newstock','1','161750331467','25',585.0000,'','1','12','supplier','1','116','','',0.00,'VATABLE','850','968.28','6051.72','16.00','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2928,'','1',12.00,'2025-06-19 14:16:45','4.00','16','newstock','1','161750331467','25',680.0000,'','1','16','supplier','1','214','','',0.00,'VATABLE','900','1125.52','7034.48','16.00','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2929,'WHITECAP-BOTTLE','218',-3.00,'2025-06-19 14:17:03','32.00','3','newstock','1','','',200.0000,'','1','29','1','1','218','3175033182424023304382','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2930,'','1',20.00,'2025-06-19 14:17:09','4.00','16','newstock','1','161750331467','25',570.0000,'','1','24','supplier','1','202','','',0.00,'VATABLE','900','1572.41','9827.59','16.00','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2931,'melkan 1.5 litres','272',-1.00,'2025-06-19 14:17:24','5.00','3','newstock','1','','',33.3000,'','1','4','1','1','272','3175033184432037100232','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2932,'','1',14.00,'2025-06-19 14:18:21','27.00','16','newstock','1','161750331467','25',217.0000,'','1','41','supplier','1','115','','',0.00,'VATABLE','300','419.03','2618.97','16.00','','received',0,'0000-00-00 00:00:00','pcs','14',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2933,'','1',16.00,'2025-06-19 14:18:37','1.00','16','newstock','1','161750331467','25',217.0000,'','1','17','supplier','1','113','','',0.00,'VATABLE','300','478.90','2993.10','16.00','','received',0,'0000-00-00 00:00:00','pcs','16',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2934,'','1',13.00,'2025-06-19 14:18:56','1.00','16','newstock','1','161750331467','25',330.0000,'','1','14','supplier','1','93','','',0.00,'VATABLE','500','591.72','3698.28','16.00','','received',0,'0000-00-00 00:00:00','pcs','13',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2935,'','1',20.00,'2025-06-19 14:19:24','5.00','16','newstock','1','161750331467','25',345.0000,'','1','25','supplier','1','110','','',0.00,'VATABLE','500','951.72','5948.28','16.00','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2936,'PREDATOR','178',-2.00,'2025-06-19 14:19:25','137.00','3','newstock','1','','',54.1700,'','1','135','1','1','178','3175033196637241030232','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2937,'','1',24.00,'2025-06-19 14:20:00','2.00','16','newstock','1','161750331467','25',245.0000,'','1','26','supplier','1','117','','',0.00,'VATABLE','350','811.03','5068.97','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2938,'','1',24.00,'2025-06-19 14:20:41','1.00','16','newstock','1','161750331467','25',710.0000,'','1','25','supplier','1','118','','',0.00,'VATABLE','1000','2350.34','14689.66','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2939,'','1',24.00,'2025-06-19 14:21:33','14.00','16','newstock','1','161750331467','25',180.0000,'','1','38','supplier','1','176','','',0.00,'VATABLE','300','595.86','3724.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2940,'','1',48.00,'2025-06-19 14:22:30','10.00','16','newstock','1','161750331467','25',180.0000,'','1','58','supplier','1','99','','',0.00,'VATABLE','300','1191.72','7448.28','16.00','','received',0,'0000-00-00 00:00:00','pcs','48',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2941,'','1',48.00,'2025-06-19 14:23:21','6.00','16','newstock','1','161750331467','25',180.0000,'','1','54','supplier','1','134','','',0.00,'VATABLE','300','1191.72','7448.28','16.00','','received',0,'0000-00-00 00:00:00','pcs','48',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2942,'','1',100.00,'2025-06-19 14:34:57','0.00','16','newstock','1','161750332882','26',14.0000,'','1','100','supplier','1','196','','',0.00,'VATABLE','20','193.10','1206.90','16.00','','received',0,'0000-00-00 00:00:00','pcs','100',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2943,'','1',100.00,'2025-06-19 14:35:06','0.00','16','newstock','1','161750332882','26',17.0000,'','1','100','supplier','1','120','','',0.00,'VATABLE','25','234.48','1465.52','16.00','','received',0,'0000-00-00 00:00:00','pcs','100',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2944,'','1',100.00,'2025-06-19 14:35:17','0.00','16','newstock','1','161750332882','26',8.0000,'','1','100','supplier','1','187','','',0.00,'VATABLE','15','110.34','689.66','16.00','','received',0,'0000-00-00 00:00:00','pcs','100',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2945,'WHITECAP-BOTTLE','218',-2.00,'2025-06-19 14:44:16','29.00','3','newstock','1','','',200.0000,'','1','27','1','1','218','3175033345603332313322','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2946,'SAFARI','187',-1.00,'2025-06-19 15:06:49','100.00','3','newstock','1','','',8.0000,'','1','99','1','1','187','3175033481040212032333','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2947,'GOAT WET/DRY FRY 1 KG ','27',-1.00,'2025-06-19 15:35:17','9993.00','3','newstock','1','','',0.0000,'','1','9992','1','1','27','3175033651830023223126','',0.00,'','1400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2948,'UGALI','45',-1.00,'2025-06-19 15:35:29','9711.00','3','newstock','1','','',0.0000,'','1','9710','1','1','45','3175033653024730003333','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2949,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-19 15:36:43','9986.00','3','newstock','1','','',0.0000,'','1','9985','1','1','52','3175033660450302340606','',0.00,'','450','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2950,'UGALI','45',-1.00,'2025-06-19 15:36:50','9710.00','3','newstock','1','','',0.0000,'','1','9709','1','1','45','3175033661130232332333','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2951,'GREENS(KIENYEJI)','46',-1.00,'2025-06-19 15:36:56','9955.00','3','newstock','1','','',0.0000,'','1','9954','1','1','46','3175033661623223205304','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2952,'WHITECAP-BOTTLE','218',-3.00,'2025-06-19 16:06:01','27.00','3','newstock','1','','',200.0000,'','1','24','1','1','218','3175033836233030712362','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2953,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-19 16:06:17','38.00','3','newstock','1','','',180.0000,'','1','36','1','1','176','3175033837822083008221','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2954,'CHIPS','47',-2.00,'2025-06-19 16:35:27','9913.00','3','newstock','1','','',0.0000,'','1','9911','1','1','47','3175034012852252003040','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2955,'SAUSAGE (PAIR)','3',-1.00,'2025-06-19 16:35:39','9966.00','3','newstock','1','','',0.0000,'','1','9965','1','1','3','3175034014032201300142','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2956,'SAUSAGE (PAIR)','3',-1.00,'2025-06-19 16:35:53','9965.00','3','newstock','1','','',0.0000,'','1','9964','1','1','3','3175034015422012337305','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2957,'MELKAN/QUENCHER/SAFARI-500 ML','164',-5.00,'2025-06-19 16:57:34','49.00','3','newstock','1','','',35.0000,'','1','44','1','1','164','3175034145522035533005','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2958,'ROOM 2','250',-1.00,'2025-06-19 17:03:12','9960.00','3','newstock','1','','',500.0000,'','1','9959','1','1','250','3175034179612032203203','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2962,'','1',10.00,'2025-06-19 18:48:06','4.00','16','newstock','1','161750348053','10',945.0000,'','1','14','supplier','1','111','','',0.00,'VATABLE','1300','1303.45','8146.55','16.00','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2963,'','1',25.00,'2025-06-19 18:48:30','1.00','16','newstock','1','161750348053','10',175.0000,'','1','26','supplier','1','174','','',0.00,'VATABLE','250','603.45','3771.55','16.00','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2964,'','1',24.00,'2025-06-19 18:48:45','1.00','16','newstock','1','161750348053','10',250.0000,'','1','25','supplier','1','119','','',0.00,'VATABLE','400','827.59','5172.41','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2965,'','1',24.00,'2025-06-19 18:49:00','15.00','16','newstock','1','161750348053','10',265.0000,'','1','39','supplier','1','138','','',0.00,'VATABLE','330','877.24','5482.76','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2966,'','1',25.00,'2025-06-19 18:49:20','0.00','16','newstock','1','161750348053','10',195.0000,'','1','25','supplier','1','208','','',0.00,'VATABLE','260','672.41','4202.59','16.00','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2967,'','1',12.00,'2025-06-19 18:49:29','16.00','16','newstock','1','161750348053','10',185.0000,'','1','28','supplier','1','180','','',0.00,'VATABLE','300','306.21','1913.79','16.00','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2968,'','1',24.00,'2025-06-19 18:49:40','0.00','16','newstock','1','161750348053','10',180.0000,'','1','24','supplier','1','192','','',0.00,'VATABLE','300','595.86','3724.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2969,'','1',25.00,'2025-06-19 18:49:57','23.00','16','newstock','1','161750348053','10',225.0000,'','1','48','supplier','1','205','','',0.00,'VATABLE','300','775.86','4849.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2970,'','1',24.00,'2025-06-19 18:50:13','2.00','16','newstock','1','161750348053','10',251.0000,'','1','26','supplier','1','188','','',0.00,'VATABLE','300','830.90','5193.10','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2971,'','1',50.00,'2025-06-19 18:50:26','24.00','16','newstock','1','161750348053','10',200.0000,'','1','74','supplier','1','218','','',0.00,'VATABLE','260','1379.31','8620.69','16.00','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2972,'','1',60.00,'2025-06-19 18:50:44','41.00','16','newstock','1','161750348053','10',41.6700,'','1','101','supplier','1','160','','',0.00,'VATABLE','100','344.86','2155.34','16.00','','received',0,'0000-00-00 00:00:00','pcs','60',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2973,'','1',50.00,'2025-06-19 18:51:07','50.00','16','newstock','1','161750348053','10',175.0000,'','1','100','supplier','1','209','','',0.00,'VATABLE','250','1206.90','7543.10','16.00','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2974,'','1',75.00,'2025-06-19 18:51:27','40.00','16','newstock','1','161750348053','10',210.0000,'','1','115','supplier','1','136','','',0.00,'VATABLE','260','2172.41','13577.59','16.00','','received',0,'0000-00-00 00:00:00','pcs','75',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2976,'','1',10.00,'2025-06-19 18:52:19','3.00','16','newstock','1','161750348053','10',423.0000,'','1','13','supplier','1','124','','',0.00,'VATABLE','600','583.45','3646.55','16.00','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2977,'','1',5.00,'2025-06-19 18:53:46','7.00','16','newstock','1','161750348053','10',599.0000,'','1','12','supplier','1','125','','',0.00,'VATABLE','900','413.10','2581.90','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2978,'','1',10.00,'2025-06-19 18:54:03','24.00','16','newstock','1','161750348053','10',570.0000,'','1','34','supplier','1','202','','',0.00,'VATABLE','900','786.21','4913.79','16.00','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2979,'','1',5.00,'2025-06-19 18:56:31','4.00','16','newstock','1','161750348053','10',1300.0000,'','1','9','supplier','1','126','','',0.00,'VATABLE','1800','896.55','5603.45','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2980,'UGALI','45',-2.00,'2025-06-20 03:29:13','9709.00','3','newstock','1','','',0.0000,'','1','9707','1','1','45','3175037935373032322303','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2981,'SAUSAGE (PAIR)','3',-1.00,'2025-06-20 03:29:29','9964.00','3','newstock','1','','',0.0000,'','1','9963','1','1','3','3175037936902327793222','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2982,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-20 03:30:10','9986.00','3','newstock','1','','',0.0000,'','1','9985','1','1','23','3175037941520323017522','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2983,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-20 03:32:11','44.00','3','newstock','1','','',35.0000,'','1','43','1','1','164','3175037953223350033302','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2984,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-20 03:33:23','9985.00','3','newstock','1','','',0.0000,'','1','9984','1','1','25','3175037960323722601335','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2985,'UGALI','45',-1.00,'2025-06-20 03:33:31','9707.00','3','newstock','1','','',0.0000,'','1','9706','1','1','45','3175037961237073330233','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2986,'GUINESS-BOTTLE','136',-1.00,'2025-06-20 03:33:43','115.00','3','newstock','1','','',210.0000,'','1','114','1','1','136','3175037962333703233302','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2987,'PREDATOR','178',-1.00,'2025-06-20 03:34:37','135.00','3','newstock','1','','',54.1700,'','1','134','1','1','178','3175037967833064331330','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2988,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-20 03:35:33','9985.00','3','newstock','1','','',0.0000,'','1','9984','1','1','53','3175037973323013202220','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2989,'CHIPS','47',-1.00,'2025-06-20 03:35:42','9911.00','3','newstock','1','','',0.0000,'','1','9910','1','1','47','3175037974253392123303','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2990,'DUNHILL','120',-2.00,'2025-06-20 03:36:30','100.00','3','newstock','1','','',17.0000,'','1','98','1','1','120','3175037979132702340005','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2991,'HEINEKEN-BOTTLE','138',-2.00,'2025-06-20 03:37:18','39.00','3','newstock','1','','',265.0000,'','1','37','1','1','138','3175037987973309737231','',0.00,'','330','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2992,'CHROME-VODKA 250','115',-1.00,'2025-06-20 03:39:08','41.00','3','newstock','1','','',217.0000,'','1','40','1','1','115','3175037996304526332237','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2993,'GUINESS-BOTTLE','136',-1.00,'2025-06-20 03:40:43','114.00','3','newstock','1','','',210.0000,'','1','113','1','1','136','3175038004333233030722','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2994,'PREDATOR','178',-1.00,'2025-06-20 03:41:29','134.00','3','newstock','1','','',54.1700,'','1','133','1','1','178','3175038008923320033330','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2995,'SPORT','196',-1.00,'2025-06-20 03:42:21','100.00','3','newstock','1','','',14.0000,'','1','99','1','1','196','3175038014204143333222','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2996,'TRUST','203',-1.00,'2025-06-20 03:43:08','13.00','3','newstock','1','','',70.0000,'','1','12','1','1','203','3175038018902300723302','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2997,'DUNHILL','120',-1.00,'2025-06-20 03:43:54','98.00','3','newstock','1','','',17.0000,'','1','97','1','1','120','3175038023452332203230','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2998,'HEINEKEN-BOTTLE','138',-1.00,'2025-06-20 03:44:36','37.00','3','newstock','1','','',265.0000,'','1','36','1','1','138','3175038028732102043502','',0.00,'','330','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2999,'PREDATOR','178',-1.00,'2025-06-20 03:46:02','133.00','3','newstock','1','','',54.1700,'','1','132','1','1','178','3175038036203577033683','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3000,'CHROME-VODKA 250','115',-1.00,'2025-06-20 03:46:47','40.00','3','newstock','1','','',217.0000,'','1','39','1','1','115','3175038042307243220250','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3001,'GUINESS-BOTTLE','136',-1.00,'2025-06-20 03:47:10','113.00','3','newstock','1','','',210.0000,'','1','112','1','1','136','3175038043003004420300','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3002,'PREDATOR','178',-1.00,'2025-06-20 03:47:16','132.00','3','newstock','1','','',54.1700,'','1','131','1','1','178','3175038043623235327524','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3003,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-20 03:47:37','9985.00','3','newstock','1','','',0.0000,'','1','9984','1','1','23','3175038045800030282003','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3004,'UGALI','45',-1.00,'2025-06-20 03:47:45','9706.00','3','newstock','1','','',0.0000,'','1','9705','1','1','45','3175038046660365003300','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3005,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-20 03:48:42','9946.00','3','newstock','1','','',0.0000,'','1','9945','1','1','22','3175038052233357303223','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3006,'UGALI','45',-1.00,'2025-06-20 03:48:50','9705.00','3','newstock','1','','',0.0000,'','1','9704','1','1','45','3175038053103378213003','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3007,'GUINESS-BOTTLE','136',-1.00,'2025-06-20 03:49:41','112.00','3','newstock','1','','',210.0000,'','1','111','1','1','136','3175038058232300372222','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3008,'PREDATOR','178',-1.00,'2025-06-20 03:50:45','131.00','3','newstock','1','','',54.1700,'','1','130','1','1','178','3175038064522322200343','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3009,'SPORT','196',-1.00,'2025-06-20 03:51:36','99.00','3','newstock','1','','',14.0000,'','1','98','1','1','196','3175038069720233020321','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3010,'SAUSAGE (PAIR)','3',-1.00,'2025-06-20 03:52:31','9963.00','3','newstock','1','','',0.0000,'','1','9962','1','1','3','3175038075233273303320','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3011,'VICEROY-250','215',-1.00,'2025-06-20 08:24:10','14.00','3','newstock','1','','',465.0000,'','1','13','1','1','215','3175039706823003232372','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3012,'melkan 1.5 litres','272',-1.00,'2025-06-20 08:24:39','4.00','3','newstock','1','','',33.3000,'','1','3','1','1','272','3175039707923703323270','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3013,'ROOM 2','250',-1.00,'2025-06-20 08:44:45','9959.00','3','newstock','1','','',500.0000,'','1','9958','1','1','250','3175039828622323353928','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3014,'DUNHILL','120',-1.00,'2025-06-20 10:01:35','97.00','3','newstock','1','','',17.0000,'','1','96','1','1','120','3175040289622530223222','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3015,'SAFARI','187',-4.00,'2025-06-20 10:02:23','99.00','3','newstock','1','','',8.0000,'','1','95','1','1','187','3175040294434952223423','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3016,'VICEROY-250','215',-1.00,'2025-06-20 10:04:25','13.00','3','newstock','1','','',465.0000,'','1','12','1','1','215','3175040313723303233233','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3017,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-20 11:31:26','9991.00','3','newstock','1','','',0.0000,'','1','9990','1','1','54','3175040828632222233233','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3018,'UGALI','45',-1.00,'2025-06-20 11:31:31','9704.00','3','newstock','1','','',0.0000,'','1','9703','1','1','45','3175040829288402309223','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3019,'ROOM 2','250',-1.00,'2025-06-20 11:31:40','9958.00','3','newstock','1','','',500.0000,'','1','9957','1','1','250','3175040830122371303032','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3020,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-20 11:31:55','48.00','3','newstock','1','','',225.0000,'','1','47','1','1','205','3175040831622301443203','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3021,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-20 11:31:58','100.00','3','newstock','1','','',175.0000,'','1','99','1','1','209','3175040831973820323802','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3022,'melkan 1.5 litres','272',-1.00,'2025-06-20 11:32:08','3.00','3','newstock','1','','',33.3000,'','1','2','1','1','272','3175040832903502002332','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3023,'GREENS(KIENYEJI)','46',-1.00,'2025-06-20 11:32:26','9954.00','3','newstock','1','','',0.0000,'','1','9953','1','1','46','3175040834732032003330','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3024,'GUINESS-BOTTLE','136',-1.00,'2025-06-20 13:02:26','111.00','3','newstock','1','','',210.0000,'','1','110','1','1','136','3175041374734222347230','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3025,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-20 13:02:31','47.00','3','newstock','1','','',225.0000,'','1','46','1','1','205','3175041375343335353033','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3026,'REDBULL','180',-1.00,'2025-06-20 13:03:03','28.00','3','newstock','1','','',185.0000,'','1','27','1','1','180','3175041380438031323330','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3027,'MATCH BOX','163',-1.00,'2025-06-20 13:04:54','100.00','3','newstock','1','','',5.0000,'','1','99','1','1','163','3175041389504823100230','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3028,'MATCH BOX','163',-1.00,'2025-06-20 13:05:00','99.00','3','newstock','1','','',5.0000,'','1','98','1','1','163','3175041390004923100230','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3029,'TRUST','203',-1.00,'2025-06-20 13:05:28','12.00','3','newstock','1','','',70.0000,'','1','11','1','1','203','3175041392933225923020','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3030,'VICEROY-250','215',1.00,'2025-06-20 14:12:18','12.00','16','newstock','1','','',0.0000,'','1','13','1','1','215','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3031,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-20 14:54:21','46.00','3','newstock','1','','',225.0000,'','1','45','1','1','205','3175042046340420232220','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3032,'GUINESS-BOTTLE','136',-1.00,'2025-06-20 14:54:24','110.00','3','newstock','1','','',210.0000,'','1','109','1','1','136','3175042046433053520330','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3033,'BALOZI-BOTTLE','89',-2.00,'2025-06-20 14:59:19','263.00','3','newstock','1','','',175.0000,'','1','261','1','1','89','3175042079125230022133','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3034,'CHROME-VODKA 250','115',-1.00,'2025-06-20 14:59:51','39.00','3','newstock','1','','',217.0000,'','1','38','1','1','115','3175042082000233032230','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3035,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-20 15:01:02','43.00','3','newstock','1','','',35.0000,'','1','42','1','1','164','3175042086522232703302','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3036,'DUNHILL','120',-5.00,'2025-06-20 15:01:27','96.00','3','newstock','1','','',17.0000,'','1','91','1','1','120','3175042088830482052033','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3037,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-20 15:04:52','42.00','3','newstock','1','','',35.0000,'','1','41','1','1','164','3175042109251232430253','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3038,'CHROME-VODKA 250','115',-1.00,'2025-06-20 15:04:53','38.00','3','newstock','1','','',217.0000,'','1','37','1','1','115','3175042110423133252332','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3039,'BALOZI-BOTTLE','89',-1.00,'2025-06-20 15:10:47','261.00','3','newstock','1','','',175.0000,'','1','260','1','1','89','3175042147121040324203','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3040,'MATCH BOX','163',-1.00,'2025-06-20 15:42:35','98.00','3','newstock','1','','',5.0000,'','1','97','1','1','163','3175042335743733332132','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3041,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-20 15:43:43','25.00','3','newstock','1','','',710.0000,'','1','24','1','1','118','3175042343854223822800','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3042,'RICHOT-250','181',-1.00,'2025-06-20 15:44:16','3.00','3','newstock','1','','',440.0000,'','1','2','1','1','181','3175042347133172320215','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3043,'melkan 1.5 litres','272',-1.00,'2025-06-20 15:47:15','2.00','3','newstock','1','','',33.3000,'','1','1','1','1','272','3175042363620733242043','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3044,'TUSKER LITE-BOTTLE','208',-3.00,'2025-06-20 15:47:54','25.00','3','newstock','1','','',195.0000,'','1','22','1','1','208','3175042367603442202373','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3045,'BLACK AND WHITE -375','96',-1.00,'2025-06-20 16:04:25','5.00','3','newstock','1','','',605.0000,'','1','4','1','1','96','3175042469233232224407','',0.00,'','850','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3046,'melkan 1.5 litres','272',-1.00,'2025-06-20 16:10:13','1.00','3','newstock','1','','',33.3000,'','1','0','1','1','272','3175042501515330200223','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3047,'RICHOT-250','181',-1.00,'2025-06-20 16:11:05','2.00','3','newstock','1','','',440.0000,'','1','1','1','1','181','3175042508282422215020','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3048,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-20 16:11:31','22.00','3','newstock','1','','',195.0000,'','1','21','1','1','208','3175042509123431029333','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3049,'SAFARI','187',-2.00,'2025-06-20 16:23:24','95.00','3','newstock','1','','',8.0000,'','1','93','1','1','187','3175042580480230222300','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3051,'SODA-BOTTLE','195',-1.00,'2025-06-20 16:38:24','92.00','3','newstock','1','','',70.0000,'','1','91','1','1','195','3175042670505360607330','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3052,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-20 16:38:47','9990.00','3','newstock','1','','',0.0000,'','1','9989','1','1','54','3175042672802324320320','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3053,'GOAT WET/DRY FRY 1 KG ','27',-1.00,'2025-06-20 16:39:14','9992.00','3','newstock','1','','',0.0000,'','1','9991','1','1','27','3175042675533332522722','',0.00,'','1400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3054,'UGALI','45',-7.00,'2025-06-20 16:39:28','9703.00','3','newstock','1','','',0.0000,'','1','9696','1','1','45','3175042676952602205133','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3055,'GREENS(KIENYEJI)','46',-2.00,'2025-06-20 16:39:35','9953.00','3','newstock','1','','',0.0000,'','1','9951','1','1','46','3175042677523040362622','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3056,'BLACK COFFEE','11',-1.00,'2025-06-20 16:39:53','9997.00','3','newstock','1','','',0.0000,'','1','9996','1','1','11','3175042679453332743200','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3057,'PEPSI SODA PLASTIC 500ML','238',-2.00,'2025-06-20 16:41:44','162.00','3','newstock','1','','',33.0000,'','1','160','1','1','238','3175042690423233230301','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3058,'PACKING TIN-LARGE','172',-1.00,'2025-06-20 16:42:02','20.00','3','newstock','1','','',15.0000,'','1','19','1','1','172','3175042692217032309304','',0.00,'','70','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3059,'HUNTERS CHOICE 345','140',-1.00,'2025-06-20 16:44:01','1.00','6','newstock','1','','',480.0000,'','1','0','1','1','140','6175042706120332023042','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3060,'WHITECAP CAN','217',-1.00,'2025-06-20 16:55:45','13.00','4','newstock','1','','',225.0000,'','1','12','1','1','217','4175042777733740343701','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3061,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-20 16:56:31','9945.00','4','newstock','1','','',0.0000,'','1','9944','1','1','22','4175042779230722202032','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3062,'UGALI','45',-1.00,'2025-06-20 16:56:51','9696.00','4','newstock','1','','',0.0000,'','1','9695','1','1','45','4175042782533835400201','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3063,'SAFARI','187',-2.00,'2025-06-20 17:00:32','93.00','6','newstock','1','','',8.0000,'','1','91','1','1','187','6175042804437262232360','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3064,'PREDATOR','178',-1.00,'2025-06-20 17:05:48','130.00','3','newstock','1','','',54.1700,'','1','129','1','1','178','3175042834952304337023','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3068,'SODA-BOTTLE','195',-2.00,'2025-06-20 17:19:54','91.00','4','newstock','1','','',70.0000,'','1','89','1','1','195','4175042923802402043709','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3069,'BALOZI-BOTTLE','89',-2.00,'2025-06-20 17:41:58','260.00','6','newstock','1','','',175.0000,'','1','258','1','1','89','6175043056803431300267','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3070,'DUNHILL','120',-1.00,'2025-06-20 17:47:57','91.00','3','newstock','1','','',17.0000,'','1','90','1','1','120','3175043087733222044374','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3071,'SAFARI','187',-3.00,'2025-06-20 18:07:58','91.00','3','newstock','1','','',8.0000,'','1','88','1','1','187','3175043208000530020323','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3072,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-20 18:30:50','9944.00','5','newstock','1','','',0.0000,'','1','9943','1','1','22','5175043345253403022334','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3073,'CHIPS','47',-1.00,'2025-06-20 18:51:27','9910.00','5','newstock','1','','',0.0000,'','1','9909','1','1','47','5175043468923405224331','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3074,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-20 19:13:29','9984.00','5','newstock','1','','',0.0000,'','1','9983','1','1','23','5175043601002000710233','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3075,'UGALI','45',-3.00,'2025-06-20 19:13:44','9695.00','5','newstock','1','','',0.0000,'','1','9692','1','1','45','5175043602500423421020','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3076,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-20 19:14:24','9986.00','5','newstock','1','','',0.0000,'','1','9985','1','1','26','5175043606502220112323','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3077,'UGALI','45',-2.00,'2025-06-20 19:14:36','9692.00','5','newstock','1','','',0.0000,'','1','9690','1','1','45','5175043607800214332223','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3078,'GREENS(KIENYEJI)','46',-1.00,'2025-06-20 19:14:41','9951.00','5','newstock','1','','',0.0000,'','1','9950','1','1','46','5175043608232414000322','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3079,'WHITECAP-BOTTLE','218',-4.00,'2025-06-20 20:01:57','74.00','4','newstock','1','','',200.0000,'','1','70','1','1','218','4175043891838022340302','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3080,'DELMONTE','119',-1.00,'2025-06-20 20:01:58','25.00','4','newstock','1','','',250.0000,'','1','24','1','1','119','4175043898270932030190','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3082,'BALOZI-BOTTLE','89',-1.00,'2025-06-20 20:05:44','258.00','6','newstock','1','','',175.0000,'','1','257','1','1','89','6175043915853333232372','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3083,'BALOZI-BOTTLE','89',-1.00,'2025-06-20 20:07:20','257.00','6','newstock','1','','',175.0000,'','1','256','1','1','89','6175043926023222332220','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3084,'TRIPPLE ACE-250','201',-1.00,'2025-06-20 20:07:51','2.00','6','newstock','1','','',200.0000,'','1','1','1','1','201','6175043928593320303302','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3085,'SAFARI','187',-4.00,'2025-06-20 20:08:56','88.00','6','newstock','1','','',8.0000,'','1','84','1','1','187','6175043935160600203313','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3086,'CAPRICE-RED','107',-1.00,'2025-06-20 20:10:37','14.00','4','newstock','1','','',970.0000,'','1','13','1','1','107','4175043946433020233032','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3087,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-20 20:11:13','26.00','4','newstock','1','','',245.0000,'','1','25','1','1','117','4175043949499030470243','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3089,'SODA-BOTTLE','195',-1.00,'2025-06-20 20:12:02','89.00','4','newstock','1','','',70.0000,'','1','88','1','1','195','4175043952492532402332','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3090,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-20 20:12:24','9943.00','4','newstock','1','','',0.0000,'','1','9942','1','1','22','4175043954533533433953','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3091,'UGALI','45',-1.00,'2025-06-20 20:12:36','9690.00','4','newstock','1','','',0.0000,'','1','9689','1','1','45','4175043958353023833422','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3092,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-20 20:14:07','99.00','6','newstock','1','','',175.0000,'','1','97','1','1','209','6175043966542122602302','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3093,'PREDATOR','178',-1.00,'2025-06-20 20:14:41','129.00','6','newstock','1','','',54.1700,'','1','128','1','1','178','6175043970140200047225','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3094,'SAFARI','187',-2.00,'2025-06-20 20:15:12','84.00','6','newstock','1','','',8.0000,'','1','82','1','1','187','6175043972703902373022','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3095,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-20 20:15:39','25.00','6','newstock','1','','',245.0000,'','1','24','1','1','117','6175043975692753723702','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3096,'PREDATOR','178',-1.00,'2025-06-20 20:15:57','128.00','6','newstock','1','','',54.1700,'','1','127','1','1','178','6175043977112202333720','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3097,'SAFARI','187',-4.00,'2025-06-20 20:16:12','82.00','6','newstock','1','','',8.0000,'','1','78','1','1','187','6175043978830033045447','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3098,'TUSKER LITE-BOTTLE','208',-4.00,'2025-06-20 20:17:50','21.00','6','newstock','1','','',195.0000,'','1','17','1','1','208','6175043989453502302409','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3099,'WHITECAP-BOTTLE','218',-4.00,'2025-06-20 20:18:15','70.00','6','newstock','1','','',200.0000,'','1','66','1','1','218','6175043992593322140134','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3100,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-20 20:19:01','36.00','6','newstock','1','','',180.0000,'','1','35','1','1','176','6175043995720343232123','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3101,'FISH WETFRY','28',-2.00,'2025-06-20 20:24:33','9997.00','8','newstock','1','','',0.0000,'','1','9995','1','1','28','8175044027442323222333','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3102,'UGALI','45',-1.00,'2025-06-20 20:24:40','9689.00','8','newstock','1','','',0.0000,'','1','9688','1','1','45','8175044028120084330732','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3103,'BEEF WET/DRY FRY 1 KG','24',-2.00,'2025-06-20 20:25:28','9991.00','8','newstock','1','','',0.0000,'','1','9989','1','1','24','8175044032903233303232','',0.00,'','1200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3104,'UGALI','45',-4.00,'2025-06-20 20:25:39','9688.00','8','newstock','1','','',0.0000,'','1','9684','1','1','45','8175044033920204723024','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3105,'GREENS(KIENYEJI)','46',-2.00,'2025-06-20 20:25:48','9950.00','8','newstock','1','','',0.0000,'','1','9948','1','1','46','8175044034902432923404','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3106,'WHITECAP-BOTTLE','218',-2.00,'2025-06-20 20:26:41','66.00','8','newstock','1','','',200.0000,'','1','64','1','1','218','8175044040203442742033','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3107,'GOAT CHOMA 1/4','79',-1.00,'2025-06-20 20:28:33','9970.00','8','newstock','1','','',0.0000,'','1','9969','1','1','79','8175044051423822402323','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3108,'','1',60.00,'2025-06-20 20:33:38','0.00','16','newstock','1','161750440794','21',33.3000,'','1','60','supplier','1','272','','',0.00,'VATABLE','100','275.59','1722.41','16.00','','received',0,'0000-00-00 00:00:00','pcs','60',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3109,'','1',50.00,'2025-06-20 20:34:03','64.00','16','newstock','1','161750440822','10',200.0000,'','1','114','supplier','1','218','','',0.00,'VATABLE','260','1379.31','8620.69','16.00','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3110,'','1',50.00,'2025-06-20 20:34:15','97.00','16','newstock','1','161750440822','10',175.0000,'','1','147','supplier','1','209','','',0.00,'VATABLE','250','1206.90','7543.10','16.00','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3111,'','1',50.00,'2025-06-20 20:34:25','109.00','16','newstock','1','161750440822','10',210.0000,'','1','159','supplier','1','136','','',0.00,'VATABLE','260','1448.28','9051.72','16.00','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3112,'','1',25.00,'2025-06-20 20:34:33','0.00','16','newstock','1','161750440822','10',74.0000,'','1','25','supplier','1','90','','',0.00,'VATABLE','100','255.17','1594.83','16.00','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3113,'','1',25.00,'2025-06-20 20:34:43','17.00','16','newstock','1','161750440822','10',195.0000,'','1','42','supplier','1','208','','',0.00,'VATABLE','260','672.41','4202.59','16.00','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3114,'','1',25.00,'2025-06-20 20:34:55','45.00','16','newstock','1','161750440822','10',225.0000,'','1','70','supplier','1','205','','',0.00,'VATABLE','300','775.86','4849.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3116,'','1',24.00,'2025-06-20 20:36:10','35.00','16','newstock','1','161750440822','10',180.0000,'','1','59','supplier','1','176','','',0.00,'VATABLE','300','595.86','3724.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3117,'','1',24.00,'2025-06-20 20:36:23','12.00','16','newstock','1','161750440822','10',225.0000,'','1','36','supplier','1','217','','',0.00,'VATABLE','300','744.83','4655.17','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3118,'','1',24.00,'2025-06-20 20:36:33','54.00','16','newstock','1','161750440822','10',180.0000,'','1','78','supplier','1','134','','',0.00,'VATABLE','300','595.86','3724.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3119,'BALOZI-BOTTLE','89',1.00,'2025-06-20 20:36:49','256.00','16','newstock','1','','',0.0000,'','1','257','1','1','89','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3121,'BALOZI-BOTTLE','89',-3.00,'2025-06-20 20:53:12','257.00','6','newstock','1','','',175.0000,'','1','254','1','1','89','6175044200946203712227','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3122,'SAFARI','187',-1.00,'2025-06-20 20:55:36','78.00','6','newstock','1','','',8.0000,'','1','77','1','1','187','6175044214834388301202','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3124,'melkan 1.5 litres','272',-1.00,'2025-06-20 21:39:01','60.00','5','newstock','1','','',33.3000,'','1','59','1','1','272','5175044474274433332332','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3125,'SMIRNOFF 350ML','190',-1.00,'2025-06-20 21:39:32','6.00','5','newstock','1','','',594.0000,'','1','5','1','1','190','5175044477302305402230','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3126,'GUARANA CAN_SMIRNOFF ICE','134',-2.00,'2025-06-20 21:41:40','78.00','5','newstock','1','','',180.0000,'','1','76','1','1','134','5175044490209053224234','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3127,'GUINESS-BOTTLE','136',-1.00,'2025-06-20 21:41:58','159.00','5','newstock','1','','',210.0000,'','1','158','1','1','136','5175044491822303474202','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3128,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-20 21:42:49','9984.00','5','newstock','1','','',0.0000,'','1','9983','1','1','25','5175044497003335202253','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3129,'UGALI','45',-1.00,'2025-06-20 21:43:02','9684.00','5','newstock','1','','',0.0000,'','1','9683','1','1','45','5175044498232533304220','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3130,'WHITECAP-BOTTLE','218',-4.00,'2025-06-20 21:43:53','114.00','5','newstock','1','','',200.0000,'','1','110','1','1','218','5175044503324225220300','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3131,'melkan 1.5 litres','272',-1.00,'2025-06-20 21:45:20','59.00','5','newstock','1','','',33.3000,'','1','58','1','1','272','5175044512112722455014','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3132,'PEPSI SODA PLASTIC 500ML','238',-2.00,'2025-06-20 21:46:33','160.00','8','newstock','1','','',33.0000,'','1','158','1','1','238','8175044519391702230052','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3133,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-20 21:46:43','59.00','8','newstock','1','','',180.0000,'','1','58','1','1','176','8175044520324333437022','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3134,'BEST WHISKY-250','93',-1.00,'2025-06-20 21:52:38','14.00','8','newstock','1','','',330.0000,'','1','13','1','1','93','8175044555935300535322','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3135,'LEMONADE','160',-1.00,'2025-06-20 21:52:49','101.00','8','newstock','1','','',41.6700,'','1','100','1','1','160','8175044557020034431227','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3136,'WHITECAP-BOTTLE','218',-2.00,'2025-06-20 21:53:26','110.00','8','newstock','1','','',200.0000,'','1','108','1','1','218','8175044560737233270024','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3137,'melkan 1.5 litres','272',-1.00,'2025-06-20 21:53:35','58.00','8','newstock','1','','',33.3000,'','1','57','1','1','272','8175044561624413202448','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3138,'GILBEYS-250','124',-1.00,'2025-06-20 21:54:38','13.00','8','newstock','1','','',423.0000,'','1','12','1','1','124','8175044567830332230741','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3139,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-20 21:55:28','147.00','8','newstock','1','','',175.0000,'','1','146','1','1','209','8175044573043330023320','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3140,'BLACK ICE-BOTTLE_DOUBLE BLACK','100',-1.00,'2025-06-20 21:56:12','27.00','8','newstock','1','','',165.0000,'','1','26','1','1','100','8175044577245374020722','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3141,'melkan 1.5 litres','272',-1.00,'2025-06-20 22:01:32','57.00','6','newstock','1','','',33.3000,'','1','56','1','1','272','6175044611123004336360','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3142,'melkan 1.5 litres','272',-1.00,'2025-06-20 22:03:19','56.00','6','newstock','1','','',33.3000,'','1','55','1','1','272','6175044621630022240200','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3144,'HUNTERS CHOICE-750','142',-1.00,'2025-06-20 22:15:55','12.00','6','newstock','1','','',975.0000,'','1','11','1','1','142','6175044696874333302232','',0.00,'','1400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3145,'melkan 1.5 litres','272',-1.00,'2025-06-20 22:16:08','55.00','6','newstock','1','','',33.3000,'','1','54','1','1','272','6175044697896030277343','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3146,'LEMONADE','160',-1.00,'2025-06-20 22:16:18','100.00','6','newstock','1','','',41.6700,'','1','99','1','1','160','6175044699100036290201','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3147,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-20 22:16:38','9983.00','6','newstock','1','','',0.0000,'','1','9982','1','1','25','6175044701603764203032','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3148,'melkan 1.5 litres','272',-1.00,'2025-06-20 22:18:52','54.00','8','newstock','1','','',33.3000,'','1','53','1','1','272','8175044713332087100232','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3149,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-20 22:28:37','9982.00','4','newstock','1','','',0.0000,'','1','9981','1','1','25','4175044771807310583320','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3150,'UGALI','45',-1.00,'2025-06-20 22:28:38','9683.00','4','newstock','1','','',0.0000,'','1','9682','1','1','45','4175044773623373523322','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3151,'GREENS(KIENYEJI)','46',-1.00,'2025-06-20 22:28:56','9948.00','4','newstock','1','','',0.0000,'','1','9947','1','1','46','4175044775240370022033','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3152,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-20 22:29:51','146.00','4','newstock','1','','',175.0000,'','1','145','1','1','209','4175044779113447502053','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3153,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-20 22:31:06','9981.00','4','newstock','1','','',0.0000,'','1','9980','1','1','25','4175044786844326337332','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3154,'UGALI','45',-1.00,'2025-06-20 22:31:08','9682.00','4','newstock','1','','',0.0000,'','1','9681','1','1','45','4175044787643323242742','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3155,'CHIPS','47',-1.00,'2025-06-20 22:31:56','9909.00','4','newstock','1','','',0.0000,'','1','9908','1','1','47','4175044793343749230234','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3156,'CHROME-VODKA 750','116',-1.00,'2025-06-20 22:33:00','12.00','4','newstock','1','','',585.0000,'','1','11','1','1','116','4175044798132332118234','',0.00,'','850','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3157,'SODA-BOTTLE','195',-1.00,'2025-06-20 22:33:18','88.00','4','newstock','1','','',70.0000,'','1','87','1','1','195','4175044799902354730777','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3158,'PREDATOR','178',-1.00,'2025-06-20 22:33:28','127.00','4','newstock','1','','',54.1700,'','1','126','1','1','178','4175044802633365433082','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3159,'melkan 1.5 litres','272',-1.00,'2025-06-20 22:34:13','53.00','4','newstock','1','','',33.3000,'','1','52','1','1','272','4175044805428035022333','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3160,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-20 22:49:16','24.00','4','newstock','1','','',245.0000,'','1','23','1','1','117','4175044897303302222424','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3161,'SODA-BOTTLE','195',-1.00,'2025-06-20 22:49:34','87.00','4','newstock','1','','',70.0000,'','1','86','1','1','195','4175044900300320005940','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3163,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-20 22:54:45','9985.00','4','newstock','1','','',0.0000,'','1','9984','1','1','26','4175044928633423238330','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3164,'UGALI','45',-1.00,'2025-06-20 22:54:47','9681.00','4','newstock','1','','',0.0000,'','1','9680','1','1','45','4175044930143032043353','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3165,'UGALI','45',-1.00,'2025-06-20 22:55:01','9680.00','4','newstock','1','','',0.0000,'','1','9679','1','1','45','4175044931022733327342','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3166,'melkan 1.5 litres','272',-3.00,'2025-06-20 23:36:16','52.00','4','newstock','1','','',33.3000,'','1','49','1','1','272','4175045177732332212320','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3167,'melkan 1.5 litres','272',-1.00,'2025-06-20 23:36:48','49.00','4','newstock','1','','',33.3000,'','1','48','1','1','272','4175045180931259302434','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3168,'melkan 1.5 litres','272',-1.00,'2025-06-20 23:37:24','48.00','4','newstock','1','','',33.3000,'','1','47','1','1','272','4175045184433033402135','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3170,'EGGS(BOILED/FRIED)','1',-4.00,'2025-06-20 23:46:15','9984.00','6','newstock','1','','',0.0000,'','1','9980','1','1','1','6175045241733723223472','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3171,'DUNHILL','120',-10.00,'2025-06-20 23:57:31','90.00','8','newstock','1','','',17.0000,'','1','80','1','1','120','8175045305232053232230','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3172,'WHITECAP-BOTTLE','218',-1.00,'2025-06-20 23:57:45','108.00','8','newstock','1','','',200.0000,'','1','107','1','1','218','8175045306662006452430','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3173,'BEST WHISKY-250','93',-1.00,'2025-06-20 23:58:42','13.00','8','newstock','1','','',330.0000,'','1','12','1','1','93','8175045312304232220223','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3174,'DUNHILL','120',-2.00,'2025-06-20 23:58:54','80.00','8','newstock','1','','',17.0000,'','1','78','1','1','120','8175045313533332507522','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3175,'LEMONADE','160',-1.00,'2025-06-21 00:00:04','99.00','8','newstock','1','','',41.6700,'','1','98','1','1','160','8175045321207530272033','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3176,'GUINESS-BOTTLE','136',-2.00,'2025-06-21 00:15:39','158.00','4','newstock','1','','',210.0000,'','1','156','1','1','136','4175045414003420034041','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3177,'SODA-BOTTLE','195',-1.00,'2025-06-21 00:15:50','86.00','4','newstock','1','','',70.0000,'','1','85','1','1','195','4175045415142413303020','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3178,'melkan 1.5 litres','272',-1.00,'2025-06-21 00:15:57','47.00','4','newstock','1','','',33.3000,'','1','46','1','1','272','4175045415832113003225','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3180,'CHIPS','47',-1.00,'2025-06-21 00:18:29','9908.00','4','newstock','1','','',0.0000,'','1','9907','1','1','47','4175045431072333421333','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3181,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-21 00:18:47','9984.00','4','newstock','1','','',0.0000,'','1','9983','1','1','53','4175045432854535775333','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3182,'UGALI','45',-1.00,'2025-06-21 00:18:48','9679.00','4','newstock','1','','',0.0000,'','1','9678','1','1','45','4175045434034254223143','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3183,'GORDONS CAN','288',-1.00,'2025-06-21 00:21:14','12.00','4','newstock','1','','',220.0000,'','1','11','1','1','288','4175045447523403402412','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3184,'WHITECAP-BOTTLE','218',-2.00,'2025-06-21 00:33:24','107.00','4','newstock','1','','',200.0000,'','1','105','1','1','218','4175045520432332020242','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3185,'GUARANA CAN_SMIRNOFF ICE','134',-1.00,'2025-06-21 00:33:35','76.00','4','newstock','1','','',180.0000,'','1','75','1','1','134','4175045521543532102200','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3186,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-21 00:33:45','145.00','4','newstock','1','','',175.0000,'','1','144','1','1','209','4175045522625035022333','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3187,'BALOZI-BOTTLE','89',-1.00,'2025-06-21 00:33:53','254.00','4','newstock','1','','',175.0000,'','1','253','1','1','89','4175045523400330050213','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3189,'TRIPPLE ACE-250','201',-1.00,'2025-06-21 00:47:09','1.00','5','newstock','1','','',200.0000,'','1','0','1','1','201','5175045610022330035633','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3190,'PREDATOR','178',-1.00,'2025-06-21 00:48:27','126.00','5','newstock','1','','',54.1700,'','1','125','1','1','178','5175045610752522310132','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3193,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-21 00:49:42','70.00','5','newstock','1','','',225.0000,'','1','69','1','1','205','5175045618373004173202','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3194,'GUINESS CAN','135',-1.00,'2025-06-21 00:49:53','17.00','5','newstock','1','','',216.0000,'','1','16','1','1','135','5175045619493333532462','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3195,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-21 00:57:00','9989.00','6','newstock','1','','',0.0000,'','1','9988','1','1','54','6175045664262040622023','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3196,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-21 00:57:54','144.00','4','newstock','1','','',175.0000,'','1','143','1','1','209','4175045667702563200702','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3197,'UGALI','45',-1.00,'2025-06-21 00:59:18','9678.00','6','newstock','1','','',0.0000,'','1','9677','1','1','45','6175045676735303306604','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3198,'SAUSAGE (PAIR)','3',-2.00,'2025-06-21 00:59:27','9962.00','6','newstock','1','','',0.0000,'','1','9960','1','1','3','6175045678133240203423','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3199,'SODA-BOTTLE','195',-1.00,'2025-06-21 00:59:42','85.00','6','newstock','1','','',70.0000,'','1','84','1','1','195','6175045679710963506202','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3200,'melkan 1.5 litres','272',-1.00,'2025-06-21 01:03:01','46.00','6','newstock','1','','',33.3000,'','1','45','1','1','272','6175045698223132260072','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3201,'PREDATOR','178',-1.00,'2025-06-21 01:03:11','125.00','6','newstock','1','','',54.1700,'','1','124','1','1','178','6175045699292031130633','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3202,'UGALI','45',-2.00,'2025-06-21 01:03:43','9677.00','6','newstock','1','','',0.0000,'','1','9675','1','1','45','6175045704202222422322','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3203,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-21 01:04:02','9980.00','6','newstock','1','','',0.0000,'','1','9979','1','1','25','6175045706403063352710','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3204,'JOHNNIE W BLACK-750','148',-1.00,'2025-06-21 01:27:45','5.00','8','newstock','1','','',3120.0000,'','1','4','1','1','148','8175045859033020080001','',0.00,'','4000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3206,'SODA-BOTTLE','195',-1.00,'2025-06-21 01:31:59','84.00','8','newstock','1','','',70.0000,'','1','83','1','1','195','8175045872032082033220','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3208,'COCA COLA ZERO','292',-1.00,'2025-06-21 01:37:15','11.00','8','newstock','1','','',99.0000,'','1','10','1','1','292','8175045903533235250230','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3209,'SAUSAGE (PAIR)','3',-2.00,'2025-06-21 01:38:38','9960.00','8','newstock','1','','',0.0000,'','1','9958','1','1','3','8175045911943212009221','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3210,'WHITECAP-BOTTLE','218',-1.00,'2025-06-21 01:39:52','105.00','8','newstock','1','','',200.0000,'','1','104','1','1','218','8175045919200332115032','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3211,'PREDATOR','178',-1.00,'2025-06-21 01:40:09','124.00','8','newstock','1','','',54.1700,'','1','123','1','1','178','8175045921000503332032','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3212,'HEINEKEN-BOTTLE','138',-5.00,'2025-06-21 01:42:55','36.00','6','newstock','1','','',265.0000,'','1','31','1','1','138','6175045940020936033230','',0.00,'','330','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3214,'BLACK ICE CAN_DOUBLE BLACK','99',-2.00,'2025-06-21 01:43:55','57.00','6','newstock','1','','',180.0000,'','1','55','1','1','99','6175045949422247243333','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3215,'TRUST','203',-1.00,'2025-06-21 01:46:59','11.00','6','newstock','1','','',70.0000,'','1','10','1','1','203','6175045963242722320305','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3218,'KINGFISHER BOTTLE','156',-3.00,'2025-06-21 02:17:11','9.00','8','newstock','1','','',200.0000,'','1','6','1','1','156','8175046143232030404330','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3219,'WHITECAP-BOTTLE','218',-1.00,'2025-06-21 02:17:53','104.00','8','newstock','1','','',200.0000,'','1','103','1','1','218','8175046147431222434200','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3220,'WHITECAP-BOTTLE','218',-1.00,'2025-06-21 02:17:57','103.00','8','newstock','1','','',200.0000,'','1','102','1','1','218','8175046147820221241082','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3221,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-21 02:18:26','58.00','8','newstock','1','','',180.0000,'','1','57','1','1','176','8175046150622301000242','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3222,'melkan 1.5 litres','272',-1.00,'2025-06-21 02:19:14','45.00','8','newstock','1','','',33.3000,'','1','44','1','1','272','8175046155505542533202','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3223,'CHROME-GIN 250','113',-1.00,'2025-06-21 02:20:23','17.00','4','newstock','1','','',217.0000,'','1','16','1','1','113','4175046162320253733323','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3224,'melkan 1.5 litres','272',-1.00,'2025-06-21 02:20:30','44.00','4','newstock','1','','',33.3000,'','1','43','1','1','272','4175046163127314222002','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3225,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-21 02:20:42','143.00','4','newstock','1','','',175.0000,'','1','142','1','1','209','4175046164334433332213','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3226,'REDBULL','180',-2.00,'2025-06-21 03:15:36','27.00','6','newstock','1','','',185.0000,'','1','25','1','1','180','6175046496496232643332','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3227,'WHITECAP-BOTTLE','218',-2.00,'2025-06-21 03:16:05','102.00','6','newstock','1','','',200.0000,'','1','100','1','1','218','6175046498420687223220','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3228,'melkan 1.5 litres','272',-1.00,'2025-06-21 03:16:24','43.00','6','newstock','1','','',33.3000,'','1','42','1','1','272','6175046499833206350368','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3229,'BLACK ICE CAN_DOUBLE BLACK','99',-4.00,'2025-06-21 03:16:39','56.00','6','newstock','1','','',180.0000,'','1','52','1','1','99','6175046503450332003106','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3230,'4TH STREET-750-WHITE','83',-1.00,'2025-06-21 03:17:15','3.00','6','newstock','1','','',1000.0000,'','1','2','1','1','83','6175046505833232370304','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3231,'GOAT WET/DRY FRY 1 KG ','27',-1.00,'2025-06-21 03:17:38','9991.00','6','newstock','1','','',0.0000,'','1','9990','1','1','27','6175046508232305323212','',0.00,'','1400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3232,'SAUTTE POTATO','20',-1.00,'2025-06-21 03:18:02','9998.00','6','newstock','1','','',0.0000,'','1','9997','1','1','20','6175046510352332031232','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3233,'KANE EXTRA-250','151',-1.00,'2025-06-21 03:19:09','7.00','6','newstock','1','','',213.0000,'','1','6','1','1','151','6175046517222603430232','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3234,'CHROME-VODKA 250','115',-1.00,'2025-06-21 03:19:32','37.00','6','newstock','1','','',217.0000,'','1','36','1','1','115','6175046520333633205133','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3235,'melkan 1.5 litres','272',-1.00,'2025-06-21 03:20:03','42.00','6','newstock','1','','',33.3000,'','1','41','1','1','272','6175046521443226300365','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3236,'PREDATOR','178',-1.00,'2025-06-21 03:20:14','123.00','6','newstock','1','','',54.1700,'','1','122','1','1','178','6175046523002332022233','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3237,'LEMONADE','160',-1.00,'2025-06-21 03:20:30','98.00','6','newstock','1','','',41.6700,'','1','97','1','1','160','6175046524503233746343','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3238,'TUSKER-LAGER-BOTTLE','209',-4.00,'2025-06-21 03:21:42','142.00','6','newstock','1','','',175.0000,'','1','138','1','1','209','6175046532801432226203','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3239,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-21 03:27:29','138.00','4','newstock','1','','',175.0000,'','1','136','1','1','209','4175046564961365162192','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3240,'BALOZI-BOTTLE','89',-3.00,'2025-06-21 03:27:59','253.00','4','newstock','1','','',175.0000,'','1','250','1','1','89','4175046568083023330336','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3241,'KENYA CANE 350','153',-1.00,'2025-06-21 03:28:12','4.00','4','newstock','1','','',330.0000,'','1','3','1','1','153','4175046574040234204221','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3242,'melkan 1.5 litres','272',-1.00,'2025-06-21 03:29:23','41.00','4','newstock','1','','',33.3000,'','1','40','1','1','272','4175046576352723022322','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3243,'UGALI','45',-2.00,'2025-06-21 03:30:54','9675.00','4','newstock','1','','',0.0000,'','1','9673','1','1','45','4175046587023332355560','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3244,'GOAT CHOMA 1 KG ','81',-1.00,'2025-06-21 03:31:29','9996.00','4','newstock','1','','',0.0000,'','1','9995','1','1','81','4175046588932203232359','',0.00,'','1600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3245,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-21 03:31:29','14.00','4','newstock','1','','',945.0000,'','1','13','1','1','111','4175046591625353634330','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3246,'SODA-BOTTLE','195',-2.00,'2025-06-21 03:32:28','83.00','4','newstock','1','','',70.0000,'','1','81','1','1','195','4175046594900104032332','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3247,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-21 03:33:41','69.00','4','newstock','1','','',225.0000,'','1','68','1','1','205','4175046602242502005350','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3248,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-21 03:34:28','136.00','4','newstock','1','','',175.0000,'','1','135','1','1','209','4175046606900306042724','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3249,'SAVANNAH CIDER','188',-1.00,'2025-06-21 03:34:29','26.00','4','newstock','1','','',251.0000,'','1','25','1','1','188','4175046608971460003833','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3250,'FOUR COUSINS-RED','122',-1.00,'2025-06-21 03:34:49','4.00','4','newstock','1','','',955.0000,'','1','3','1','1','122','4175046610700237267204','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3251,'GUINESS CAN','135',-2.00,'2025-06-21 03:35:13','16.00','4','newstock','1','','',216.0000,'','1','14','1','1','135','4175046615205040206204','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3252,'KENYA CANE-250','154',-1.00,'2025-06-21 03:35:52','3.00','4','newstock','1','','',270.0000,'','1','2','1','1','154','4175046618340074330232','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3253,'PREDATOR','178',-2.00,'2025-06-21 03:36:37','122.00','4','newstock','1','','',54.1700,'','1','120','1','1','178','4175046619747302424206','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3254,'SODA-BOTTLE','195',-1.00,'2025-06-21 03:36:53','81.00','4','newstock','1','','',70.0000,'','1','80','1','1','195','4175046621334162343224','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3255,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-21 03:37:22','41.00','4','newstock','1','','',35.0000,'','1','40','1','1','164','4175046624324202222402','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3256,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-21 03:37:54','9984.00','4','newstock','1','','',0.0000,'','1','9983','1','1','26','4175046627543742343162','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3257,'CHIPS','47',-1.00,'2025-06-21 03:37:55','9907.00','4','newstock','1','','',0.0000,'','1','9906','1','1','47','4175046630434223022474','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3258,'WHITECAP-BOTTLE','218',-4.00,'2025-06-21 03:39:54','100.00','4','newstock','1','','',200.0000,'','1','96','1','1','218','4175046639442053364333','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3259,'BALOZI-BOTTLE','89',-2.00,'2025-06-21 03:40:09','250.00','4','newstock','1','','',175.0000,'','1','248','1','1','89','4175046641040436004042','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3260,'BLACK ICE-BOTTLE_DOUBLE BLACK','100',-2.00,'2025-06-21 03:42:07','26.00','6','newstock','1','','',165.0000,'','1','24','1','1','100','6175046656833214103503','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3261,'HEINEKEN-BOTTLE','138',-2.00,'2025-06-21 03:42:48','31.00','6','newstock','1','','',265.0000,'','1','29','1','1','138','6175046659062052173352','',0.00,'','330','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3262,'GUINESS-BOTTLE','136',-6.00,'2025-06-21 03:43:10','156.00','6','newstock','1','','',210.0000,'','1','150','1','1','136','6175046660962502322332','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3263,'CHROME-GIN 250','113',-1.00,'2025-06-21 03:44:50','16.00','22','newstock','1','','',217.0000,'','1','15','1','1','113','22175046669166333120033','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3264,'melkan 1.5 litres','272',-1.00,'2025-06-21 03:44:58','40.00','22','newstock','1','','',33.3000,'','1','39','1','1','272','22175046669922220199322','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3265,'HUNTERS CHOICE-750','142',-1.00,'2025-06-21 03:45:35','11.00','22','newstock','1','','',975.0000,'','1','10','1','1','142','22175046673603222072323','',0.00,'','1400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3266,'melkan 1.5 litres','272',-1.00,'2025-06-21 03:45:46','39.00','22','newstock','1','','',33.3000,'','1','38','1','1','272','22175046674602333323232','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3267,'SODA-BOTTLE','195',-1.00,'2025-06-21 03:45:54','80.00','22','newstock','1','','',70.0000,'','1','79','1','1','195','22175046675500430032122','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3268,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-21 03:47:09','9983.00','22','newstock','1','','',0.0000,'','1','9982','1','1','53','22175046683032300203005','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3269,'UGALI','45',-1.00,'2025-06-21 03:47:15','9673.00','22','newstock','1','','',0.0000,'','1','9672','1','1','45','22175046683552002253804','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3270,'GREENS(KIENYEJI)','46',-1.00,'2025-06-21 03:47:18','9947.00','22','newstock','1','','',0.0000,'','1','9946','1','1','46','22175046683922020233144','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3271,'BALOZI-BOTTLE','89',-1.00,'2025-06-21 03:49:51','248.00','22','newstock','1','','',175.0000,'','1','247','1','1','89','22175046702333326337350','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3272,'BALOZI-BOTTLE','89',-4.00,'2025-06-21 03:50:45','248.00','22','newstock','1','','',175.0000,'','1','244','1','1','89','22175046706122222326103','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3273,'melkan 1.5 litres','272',-1.00,'2025-06-21 03:51:20','38.00','22','newstock','1','','',33.3000,'','1','37','1','1','272','22175046708176223302358','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3274,'CHROME-VODKA 250','115',-1.00,'2025-06-21 03:51:45','36.00','22','newstock','1','','',217.0000,'','1','35','1','1','115','22175046710623037032200','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3275,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-21 03:52:29','23.00','22','newstock','1','','',245.0000,'','1','22','1','1','117','22175046715000422327243','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3276,'SODA-BOTTLE','195',-1.00,'2025-06-21 03:52:48','79.00','22','newstock','1','','',70.0000,'','1','78','1','1','195','22175046716802207248003','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3277,'GOAT CHOMA 1 KG ','81',-1.00,'2025-06-21 03:53:30','9995.00','22','newstock','1','','',0.0000,'','1','9994','1','1','81','22175046721132727302230','',0.00,'','1600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3278,'DUNHILL','120',-4.00,'2025-06-21 03:54:07','78.00','22','newstock','1','','',17.0000,'','1','74','1','1','120','22175046724823022302412','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3279,'SAFARI','187',-2.00,'2025-06-21 03:56:15','77.00','22','newstock','1','','',8.0000,'','1','75','1','1','187','22175046737503373322370','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3281,'VICEROY-250','215',-1.00,'2025-06-21 03:57:26','13.00','22','newstock','1','','',465.0000,'','1','12','1','1','215','22175046744772226747320','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3282,'COCA COLA ZERO','292',-1.00,'2025-06-21 03:58:28','10.00','22','newstock','1','','',99.0000,'','1','9','1','1','292','22175046750972720222623','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3283,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-21 03:59:37','9982.00','22','newstock','1','','',0.0000,'','1','9981','1','1','53','22175046757856737220022','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3284,'UGALI','45',-1.00,'2025-06-21 03:59:43','9672.00','22','newstock','1','','',0.0000,'','1','9671','1','1','45','22175046758420072220255','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3285,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-21 04:02:50','9983.00','22','newstock','1','','',0.0000,'','1','9982','1','1','23','22175046777166324030353','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3286,'UGALI','45',-1.00,'2025-06-21 04:02:58','9671.00','22','newstock','1','','',0.0000,'','1','9670','1','1','45','22175046777933072539750','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3287,'DUNHILL','120',-8.00,'2025-06-21 04:03:58','74.00','22','newstock','1','','',17.0000,'','1','66','1','1','120','22175046783823072332644','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3288,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-21 04:04:59','9983.00','22','newstock','1','','',0.0000,'','1','9982','1','1','26','22175046790027205022232','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3289,'UGALI','45',-1.00,'2025-06-21 04:05:06','9670.00','22','newstock','1','','',0.0000,'','1','9669','1','1','45','22175046790747220123212','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3290,'EGGS(BOILED/FRIED)','1',-2.00,'2025-06-21 04:07:02','9980.00','6','newstock','1','','',0.0000,'','1','9978','1','1','1','6175046803403544607533','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3291,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-21 04:08:49','22.00','22','newstock','1','','',245.0000,'','1','21','1','1','117','22175046812933092233003','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3292,'SAFARI','187',-1.00,'2025-06-21 04:09:00','75.00','22','newstock','1','','',8.0000,'','1','74','1','1','187','22175046814033122242831','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3293,'SAFARI','187',-2.00,'2025-06-21 04:09:50','74.00','22','newstock','1','','',8.0000,'','1','72','1','1','187','22175046819113022112320','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3295,'GUARANA CAN_SMIRNOFF ICE','134',-1.00,'2025-06-21 04:13:52','75.00','22','newstock','1','','',180.0000,'','1','74','1','1','134','22175046843323204453003','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3296,'CAPTAIN MORGAN-250','110',-2.00,'2025-06-21 04:15:22','25.00','22','newstock','1','','',345.0000,'','1','23','1','1','110','22175046855952232323332','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3297,'SODA-BOTTLE','195',-1.00,'2025-06-21 04:16:19','78.00','22','newstock','1','','',70.0000,'','1','77','1','1','195','22175046858002203824720','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3298,'SODA-BOTTLE','195',-1.00,'2025-06-21 04:16:30','77.00','22','newstock','1','','',70.0000,'','1','76','1','1','195','22175046859135026023143','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3299,'GUARANA CAN_SMIRNOFF ICE','134',-1.00,'2025-06-21 04:17:02','74.00','22','newstock','1','','',180.0000,'','1','73','1','1','134','22175046862328205022232','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3300,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-21 04:17:59','21.00','22','newstock','1','','',245.0000,'','1','20','1','1','117','22175046868020282033206','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3301,'PREDATOR','178',-1.00,'2025-06-21 04:18:08','120.00','22','newstock','1','','',54.1700,'','1','119','1','1','178','22175046868823626220302','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3302,'melkan 1.5 litres','272',-1.00,'2025-06-21 04:18:15','37.00','22','newstock','1','','',33.3000,'','1','36','1','1','272','22175046869622292320622','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3303,'SODA-BOTTLE','195',-1.00,'2025-06-21 04:19:46','76.00','8','newstock','1','','',70.0000,'','1','75','1','1','195','8175046878667002080320','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3304,'SODA-BOTTLE','195',-1.00,'2025-06-21 04:21:43','75.00','8','newstock','1','','',70.0000,'','1','74','1','1','195','8175046890403059232222','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3305,'MARAMOJA','162',-1.00,'2025-06-21 04:23:19','24.00','22','newstock','1','','',10.0000,'','1','23','1','1','162','22175046900020653153336','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3306,'CAPTAIN MORGAN-250','110',-1.00,'2025-06-21 04:31:52','23.00','22','newstock','1','','',345.0000,'','1','22','1','1','110','22175046962420333220220','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3307,'SODA-BOTTLE','195',-2.00,'2025-06-21 04:34:37','74.00','22','newstock','1','','',70.0000,'','1','72','1','1','195','22175046972723925031003','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3308,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-21 04:35:27','9982.00','22','newstock','1','','',0.0000,'','1','9981','1','1','26','22175046983833088032022','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3309,'UGALI','45',-1.00,'2025-06-21 04:37:19','9669.00','22','newstock','1','','',0.0000,'','1','9668','1','1','45','22175046987702432721002','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3310,'HEINEKEN-BOTTLE','138',-2.00,'2025-06-21 04:44:53','29.00','5','newstock','1','','',265.0000,'','1','27','1','1','138','5175047029452192290422','',0.00,'','330','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3311,'SPORT','196',-1.00,'2025-06-21 04:46:20','98.00','5','newstock','1','','',14.0000,'','1','97','1','1','196','5175047038034232230332','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3312,'BLACK AND WHITE -750','97',-1.00,'2025-06-21 04:46:55','1.00','5','newstock','1','','',1175.0000,'','1','0','1','1','97','5175047041574300104030','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3313,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-21 04:47:04','13.00','5','newstock','1','','',230.0000,'','1','12','1','1','193','5175047042535422330202','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3314,'melkan 1.5 litres','272',-1.00,'2025-06-21 04:47:14','36.00','5','newstock','1','','',33.3000,'','1','35','1','1','272','5175047043553400330103','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3315,'WHITECAP-BOTTLE','218',-1.00,'2025-06-21 04:48:07','96.00','5','newstock','1','','',200.0000,'','1','95','1','1','218','5175047048883343204000','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3317,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-21 04:49:04','56.00','5','newstock','1','','',180.0000,'','1','54','1','1','176','5175047054543532402200','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3318,'BALOZI-BOTTLE','89',-2.00,'2025-06-21 04:49:25','244.00','5','newstock','1','','',175.0000,'','1','242','1','1','89','5175047056600503356573','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3319,'WHITECAP-BOTTLE','218',-2.00,'2025-06-21 04:50:18','95.00','5','newstock','1','','',200.0000,'','1','93','1','1','218','5175047061802052173362','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3320,'GUARANA CAN_SMIRNOFF ICE','134',-2.00,'2025-06-21 04:50:34','73.00','5','newstock','1','','',180.0000,'','1','71','1','1','134','5175047063514025346502','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3321,'WHITECAP-BOTTLE','218',-4.00,'2025-06-21 04:51:30','93.00','5','newstock','1','','',200.0000,'','1','89','1','1','218','5175047069152002100327','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3322,'DELMONTE','119',-1.00,'2025-06-21 04:51:44','24.00','5','newstock','1','','',250.0000,'','1','23','1','1','119','5175047070533023302713','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3323,'melkan 1.5 litres','272',-1.00,'2025-06-21 04:51:49','35.00','5','newstock','1','','',33.3000,'','1','34','1','1','272','5175047071020030323032','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3324,'GOAT CHOMA 1/2','80',-1.00,'2025-06-21 04:52:22','9986.00','5','newstock','1','','',0.0000,'','1','9985','1','1','80','5175047074240223233102','',0.00,'','800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3325,'BALOZI-BOTTLE','89',-3.00,'2025-06-21 04:57:40','242.00','5','newstock','1','','',175.0000,'','1','239','1','1','89','5175047106032032713410','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3326,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-21 04:57:47','55.00','5','newstock','1','','',180.0000,'','1','54','1','1','176','5175047106820305250330','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3327,'GOAT CHOMA 1/2','80',-1.00,'2025-06-21 04:58:46','9985.00','5','newstock','1','','',0.0000,'','1','9984','1','1','80','5175047112702333203022','',0.00,'','800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3328,'BAILEYS-750','87',-1.00,'2025-06-21 04:59:21','2.00','5','newstock','1','','',2650.0000,'','1','1','1','1','87','5175047118130232332203','',0.00,'','3500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3329,'HEINEKEN-BOTTLE','138',-2.00,'2025-06-21 04:59:57','27.00','5','newstock','1','','',265.0000,'','1','25','1','1','138','5175047119700245370010','',0.00,'','330','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3330,'SAVANNAH CIDER','188',-4.00,'2025-06-21 05:02:20','25.00','5','newstock','1','','',251.0000,'','1','21','1','1','188','5175047134173425371023','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3331,'melkan 1.5 litres','272',-1.00,'2025-06-21 05:02:29','34.00','5','newstock','1','','',33.3000,'','1','33','1','1','272','5175047134970532323273','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3332,'TUSKER CIDER-BOTTLE','205',-3.00,'2025-06-21 05:04:26','68.00','5','newstock','1','','',225.0000,'','1','65','1','1','205','5175047146733320237322','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3333,'BALOZI-BOTTLE','89',-2.00,'2025-06-21 05:04:45','239.00','5','newstock','1','','',175.0000,'','1','237','1','1','89','5175047148642230050300','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3334,'GOAT CHOMA 1/2','80',-1.00,'2025-06-21 05:05:29','9984.00','5','newstock','1','','',0.0000,'','1','9983','1','1','80','5175047152942427222222','',0.00,'','800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3335,'UGALI','45',-2.00,'2025-06-21 05:05:42','9668.00','5','newstock','1','','',0.0000,'','1','9666','1','1','45','5175047154302214100502','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3337,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-21 05:07:06','135.00','5','newstock','1','','',175.0000,'','1','133','1','1','209','5175047162610220400225','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3338,'WHITECAP-BOTTLE','218',-2.00,'2025-06-21 05:07:27','89.00','5','newstock','1','','',200.0000,'','1','87','1','1','218','5175047164703344133070','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3339,'BALOZI-BOTTLE','89',-2.00,'2025-06-21 05:07:45','237.00','5','newstock','1','','',175.0000,'','1','235','1','1','89','5175047166533035700723','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3340,'SAVANNAH CIDER','188',-1.00,'2025-06-21 05:08:00','21.00','5','newstock','1','','',251.0000,'','1','20','1','1','188','5175047168145233324623','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3341,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-21 05:08:09','54.00','5','newstock','1','','',180.0000,'','1','53','1','1','176','5175047168943282530720','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3342,'MARAMOJA','162',-1.00,'2025-06-21 05:09:32','23.00','22','newstock','1','','',10.0000,'','1','22','1','1','162','22175047177222022227423','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3344,'KANE EXTRA-250','151',-1.00,'2025-06-21 08:48:04','6.00','3','newstock','1','','',213.0000,'','1','5','1','1','151','3175048492333323203202','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3345,'SODA-BOTTLE','195',-1.00,'2025-06-21 08:48:53','72.00','3','newstock','1','','',70.0000,'','1','71','1','1','195','3175048493433272800332','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3346,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-21 10:52:43','20.00','3','newstock','1','','',245.0000,'','1','19','1','1','117','3175049236430337023343','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3347,'SPORT','196',-3.00,'2025-06-21 10:52:57','97.00','3','newstock','1','','',14.0000,'','1','94','1','1','196','3175049237820152335343','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3348,'PREDATOR','178',-1.00,'2025-06-21 10:53:11','119.00','3','newstock','1','','',54.1700,'','1','118','1','1','178','3175049239223427220102','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3349,'TUSKER-LAGER-BOTTLE','209',-3.00,'2025-06-21 14:23:22','133.00','3','newstock','1','','',175.0000,'','1','130','1','1','209','3175050500320020304330','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3351,'DUNHILL','120',-6.00,'2025-06-21 14:24:16','66.00','3','newstock','1','','',17.0000,'','1','60','1','1','120','3175050505822022032003','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3352,'CHROME-VODKA 250','115',-1.00,'2025-06-21 14:24:36','35.00','3','newstock','1','','',217.0000,'','1','34','1','1','115','3175050507802050003832','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3353,'MATCH BOX','163',-1.00,'2025-06-21 14:24:52','97.00','3','newstock','1','','',5.0000,'','1','96','1','1','163','3175050509495335203422','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3354,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-21 14:25:10','40.00','3','newstock','1','','',35.0000,'','1','39','1','1','164','3175050511222330310703','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3355,'GUINESS-BOTTLE','136',-1.00,'2025-06-21 16:14:17','150.00','22','newstock','1','','',210.0000,'','1','149','1','1','136','22175051171033133300233','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3356,'SAFARI','187',-10.00,'2025-06-21 16:15:11','72.00','22','newstock','1','','',8.0000,'','1','62','1','1','187','22175051174124221015715','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3357,'CHROME-VODKA 250','115',-1.00,'2025-06-21 16:36:05','34.00','3','newstock','1','','',217.0000,'','1','33','1','1','115','3175051296733203655032','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3358,'PREDATOR','178',-1.00,'2025-06-21 16:36:14','118.00','3','newstock','1','','',54.1700,'','1','117','1','1','178','3175051297521727723203','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3359,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-21 16:37:35','9988.00','3','newstock','1','','',0.0000,'','1','9987','1','1','54','3175051305630560052363','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3360,'TEA','10',-1.00,'2025-06-21 16:39:56','9962.00','3','newstock','1','','',0.0000,'','1','9961','1','1','10','3175051319810023201322','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3361,'TEA','10',-1.00,'2025-06-21 16:40:03','9961.00','3','newstock','1','','',0.0000,'','1','9960','1','1','10','3175051320507051000522','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3362,'GREENS(KIENYEJI)','46',-1.00,'2025-06-21 16:40:19','9946.00','3','newstock','1','','',0.0000,'','1','9945','1','1','46','3175051322000720303020','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3363,'CHIPS','47',-1.00,'2025-06-21 16:40:22','9906.00','3','newstock','1','','',0.0000,'','1','9905','1','1','47','3175051322440301332223','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3365,'ROOMS','247',-1.00,'2025-06-21 16:41:22','9983.00','3','newstock','1','','',500.0000,'','1','9982','1','1','247','3175051328323083303322','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3366,'ROOMS','247',-1.00,'2025-06-21 16:54:11','9982.00','3','newstock','1','','',500.0000,'','1','9981','1','1','247','3175051405220003235243','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3367,'ROOM 2','250',-1.00,'2025-06-21 16:56:13','9957.00','3','newstock','1','','',500.0000,'','1','9956','1','1','250','3175051417572422332317','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3368,'DELMONTE','119',-1.00,'2025-06-21 16:56:36','23.00','3','newstock','1','','',250.0000,'','1','22','1','1','119','3175051419771372402231','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3369,'SODA-BOTTLE','195',-1.00,'2025-06-21 16:56:44','71.00','3','newstock','1','','',70.0000,'','1','70','1','1','195','3175051420542200223430','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3370,'CHIPS','47',-1.00,'2025-06-21 17:10:43','9905.00','3','newstock','1','','',0.0000,'','1','9904','1','1','47','3175051504452253335372','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3371,'BLACK ICE-BOTTLE_DOUBLE BLACK','100',-2.00,'2025-06-21 17:14:11','24.00','3','newstock','1','','',165.0000,'','1','22','1','1','100','3175051525303013330320','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3372,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-21 17:20:14','42.00','22','newstock','1','','',195.0000,'','1','40','1','1','208','22175051566203260300622','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3373,'melkan 1.5 litres','272',-1.00,'2025-06-21 17:21:49','33.00','22','newstock','1','','',33.3000,'','1','32','1','1','272','22175051571120200310721','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3374,'PREDATOR','178',-1.00,'2025-06-21 17:22:10','117.00','22','newstock','1','','',54.1700,'','1','116','1','1','178','22175051573270321123332','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3376,'PREDATOR','178',-9.00,'2025-06-21 17:56:18','116.00','3','newstock','1','','',54.1700,'','1','107','1','1','178','3175051778010322207211','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3377,'MELKAN/QUENCHER/SAFARI-500 ML','164',-4.00,'2025-06-21 17:56:41','39.00','3','newstock','1','','',35.0000,'','1','35','1','1','164','3175051780303303332700','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3378,'MATCH BOX','163',-1.00,'2025-06-21 17:56:58','96.00','3','newstock','1','','',5.0000,'','1','95','1','1','163','3175051782030230230033','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3379,'MATCH BOX','163',-1.00,'2025-06-21 17:57:27','95.00','3','newstock','1','','',5.0000,'','1','94','1','1','163','3175051784912344332330','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3380,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-21 18:03:32','35.00','3','newstock','1','','',35.0000,'','1','34','1','1','164','3175051821403253313123','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3381,'PREDATOR','178',-1.00,'2025-06-21 18:06:55','107.00','3','newstock','1','','',54.1700,'','1','106','1','1','178','3175051841732320020203','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3382,'DUNHILL','120',-2.00,'2025-06-21 19:44:44','60.00','4','newstock','1','','',17.0000,'','1','58','1','1','120','4175052428602386345025','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3383,'CHIPS','47',-1.00,'2025-06-21 19:45:52','9904.00','4','newstock','1','','',0.0000,'','1','9903','1','1','47','4175052437233353022220','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3384,'MARAMOJA','162',-1.00,'2025-06-21 19:47:23','22.00','4','newstock','1','','',10.0000,'','1','21','1','1','162','4175052445552253444223','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3385,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-21 19:48:34','9942.00','4','newstock','1','','',0.0000,'','1','9941','1','1','22','4175052451573200470533','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3386,'UGALI','45',-1.00,'2025-06-21 19:48:37','9666.00','4','newstock','1','','',0.0000,'','1','9665','1','1','45','4175052452830023045557','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3387,'melkan 1.5 litres','272',-1.00,'2025-06-21 19:49:23','32.00','4','newstock','1','','',33.3000,'','1','31','1','1','272','4175052456502223107242','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3388,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-21 19:50:53','40.00','4','newstock','1','','',195.0000,'','1','39','1','1','208','4175052466000452310420','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3389,'SAUSAGE (PAIR)','3',-1.00,'2025-06-21 19:51:26','9958.00','4','newstock','1','','',0.0000,'','1','9957','1','1','3','4175052470557313332332','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3390,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-21 20:02:27','39.00','22','newstock','1','','',195.0000,'','1','37','1','1','208','22175052536632233020563','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3391,'CHROME-VODKA 250','115',-1.00,'2025-06-21 20:03:15','33.00','22','newstock','1','','',217.0000,'','1','32','1','1','115','22175052544805203532503','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3392,'LEMONADE','160',-1.00,'2025-06-21 20:04:10','97.00','22','newstock','1','','',41.6700,'','1','96','1','1','160','22175052548403024222355','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3393,'CHROME-GIN 250','113',-1.00,'2025-06-21 20:22:13','15.00','4','newstock','1','','',217.0000,'','1','14','1','1','113','4175052653445026205334','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3394,'SODA-BOTTLE','195',-1.00,'2025-06-21 20:22:27','70.00','4','newstock','1','','',70.0000,'','1','69','1','1','195','4175052654847705027222','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3395,'GUARANA CAN_SMIRNOFF ICE','134',-1.00,'2025-06-21 20:53:04','71.00','22','newstock','1','','',180.0000,'','1','70','1','1','134','22175052840422013233307','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3396,'CHIPS','47',-1.00,'2025-06-21 20:53:25','9903.00','22','newstock','1','','',0.0000,'','1','9902','1','1','47','22175052842620303028220','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3397,'CELLAR CAST-WHITE 750ML','112',-1.00,'2025-06-21 20:55:16','4.00','4','newstock','1','','',1040.0000,'','1','3','1','1','112','4175052853905203323305','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3398,'JOHNNIE W BLACK-750','148',-1.00,'2025-06-21 20:57:42','4.00','4','newstock','1','','',3120.0000,'','1','3','1','1','148','4175052866303308023325','',0.00,'','4000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3399,'melkan 1.5 litres','272',-2.00,'2025-06-21 20:59:24','31.00','4','newstock','1','','',33.3000,'','1','29','1','1','272','4175052876608342502322','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3401,'DUNHILL','120',-4.00,'2025-06-21 21:02:48','58.00','22','newstock','1','','',17.0000,'','1','54','1','1','120','22175052899925520320235','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3402,'GUARANA CAN_SMIRNOFF ICE','134',-2.00,'2025-06-21 21:04:10','70.00','4','newstock','1','','',180.0000,'','1','68','1','1','134','4175052911423323330333','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3403,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-21 21:05:34','37.00','4','newstock','1','','',195.0000,'','1','35','1','1','208','4175052913420350453303','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3404,'TUSKER LITE CAN','207',-2.00,'2025-06-21 21:05:48','14.00','4','newstock','1','','',247.0000,'','1','12','1','1','207','4175052914932233033022','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3405,'COCKTAIL','244',-3.00,'2025-06-21 21:06:16','9980.00','4','newstock','1','','',150.0000,'','1','9977','1','1','244','4175052917777352520300','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3406,'GRANTS-750','133',-1.00,'2025-06-21 21:23:47','4.00','6','newstock','1','','',1860.0000,'','1','3','1','1','133','6175053026002062520005','',0.00,'','2700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3407,'melkan 1.5 litres','272',-1.00,'2025-06-21 21:24:20','29.00','6','newstock','1','','',33.3000,'','1','28','1','1','272','6175053031002224530232','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3408,'REDBULL','180',-1.00,'2025-06-21 21:25:11','25.00','6','newstock','1','','',185.0000,'','1','24','1','1','180','6175053032203306332020','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3409,'BEEF WET/DRY FRY 1/4','22',-2.00,'2025-06-21 21:25:23','9941.00','6','newstock','1','','',0.0000,'','1','9939','1','1','22','6175053046565220300026','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3410,'UGALI','45',-2.00,'2025-06-21 21:27:45','9665.00','6','newstock','1','','',0.0000,'','1','9663','1','1','45','6175053048123065332544','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3411,'DUNHILL','120',-20.00,'2025-06-21 21:28:02','54.00','6','newstock','1','','',17.0000,'','1','34','1','1','120','6175053052921055520335','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3412,'GOAT CHOMA 1/2','80',-1.00,'2025-06-21 22:07:35','9983.00','4','newstock','1','','',0.0000,'','1','9982','1','1','80','4175053285623342385055','',0.00,'','800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3413,'UGALI','45',-1.00,'2025-06-21 22:07:52','9663.00','4','newstock','1','','',0.0000,'','1','9662','1','1','45','4175053287300222022304','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3414,'UGALI','45',-4.00,'2025-06-21 22:08:26','9662.00','4','newstock','1','','',0.0000,'','1','9658','1','1','45','4175053290733054003539','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3417,'Service fee','285',-1.00,'2025-06-21 22:09:09','99.00','4','newstock','1','','',150.0000,'','1','98','1','1','285','4175053298890308007328','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3418,'SODA-BOTTLE','195',-2.00,'2025-06-21 22:13:26','69.00','22','newstock','1','','',70.0000,'','1','67','1','1','195','22175053329223220222372','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3419,'CHROME-GIN 750','114',-1.00,'2025-06-21 22:15:09','6.00','22','newstock','1','','',585.0000,'','1','5','1','1','114','22175053334923222353372','',0.00,'','850','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3420,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-21 22:15:49','12.00','22','newstock','1','','',230.0000,'','1','11','1','1','193','22175053337032013273223','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3421,'COCKTAIL','244',-2.00,'2025-06-21 22:16:10','9977.00','22','newstock','1','','',150.0000,'','1','9975','1','1','244','22175053338923033222332','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3422,'TRIPPLE ACE-750','202',-2.00,'2025-06-21 22:32:15','34.00','22','newstock','1','','',570.0000,'','1','32','1','1','202','22175053435202323323330','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3423,'melkan 1.5 litres','272',-1.00,'2025-06-21 22:32:32','28.00','22','newstock','1','','',33.3000,'','1','27','1','1','272','22175053437750325520523','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3424,'CHROME-VODKA 250','115',-1.00,'2025-06-21 22:34:36','32.00','22','newstock','1','','',217.0000,'','1','31','1','1','115','22175053452453250321203','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3425,'SPORT','196',-1.00,'2025-06-21 22:37:48','94.00','22','newstock','1','','',14.0000,'','1','93','1','1','196','22175053467822025563067','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3426,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-21 22:42:23','35.00','4','newstock','1','','',195.0000,'','1','33','1','1','208','4175053494430700040232','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3427,'GUARANA CAN_SMIRNOFF ICE','134',-5.00,'2025-06-21 22:42:46','68.00','4','newstock','1','','',180.0000,'','1','63','1','1','134','4175053496739045709905','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3429,'CHICKEN KIENYEJI 1/4','52',-3.00,'2025-06-21 22:43:57','9985.00','22','newstock','1','','',0.0000,'','1','9982','1','1','52','22175053507722070003272','',0.00,'','450','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3430,'DELMONTE','119',-1.00,'2025-06-21 22:44:37','22.00','22','newstock','1','','',250.0000,'','1','21','1','1','119','22175053509200225332025','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3431,'UGALI','45',-1.00,'2025-06-21 22:44:53','9658.00','22','newstock','1','','',0.0000,'','1','9657','1','1','45','22175053510302327003055','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3432,'melkan 1.5 litres','272',-1.00,'2025-06-21 22:59:30','27.00','4','newstock','1','','',33.3000,'','1','26','1','1','272','4175053597127202139033','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3433,'SPORT','196',-1.00,'2025-06-21 23:03:19','93.00','22','newstock','1','','',14.0000,'','1','92','1','1','196','22175053622707203222723','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3434,'GOAT CHOMA 1/4','79',-1.00,'2025-06-21 23:04:03','9969.00','22','newstock','1','','',0.0000,'','1','9968','1','1','79','22175053627833237368521','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3435,'UGALI','45',-1.00,'2025-06-21 23:04:38','9657.00','22','newstock','1','','',0.0000,'','1','9656','1','1','45','22175053628730323262002','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3436,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-21 23:04:48','130.00','22','newstock','1','','',175.0000,'','1','129','1','1','209','22175053631323231312232','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3437,'SPORT','196',-1.00,'2025-06-21 23:08:37','92.00','22','newstock','1','','',14.0000,'','1','91','1','1','196','22175053652722260223250','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3438,'HUNTERS CHOICE-750','142',-1.00,'2025-06-21 23:15:49','10.00','4','newstock','1','','',975.0000,'','1','9','1','1','142','4175053696300040602602','',0.00,'','1400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3439,'SPORT','196',-1.00,'2025-06-21 23:21:33','91.00','22','newstock','1','','',14.0000,'','1','90','1','1','196','22175053730302257233350','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3440,'SPORT','196',-1.00,'2025-06-21 23:30:49','90.00','22','newstock','1','','',14.0000,'','1','89','1','1','196','22175053787402720323452','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3446,'CELLAR CAST-WHITE 750ML','112',-1.00,'2025-06-21 23:34:25','3.00','4','newstock','1','','',1040.0000,'','1','2','1','1','112','4175053809130305040223','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3447,'GILBEYS-350','125',-1.00,'2025-06-21 23:35:35','12.00','4','newstock','1','','',599.0000,'','1','11','1','1','125','4175053813664312723230','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3448,'melkan 1.5 litres','272',-1.00,'2025-06-21 23:35:43','24.00','4','newstock','1','','',33.3000,'','1','23','1','1','272','4175053814330312340310','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3449,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-21 23:36:45','33.00','4','newstock','1','','',195.0000,'','1','31','1','1','208','4175053820603302563246','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3450,'SODA-BOTTLE','195',-1.00,'2025-06-21 23:36:51','64.00','4','newstock','1','','',70.0000,'','1','63','1','1','195','4175053821223320233730','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3451,'FOUR COUSINS-RED','122',-1.00,'2025-06-21 23:49:27','3.00','4','newstock','1','','',955.0000,'','1','2','1','1','122','4175053898222283833133','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3452,'melkan 1.5 litres','272',-1.00,'2025-06-21 23:49:49','23.00','4','newstock','1','','',33.3000,'','1','22','1','1','272','4175053899002103222320','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3453,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-21 23:50:12','9981.00','4','newstock','1','','',0.0000,'','1','9980','1','1','26','4175053901332030505330','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3454,'UGALI','45',-2.00,'2025-06-21 23:50:47','9656.00','4','newstock','1','','',0.0000,'','1','9654','1','1','45','4175053906440262032333','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3455,'BALOZI-BOTTLE','89',-1.00,'2025-06-22 00:29:24','235.00','4','newstock','1','','',175.0000,'','1','234','1','1','89','4175054136525000043326','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3456,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-22 00:29:36','53.00','4','newstock','1','','',180.0000,'','1','51','1','1','176','4175054137674207317007','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3457,'WHITECAP-BOTTLE','218',-1.00,'2025-06-22 00:33:44','87.00','4','newstock','1','','',200.0000,'','1','86','1','1','218','4175054162503220521337','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3458,'GUINESS-BOTTLE','136',-1.00,'2025-06-22 00:33:51','149.00','4','newstock','1','','',210.0000,'','1','148','1','1','136','4175054163221233223422','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3459,'WHITECAP CAN','217',-1.00,'2025-06-22 00:34:05','36.00','4','newstock','1','','',225.0000,'','1','35','1','1','217','4175054164520744320222','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3460,'LEMONADE','160',-1.00,'2025-06-22 00:34:26','96.00','4','newstock','1','','',41.6700,'','1','95','1','1','160','4175054166707002366523','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3461,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-22 00:35:15','31.00','4','newstock','1','','',195.0000,'','1','29','1','1','208','4175054171624227322320','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3462,'GUARANA CAN_SMIRNOFF ICE','134',-3.00,'2025-06-22 00:35:27','63.00','4','newstock','1','','',180.0000,'','1','60','1','1','134','4175054172720034532232','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3463,'CHIPS','47',-1.00,'2025-06-22 00:53:22','9902.00','22','newstock','1','','',0.0000,'','1','9901','1','1','47','22175054282922712250422','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3464,'TRIPPLE ACE-750','202',-1.00,'2025-06-22 00:54:11','32.00','22','newstock','1','','',570.0000,'','1','31','1','1','202','22175054291603251370220','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3465,'melkan 1.5 litres','272',-1.00,'2025-06-22 00:55:16','24.00','22','newstock','1','','',33.3000,'','1','23','1','1','272','22175054293713204077200','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3466,'SODA-BOTTLE','195',-1.00,'2025-06-22 00:55:37','66.00','22','newstock','1','','',70.0000,'','1','65','1','1','195','22175054310522333000031','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3467,'LEMONADE','160',-1.00,'2025-06-22 00:58:25','95.00','22','newstock','1','','',41.6700,'','1','94','1','1','160','22175054312722027033003','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3468,'CHROME-GIN 250','113',-1.00,'2025-06-22 01:09:48','14.00','22','newstock','1','','',217.0000,'','1','13','1','1','113','22175054381720001333225','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3469,'SODA-BOTTLE','195',-1.00,'2025-06-22 01:10:32','65.00','22','newstock','1','','',70.0000,'','1','64','1','1','195','22175054385008303051330','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3470,'BALOZI-BOTTLE','89',-1.00,'2025-06-22 01:10:50','234.00','22','newstock','1','','',175.0000,'','1','233','1','1','89','22175054386461253713573','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3471,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-22 01:11:04','51.00','22','newstock','1','','',180.0000,'','1','50','1','1','176','22175054388135523383203','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3472,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-22 01:11:37','50.00','22','newstock','1','','',180.0000,'','1','49','1','1','176','22175054392153003320227','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3473,'SPORT','196',-1.00,'2025-06-22 01:12:23','89.00','22','newstock','1','','',14.0000,'','1','88','1','1','196','22175054400503220220333','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3474,'DUNHILL','120',-1.00,'2025-06-22 01:13:26','34.00','22','newstock','1','','',17.0000,'','1','33','1','1','120','22175054401600535310222','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3475,'SODA-BOTTLE','195',-1.00,'2025-06-22 01:13:54','64.00','22','newstock','1','','',70.0000,'','1','63','1','1','195','22175054408131231803200','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3476,'CAPTAIN MORGAN-250','110',-1.00,'2025-06-22 01:15:03','22.00','22','newstock','1','','',345.0000,'','1','21','1','1','110','22175054416022203212023','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3477,'SODA-BOTTLE','195',-1.00,'2025-06-22 01:16:00','63.00','22','newstock','1','','',70.0000,'','1','62','1','1','195','22175054417220223020223','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3478,'melkan 1.5 litres','272',-1.00,'2025-06-22 01:16:13','23.00','22','newstock','1','','',33.3000,'','1','22','1','1','272','22175054419022113033152','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3480,'BEST WHISKY-750','94',-1.00,'2025-06-22 01:17:47','16.00','22','newstock','1','','',1000.0000,'','1','15','1','1','94','22175054429153004320227','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3481,'TRIPPLE ACE-750','202',-2.00,'2025-06-22 01:18:20','31.00','22','newstock','1','','',570.0000,'','1','29','1','1','202','22175054431823083002433','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3482,'SODA-BOTTLE','195',-3.00,'2025-06-22 01:18:39','62.00','22','newstock','1','','',70.0000,'','1','59','1','1','195','22175054433872723053324','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3483,'melkan 1.5 litres','272',-2.00,'2025-06-22 01:18:59','22.00','22','newstock','1','','',33.3000,'','1','20','1','1','272','22175054435830225003734','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3484,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-22 01:19:18','24.00','22','newstock','1','','',710.0000,'','1','23','1','1','118','22175054437433323435727','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3485,'COCKTAIL','244',-2.00,'2025-06-22 01:19:55','9975.00','22','newstock','1','','',150.0000,'','1','9973','1','1','244','22175054444932322430020','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3486,'CHIPS','47',-1.00,'2025-06-22 01:26:58','9901.00','22','newstock','1','','',0.0000,'','1','9900','1','1','47','22175054483903322022523','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3487,'SAUSAGE (PAIR)','3',-1.00,'2025-06-22 01:27:20','9957.00','22','newstock','1','','',0.0000,'','1','9956','1','1','3','22175054485332427208232','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3488,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-22 01:28:52','49.00','22','newstock','1','','',180.0000,'','1','47','1','1','176','22175054501353103734020','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3490,'BLACK COFFEE','11',-1.00,'2025-06-22 01:35:35','9996.00','22','newstock','1','','',0.0000,'','1','9995','1','1','11','22175054537030212122155','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3491,'TRIPPLE ACE-250','',10.00,'2025-06-22 01:37:48','0.00','16','newstock','1','','',200.0000,'','1','10','internal','1','201','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3492,'TRIPPLE ACE-250','201',-1.00,'2025-06-22 01:38:50','10.00','4','newstock','1','','',200.0000,'','1','9','1','1','201','4175054554124252742204','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3493,'PREDATOR','178',-1.00,'2025-06-22 01:39:07','106.00','4','newstock','1','','',54.1700,'','1','105','1','1','178','4175054554842510534320','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3494,'DUNHILL','120',-1.00,'2025-06-22 01:47:19','33.00','22','newstock','1','','',17.0000,'','1','32','1','1','120','22175054605660322132232','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3495,'SPORT','196',-1.00,'2025-06-22 01:47:37','88.00','22','newstock','1','','',14.0000,'','1','87','1','1','196','22175054606660234362302','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3496,'WHITECAP CAN','217',-1.00,'2025-06-22 01:48:46','35.00','4','newstock','1','','',225.0000,'','1','34','1','1','217','4175054612650320445555','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3497,'DUNHILL','120',-4.00,'2025-06-22 01:48:57','32.00','4','newstock','1','','',17.0000,'','1','28','1','1','120','4175054613701250732203','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3498,'SAFARI','187',-2.00,'2025-06-22 02:10:20','62.00','4','newstock','1','','',8.0000,'','1','60','1','1','187','4175054742013302243225','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3499,'CHROME-VODKA 750','116',-1.00,'2025-06-22 02:12:08','11.00','4','newstock','1','','',585.0000,'','1','10','1','1','116','4175054755800433313303','',0.00,'','850','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3500,'DUNHILL','120',-1.00,'2025-06-22 02:17:52','28.00','4','newstock','1','','',17.0000,'','1','27','1','1','120','4175054787330738375033','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3501,'SPORT','196',-1.00,'2025-06-22 02:18:32','87.00','4','newstock','1','','',14.0000,'','1','86','1','1','196','4175054791322333072002','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3502,'SPORT','196',-2.00,'2025-06-22 02:23:25','86.00','4','newstock','1','','',14.0000,'','1','84','1','1','196','4175054820626520546322','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3503,'MATCH BOX','163',-1.00,'2025-06-22 02:23:32','94.00','4','newstock','1','','',5.0000,'','1','93','1','1','163','4175054821272543032430','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3504,'DUNHILL','120',-1.00,'2025-06-22 02:24:14','27.00','4','newstock','1','','',17.0000,'','1','26','1','1','120','4175054825534305038530','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3505,'SAFARI','187',-1.00,'2025-06-22 02:24:18','60.00','4','newstock','1','','',8.0000,'','1','59','1','1','187','4175054825920883020222','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3506,'DUNHILL','120',-2.00,'2025-06-22 02:34:50','26.00','4','newstock','1','','',17.0000,'','1','24','1','1','120','4175054889145243032032','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3507,'DUNHILL','120',-2.00,'2025-06-22 03:02:25','24.00','4','newstock','1','','',17.0000,'','1','22','1','1','120','4175055054630173323020','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3508,'CHROME-GIN 250','113',-1.00,'2025-06-22 03:18:06','13.00','22','newstock','1','','',217.0000,'','1','12','1','1','113','22175055153330503512332','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3510,'SAFARI','187',-5.00,'2025-06-22 03:19:23','59.00','22','newstock','1','','',8.0000,'','1','54','1','1','187','22175055158552023331553','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3511,'DUNHILL','120',-1.00,'2025-06-22 03:20:06','22.00','22','newstock','1','','',17.0000,'','1','21','1','1','120','22175055164222002033402','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3512,'MATCH BOX','163',-1.00,'2025-06-22 03:20:43','93.00','22','newstock','1','','',5.0000,'','1','92','1','1','163','22175055166652110232530','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3513,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-22 03:36:29','9939.00','22','newstock','1','','',0.0000,'','1','9938','1','1','22','22175055263763203330233','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3514,'UGALI','45',-1.00,'2025-06-22 03:37:18','9654.00','22','newstock','1','','',0.0000,'','1','9653','1','1','45','22175055264722313552023','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3515,'SAUSAGE (PAIR)','3',-5.00,'2025-06-22 03:37:58','9956.00','22','newstock','1','','',0.0000,'','1','9951','1','1','3','22175055272032003350502','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3516,'GRANTS-750','133',-1.00,'2025-06-22 03:43:30','3.00','6','newstock','1','','',1860.0000,'','1','2','1','1','133','6175055302820303523200','',0.00,'','2700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3517,'SODA-BOTTLE','195',-1.00,'2025-06-22 03:43:48','59.00','6','newstock','1','','',70.0000,'','1','58','1','1','195','6175055304124615003223','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3518,'melkan 1.5 litres','272',-1.00,'2025-06-22 03:44:01','20.00','6','newstock','1','','',33.3000,'','1','19','1','1','272','6175055305838025222054','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3519,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-22 03:44:18','47.00','6','newstock','1','','',180.0000,'','1','45','1','1','176','6175055308322333332463','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3520,'BLACK ICE CAN_DOUBLE BLACK','99',-2.00,'2025-06-22 03:44:43','52.00','6','newstock','1','','',180.0000,'','1','50','1','1','99','6175055311007253311123','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3521,'HENNESSEY VS 700ML','230',-1.00,'2025-06-22 03:45:10','1.00','6','newstock','1','','',4651.0000,'','1','0','1','1','230','6175055313632022313210','',0.00,'','5500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3522,'SODA-BOTTLE','195',-1.00,'2025-06-22 03:45:36','58.00','6','newstock','1','','',70.0000,'','1','57','1','1','195','6175055316923233230301','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3523,'melkan 1.5 litres','272',-1.00,'2025-06-22 03:46:09','19.00','6','newstock','1','','',33.3000,'','1','18','1','1','272','6175055318882330302220','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3525,'GOAT CHOMA 1/2','80',-1.00,'2025-06-22 03:46:56','9982.00','6','newstock','1','','',0.0000,'','1','9981','1','1','80','6175055323627323606205','',0.00,'','800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3526,'MARTEL VSSD 750ML','232',-1.00,'2025-06-22 03:47:16','2.00','6','newstock','1','','',4764.0000,'','1','1','1','1','232','6175055328602032028321','',0.00,'','6000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3527,'BLACK ICE CAN_DOUBLE BLACK','99',-1.00,'2025-06-22 03:48:07','50.00','6','newstock','1','','',180.0000,'','1','49','1','1','99','6175055332923069473323','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3528,'MARTEL VSSD 750ML','232',-1.00,'2025-06-22 03:48:50','1.00','6','newstock','1','','',4764.0000,'','1','0','1','1','232','6175055335221003200053','',0.00,'','6000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3529,'melkan 1.5 litres','272',-1.00,'2025-06-22 03:49:12','18.00','6','newstock','1','','',33.3000,'','1','17','1','1','272','6175055337525202304502','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3530,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-22 03:49:35','11.00','6','newstock','1','','',230.0000,'','1','10','1','1','193','6175055339152532230123','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3531,'BEST WHISKY-750','94',-3.00,'2025-06-22 03:50:29','15.00','6','newstock','1','','',1000.0000,'','1','12','1','1','94','6175055345872338533023','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3532,'melkan 1.5 litres','272',-2.00,'2025-06-22 03:50:59','17.00','6','newstock','1','','',33.3000,'','1','15','1','1','272','6175055347173333313130','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3534,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-22 03:53:28','10.00','6','newstock','1','','',230.0000,'','1','9','1','1','193','6175055371033220043005','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3535,'BLACK ICE-BOTTLE_DOUBLE BLACK','100',-2.00,'2025-06-22 03:55:11','22.00','6','newstock','1','','',165.0000,'','1','20','1','1','100','6175055374953167341232','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3536,'CHIPS','47',-2.00,'2025-06-22 03:55:49','9900.00','6','newstock','1','','',0.0000,'','1','9898','1','1','47','6175055378232523333220','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3537,'SAUSAGE (PAIR)','3',-2.00,'2025-06-22 03:56:22','9951.00','6','newstock','1','','',0.0000,'','1','9949','1','1','3','6175055380030320200020','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3538,'melkan 1.5 litres','272',-1.00,'2025-06-22 03:56:40','15.00','6','newstock','1','','',33.3000,'','1','14','1','1','272','6175055383304635733332','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3539,'CHIPS','47',-1.00,'2025-06-22 03:57:13','9898.00','6','newstock','1','','',0.0000,'','1','9897','1','1','47','6175055384383342330313','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3540,'SAUSAGE (PAIR)','3',-1.00,'2025-06-22 03:57:23','9949.00','6','newstock','1','','',0.0000,'','1','9948','1','1','3','6175055385722502220232','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3541,'WHITECAP-BOTTLE','218',-3.00,'2025-06-22 04:07:14','86.00','6','newstock','1','','',200.0000,'','1','83','1','1','218','6175055462107341536254','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3542,'GUARANA CAN_SMIRNOFF ICE','134',-3.00,'2025-06-22 04:10:21','60.00','6','newstock','1','','',180.0000,'','1','57','1','1','134','6175055464722034433005','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3543,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-22 04:10:47','9980.00','6','newstock','1','','',0.0000,'','1','9979','1','1','26','6175055466831221213353','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3544,'UGALI','45',-2.00,'2025-06-22 04:11:08','9653.00','6','newstock','1','','',0.0000,'','1','9651','1','1','45','6175055468464620303033','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3545,'TRUST','203',-1.00,'2025-06-22 04:11:24','10.00','6','newstock','1','','',70.0000,'','1','9','1','1','203','6175055469733439351692','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3546,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-22 04:12:43','23.00','5','newstock','1','','',710.0000,'','1','22','1','1','118','5175055476302222222332','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3547,'PREDATOR','178',-1.00,'2025-06-22 04:13:08','105.00','5','newstock','1','','',54.1700,'','1','104','1','1','178','5175055478923252341222','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3548,'GILBEYS-750','126',-1.00,'2025-06-22 04:15:54','9.00','5','newstock','1','','',1300.0000,'','1','8','1','1','126','5175055495520350453303','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3550,'melkan 1.5 litres','272',-2.00,'2025-06-22 04:16:42','13.00','5','newstock','1','','',33.3000,'','1','11','1','1','272','5175055500323733223152','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3551,'WHITECAP-BOTTLE','218',-4.00,'2025-06-22 04:17:24','83.00','5','newstock','1','','',200.0000,'','1','79','1','1','218','5175055504532305023002','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3552,'KANE EXTRA-250','151',-1.00,'2025-06-22 04:17:44','5.00','5','newstock','1','','',213.0000,'','1','4','1','1','151','5175055506553300352520','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3554,'SODA-BOTTLE','195',-2.00,'2025-06-22 04:18:58','57.00','5','newstock','1','','',70.0000,'','1','55','1','1','195','5175055513923303593553','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3555,'melkan 1.5 litres','272',-2.00,'2025-06-22 04:19:18','12.00','6','newstock','1','','',33.3000,'','1','10','1','1','272','6175055517830571072077','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3556,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-22 04:19:38','9979.00','6','newstock','1','','',0.0000,'','1','9978','1','1','25','6175055520123330330237','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3557,'UGALI','45',-1.00,'2025-06-22 04:20:01','9651.00','6','newstock','1','','',0.0000,'','1','9650','1','1','45','6175055521003623522513','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3558,'BEEF WET/DRY FRY 1 KG','24',-1.00,'2025-06-22 04:20:35','9989.00','5','newstock','1','','',0.0000,'','1','9988','1','1','24','5175055523620335034320','',0.00,'','1200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3559,'FISH WETFRY','28',-1.00,'2025-06-22 04:21:53','9995.00','5','newstock','1','','',0.0000,'','1','9994','1','1','28','5175055531521530332713','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3560,'UGALI','45',-1.00,'2025-06-22 04:22:16','9650.00','5','newstock','1','','',0.0000,'','1','9649','1','1','45','5175055533733522323703','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3561,'CHIPS','47',-1.00,'2025-06-22 04:22:21','9897.00','5','newstock','1','','',0.0000,'','1','9896','1','1','47','5175055534252332333232','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3562,'JOHNNIE W RED-750','150',-1.00,'2025-06-22 04:20:32','5.00','6','newstock','1','','',1734.0000,'','1','4','1','1','150','6175055534331332370233','',0.00,'','2500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3563,'CHIPS','47',-1.00,'2025-06-22 04:22:29','9896.00','5','newstock','1','','',0.0000,'','1','9895','1','1','47','5175055535002320553210','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3564,'melkan 1.5 litres','272',-1.00,'2025-06-22 04:22:23','10.00','6','newstock','1','','',33.3000,'','1','9','1','1','272','6175055536422320273532','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3565,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-22 04:22:46','9982.00','5','newstock','1','','',0.0000,'','1','9981','1','1','23','5175055536630333614021','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3566,'SODA-BOTTLE','195',-1.00,'2025-06-22 04:22:45','55.00','6','newstock','1','','',70.0000,'','1','54','1','1','195','6175055537723251223201','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3567,'BLACK ICE-BOTTLE_DOUBLE BLACK','100',-2.00,'2025-06-22 04:22:57','20.00','6','newstock','1','','',165.0000,'','1','18','1','1','100','6175055544302533203052','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3568,'melkan 1.5 litres','272',-1.00,'2025-06-22 04:24:23','9.00','5','newstock','1','','',33.3000,'','1','8','1','1','272','5175055546423503537523','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3569,'BEST WHISKY-750','94',-1.00,'2025-06-22 04:24:03','12.00','6','newstock','1','','',1000.0000,'','1','11','1','1','94','6175055546555400536003','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3570,'melkan 1.5 litres','272',-1.00,'2025-06-22 04:24:26','8.00','6','newstock','1','','',33.3000,'','1','7','1','1','272','6175055547832582751057','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3571,'JOHNNIE W RED-750','150',-2.00,'2025-06-22 04:24:38','4.00','6','newstock','1','','',1734.0000,'','1','2','1','1','150','6175055552130225132252','',0.00,'','2500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3572,'BEST WHISKY-750','94',-1.00,'2025-06-22 04:25:21','11.00','6','newstock','1','','',1000.0000,'','1','10','1','1','94','6175055555335234720333','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3573,'4TH STREET-750-WHITE','83',-1.00,'2025-06-22 04:26:49','2.00','5','newstock','1','','',1000.0000,'','1','1','1','1','83','5175055561023003222203','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3575,'SODA-BOTTLE','195',-2.00,'2025-06-22 04:27:35','54.00','5','newstock','1','','',70.0000,'','1','52','1','1','195','5175055565634652223523','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3576,'melkan 1.5 litres','272',-1.00,'2025-06-22 04:27:58','7.00','5','newstock','1','','',33.3000,'','1','6','1','1','272','5175055567823003210202','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3577,'melkan 1.5 litres','272',-1.00,'2025-06-22 04:28:04','6.00','5','newstock','1','','',33.3000,'','1','5','1','1','272','5175055568523508203700','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3578,'GOAT CHOMA 1 KG ','81',-1.00,'2025-06-22 04:29:06','9994.00','5','newstock','1','','',0.0000,'','1','9993','1','1','81','5175055574883031530015','',0.00,'','1600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3579,'CHIPS','47',-1.00,'2025-06-22 04:30:01','9895.00','5','newstock','1','','',0.0000,'','1','9894','1','1','47','5175055580253252522102','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3580,'4TH STREET-750-WHITE','83',-1.00,'2025-06-22 04:33:05','1.00','17','newstock','1','','',1000.0000,'','1','0','1','1','83','17175055599303513731329','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3581,'SODA-BOTTLE','195',-2.00,'2025-06-22 04:33:46','52.00','17','newstock','1','','',70.0000,'','1','50','1','1','195','17175055603221523570732','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3582,'melkan 1.5 litres','272',-1.00,'2025-06-22 04:34:12','5.00','17','newstock','1','','',33.3000,'','1','4','1','1','272','17175055605802700232206','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3583,'GOAT CHOMA 1 KG ','81',-1.00,'2025-06-22 04:34:40','9993.00','17','newstock','1','','',0.0000,'','1','9992','1','1','81','17175055608358070136133','',0.00,'','1600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3584,'CHIPS','47',-2.00,'2025-06-22 04:35:11','9894.00','17','newstock','1','','',0.0000,'','1','9892','1','1','47','17175055612010222031501','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3585,'GUINESS-BOTTLE','136',-1.00,'2025-06-22 04:39:15','148.00','6','newstock','1','','',210.0000,'','1','147','1','1','136','6175055636430624623326','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3586,'BEST WHISKY-250','93',-1.00,'2025-06-22 04:46:47','12.00','5','newstock','1','','',330.0000,'','1','11','1','1','93','5175055680888144232203','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3587,'PREDATOR','178',-1.00,'2025-06-22 04:46:55','104.00','5','newstock','1','','',54.1700,'','1','103','1','1','178','5175055681625020304330','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3588,'SPORT','196',-5.00,'2025-06-22 04:47:53','84.00','5','newstock','1','','',14.0000,'','1','79','1','1','196','5175055687423332404256','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3589,'CHROME-VODKA 750','116',-1.00,'2025-06-22 04:49:21','10.00','5','newstock','1','','',585.0000,'','1','9','1','1','116','5175055696152556205000','',0.00,'','850','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3590,'SAVANNAH CIDER','188',-2.00,'2025-06-22 04:50:57','20.00','5','newstock','1','','',251.0000,'','1','18','1','1','188','5175055705835255523500','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3591,'TUSKER-LAGER-BOTTLE','209',-4.00,'2025-06-22 04:52:17','129.00','5','newstock','1','','',175.0000,'','1','125','1','1','209','5175055713933435213223','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3592,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-22 04:53:27','9979.00','5','newstock','1','','',0.0000,'','1','9978','1','1','26','5175055720834307233505','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3593,'UGALI','45',-2.00,'2025-06-22 04:53:35','9649.00','5','newstock','1','','',0.0000,'','1','9647','1','1','45','5175055721720000220723','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3594,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-22 04:54:20','9978.00','5','newstock','1','','',0.0000,'','1','9977','1','1','25','5175055726162263323220','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3595,'UGALI','45',-1.00,'2025-06-22 04:54:29','9647.00','5','newstock','1','','',0.0000,'','1','9646','1','1','45','5175055727054033202337','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3596,'FOUR COUSINS-RED','122',-1.00,'2025-06-22 04:55:35','2.00','5','newstock','1','','',955.0000,'','1','1','1','1','122','5175055733650020350333','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3597,'DELMONTE','119',-1.00,'2025-06-22 04:56:10','21.00','5','newstock','1','','',250.0000,'','1','20','1','1','119','5175055737102357013555','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3598,'melkan 1.5 litres','272',-1.00,'2025-06-22 04:56:18','4.00','5','newstock','1','','',33.3000,'','1','3','1','1','272','5175055737970004335325','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3599,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-22 04:57:10','19.00','5','newstock','1','','',245.0000,'','1','18','1','1','117','5175055743232172224557','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3600,'SAFARI','187',-3.00,'2025-06-22 04:59:53','54.00','5','newstock','1','','',8.0000,'','1','51','1','1','187','5175055759455073135214','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3601,'WHITECAP CAN','217',-1.00,'2025-06-22 05:08:17','34.00','5','newstock','1','','',225.0000,'','1','33','1','1','217','5175055809725537329205','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3602,'PINEAPPLE PUNCH-CAN','176',-3.00,'2025-06-22 05:09:21','45.00','5','newstock','1','','',180.0000,'','1','42','1','1','176','5175055816220022250382','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3604,'GUARANA CAN_SMIRNOFF ICE','134',-2.00,'2025-06-22 05:10:16','57.00','5','newstock','1','','',180.0000,'','1','55','1','1','134','5175055821755524757070','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3605,'BLACK ICE CAN_DOUBLE BLACK','99',-2.00,'2025-06-22 05:10:42','49.00','5','newstock','1','','',180.0000,'','1','47','1','1','99','5175055824303282223330','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3606,'DELMONTE','119',-1.00,'2025-06-22 05:10:52','20.00','5','newstock','1','','',250.0000,'','1','19','1','1','119','5175055825250325225535','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3607,'COCKTAIL','244',-2.00,'2025-06-22 05:11:13','9973.00','5','newstock','1','','',150.0000,'','1','9971','1','1','244','5175055827407808447330','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3608,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-22 05:12:02','9978.00','5','newstock','1','','',0.0000,'','1','9977','1','1','26','5175055832335203032743','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3609,'UGALI','45',-2.00,'2025-06-22 05:12:10','9646.00','5','newstock','1','','',0.0000,'','1','9644','1','1','45','5175055833053223025000','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3610,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-22 05:14:12','9982.00','5','newstock','1','','',0.0000,'','1','9981','1','1','52','5175055845335530330853','',0.00,'','450','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3611,'UGALI','45',-1.00,'2025-06-22 05:14:19','9644.00','5','newstock','1','','',0.0000,'','1','9643','1','1','45','5175055846072502253312','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3612,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-22 05:15:00','125.00','5','newstock','1','','',175.0000,'','1','123','1','1','209','5175055850005203003232','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3613,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-22 05:15:53','22.00','5','newstock','1','','',710.0000,'','1','21','1','1','118','5175055855430323335521','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3614,'BANANA-BOTTLE','90',-1.00,'2025-06-22 05:15:59','25.00','5','newstock','1','','',74.0000,'','1','24','1','1','90','5175055856002305402230','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3615,'melkan 1.5 litres','272',-2.00,'2025-06-22 05:16:11','3.00','5','newstock','1','','',33.3000,'','1','1','1','1','272','5175055857230303733252','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3616,'TRIPPLE ACE-250','201',-1.00,'2025-06-22 05:16:28','9.00','5','newstock','1','','',200.0000,'','1','8','1','1','201','5175055858827235532002','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3617,'PREDATOR','178',-1.00,'2025-06-22 05:16:35','103.00','5','newstock','1','','',54.1700,'','1','102','1','1','178','5175055859555230105223','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3618,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-22 05:17:49','123.00','5','newstock','1','','',175.0000,'','1','121','1','1','209','5175055866912536402235','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3619,'TUSKER LAGER-CAN','206',-1.00,'2025-06-22 05:18:01','12.00','5','newstock','1','','',203.0000,'','1','11','1','1','206','5175055868267230027013','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3620,'TUSKER CIDER-BOTTLE','205',-3.00,'2025-06-22 05:19:04','65.00','5','newstock','1','','',225.0000,'','1','62','1','1','205','5175055874575202387130','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3621,'JOHNNIE W BLACK-750','148',-1.00,'2025-06-22 05:20:29','3.00','5','newstock','1','','',3120.0000,'','1','2','1','1','148','5175055882952020303832','',0.00,'','4000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3622,'GLENFIDDISH 750ML','222',-1.00,'2025-06-22 05:20:30','1.00','5','newstock','1','','',13144.0000,'','1','0','1','1','222','5175055883105032328830','',0.00,'','15000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3623,'KONYAGI 500ML','158',-1.00,'2025-06-22 05:21:41','2.00','5','newstock','1','','',567.0000,'','1','1','1','1','158','5175055890232523300323','',0.00,'','800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3624,'GILBEYS-750','126',-1.00,'2025-06-22 05:22:01','8.00','5','newstock','1','','',1300.0000,'','1','7','1','1','126','5175055898620002203355','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3625,'melkan 1.5 litres','272',-1.00,'2025-06-22 05:23:16','1.00','5','newstock','1','','',33.3000,'','1','0','1','1','272','5175055899701397220884','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3626,'SODA-BOTTLE','195',-1.00,'2025-06-22 05:23:22','50.00','5','newstock','1','','',70.0000,'','1','49','1','1','195','5175055900320323150320','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3627,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-22 05:24:20','29.00','5','newstock','1','','',195.0000,'','1','27','1','1','208','5175055906137205303200','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3628,'DUNHILL','120',-5.00,'2025-06-22 05:25:07','21.00','5','newstock','1','','',17.0000,'','1','16','1','1','120','5175055910823385519280','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3629,'MATCH BOX','163',-1.00,'2025-06-22 05:25:27','92.00','5','newstock','1','','',5.0000,'','1','91','1','1','163','5175055912853232231932','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3630,'TUSKER LITE CAN','207',-9.00,'2025-06-22 05:26:48','12.00','5','newstock','1','','',247.0000,'','1','3','1','1','207','5175055920922553050333','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3631,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-22 05:28:08','9981.00','5','newstock','1','','',0.0000,'','1','9980','1','1','23','5175055928922324930094','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3632,'UGALI','45',-1.00,'2025-06-22 05:28:23','9643.00','5','newstock','1','','',0.0000,'','1','9642','1','1','45','5175055930442772020235','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3635,'GREENS(KIENYEJI)','46',-1.00,'2025-06-22 05:29:25','9945.00','5','newstock','1','','',0.0000,'','1','9944','1','1','46','5175055936632022223243','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3636,'SMOKIES(PAIR)','15',-6.00,'2025-06-22 05:39:46','9976.00','22','newstock','1','','',0.0000,'','1','9970','1','1','15','22175056002032035310000','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3637,'HEINEKEN-BOTTLE','138',-2.00,'2025-06-22 05:41:15','25.00','6','newstock','1','','',265.0000,'','1','23','1','1','138','6175056009435532333302','',0.00,'','330','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3638,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-22 05:41:48','9.00','6','newstock','1','','',230.0000,'','1','8','1','1','193','6175056015925202931033','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3639,'BEST WHISKY-750','94',-1.00,'2025-06-22 05:42:40','10.00','6','newstock','1','','',1000.0000,'','1','9','1','1','94','6175056017602331060753','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3640,'LEMONADE','160',-1.00,'2025-06-22 05:42:56','94.00','6','newstock','1','','',41.6700,'','1','93','1','1','160','6175056018862852500562','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3642,'GUINESS-BOTTLE','136',-3.00,'2025-06-22 05:47:17','147.00','8','newstock','1','','',210.0000,'','1','144','1','1','136','8175056045253222342723','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3643,'SNAPP CAN','192',-2.00,'2025-06-22 05:47:32','24.00','8','newstock','1','','',180.0000,'','1','22','1','1','192','8175056046442566662222','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3644,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-22 05:47:44','27.00','8','newstock','1','','',195.0000,'','1','26','1','1','208','8175056048022333000684','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3645,'TUSKER LAGER-CAN','206',-1.00,'2025-06-22 05:48:00','11.00','8','newstock','1','','',203.0000,'','1','10','1','1','206','8175056051650523830632','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3646,'COCA COLA ZERO','292',-1.00,'2025-06-22 05:51:47','10.00','6','newstock','1','','',99.0000,'','1','9','1','1','292','6175056070822823302202','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3647,'JAMESON-1 LTR','',1.00,'2025-06-22 05:55:46','0.00','16','newstock','1','','',3500.0000,'','1','1','internal','1','146','','',0.00,'','5000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3648,'COCA COLA ZERO','292',-1.00,'2025-06-22 06:04:51','9.00','6','newstock','1','','',99.0000,'','1','8','1','1','292','6175056149135220332333','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3649,'JAMESON-1 LTR','146',-1.00,'2025-06-22 06:10:22','1.00','6','newstock','1','','',3500.0000,'','1','0','1','1','146','6175056183534208202330','',0.00,'','5000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3650,'DELMONTE','119',-1.00,'2025-06-22 06:19:10','19.00','8','newstock','1','','',250.0000,'','1','18','1','1','119','8175056235151001203513','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3651,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-22 06:19:22','121.00','8','newstock','1','','',175.0000,'','1','120','1','1','209','8175056236323223303030','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3652,'SNAPP CAN','192',-1.00,'2025-06-22 06:19:39','22.00','8','newstock','1','','',180.0000,'','1','21','1','1','192','8175056242200075732302','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3653,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-22 06:20:53','26.00','8','newstock','1','','',195.0000,'','1','25','1','1','208','8175056245458005320223','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3654,'SAUSAGE (PAIR)','3',-2.00,'2025-06-22 06:21:34','9948.00','8','newstock','1','','',0.0000,'','1','9946','1','1','3','8175056249502995232923','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3656,'GUARANA CAN_SMIRNOFF ICE','134',-2.00,'2025-06-22 06:23:07','55.00','8','newstock','1','','',180.0000,'','1','53','1','1','134','8175056261430332023238','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3657,'PREDATOR','178',-1.00,'2025-06-22 06:23:53','102.00','8','newstock','1','','',54.1700,'','1','101','1','1','178','8175056263443320021332','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3658,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-22 06:25:40','21.00','8','newstock','1','','',710.0000,'','1','20','1','1','118','8175056274122303530630','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3659,'LEMONADE','160',-4.00,'2025-06-22 06:25:53','93.00','8','newstock','1','','',41.6700,'','1','89','1','1','160','8175056275477240223330','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3661,'VICEROY-250','215',-1.00,'2025-06-22 06:27:15','12.00','8','newstock','1','','',465.0000,'','1','11','1','1','215','8175056283600336333303','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3662,'PREDATOR','178',-1.00,'2025-06-22 06:27:41','101.00','8','newstock','1','','',54.1700,'','1','100','1','1','178','8175056286236722222333','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3663,'GUARANA CAN_SMIRNOFF ICE','134',-1.00,'2025-06-22 06:27:59','53.00','8','newstock','1','','',180.0000,'','1','52','1','1','134','8175056288025003028012','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3665,'CHROME-VODKA 750','116',-1.00,'2025-06-22 06:32:11','9.00','8','newstock','1','','',585.0000,'','1','8','1','1','116','8175056313212122033225','',0.00,'','850','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3666,'PREDATOR','178',-1.00,'2025-06-22 06:32:18','100.00','8','newstock','1','','',54.1700,'','1','99','1','1','178','8175056313830202231225','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3667,'PREDATOR','178',-1.00,'2025-06-22 06:32:24','99.00','8','newstock','1','','',54.1700,'','1','98','1','1','178','8175056314530270132120','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3668,'CHROME-VODKA 750','116',-1.00,'2025-06-22 06:32:34','8.00','8','newstock','1','','',585.0000,'','1','7','1','1','116','8175056315413332217556','',0.00,'','850','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3669,'GOAT CHOMA 1/4','79',-1.00,'2025-06-22 06:34:08','9968.00','8','newstock','1','','',0.0000,'','1','9967','1','1','79','8175056324902331060453','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3670,'WHITECAP-BOTTLE','218',-1.00,'2025-06-22 06:35:45','79.00','8','newstock','1','','',200.0000,'','1','78','1','1','218','8175056334534601223233','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3671,'SAVANNAH CIDER','188',-1.00,'2025-06-22 06:35:53','18.00','8','newstock','1','','',251.0000,'','1','17','1','1','188','8175056335400202334023','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3672,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-22 06:36:06','120.00','8','newstock','1','','',175.0000,'','1','119','1','1','209','8175056336750333003052','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3673,'GOAT CHOMA 1/2','80',-1.00,'2025-06-22 06:37:21','9981.00','8','newstock','1','','',0.0000,'','1','9980','1','1','80','8175056344102040728304','',0.00,'','800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3674,'WHITECAP-BOTTLE','218',-2.00,'2025-06-22 06:38:27','78.00','8','newstock','1','','',200.0000,'','1','76','1','1','218','8175056350812633002531','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3675,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-22 06:39:29','9938.00','8','newstock','1','','',0.0000,'','1','9937','1','1','22','8175056357002370400845','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3676,'UGALI','45',-1.00,'2025-06-22 06:39:56','9642.00','8','newstock','1','','',0.0000,'','1','9641','1','1','45','8175056359736556620233','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3677,'WHITECAP-BOTTLE','218',-2.00,'2025-06-22 06:42:39','76.00','8','newstock','1','','',200.0000,'','1','74','1','1','218','8175056375990305005322','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3678,'FISH WETFRY','28',-1.00,'2025-06-22 06:44:00','9994.00','8','newstock','1','','',0.0000,'','1','9993','1','1','28','8175056384023243000232','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3679,'UGALI','45',-1.00,'2025-06-22 06:44:05','9641.00','8','newstock','1','','',0.0000,'','1','9640','1','1','45','8175056384533330020215','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3680,'WHITECAP-BOTTLE','218',-1.00,'2025-06-22 06:45:10','74.00','8','newstock','1','','',200.0000,'','1','73','1','1','218','8175056391103623032203','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3681,'CELLAR CAST-WHITE 750ML','112',-2.00,'2025-06-22 06:46:15','2.00','8','newstock','1','','',1040.0000,'','1','0','1','1','112','8175056397529222963433','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3682,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-22 06:47:15','9987.00','8','newstock','1','','',0.0000,'','1','9986','1','1','54','8175056403542523335032','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3683,'UGALI','45',-1.00,'2025-06-22 06:47:20','9640.00','8','newstock','1','','',0.0000,'','1','9639','1','1','45','8175056404020220027030','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3684,'UGALI','45',-1.00,'2025-06-22 06:47:20','9639.00','8','newstock','1','','',0.0000,'','1','9638','1','1','45','8175056404110302456203','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3685,'CAPTAIN MORGAN-250','110',-1.00,'2025-06-22 06:50:04','21.00','8','newstock','1','','',345.0000,'','1','20','1','1','110','8175056420503230023035','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3687,'PREDATOR','178',-1.00,'2025-06-22 06:50:49','98.00','8','newstock','1','','',54.1700,'','1','97','1','1','178','8175056424932734310223','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3689,'BALOZI-BOTTLE','89',-2.00,'2025-06-22 06:55:22','233.00','8','newstock','1','','',175.0000,'','1','231','1','1','89','8175056453750362025032','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3690,'PINEAPPLE PUNCH-CAN','176',-4.00,'2025-06-22 06:58:39','42.00','8','newstock','1','','',180.0000,'','1','38','1','1','176','8175056472002333302234','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3691,'GOAT CHOMA 1 KG ','81',-1.00,'2025-06-22 07:00:40','9993.00','8','newstock','1','','',0.0000,'','1','9992','1','1','81','8175056484170330468422','',0.00,'','1600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3692,'HUNTERS CHOICE-750','142',-1.00,'2025-06-22 07:04:34','9.00','8','newstock','1','','',975.0000,'','1','8','1','1','142','8175056507533552082520','',0.00,'','1400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3693,'GUINESS-BOTTLE','136',-2.00,'2025-06-22 07:05:28','144.00','8','newstock','1','','',210.0000,'','1','142','1','1','136','8175056512910232331305','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3694,'PREDATOR','178',-2.00,'2025-06-22 07:05:36','97.00','8','newstock','1','','',54.1700,'','1','95','1','1','178','8175056513723237132202','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3695,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-22 07:05:49','20.00','8','newstock','1','','',710.0000,'','1','19','1','1','118','8175056515023012200201','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3696,'BALOZI-BOTTLE','89',-1.00,'2025-06-22 07:06:46','231.00','8','newstock','1','','',175.0000,'','1','230','1','1','89','8175056523484025130035','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3697,'SAUSAGE (PAIR)','3',-2.00,'2025-06-22 07:07:55','9946.00','8','newstock','1','','',0.0000,'','1','9944','1','1','3','8175056527622233231560','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3698,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-22 07:08:39','62.00','8','newstock','1','','',225.0000,'','1','61','1','1','205','8175056532005322230253','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3699,'PREDATOR','178',-1.00,'2025-06-22 07:09:16','95.00','8','newstock','1','','',54.1700,'','1','94','1','1','178','8175056535773220030234','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3700,'VAT 69-350','212',-1.00,'2025-06-22 07:10:05','4.00','8','newstock','1','','',860.0000,'','1','3','1','1','212','8175056540602365706222','',0.00,'','1100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3701,'GUARANA CAN_SMIRNOFF ICE','134',-1.00,'2025-06-22 07:10:30','52.00','8','newstock','1','','',180.0000,'','1','51','1','1','134','8175056543134737730355','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3702,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-22 07:11:18','38.00','8','newstock','1','','',180.0000,'','1','36','1','1','176','8175056547832302322537','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3703,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-22 07:12:09','36.00','8','newstock','1','','',180.0000,'','1','34','1','1','176','8175056552900339332303','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3704,'VICEROY 375','214',-1.00,'2025-06-22 07:13:01','16.00','8','newstock','1','','',680.0000,'','1','15','1','1','214','8175056558234327335005','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3705,'PREDATOR','178',-1.00,'2025-06-22 07:13:13','94.00','8','newstock','1','','',54.1700,'','1','93','1','1','178','8175056559423003222203','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3706,'CAPON 1/4','49',-1.00,'2025-06-22 07:14:58','10000.00','8','newstock','1','','',0.0000,'','1','9999','1','1','49','8175056569980093323502','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3708,'GILBEYS-750','126',-1.00,'2025-06-22 07:17:51','7.00','8','newstock','1','','',1300.0000,'','1','6','1','1','126','8175056591053231132202','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3709,'WHITECAP-BOTTLE','218',-2.00,'2025-06-22 07:20:04','73.00','8','newstock','1','','',200.0000,'','1','71','1','1','218','8175056600423202352054','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3710,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-22 07:20:13','61.00','8','newstock','1','','',225.0000,'','1','60','1','1','205','8175056601442200503230','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3711,'WHITECAP CAN','217',-1.00,'2025-06-22 07:23:24','33.00','8','newstock','1','','',225.0000,'','1','32','1','1','217','8175056620570323830605','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3712,'FAXE','121',-2.00,'2025-06-22 07:24:22','9.00','8','newstock','1','','',255.0000,'','1','7','1','1','121','8175056626340323330300','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3713,'BALOZI CAN','88',-1.00,'2025-06-22 07:26:14','28.00','8','newstock','1','','',203.0000,'','1','27','1','1','88','8175056640620202634033','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3714,'SPORT','196',-2.00,'2025-06-22 07:26:55','79.00','8','newstock','1','','',14.0000,'','1','77','1','1','196','8175056641623236432202','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3716,'WHITECAP CAN','217',-1.00,'2025-06-22 07:28:05','32.00','8','newstock','1','','',225.0000,'','1','31','1','1','217','8175056648633200812325','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3717,'TUSKER-LAGER-BOTTLE','209',-5.00,'2025-06-22 07:28:55','119.00','8','newstock','1','','',175.0000,'','1','114','1','1','209','8175056653621176663585','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3718,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-22 07:29:25','25.00','8','newstock','1','','',195.0000,'','1','24','1','1','208','8175056656652252033622','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3719,'GUINESS-BOTTLE','136',-1.00,'2025-06-22 07:29:33','142.00','8','newstock','1','','',210.0000,'','1','141','1','1','136','8175056657403382220422','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3720,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-22 07:29:40','24.00','8','newstock','1','','',195.0000,'','1','22','1','1','208','8175056658113522212356','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3721,'TUSKER-LAGER-BOTTLE','209',-8.00,'2025-06-22 07:31:15','114.00','8','newstock','1','','',175.0000,'','1','106','1','1','209','8175056667630226323227','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3722,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-22 07:32:17','106.00','8','newstock','1','','',175.0000,'','1','105','1','1','209','8175056673833000562323','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3723,'GUINESS-BOTTLE','136',-2.00,'2025-06-22 07:33:15','141.00','8','newstock','1','','',210.0000,'','1','139','1','1','136','8175056679602627023563','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3724,'BALOZI CAN','88',-1.00,'2025-06-22 07:33:54','27.00','8','newstock','1','','',203.0000,'','1','26','1','1','88','8175056689103831025038','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3726,'LEMONADE','160',-1.00,'2025-06-22 07:35:00','89.00','8','newstock','1','','',41.6700,'','1','88','1','1','160','8175056690238324020522','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3727,'GILBEYS-250','124',-2.00,'2025-06-22 07:35:50','12.00','8','newstock','1','','',423.0000,'','1','10','1','1','124','8175056698323329852833','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3728,'BALOZI-BOTTLE','89',-2.00,'2025-06-22 07:36:29','230.00','8','newstock','1','','',175.0000,'','1','228','1','1','89','8175056700919405230302','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3729,'VICEROY-750','216',-1.00,'2025-06-22 07:39:43','5.00','8','newstock','1','','',1300.0000,'','1','4','1','1','216','8175056718371361232863','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3730,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-22 07:40:29','8.00','8','newstock','1','','',230.0000,'','1','7','1','1','193','8175056722923023335203','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3731,'GOAT CHOMA 1/4','79',-1.00,'2025-06-22 07:41:44','9967.00','8','newstock','1','','',0.0000,'','1','9966','1','1','79','8175056730576001280043','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3732,'UGALI','45',-1.00,'2025-06-22 07:41:55','9638.00','8','newstock','1','','',0.0000,'','1','9637','1','1','45','8175056731660022260372','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3733,'HEINEKEN-BOTTLE','138',-2.00,'2025-06-22 07:43:32','23.00','5','newstock','1','','',265.0000,'','1','21','1','1','138','5175056741243232120721','',0.00,'','330','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3734,'KINGFISHER BOTTLE','156',-2.00,'2025-06-22 07:43:33','6.00','5','newstock','1','','',200.0000,'','1','4','1','1','156','5175056758452252033822','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3735,'WHITECAP CAN','217',-1.00,'2025-06-22 07:46:49','31.00','5','newstock','1','','',225.0000,'','1','30','1','1','217','5175056761055357503103','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3736,'KANE EXTRA-250','151',-1.00,'2025-06-22 11:33:04','4.00','3','newstock','1','','',213.0000,'','1','3','1','1','151','3175058120024200800303','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3737,'UGALI','45',-1.00,'2025-06-22 11:34:53','9637.00','3','newstock','1','','',0.0000,'','1','9636','1','1','45','3175058129492733333222','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3738,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-22 11:35:19','9977.00','3','newstock','1','','',0.0000,'','1','9976','1','1','26','3175058131903172150700','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3739,'BLACK COFFEE','11',-1.00,'2025-06-22 11:35:32','9995.00','3','newstock','1','','',0.0000,'','1','9994','1','1','11','3175058133342835332353','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3740,'EGGS(BOILED/FRIED)','1',-1.00,'2025-06-22 11:35:39','9978.00','3','newstock','1','','',0.0000,'','1','9977','1','1','1','3175058134000503730882','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3741,'EGGS(BOILED/FRIED)','1',-1.00,'2025-06-22 11:35:44','9977.00','3','newstock','1','','',0.0000,'','1','9976','1','1','1','3175058134423021224533','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3742,'TEA','10',-1.00,'2025-06-22 11:36:04','9960.00','3','newstock','1','','',0.0000,'','1','9959','1','1','10','3175058136532212320222','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3743,'SAUTTE POTATO','20',-3.00,'2025-06-22 11:39:58','9997.00','3','newstock','1','','',0.0000,'','1','9994','1','1','20','3175058170000222733342','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3744,'SAUSAGE (PAIR)','3',-3.00,'2025-06-22 11:42:13','9944.00','3','newstock','1','','',0.0000,'','1','9941','1','1','3','3175058173440870303133','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3745,'EGGS(BOILED/FRIED)','1',-3.00,'2025-06-22 11:42:52','9976.00','3','newstock','1','','',0.0000,'','1','9973','1','1','1','3175058177372277358773','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3746,'SODA-BOTTLE','195',-3.00,'2025-06-22 12:12:18','49.00','3','newstock','1','','',70.0000,'','1','46','1','1','195','3175058353933235233029','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3748,'TRIPPLE ACE-250','201',-1.00,'2025-06-22 12:46:26','8.00','3','newstock','1','','',200.0000,'','1','7','1','1','201','3175058561727012370844','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3749,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-22 12:47:25','34.00','3','newstock','1','','',35.0000,'','1','33','1','1','164','3175058564605303233353','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3750,'BALOZI-BOTTLE','89',-4.00,'2025-06-22 14:44:12','228.00','3','newstock','1','','',175.0000,'','1','224','1','1','89','3175059265373552327053','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3751,'','1',60.00,'2025-06-22 14:58:05','0.00','16','newstock','1','161750593453','21',33.3000,'','1','60','supplier','1','272','','',0.00,'VATABLE','100','275.59','1722.41','16.00','','received',0,'0000-00-00 00:00:00','pcs','60',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3752,'melkan 1.5 litres','272',-1.00,'2025-06-22 15:09:46','60.00','3','newstock','1','','',33.3000,'','1','59','1','1','272','3175059418702210433233','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3753,'DELMONTE','119',-1.00,'2025-06-22 15:11:02','18.00','3','newstock','1','','',250.0000,'','1','17','1','1','119','3175059426352440005334','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3754,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-22 15:11:18','9981.00','3','newstock','1','','',0.0000,'','1','9980','1','1','53','3175059427902733303923','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3755,'UGALI','45',-1.00,'2025-06-22 15:11:27','9636.00','3','newstock','1','','',0.0000,'','1','9635','1','1','45','3175059428810373234232','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3756,'GUARANA CAN_SMIRNOFF ICE','134',-1.00,'2025-06-22 15:14:20','51.00','3','newstock','1','','',180.0000,'','1','50','1','1','134','3175059446100132333060','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3757,'BEST WHISKY-750','94',-1.00,'2025-06-22 15:14:39','9.00','3','newstock','1','','',1000.0000,'','1','8','1','1','94','3175059450123301215303','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3758,'WHITECAP-BOTTLE','218',-1.00,'2025-06-22 15:16:06','71.00','3','newstock','1','','',200.0000,'','1','70','1','1','218','3175059456731257302334','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3759,'melkan 1.5 litres','272',-1.00,'2025-06-22 15:16:17','59.00','3','newstock','1','','',33.3000,'','1','58','1','1','272','3175059457813537502053','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3760,'UGALI','45',-4.00,'2025-06-22 15:16:31','9635.00','3','newstock','1','','',0.0000,'','1','9631','1','1','45','3175059459224430953309','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3761,'GREENS(KIENYEJI)','46',-2.00,'2025-06-22 15:17:00','9944.00','3','newstock','1','','',0.0000,'','1','9942','1','1','46','3175059462140224529303','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3762,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-22 15:17:20','9986.00','3','newstock','1','','',0.0000,'','1','9985','1','1','54','3175059464115212323032','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3763,'VICEROY 375','214',-1.00,'2025-06-22 15:18:20','15.00','3','newstock','1','','',680.0000,'','1','14','1','1','214','3175059473433937134232','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3764,'LEMONADE','160',-1.00,'2025-06-22 15:19:17','88.00','3','newstock','1','','',41.6700,'','1','87','1','1','160','3175059475820223223033','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3766,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-22 15:20:06','9976.00','3','newstock','1','','',0.0000,'','1','9975','1','1','26','3175059480750231343033','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3767,'UGALI','45',-2.00,'2025-06-22 15:20:19','9631.00','3','newstock','1','','',0.0000,'','1','9629','1','1','45','3175059482000320230232','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3768,'GREENS(KIENYEJI)','46',-1.00,'2025-06-22 15:20:25','9942.00','3','newstock','1','','',0.0000,'','1','9941','1','1','46','3175059482602222222332','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3769,'MATCH BOX','163',-1.00,'2025-06-22 15:39:54','91.00','22','newstock','1','','',5.0000,'','1','90','1','1','163','22175059601290333906302','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3770,'SPORT','196',-1.00,'2025-06-22 15:40:13','77.00','22','newstock','1','','',14.0000,'','1','76','1','1','196','22175059603820000790303','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3771,'PREDATOR','178',-1.00,'2025-06-22 15:46:40','93.00','3','newstock','1','','',54.1700,'','1','92','1','1','178','3175059640123509334230','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3772,'HEINEKEN-BOTTLE','138',-2.00,'2025-06-22 15:46:55','21.00','3','newstock','1','','',265.0000,'','1','19','1','1','138','3175059641600210232030','',0.00,'','330','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3773,'BALOZI-BOTTLE','89',-1.00,'2025-06-22 15:47:13','224.00','3','newstock','1','','',175.0000,'','1','223','1','1','89','3175059643433026923342','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3774,'PREDATOR','178',-1.00,'2025-06-22 15:47:50','92.00','3','newstock','1','','',54.1700,'','1','91','1','1','178','3175059647100244620346','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3775,'CHIPS','47',-2.00,'2025-06-22 15:48:52','9893.00','3','newstock','1','','',0.0000,'','1','9891','1','1','47','3175059653333332332303','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3776,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-22 15:49:04','9937.00','3','newstock','1','','',0.0000,'','1','9936','1','1','22','3175059654422252244220','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3777,'LEMONADE','160',-1.00,'2025-06-22 15:50:15','87.00','3','newstock','1','','',41.6700,'','1','86','1','1','160','3175059661633132912323','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3778,'PREDATOR','178',-1.00,'2025-06-22 15:51:01','91.00','3','newstock','1','','',54.1700,'','1','90','1','1','178','3175059666233319323394','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3779,'LEMONADE','160',-2.00,'2025-06-22 16:49:39','86.00','3','newstock','1','','',41.6700,'','1','84','1','1','160','3175060018044230303006','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3780,'BALOZI-BOTTLE','89',-1.00,'2025-06-22 16:54:41','223.00','3','newstock','1','','',175.0000,'','1','222','1','1','89','3175060048202300702222','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3781,'PREDATOR','178',-1.00,'2025-06-22 16:54:54','90.00','3','newstock','1','','',54.1700,'','1','89','1','1','178','3175060049532032033220','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3782,'BALOZI-BOTTLE','89',-1.00,'2025-06-22 16:55:58','222.00','3','newstock','1','','',175.0000,'','1','221','1','1','89','3175060055933332023550','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3783,'PREDATOR','178',-1.00,'2025-06-22 17:01:30','89.00','3','newstock','1','','',54.1700,'','1','88','1','1','178','3175060089100203052302','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3785,'HEINEKEN-BOTTLE','138',-4.00,'2025-06-22 17:02:26','19.00','3','newstock','1','','',265.0000,'','1','15','1','1','138','3175060094742032052322','',0.00,'','330','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3786,'CHIPS','47',-2.00,'2025-06-22 17:07:31','9891.00','22','newstock','1','','',0.0000,'','1','9889','1','1','47','22175060126436230223123','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3787,'SMOKIES(PAIR)','15',-2.00,'2025-06-22 17:07:45','9970.00','22','newstock','1','','',0.0000,'','1','9968','1','1','15','22175060127530332672322','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3788,'BALOZI-BOTTLE','89',-1.00,'2025-06-22 17:10:17','221.00','3','newstock','1','','',175.0000,'','1','220','1','1','89','3175060141700322271211','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3789,'HEINEKEN-BOTTLE','138',-2.00,'2025-06-22 17:10:39','15.00','3','newstock','1','','',265.0000,'','1','13','1','1','138','3175060143937246303200','',0.00,'','330','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3790,'UGALI','45',-1.00,'2025-06-22 17:24:35','9629.00','3','newstock','1','','',0.0000,'','1','9628','1','1','45','3175060227530205037743','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3791,'MATCH BOX','163',-1.00,'2025-06-22 17:56:34','90.00','3','newstock','1','','',5.0000,'','1','89','1','1','163','3175060419403090263202','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3792,'DUNHILL','120',-2.00,'2025-06-22 17:56:49','16.00','3','newstock','1','','',17.0000,'','1','14','1','1','120','3175060421020320233100','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3793,'HUNTERS CHOICE-750','142',-1.00,'2025-06-22 17:56:56','8.00','3','newstock','1','','',975.0000,'','1','7','1','1','142','3175060426127422412203','',0.00,'','1400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3794,'PREDATOR','178',-1.00,'2025-06-22 17:58:01','88.00','3','newstock','1','','',54.1700,'','1','87','1','1','178','3175060428202062202002','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3797,'melkan 1.5 litres','272',-2.00,'2025-06-22 18:01:42','58.00','22','newstock','1','','',33.3000,'','1','56','1','1','272','22175060450336230003305','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3798,'SMOKIES(PAIR)','15',-1.00,'2025-06-22 18:04:56','9968.00','3','newstock','1','','',0.0000,'','1','9967','1','1','15','3175060469731333332363','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3799,'ROOM 2','250',-1.00,'2025-06-22 18:26:40','9956.00','3','newstock','1','','',500.0000,'','1','9955','1','1','250','3175060600131335000322','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3800,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-22 18:27:08','9981.00','3','newstock','1','','',0.0000,'','1','9980','1','1','52','3175060602900233343133','',0.00,'','450','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3801,'CHIPS','47',-1.00,'2025-06-22 18:27:32','9889.00','3','newstock','1','','',0.0000,'','1','9888','1','1','47','3175060605322365620335','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3802,'melkan 1.5 litres','272',-1.00,'2025-06-22 18:32:37','56.00','4','newstock','1','','',33.3000,'','1','55','1','1','272','4175060635730342203324','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3803,'melkan 1.5 litres','272',-1.00,'2025-06-22 18:33:14','55.00','4','newstock','1','','',33.3000,'','1','54','1','1','272','4175060639520452323429','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3804,'SODA-BOTTLE','195',-1.00,'2025-06-22 18:33:26','46.00','4','newstock','1','','',70.0000,'','1','45','1','1','195','4175060640756707340400','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3805,'WHITECAP-BOTTLE','218',-4.00,'2025-06-22 18:33:53','70.00','4','newstock','1','','',200.0000,'','1','66','1','1','218','4175060643444740343427','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3809,'DAWA TEA','16',-4.00,'2025-06-22 18:47:10','9997.00','22','newstock','1','','',0.0000,'','1','9993','1','1','16','22175060723002025252332','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3811,'PEPSI SODA PLASTIC 500ML','238',-1.00,'2025-06-22 18:47:58','158.00','22','newstock','1','','',33.0000,'','1','157','1','1','238','22175060732533363232222','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3812,'SODA-BOTTLE','195',-1.00,'2025-06-22 18:49:37','45.00','22','newstock','1','','',70.0000,'','1','44','1','1','195','22175060739870306120253','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3813,'PREDATOR','178',-2.00,'2025-06-22 18:49:59','87.00','22','newstock','1','','',54.1700,'','1','85','1','1','178','22175060741433171532562','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3814,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-22 18:52:08','105.00','22','newstock','1','','',175.0000,'','1','104','1','1','209','22175060754837332202237','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3815,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-22 18:52:50','9980.00','22','newstock','1','','',0.0000,'','1','9979','1','1','52','22175060760020333220220','',0.00,'','450','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3816,'SODA-BOTTLE','195',-1.00,'2025-06-22 18:53:21','44.00','22','newstock','1','','',70.0000,'','1','43','1','1','195','22175060762031223027003','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3817,'','1',5.00,'2025-06-22 20:10:46','0.00','16','newstock','1','161750612210','10',1000.0000,'','1','5','supplier','1','83','','',0.00,'VATABLE','1500','689.66','4310.34','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3819,'','1',50.00,'2025-06-22 20:11:10','66.00','16','newstock','1','161750612210','10',200.0000,'','1','116','supplier','1','218','','',0.00,'VATABLE','260','1379.31','8620.69','16.00','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3820,'','1',10.00,'2025-06-22 20:11:23','18.00','16','newstock','1','161750612210','10',245.0000,'','1','28','supplier','1','117','','',0.00,'VATABLE','350','337.93','2112.07','16.00','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3821,'','1',10.00,'2025-06-22 20:11:33','19.00','16','newstock','1','161750612210','10',710.0000,'','1','29','supplier','1','118','','',0.00,'VATABLE','1000','979.31','6120.69','16.00','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3822,'','1',5.00,'2025-06-22 20:11:43','0.00','16','newstock','1','161750612210','10',1175.0000,'','1','5','supplier','1','97','','',0.00,'VATABLE','1800','810.34','5064.66','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3823,'','1',10.00,'2025-06-22 20:11:53','13.00','16','newstock','1','161750612210','10',945.0000,'','1','23','supplier','1','111','','',0.00,'VATABLE','1300','1303.45','8146.55','16.00','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3824,'','1',10.00,'2025-06-22 20:12:02','3.00','16','newstock','1','161750612210','10',213.0000,'','1','13','supplier','1','151','','',0.00,'VATABLE','300','293.79','1836.21','16.00','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3825,'','1',24.00,'2025-06-22 20:12:11','50.00','16','newstock','1','161750612210','10',180.0000,'','1','74','supplier','1','134','','',0.00,'VATABLE','300','595.86','3724.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3826,'','1',2.00,'2025-06-22 20:12:24','4.00','16','newstock','1','161750612210','10',1300.0000,'','1','6','supplier','1','216','','',0.00,'VATABLE','1800','358.62','2241.38','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3827,'','1',5.00,'2025-06-22 20:12:43','0.00','16','newstock','1','161750612210','10',1040.0000,'','1','5','supplier','1','112','','',0.00,'VATABLE','1300','717.24','4482.76','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3828,'','1',5.00,'2025-06-22 20:13:33','2.00','16','newstock','1','161750612210','10',1000.0000,'','1','7','supplier','1','82','','',0.00,'VATABLE','1500','689.66','4310.34','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3829,'','1',24.00,'2025-06-22 20:14:03','3.00','16','newstock','1','161750612210','10',247.0000,'','1','27','supplier','1','207','','',0.00,'VATABLE','350','817.66','5110.34','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3830,'','1',10.00,'2025-06-22 20:14:39','4.00','16','newstock','1','161750612210','10',607.0000,'','1','14','supplier','1','152','','',0.00,'VATABLE','900','837.24','5232.76','16.00','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3831,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-22 20:14:26','28.00','22','newstock','1','','',245.0000,'','1','27','1','1','117','22175061248502038230252','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3832,'LEMONADE','160',-1.00,'2025-06-22 20:14:45','84.00','22','newstock','1','','',41.6700,'','1','83','1','1','160','22175061250123020330221','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3833,'','1',5.00,'2025-06-22 20:15:05','3.00','16','newstock','1','161750612210','10',805.0000,'','1','8','supplier','1','211','','',0.00,'VATABLE','1300','555.17','3469.83','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3834,'','1',5.00,'2025-06-22 20:15:26','0.00','16','newstock','1','161750612210','10',310.0000,'','1','5','supplier','1','210','','',0.00,'VATABLE','400','213.79','1336.21','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3835,'PREDATOR','178',1.00,'2025-06-22 20:16:34','85.00','16','newstock','1','','',0.0000,'','1','86','1','1','178','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3836,'HEINEKEN-BOTTLE','138',4.00,'2025-06-22 20:16:42','13.00','16','newstock','1','','',0.0000,'','1','17','1','1','138','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3837,'BEST WHISKY-750','94',-1.00,'2025-06-22 20:15:28','8.00','22','newstock','1','','',1000.0000,'','1','7','1','1','94','22175061264702207267003','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3838,'melkan 1.5 litres','272',-1.00,'2025-06-22 20:17:27','54.00','22','newstock','1','','',33.3000,'','1','53','1','1','272','22175061266838220380207','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3839,'SODA PLASTIC BOTTLE 500ML','',30.00,'2025-06-22 20:19:11','0.00','16','newstock','1','','',70.0000,'','1','30','internal','1','194','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3840,'BEST WHISKY-750','94',-1.00,'2025-06-22 21:13:42','7.00','22','newstock','1','','',1000.0000,'','1','6','1','1','94','22175061603760301360706','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3841,'SODA PLASTIC BOTTLE 500ML','194',-1.00,'2025-06-22 21:14:15','30.00','22','newstock','1','','',70.0000,'','1','29','1','1','194','22175061609260303002273','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3842,'TRIPPLE ACE-250','201',-2.00,'2025-06-22 21:32:46','7.00','22','newstock','1','','',200.0000,'','1','5','1','1','201','22175061720331027330202','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3843,'melkan 1.5 litres','272',-1.00,'2025-06-22 21:33:23','53.00','22','newstock','1','','',33.3000,'','1','52','1','1','272','22175061721622132172720','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3844,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-22 21:33:36','33.00','22','newstock','1','','',35.0000,'','1','32','1','1','164','22175061723072003003322','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3845,'CHROME-VODKA 250','115',-1.00,'2025-06-22 21:35:47','31.00','5','newstock','1','','',217.0000,'','1','30','1','1','115','5175061734853157341232','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3846,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-22 21:35:58','104.00','5','newstock','1','','',175.0000,'','1','102','1','1','209','5175061735933009260332','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3847,'WHITECAP-BOTTLE','218',-2.00,'2025-06-22 21:37:20','116.00','5','newstock','1','','',200.0000,'','1','114','1','1','218','5175061744140420032334','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3848,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-22 21:39:05','9980.00','5','newstock','1','','',0.0000,'','1','9979','1','1','53','5175061754531603622360','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3849,'GREENS(KIENYEJI)','46',-1.00,'2025-06-22 21:39:16','9941.00','5','newstock','1','','',0.0000,'','1','9940','1','1','46','5175061755732220523372','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3850,'UGALI','45',-1.00,'2025-06-22 21:39:21','9628.00','5','newstock','1','','',0.0000,'','1','9627','1','1','45','5175061756150325225135','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3851,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-22 21:40:02','9936.00','5','newstock','1','','',0.0000,'','1','9935','1','1','22','5175061760330033302052','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3852,'BEST WHISKY-750','94',-1.00,'2025-06-22 21:44:11','6.00','22','newstock','1','','',1000.0000,'','1','5','1','1','94','22175061788602327003077','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3853,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-22 21:44:47','7.00','22','newstock','1','','',230.0000,'','1','6','1','1','193','22175061790000220202327','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3854,'BAILEYS-750','87',-1.00,'2025-06-22 21:49:21','1.00','5','newstock','1','','',2650.0000,'','1','0','1','1','87','5175061819213431200235','',0.00,'','3500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3855,'SODA PLASTIC BOTTLE 500ML','194',-2.00,'2025-06-22 21:53:07','29.00','17','newstock','1','','',70.0000,'','1','27','1','1','194','17175061839436370033132','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3856,'SODA PLASTIC BOTTLE 500ML','194',-1.00,'2025-06-22 21:53:57','27.00','17','newstock','1','','',70.0000,'','1','26','1','1','194','17175061844320040026322','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3857,'melkan 1.5 litres','272',-1.00,'2025-06-22 21:57:03','52.00','4','newstock','1','','',33.3000,'','1','51','1','1','272','4175061862303233125332','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3858,'CHIPS','47',-1.00,'2025-06-22 21:58:18','9888.00','22','newstock','1','','',0.0000,'','1','9887','1','1','47','22175061870832033068361','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3859,'DELMONTE','119',-1.00,'2025-06-22 22:04:13','17.00','22','newstock','1','','',250.0000,'','1','16','1','1','119','22175061908150223210022','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3860,'SMOKIES(PAIR)','15',-1.00,'2025-06-22 22:04:42','9967.00','22','newstock','1','','',0.0000,'','1','9966','1','1','15','22175061909902301033729','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3861,'CHIPS','47',-1.00,'2025-06-22 22:15:59','9887.00','6','newstock','1','','',0.0000,'','1','9886','1','1','47','6175061978272277361783','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3862,'SMOKIES(PAIR)','15',-1.00,'2025-06-22 22:16:22','9966.00','6','newstock','1','','',0.0000,'','1','9965','1','1','15','6175061979473224223093','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3863,'CHIPS','47',-3.00,'2025-06-22 22:29:05','9886.00','4','newstock','1','','',0.0000,'','1','9883','1','1','47','4175062054633260203623','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3864,'SMOKIES(PAIR)','15',-1.00,'2025-06-22 22:32:30','9965.00','4','newstock','1','','',0.0000,'','1','9964','1','1','15','4175062076225034344022','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3865,'SMOKIES(PAIR)','15',-1.00,'2025-06-22 22:32:43','9964.00','4','newstock','1','','',0.0000,'','1','9963','1','1','15','4175062077373346233222','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3866,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-22 22:36:08','29.00','8','newstock','1','','',710.0000,'','1','28','1','1','118','8175062096923738221232','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3867,'melkan 1.5 litres','272',-1.00,'2025-06-22 22:36:19','51.00','8','newstock','1','','',33.3000,'','1','50','1','1','272','8175062097926333233423','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL); INSERT INTO `newstock` VALUES (3868,'GOAT CHOMA 1/4','79',-1.00,'2025-06-22 22:37:06','9966.00','8','newstock','1','','',0.0000,'','1','9965','1','1','79','8175062102703233220343','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3869,'UGALI','45',-1.00,'2025-06-22 22:37:24','9627.00','8','newstock','1','','',0.0000,'','1','9626','1','1','45','8175062104433411200223','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3870,'KENYA CANE-250','154',-1.00,'2025-06-22 22:38:22','2.00','8','newstock','1','','',270.0000,'','1','1','1','1','154','8175062110367520323725','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3871,'SODA-BOTTLE','195',-1.00,'2025-06-22 22:38:39','43.00','8','newstock','1','','',70.0000,'','1','42','1','1','195','8175062112021060213220','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3872,'TRIPPLE ACE-250','201',-1.00,'2025-06-22 23:04:27','5.00','22','newstock','1','','',200.0000,'','1','4','1','1','201','22175062269966333120033','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3873,'melkan 1.5 litres','272',-1.00,'2025-06-22 23:05:15','50.00','22','newstock','1','','',33.3000,'','1','49','1','1','272','22175062272602227032222','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3874,'SODA PLASTIC BOTTLE 500ML','194',-2.00,'2025-06-22 23:05:26','26.00','22','newstock','1','','',70.0000,'','1','24','1','1','194','22175062274602034230252','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3876,'CAPTAIN MORGAN-250','110',-2.00,'2025-06-22 23:09:04','20.00','5','newstock','1','','',345.0000,'','1','18','1','1','110','5175062298732332303222','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3878,'LEMONADE','160',-1.00,'2025-06-22 23:10:15','83.00','5','newstock','1','','',41.6700,'','1','82','1','1','160','5175062301536322333212','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3879,'melkan 1.5 litres','272',-1.00,'2025-06-22 23:10:21','49.00','5','newstock','1','','',33.3000,'','1','48','1','1','272','5175062302224103702502','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3880,'ROBERTSON-WHITE','185',-1.00,'2025-06-22 23:11:06','4.00','5','newstock','1','','',1092.0000,'','1','3','1','1','185','5175062309247572372933','',0.00,'','1700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3881,'HUNTERS CHOICE-750','142',-1.00,'2025-06-22 23:11:32','7.00','5','newstock','1','','',975.0000,'','1','6','1','1','142','5175062311130311025330','',0.00,'','1400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3882,'GOAT CHOMA 1/2','80',-1.00,'2025-06-22 23:12:32','9980.00','5','newstock','1','','',0.0000,'','1','9979','1','1','80','5175062315233232765213','',0.00,'','800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3883,'GOAT CHOMA 1/2','80',-1.00,'2025-06-22 23:13:10','9979.00','5','newstock','1','','',0.0000,'','1','9978','1','1','80','5175062319131053910633','',0.00,'','800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3885,'UGALI','45',-3.00,'2025-06-22 23:13:43','9626.00','5','newstock','1','','',0.0000,'','1','9623','1','1','45','5175062322420230325033','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3886,'melkan 1.5 litres','272',-1.00,'2025-06-22 23:14:20','48.00','5','newstock','1','','',33.3000,'','1','47','1','1','272','5175062326126223225430','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3887,'GUINESS-BOTTLE','136',-1.00,'2025-06-22 23:22:30','139.00','4','newstock','1','','',210.0000,'','1','138','1','1','136','4175062375003303252223','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3888,'TUSKER-LAGER-BOTTLE','209',-3.00,'2025-06-22 23:22:42','102.00','4','newstock','1','','',175.0000,'','1','99','1','1','209','4175062376333333433376','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3889,'SMOKIES(PAIR)','15',-1.00,'2025-06-22 23:46:12','9963.00','4','newstock','1','','',0.0000,'','1','9962','1','1','15','4175062518642202030265','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3896,'SODA-BOTTLE','195',-1.00,'2025-06-22 23:50:13','42.00','6','newstock','1','','',70.0000,'','1','41','1','1','195','6175062542932101235060','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3897,'SODA-BOTTLE','195',-1.00,'2025-06-22 23:54:34','41.00','5','newstock','1','','',70.0000,'','1','40','1','1','195','5175062567420332542672','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3898,'TRIPPLE ACE-750','202',-1.00,'2025-06-23 01:09:08','29.00','6','newstock','1','','',570.0000,'','1','28','1','1','202','6175063014900030292003','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3899,'PREDATOR','178',-2.00,'2025-06-23 01:09:25','86.00','6','newstock','1','','',54.1700,'','1','84','1','1','178','6175063016646222226220','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3900,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-23 01:10:12','23.00','6','newstock','1','','',945.0000,'','1','22','1','1','111','6175063021420223110000','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3901,'melkan 1.5 litres','272',-1.00,'2025-06-23 01:12:23','47.00','6','newstock','1','','',33.3000,'','1','46','1','1','272','6175063034406204036337','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3902,'melkan 1.5 litres','272',-1.00,'2025-06-23 01:13:19','46.00','6','newstock','1','','',33.3000,'','1','45','1','1','272','6175063040002242263202','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3903,'melkan 1.5 litres','272',-1.00,'2025-06-23 01:13:24','45.00','6','newstock','1','','',33.3000,'','1','44','1','1','272','6175063040443230626220','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3904,'LEMONADE','160',-1.00,'2025-06-23 01:13:36','82.00','6','newstock','1','','',41.6700,'','1','81','1','1','160','6175063041720275140202','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3905,'LEMONADE','160',-2.00,'2025-06-23 01:13:46','81.00','6','newstock','1','','',41.6700,'','1','79','1','1','160','6175063042732030606330','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3906,'VICEROY 375','214',-1.00,'2025-06-23 01:14:03','14.00','6','newstock','1','','',680.0000,'','1','13','1','1','214','6175063044500503442200','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3907,'GILBEYS-750','126',-1.00,'2025-06-23 01:15:23','6.00','6','newstock','1','','',1300.0000,'','1','5','1','1','126','6175063052552520322027','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3908,'LEMONADE','160',-1.00,'2025-06-23 01:15:34','79.00','6','newstock','1','','',41.6700,'','1','78','1','1','160','6175063053533232332303','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3909,'melkan 1.5 litres','272',-1.00,'2025-06-23 01:15:45','44.00','6','newstock','1','','',33.3000,'','1','43','1','1','272','6175063054730703333260','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3910,'GOAT CHOMA 1 KG ','81',-1.00,'2025-06-23 01:16:34','9992.00','6','newstock','1','','',0.0000,'','1','9991','1','1','81','6175063059536543923770','',0.00,'','1600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3911,'UGALI','45',-1.00,'2025-06-23 01:16:46','9623.00','6','newstock','1','','',0.0000,'','1','9622','1','1','45','6175063060734327330005','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3912,'UGALI','45',-1.00,'2025-06-23 01:16:50','9622.00','6','newstock','1','','',0.0000,'','1','9621','1','1','45','6175063061123003402612','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3913,'DUNHILL','120',-2.00,'2025-06-23 01:18:04','14.00','6','newstock','1','','',17.0000,'','1','12','1','1','120','6175063068622302623230','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3914,'SAFARI','187',-2.00,'2025-06-23 01:18:32','51.00','6','newstock','1','','',8.0000,'','1','49','1','1','187','6175063071303505322206','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3915,'CAPTAIN MORGAN-250','110',-1.00,'2025-06-23 01:19:54','18.00','6','newstock','1','','',345.0000,'','1','17','1','1','110','6175063079523322701335','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3916,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-23 01:20:41','9935.00','6','newstock','1','','',0.0000,'','1','9934','1','1','22','6175063084221243363333','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3917,'UGALI','45',-1.00,'2025-06-23 01:20:49','9621.00','6','newstock','1','','',0.0000,'','1','9620','1','1','45','6175063085023072233470','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3918,'melkan 1.5 litres','272',-1.00,'2025-06-23 01:21:12','43.00','6','newstock','1','','',33.3000,'','1','42','1','1','272','6175063087310763500202','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3919,'VICEROY-750','216',-1.00,'2025-06-23 01:22:17','6.00','6','newstock','1','','',1300.0000,'','1','5','1','1','216','6175063093917330233332','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3920,'SPORT','196',-5.00,'2025-06-23 01:23:04','76.00','6','newstock','1','','',14.0000,'','1','71','1','1','196','6175063098643037333120','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3921,'MATCH BOX','163',-1.00,'2025-06-23 01:23:14','89.00','6','newstock','1','','',5.0000,'','1','88','1','1','163','6175063099523132260072','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3922,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-23 01:23:30','9934.00','6','newstock','1','','',0.0000,'','1','9933','1','1','22','6175063101135530330153','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3923,'UGALI','45',-1.00,'2025-06-23 01:23:37','9620.00','6','newstock','1','','',0.0000,'','1','9619','1','1','45','6175063101800836261357','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3924,'GUINESS-BOTTLE','136',-1.00,'2025-06-23 01:23:53','138.00','6','newstock','1','','',210.0000,'','1','137','1','1','136','6175063103424333024033','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3925,'TRIPPLE ACE-750','202',-1.00,'2025-06-23 01:24:42','28.00','6','newstock','1','','',570.0000,'','1','27','1','1','202','6175063110720120007022','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3926,'VICEROY-750','216',-1.00,'2025-06-23 01:25:07','5.00','6','newstock','1','','',1300.0000,'','1','4','1','1','216','6175063112263220122204','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3927,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-23 01:25:22','6.00','6','newstock','1','','',230.0000,'','1','5','1','1','193','6175063113630770353204','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3928,'BEST WHISKY-750','94',-1.00,'2025-06-23 01:25:37','5.00','6','newstock','1','','',1000.0000,'','1','4','1','1','94','6175063114732203336662','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3929,'SODA-BOTTLE','195',-6.00,'2025-06-23 01:26:27','40.00','6','newstock','1','','',70.0000,'','1','34','1','1','195','6175063118826720708336','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3930,'MONSTER DRINK','167',-1.00,'2025-06-23 01:26:39','10.00','6','newstock','1','','',235.0000,'','1','9','1','1','167','6175063120062353320205','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3931,'SODA PLASTIC BOTTLE 500ML','194',-1.00,'2025-06-23 01:26:51','24.00','6','newstock','1','','',70.0000,'','1','23','1','1','194','6175063121332233213440','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3932,'melkan 1.5 litres','272',-1.00,'2025-06-23 01:26:53','42.00','6','newstock','1','','',33.3000,'','1','41','1','1','272','6175063123263532217452','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3933,'BEST WHISKY-750','94',-1.00,'2025-06-23 01:27:12','4.00','6','newstock','1','','',1000.0000,'','1','3','1','1','94','6175063124713333076362','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3934,'melkan 1.5 litres','272',-1.00,'2025-06-23 01:27:27','41.00','6','newstock','1','','',33.3000,'','1','40','1','1','272','6175063126122455200431','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3935,'TRIPPLE ACE-750','202',-1.00,'2025-06-23 01:27:41','27.00','6','newstock','1','','',570.0000,'','1','26','1','1','202','6175063126930263327332','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3936,'GUINESS CAN','135',-1.00,'2025-06-23 01:28:37','14.00','6','newstock','1','','',216.0000,'','1','13','1','1','135','6175063131822003263232','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3937,'GUINESS CAN','135',-1.00,'2025-06-23 01:28:45','13.00','6','newstock','1','','',216.0000,'','1','12','1','1','135','6175063132602343363333','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3938,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-23 01:29:48','9933.00','6','newstock','1','','',0.0000,'','1','9932','1','1','22','6175063138832734310223','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3939,'UGALI','45',-1.00,'2025-06-23 01:30:12','9619.00','6','newstock','1','','',0.0000,'','1','9618','1','1','45','6175063141304320005160','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3940,'SPORT','196',-1.00,'2025-06-23 01:30:41','71.00','6','newstock','1','','',14.0000,'','1','70','1','1','196','6175063144322230032420','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3941,'CHIPS','47',-1.00,'2025-06-23 01:32:02','9883.00','6','newstock','1','','',0.0000,'','1','9882','1','1','47','6175063153352222462323','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3942,'WHITECAP-BOTTLE','218',-2.00,'2025-06-23 01:33:13','114.00','6','newstock','1','','',200.0000,'','1','112','1','1','218','6175063159424320303190','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3943,'GOAT CHOMA 1/2','80',-1.00,'2025-06-23 01:34:36','9978.00','6','newstock','1','','',0.0000,'','1','9977','1','1','80','6175063167733223336520','',0.00,'','800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3944,'UGALI','45',-1.00,'2025-06-23 01:35:00','9618.00','6','newstock','1','','',0.0000,'','1','9617','1','1','45','6175063170002076016773','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3945,'LEMONADE','160',-1.00,'2025-06-23 01:35:15','78.00','6','newstock','1','','',41.6700,'','1','77','1','1','160','6175063171563331202765','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3946,'GUINESS-BOTTLE','136',-1.00,'2025-06-23 03:26:23','137.00','6','newstock','1','','',210.0000,'','1','136','1','1','136','6175063838538532225082','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3947,'SPORT','196',-5.00,'2025-06-23 03:26:42','70.00','6','newstock','1','','',14.0000,'','1','65','1','1','196','6175063840420330352326','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3948,'SODA-BOTTLE','195',-1.00,'2025-06-23 03:36:04','34.00','6','newstock','1','','',70.0000,'','1','33','1','1','195','6175063896532354000032','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3949,'melkan 1.5 litres','272',-1.00,'2025-06-23 03:37:46','40.00','6','newstock','1','','',33.3000,'','1','39','1','1','272','6175063906703362372330','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3950,'BEST WHISKY-750','94',-1.00,'2025-06-23 03:38:04','3.00','6','newstock','1','','',1000.0000,'','1','2','1','1','94','6175063908502022900363','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3951,'LEMONADE','160',-1.00,'2025-06-23 03:40:52','77.00','6','newstock','1','','',41.6700,'','1','76','1','1','160','6175063925332263023333','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3952,'UGALI','45',-1.00,'2025-06-23 03:41:39','9617.00','6','newstock','1','','',0.0000,'','1','9616','1','1','45','6175063930055307202190','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3953,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-23 03:42:07','9985.00','6','newstock','1','','',0.0000,'','1','9984','1','1','54','6175063932990229623303','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3954,'GREENS(KIENYEJI)','46',-1.00,'2025-06-23 03:42:20','9940.00','6','newstock','1','','',0.0000,'','1','9939','1','1','46','6175063934123403323240','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3955,'TUSKER LITE CAN','207',-1.00,'2025-06-23 03:42:46','27.00','6','newstock','1','','',247.0000,'','1','26','1','1','207','6175063936732200232032','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3956,'WHITECAP-BOTTLE','218',-1.00,'2025-06-23 03:43:08','112.00','6','newstock','1','','',200.0000,'','1','111','1','1','218','6175063938973269730380','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3957,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-23 03:43:14','99.00','6','newstock','1','','',175.0000,'','1','98','1','1','209','6175063939532033403300','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3958,'WHITECAP-BOTTLE','218',-1.00,'2025-06-23 04:17:16','111.00','6','newstock','1','','',200.0000,'','1','110','1','1','218','6175064143766321257520','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3960,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-23 04:19:33','98.00','6','newstock','1','','',175.0000,'','1','97','1','1','209','6175064157421622222620','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3961,'TUSKER LITE CAN','207',-1.00,'2025-06-23 04:19:51','26.00','6','newstock','1','','',247.0000,'','1','25','1','1','207','6175064159323300201227','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3962,'TUSKER LITE CAN','207',1.00,'2025-06-23 04:32:54','25.00','16','newstock','1','','',0.0000,'','1','26','1','1','207','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3963,'WHITECAP-BOTTLE','218',1.00,'2025-06-23 04:33:05','110.00','16','newstock','1','','',0.0000,'','1','111','1','1','218','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3964,'SPORT','196',-2.00,'2025-06-23 04:44:18','65.00','6','newstock','1','','',14.0000,'','1','63','1','1','196','6175064305903030232723','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3965,'MATCH BOX','163',-1.00,'2025-06-23 04:44:29','88.00','6','newstock','1','','',5.0000,'','1','87','1','1','163','6175064307046134043674','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3966,'BALOZI-BOTTLE','89',-1.00,'2025-06-23 12:28:44','220.00','14','newstock','1','','',175.0000,'','1','219','1','1','89','14175067096403229029213','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3967,'TEA','10',-3.00,'2025-06-23 12:32:39','9959.00','14','newstock','1','','',0.0000,'','1','9956','1','1','10','14175067116632336360733','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3968,'TEA','10',-1.00,'2025-06-23 12:33:09','9959.00','14','newstock','1','','',0.0000,'','1','9958','1','1','10','14175067121401051321023','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3969,'SAUSAGE (PAIR)','3',-1.00,'2025-06-23 12:33:35','9941.00','14','newstock','1','','',0.0000,'','1','9940','1','1','3','14175067123703123012072','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3970,'EGGS(BOILED/FRIED)','1',-3.00,'2025-06-23 12:33:57','9973.00','14','newstock','1','','',0.0000,'','1','9970','1','1','1','14175067126733074275773','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3971,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-23 13:03:44','9984.00','14','newstock','1','','',0.0000,'','1','9983','1','1','54','14175067306401030235302','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3972,'UGALI','45',-1.00,'2025-06-23 13:04:25','9616.00','14','newstock','1','','',0.0000,'','1','9615','1','1','45','14175067308623367233333','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3973,'SAFARI','187',-1.00,'2025-06-23 13:06:03','49.00','14','newstock','1','','',8.0000,'','1','48','1','1','187','14175067317763720335260','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3974,'BALOZI-BOTTLE','89',-1.00,'2025-06-23 13:09:16','219.00','14','newstock','1','','',175.0000,'','1','218','1','1','89','14175067342033042530350','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3975,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-23 14:26:38','97.00','14','newstock','1','','',175.0000,'','1','95','1','1','209','14175067881201203031822','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3976,'DUNHILL','120',-4.00,'2025-06-23 14:40:12','12.00','14','newstock','1','','',17.0000,'','1','8','1','1','120','14175067885280032632303','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3977,'MATCH BOX','163',-1.00,'2025-06-23 14:40:52','87.00','14','newstock','1','','',5.0000,'','1','86','1','1','163','14175067890607323233703','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3978,'BLACK AND WHITE -375','96',-1.00,'2025-06-23 14:42:13','4.00','14','newstock','1','','',605.0000,'','1','3','1','1','96','14175067897293027730935','',0.00,'','850','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3979,'DUNHILL','120',-2.00,'2025-06-23 14:42:53','8.00','14','newstock','1','','',17.0000,'','1','6','1','1','120','14175067899522390210030','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3980,'MATCH BOX','163',-1.00,'2025-06-23 14:43:15','86.00','14','newstock','1','','',5.0000,'','1','85','1','1','163','14175067901407033720339','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3981,'melkan 1.5 litres','272',-1.00,'2025-06-23 14:43:35','39.00','14','newstock','1','','',33.3000,'','1','38','1','1','272','14175067903412333332472','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3982,'BALOZI-BOTTLE','89',-2.00,'2025-06-23 14:44:18','218.00','14','newstock','1','','',175.0000,'','1','216','1','1','89','14175067911919032270115','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3983,'SODA-BOTTLE','195',-1.00,'2025-06-23 14:45:19','33.00','14','newstock','1','','',70.0000,'','1','32','1','1','195','14175067922000630032122','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3984,'4TH STREET-750-WHITE','83',-1.00,'2025-06-23 14:47:01','5.00','14','newstock','1','','',1000.0000,'','1','4','1','1','83','14175067923933352200100','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3985,'BALOZI-BOTTLE','89',-1.00,'2025-06-23 18:23:23','216.00','14','newstock','1','','',175.0000,'','1','215','1','1','89','14175069222624237224321','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3986,'SODA-BOTTLE','195',-2.00,'2025-06-23 20:08:40','32.00','4','newstock','1','','',70.0000,'','1','30','1','1','195','4175069852101054304321','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3987,'GUINESS-BOTTLE','136',-3.00,'2025-06-23 20:08:58','136.00','4','newstock','1','','',210.0000,'','1','133','1','1','136','4175069853822333238378','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3988,'melkan 1.5 litres','272',-2.00,'2025-06-23 20:09:10','38.00','4','newstock','1','','',33.3000,'','1','36','1','1','272','4175069855023659335230','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3989,'DELMONTE','119',-2.00,'2025-06-23 20:09:32','16.00','4','newstock','1','','',250.0000,'','1','14','1','1','119','4175069857331203003223','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3990,'COCKTAIL','244',-1.00,'2025-06-23 20:09:57','9971.00','4','newstock','1','','',150.0000,'','1','9970','1','1','244','4175069859705233433582','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3992,'BEEF WET/DRY FRY 1 KG','24',-1.00,'2025-06-23 20:11:22','9988.00','4','newstock','1','','',0.0000,'','1','9987','1','1','24','4175069868362232080026','',0.00,'','1200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3993,'CHICKEN KIENYEJI FULL','54',-2.00,'2025-06-23 20:11:44','9983.00','4','newstock','1','','',0.0000,'','1','9981','1','1','54','4175069870532062028722','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3994,'UGALI','45',-4.00,'2025-06-23 20:12:00','9615.00','4','newstock','1','','',0.0000,'','1','9611','1','1','45','4175069872112325232228','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3995,'CHAPATI','19',-4.00,'2025-06-23 20:12:01','9998.00','4','newstock','1','','',0.0000,'','1','9994','1','1','19','4175069874733030040345','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3996,'GREENS(KIENYEJI)','46',-3.00,'2025-06-23 20:17:17','9939.00','4','newstock','1','','',0.0000,'','1','9936','1','1','46','4175069905922262254220','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3997,'SODA-BOTTLE','195',-1.00,'2025-06-23 20:20:38','30.00','4','newstock','1','','',70.0000,'','1','29','1','1','195','4175069923952312344232','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3998,'BALOZI-BOTTLE','89',-1.00,'2025-06-23 20:21:38','215.00','4','newstock','1','','',175.0000,'','1','214','1','1','89','4175069929939223920332','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3999,'PREDATOR','178',-1.00,'2025-06-23 20:22:19','84.00','4','newstock','1','','',54.1700,'','1','83','1','1','178','4175069934032629939200','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4000,'REDBULL','180',-2.00,'2025-06-23 20:22:20','24.00','4','newstock','1','','',185.0000,'','1','22','1','1','180','4175069936663322722022','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4001,'SODA-BOTTLE','195',-1.00,'2025-06-23 20:23:30','29.00','4','newstock','1','','',70.0000,'','1','28','1','1','195','4175069941123200373400','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4002,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-23 20:23:32','95.00','4','newstock','1','','',175.0000,'','1','94','1','1','209','4175069944532235230634','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4003,'DUNHILL','120',-2.00,'2025-06-23 20:24:22','6.00','4','newstock','1','','',17.0000,'','1','4','1','1','120','4175069946333436391462','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4004,'TEA','10',-2.00,'2025-06-23 20:28:31','9958.00','4','newstock','1','','',0.0000,'','1','9956','1','1','10','4175069971200039220522','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4005,'GOAT WET/DRY FRY 1 KG ','27',-1.00,'2025-06-23 20:37:24','9990.00','4','newstock','1','','',0.0000,'','1','9989','1','1','27','4175070024532232332334','',0.00,'','1400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4006,'UGALI','45',-1.00,'2025-06-23 20:37:32','9611.00','4','newstock','1','','',0.0000,'','1','9610','1','1','45','4175070025332257033332','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4007,'GREENS(KIENYEJI)','46',-2.00,'2025-06-23 20:37:41','9936.00','4','newstock','1','','',0.0000,'','1','9934','1','1','46','4175070026203204644033','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4008,'melkan 1.5 litres','272',-1.00,'2025-06-23 20:37:59','36.00','4','newstock','1','','',33.3000,'','1','35','1','1','272','4175070027990133302375','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4009,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-23 20:38:48','9980.00','4','newstock','1','','',0.0000,'','1','9979','1','1','23','4175070032805724300322','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4010,'UGALI','45',-1.00,'2025-06-23 20:38:57','9610.00','4','newstock','1','','',0.0000,'','1','9609','1','1','45','4175070033853233022320','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4011,'LEMONADE','160',-2.00,'2025-06-23 20:39:11','76.00','4','newstock','1','','',41.6700,'','1','74','1','1','160','4175070035203012502350','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4012,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-23 20:39:39','9932.00','4','newstock','1','','',0.0000,'','1','9931','1','1','22','4175070038042203727020','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4013,'UGALI','45',-1.00,'2025-06-23 20:39:45','9609.00','4','newstock','1','','',0.0000,'','1','9608','1','1','45','4175070038633440031023','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4014,'melkan 1.5 litres','272',-1.00,'2025-06-23 20:39:59','35.00','4','newstock','1','','',33.3000,'','1','34','1','1','272','4175070039914053297223','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4015,'DUNHILL','120',-4.00,'2025-06-23 20:40:08','4.00','4','newstock','1','','',17.0000,'','1','0','1','1','120','4175070040920323233300','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4016,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-23 20:40:22','60.00','4','newstock','1','','',225.0000,'','1','59','1','1','205','4175070042442002441400','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4017,'melkan 1.5 litres','272',-1.00,'2025-06-23 20:40:57','34.00','4','newstock','1','','',33.3000,'','1','33','1','1','272','4175070045933304322402','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4018,'BALOZI-BOTTLE','89',-1.00,'2025-06-23 20:42:18','214.00','4','newstock','1','','',175.0000,'','1','213','1','1','89','4175070053883243352332','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4019,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-23 20:42:32','22.00','4','newstock','1','','',945.0000,'','1','21','1','1','111','4175070057733242473420','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4020,'MATCH BOX','163',-2.00,'2025-06-23 20:44:03','85.00','4','newstock','1','','',5.0000,'','1','83','1','1','163','4175070064433764604220','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4021,'COCKTAIL','244',-1.00,'2025-06-23 20:44:21','9970.00','4','newstock','1','','',150.0000,'','1','9969','1','1','244','4175070066220023303006','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4022,'EGGS(BOILED/FRIED)','1',-4.00,'2025-06-23 20:46:19','9970.00','4','newstock','1','','',0.0000,'','1','9966','1','1','1','4175070078018700423103','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4023,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-23 21:54:12','59.00','4','newstock','1','','',225.0000,'','1','58','1','1','205','4175070485353333432442','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4024,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-23 21:56:57','9979.00','4','newstock','1','','',0.0000,'','1','9978','1','1','52','4175070501872780225222','',0.00,'','450','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4025,'GREENS(KIENYEJI)','46',-1.00,'2025-06-23 21:57:58','9934.00','4','newstock','1','','',0.0000,'','1','9933','1','1','46','4175070507852027472437','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4026,'UGALI','45',-1.00,'2025-06-23 21:58:02','9608.00','4','newstock','1','','',0.0000,'','1','9607','1','1','45','4175070508304023000230','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4028,'ROOMS','247',-1.00,'2025-06-23 21:58:30','9981.00','4','newstock','1','','',500.0000,'','1','9980','1','1','247','4175070511142522311132','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4029,'TEA','10',-1.00,'2025-06-23 22:11:49','9956.00','4','newstock','1','','',0.0000,'','1','9955','1','1','10','4175070591050517453313','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4030,'COCKTAIL','244',-1.00,'2025-06-23 23:05:20','9969.00','1','newstock','1','','',150.0000,'','1','9968','1','1','244','1175070912034327339005','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4031,'ROOM 2','250',-1.00,'2025-06-23 23:05:27','9955.00','1','newstock','1','','',500.0000,'','1','9954','1','1','250','1175070912773021204220','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4032,'Room Double Breakfast','283',-1.00,'2025-06-23 23:05:29','498.00','1','newstock','1','','',1000.0000,'','1','497','1','1','283','1175070913030503022074','',0.00,'','2000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4033,'Room Guest Breakfast','284',-1.00,'2025-06-23 23:05:32','500.00','1','newstock','1','','',250.0000,'','1','499','1','1','284','1175070913230330320012','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4034,'ROOMS','247',-1.00,'2025-06-23 23:05:36','9980.00','1','newstock','1','','',500.0000,'','1','9979','1','1','247','1175070913707923940277','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4035,'SAFARI','187',-2.00,'2025-06-23 23:27:01','48.00','4','newstock','1','','',8.0000,'','1','46','1','1','187','4175071042271122331332','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4036,'KENYA CANE 350','153',-1.00,'2025-06-23 23:28:17','3.00','4','newstock','1','','',330.0000,'','1','2','1','1','153','4175071051722702007331','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4037,'TUSKER CIDER-BOTTLE','205',-2.00,'2025-06-23 23:54:27','58.00','4','newstock','1','','',225.0000,'','1','56','1','1','205','4175071206812724206022','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4039,'EGGS(BOILED/FRIED)','1',1.00,'2025-06-23 23:59:53','9966.00','16','newstock','1','','',0.0000,'','1','9967','1','1','1','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4040,'EGGS(BOILED/FRIED)','1',1.00,'2025-06-23 23:59:56','9967.00','16','newstock','1','','',0.0000,'','1','9968','1','1','1','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4042,'ROOMS','247',-1.00,'2025-06-24 00:33:20','9980.00','4','newstock','1','','',500.0000,'','1','9979','1','1','247','4175071440030320243200','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4043,'SODA-BOTTLE','195',-1.00,'2025-06-24 01:01:05','28.00','4','newstock','1','','',70.0000,'','1','27','1','1','195','4175071606632124622026','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4044,'SAUSAGE (PAIR)','3',-1.00,'2025-06-24 22:37:21','9940.00','6','newstock','1','','',0.0000,'','1','9939','1','1','3','6175079384333232420337','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4045,'CHIPS','47',-1.00,'2025-06-24 22:37:45','9882.00','6','newstock','1','','',0.0000,'','1','9881','1','1','47','6175079386502353053555','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4046,'SODA-BOTTLE','195',-1.00,'2025-06-24 22:38:37','27.00','6','newstock','1','','',70.0000,'','1','26','1','1','195','6175079392323030332031','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4047,'SODA-BOTTLE','195',-1.00,'2025-06-24 22:44:14','26.00','6','newstock','1','','',70.0000,'','1','25','1','1','195','6175079425533025230005','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4048,'melkan 1.5 litres','272',-1.00,'2025-06-24 22:44:57','33.00','6','newstock','1','','',33.3000,'','1','32','1','1','272','6175079429846247362230','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4049,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-24 22:45:23','9931.00','6','newstock','1','','',0.0000,'','1','9930','1','1','22','6175079432430072602943','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4050,'UGALI','45',-1.00,'2025-06-24 22:45:31','9607.00','6','newstock','1','','',0.0000,'','1','9606','1','1','45','6175079433139332363302','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4052,'ROOMS','247',-1.00,'2025-06-24 22:46:06','9979.00','6','newstock','1','','',500.0000,'','1','9978','1','1','247','6175079436733233422420','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4053,'CHIPS','47',-1.00,'2025-06-24 22:48:33','9881.00','6','newstock','1','','',0.0000,'','1','9880','1','1','47','6175079451453323323203','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4054,'SODA-BOTTLE','195',-1.00,'2025-06-24 22:48:58','25.00','6','newstock','1','','',70.0000,'','1','24','1','1','195','6175079453906732313322','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4055,'BALOZI-BOTTLE','89',-1.00,'2025-06-24 22:49:05','213.00','6','newstock','1','','',175.0000,'','1','212','1','1','89','6175079458222340202031','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4056,'SODA PLASTIC BOTTLE 500ML','194',-2.00,'2025-06-24 22:50:36','23.00','6','newstock','1','','',70.0000,'','1','21','1','1','194','6175079463702332360047','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4057,'melkan 1.5 litres','272',-1.00,'2025-06-24 22:51:27','32.00','6','newstock','1','','',33.3000,'','1','31','1','1','272','6175079468807423449277','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4058,'HUNTERS CHOICE-750','142',-1.00,'2025-06-24 22:51:28','6.00','6','newstock','1','','',975.0000,'','1','5','1','1','142','6175079470102033303126','',0.00,'','1400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4059,'GOAT CHOMA 1/4','79',-1.00,'2025-06-24 22:51:42','9965.00','6','newstock','1','','',0.0000,'','1','9964','1','1','79','6175079473533333632442','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4060,'UGALI','45',-1.00,'2025-06-24 22:52:15','9606.00','6','newstock','1','','',0.0000,'','1','9605','1','1','45','6175079474902300035731','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4061,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-24 22:53:41','94.00','6','newstock','1','','',175.0000,'','1','92','1','1','209','6175079485602228403237','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4062,'GILBEYS-250','124',-1.00,'2025-06-24 22:54:16','10.00','6','newstock','1','','',423.0000,'','1','9','1','1','124','6175079487108318203009','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4063,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-24 22:54:31','32.00','6','newstock','1','','',35.0000,'','1','31','1','1','164','6175079488672232080028','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4064,'SODA-BOTTLE','195',-1.00,'2025-06-24 22:55:08','24.00','6','newstock','1','','',70.0000,'','1','23','1','1','195','6175079494625109422946','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4065,'MELKAN/QUENCHER/SAFARI-500 ML','164',-3.00,'2025-06-24 22:56:06','31.00','6','newstock','1','','',35.0000,'','1','28','1','1','164','6175079500103303120330','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4066,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-24 22:57:52','9979.00','6','newstock','1','','',0.0000,'','1','9978','1','1','23','6175079509722022032006','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4067,'UGALI','45',-2.00,'2025-06-24 22:58:17','9605.00','6','newstock','1','','',0.0000,'','1','9603','1','1','45','6175079510823092209303','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4068,'ROOM 2','250',-1.00,'2025-06-24 22:58:28','9955.00','6','newstock','1','','',500.0000,'','1','9954','1','1','250','6175079512333231922137','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4069,'TOOTHBRUSH','199',-1.00,'2025-06-24 22:59:04','10.00','6','newstock','1','','',35.0000,'','1','9','1','1','199','6175079517837217010533','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4070,'TOOTHPASTE','200',-1.00,'2025-06-24 22:59:38','9.00','6','newstock','1','','',35.0000,'','1','8','1','1','200','6175079519131593922174','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4071,'melkan 1.5 litres','272',-1.00,'2025-06-24 22:59:51','31.00','6','newstock','1','','',33.3000,'','1','30','1','1','272','6175079520327623002052','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4072,'SODA PLASTIC BOTTLE 500ML','194',2.00,'2025-06-24 23:49:43','21.00','16','newstock','1','','',0.0000,'','1','23','1','1','194','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4073,'SODA-BOTTLE','195',-2.00,'2025-06-24 23:51:33','23.00','6','newstock','1','','',70.0000,'','1','21','1','1','195','6175079830500323904331','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4074,'SAFARI','187',-1.00,'2025-06-24 23:57:58','46.00','6','newstock','1','','',8.0000,'','1','45','1','1','187','6175079867902207724236','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4075,'BLACK AND WHITE -750','97',-1.00,'2025-06-25 00:55:19','5.00','6','newstock','1','','',1175.0000,'','1','4','1','1','97','6175080215271421003533','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4076,'melkan 1.5 litres','272',-1.00,'2025-06-25 00:55:53','30.00','6','newstock','1','','',33.3000,'','1','29','1','1','272','6175080216830073337300','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4077,'WHITECAP-BOTTLE','218',-1.00,'2025-06-25 00:56:08','111.00','6','newstock','1','','',200.0000,'','1','110','1','1','218','6175080220041203232203','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4079,'PINEAPPLE PUNCH-CAN','176',-5.00,'2025-06-25 00:59:18','34.00','14','newstock','1','','',180.0000,'','1','29','1','1','176','14175080237517273323237','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4080,'DELMONTE','119',-1.00,'2025-06-25 00:59:35','14.00','14','newstock','1','','',250.0000,'','1','13','1','1','119','14175080239502735300313','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4081,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-25 01:00:44','9979.00','14','newstock','1','','',0.0000,'','1','9978','1','1','53','14175080247523332322238','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4082,'UGALI','45',-1.00,'2025-06-25 01:01:19','9603.00','14','newstock','1','','',0.0000,'','1','9602','1','1','45','14175080249104430208229','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4083,'BALOZI-BOTTLE','89',-1.00,'2025-06-25 01:01:54','212.00','14','newstock','1','','',175.0000,'','1','211','1','1','89','14175080253302308310031','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4084,'melkan 1.5 litres','272',-1.00,'2025-06-25 01:02:13','29.00','14','newstock','1','','',33.3000,'','1','28','1','1','272','14175080254728233302270','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4085,'GOAT CHOMA 1/4','79',-3.00,'2025-06-25 01:03:52','9964.00','14','newstock','1','','',0.0000,'','1','9961','1','1','79','14175080266947320030222','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4086,'KACHUMBARI','35',-1.00,'2025-06-25 01:04:30','9993.00','14','newstock','1','','',0.0000,'','1','9992','1','1','35','14175080268720322334222','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4087,'UGALI','45',-4.00,'2025-06-25 01:05:06','9602.00','14','newstock','1','','',0.0000,'','1','9598','1','1','45','14175080272472123025010','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4088,'GREENS(KIENYEJI)','46',-1.00,'2025-06-25 01:05:24','9933.00','14','newstock','1','','',0.0000,'','1','9932','1','1','46','14175080274742878332327','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4089,'SODA-BOTTLE','195',-1.00,'2025-06-25 01:46:32','21.00','6','newstock','1','','',70.0000,'','1','20','1','1','195','6175080520606837360402','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4090,'BLACK ICE CAN_DOUBLE BLACK','99',-1.00,'2025-06-25 01:49:03','47.00','6','newstock','1','','',180.0000,'','1','46','1','1','99','6175080539052271403322','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4091,'BLACK ICE CAN_DOUBLE BLACK','99',-1.00,'2025-06-25 01:49:51','46.00','6','newstock','1','','',180.0000,'','1','45','1','1','99','6175080541776433203002','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4092,'BLACK ICE-BOTTLE_DOUBLE BLACK','100',-5.00,'2025-06-25 01:50:17','18.00','6','newstock','1','','',165.0000,'','1','13','1','1','100','6175080547070036320344','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4093,'GILBEYS-350','125',-1.00,'2025-06-25 01:51:10','11.00','6','newstock','1','','',599.0000,'','1','10','1','1','125','6175080552722225205334','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4094,'SODA-BOTTLE','195',-1.00,'2025-06-25 01:52:07','20.00','6','newstock','1','','',70.0000,'','1','19','1','1','195','6175080555255622022250','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4095,'melkan 1.5 litres','272',-1.00,'2025-06-25 01:52:33','28.00','6','newstock','1','','',33.3000,'','1','27','1','1','272','6175080556122203628335','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4096,'VICEROY 375','214',-1.00,'2025-06-25 01:52:42','13.00','6','newstock','1','','',680.0000,'','1','12','1','1','214','6175080558120553012328','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4097,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-25 01:53:01','9981.00','6','newstock','1','','',0.0000,'','1','9980','1','1','54','6175080564232230035282','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4098,'SAUTTE POTATO','20',-2.00,'2025-06-25 01:54:32','9994.00','6','newstock','1','','',0.0000,'','1','9992','1','1','20','6175080572170033306327','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4099,'WHITECAP CAN','217',-1.00,'2025-06-25 01:55:21','30.00','6','newstock','1','','',225.0000,'','1','29','1','1','217','6175080576322263321520','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4100,'SODA-BOTTLE','195',-2.00,'2025-06-25 01:56:04','19.00','6','newstock','1','','',70.0000,'','1','17','1','1','195','6175080585338302344425','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4101,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-25 01:57:34','56.00','6','newstock','1','','',225.0000,'','1','55','1','1','205','6175080591622024022219','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4102,'WHITECAP-BOTTLE','218',-1.00,'2025-06-25 01:58:36','110.00','6','newstock','1','','',200.0000,'','1','109','1','1','218','6175080593223522032000','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4103,'melkan 1.5 litres','272',-1.00,'2025-06-25 02:04:03','27.00','6','newstock','1','','',33.3000,'','1','26','1','1','272','6175080625970232030120','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4104,'TUSKER-LAGER-BOTTLE','209',-3.00,'2025-06-25 02:05:32','92.00','14','newstock','1','','',175.0000,'','1','89','1','1','209','14175080635633162231203','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4105,'LEMONADE','160',-1.00,'2025-06-25 02:05:56','74.00','14','newstock','1','','',41.6700,'','1','73','1','1','160','14175080636736030302523','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4106,'BLACK AND WHITE -750','97',-1.00,'2025-06-25 02:06:07','4.00','14','newstock','1','','',1175.0000,'','1','3','1','1','97','14175080639202113805232','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4107,'SODA-BOTTLE','195',-1.00,'2025-06-25 02:06:32','17.00','14','newstock','1','','',70.0000,'','1','16','1','1','195','14175080649097323233093','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4108,'SODA-BOTTLE','195',-1.00,'2025-06-25 02:08:40','16.00','14','newstock','1','','',70.0000,'','1','15','1','1','195','14175080653903307319263','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4109,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-25 02:09:00','9978.00','14','newstock','1','','',0.0000,'','1','9977','1','1','23','14175080655803828305252','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4110,'GREENS(KIENYEJI)','46',-1.00,'2025-06-25 02:09:18','9932.00','14','newstock','1','','',0.0000,'','1','9931','1','1','46','14175080657862252432222','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4111,'BLACK ICE CAN_DOUBLE BLACK','99',-1.00,'2025-06-25 02:09:38','45.00','14','newstock','1','','',180.0000,'','1','44','1','1','99','14175080660231012831216','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4112,'GUARANA CAN_SMIRNOFF ICE','134',-1.00,'2025-06-25 02:10:02','74.00','14','newstock','1','','',180.0000,'','1','73','1','1','134','14175080666086206408254','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4113,'melkan 1.5 litres','272',-1.00,'2025-06-25 02:11:19','26.00','14','newstock','1','','',33.3000,'','1','25','1','1','272','14175080670032342552232','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4114,'GUINESS-BOTTLE','136',-2.00,'2025-06-25 02:11:41','133.00','14','newstock','1','','',210.0000,'','1','131','1','1','136','14175080672508743242332','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4115,'UGALI','45',-1.00,'2025-06-25 02:12:05','9598.00','14','newstock','1','','',0.0000,'','1','9597','1','1','45','14175080674340233220326','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4116,'GREENS(KIENYEJI)','46',-1.00,'2025-06-25 02:12:23','9931.00','14','newstock','1','','',0.0000,'','1','9930','1','1','46','14175080675370053323233','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4117,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-25 02:12:33','9980.00','14','newstock','1','','',0.0000,'','1','9979','1','1','54','14175080683110380222000','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4118,'BALOZI-BOTTLE','89',-4.00,'2025-06-25 02:14:12','211.00','14','newstock','1','','',175.0000,'','1','207','1','1','89','14175080686560053222343','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4119,'melkan 1.5 litres','272',-1.00,'2025-06-25 02:14:25','25.00','14','newstock','1','','',33.3000,'','1','24','1','1','272','14175080687400283130536','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4120,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-25 02:14:34','9977.00','14','newstock','1','','',0.0000,'','1','9976','1','1','25','14175080690570220022325','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4121,'SODA-BOTTLE','195',-1.00,'2025-06-25 02:15:21','15.00','14','newstock','1','','',70.0000,'','1','14','1','1','195','14175080698731032287832','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4122,'CHIPS','47',-1.00,'2025-06-25 02:16:47','9880.00','14','newstock','1','','',0.0000,'','1','9879','1','1','47','14175080702020203058503','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4123,'SAUSAGE (PAIR)','3',-2.00,'2025-06-25 02:17:00','9939.00','14','newstock','1','','',0.0000,'','1','9937','1','1','3','14175080706031263502701','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4124,'SODA-BOTTLE','195',-2.00,'2025-06-25 02:17:40','14.00','14','newstock','1','','',70.0000,'','1','12','1','1','195','14175080710132505322820','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4125,'melkan 1.5 litres','272',-1.00,'2025-06-25 02:18:46','24.00','14','newstock','1','','',33.3000,'','1','23','1','1','272','14175080714012822333303','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4126,'SAFARI','187',-2.00,'2025-06-25 02:19:00','45.00','14','newstock','1','','',8.0000,'','1','43','1','1','187','14175080715510073053151','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4127,'BALOZI-BOTTLE','89',-1.00,'2025-06-25 02:19:27','207.00','14','newstock','1','','',175.0000,'','1','206','1','1','89','14175080718204032020300','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4128,'SMOKIES(PAIR)','15',-1.00,'2025-06-25 02:20:00','9962.00','14','newstock','1','','',0.0000,'','1','9961','1','1','15','14175080722117330223023','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4129,'CHIPS','47',-1.00,'2025-06-25 02:20:21','9879.00','14','newstock','1','','',0.0000,'','1','9878','1','1','47','14175080723322252373001','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4130,'TEA','10',-1.00,'2025-06-25 02:20:33','9955.00','14','newstock','1','','',0.0000,'','1','9954','1','1','10','14175080724430221022322','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4131,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-25 02:32:47','9975.00','6','newstock','1','','',0.0000,'','1','9974','1','1','26','6175080802532033403300','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4132,'UGALI','45',-1.00,'2025-06-25 02:33:45','9597.00','6','newstock','1','','',0.0000,'','1','9596','1','1','45','6175080804083222272213','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4133,'CHROME-GIN 750','114',-1.00,'2025-06-25 02:35:10','5.00','6','newstock','1','','',585.0000,'','1','4','1','1','114','6175080813302061373230','',0.00,'','850','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4134,'PREDATOR','178',-1.00,'2025-06-25 02:35:33','83.00','6','newstock','1','','',54.1700,'','1','82','1','1','178','6175080814203030238010','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4135,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-25 02:35:42','9974.00','6','newstock','1','','',0.0000,'','1','9973','1','1','26','6175080815953003687053','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4136,'UGALI','45',-1.00,'2025-06-25 02:35:59','9596.00','6','newstock','1','','',0.0000,'','1','9595','1','1','45','6175080817130220013303','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4137,'SODA-BOTTLE','195',-2.00,'2025-06-25 02:36:11','12.00','6','newstock','1','','',70.0000,'','1','10','1','1','195','6175080822823332217880','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4138,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-25 02:37:08','21.00','6','newstock','1','','',945.0000,'','1','20','1','1','111','6175080825205220230255','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4139,'DELMONTE','119',-1.00,'2025-06-25 02:37:33','13.00','6','newstock','1','','',250.0000,'','1','12','1','1','119','6175080826472203073203','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4140,'melkan 1.5 litres','272',-1.00,'2025-06-25 02:37:44','23.00','6','newstock','1','','',33.3000,'','1','22','1','1','272','6175080827445232132278','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4141,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-25 02:37:54','9979.00','6','newstock','1','','',0.0000,'','1','9978','1','1','54','6175080829604223000230','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4142,'UGALI','45',-2.00,'2025-06-25 02:38:35','9595.00','6','newstock','1','','',0.0000,'','1','9593','1','1','45','6175080832830302332111','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4143,'GREENS(KIENYEJI)','46',-1.00,'2025-06-25 02:38:49','9930.00','6','newstock','1','','',0.0000,'','1','9929','1','1','46','6175080834030433303320','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4144,'GUINESS-BOTTLE','136',-2.00,'2025-06-25 02:57:23','131.00','6','newstock','1','','',210.0000,'','1','129','1','1','136','6175080945940205290302','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4145,'SAUSAGE (PAIR)','3',-1.00,'2025-06-25 02:57:39','9937.00','6','newstock','1','','',0.0000,'','1','9936','1','1','3','6175080946761322821233','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4146,'WHITE COFFEE','12',-1.00,'2025-06-25 02:57:47','9998.00','6','newstock','1','','',0.0000,'','1','9997','1','1','12','6175080948092488084303','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4147,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-25 02:58:00','9978.00','6','newstock','1','','',0.0000,'','1','9977','1','1','54','6175080949072022342804','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4148,'UGALI','45',-5.00,'2025-06-25 02:58:11','9593.00','6','newstock','1','','',0.0000,'','1','9588','1','1','45','6175080950220700358223','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4149,'GREENS(KIENYEJI)','46',-1.00,'2025-06-25 02:58:23','9929.00','6','newstock','1','','',0.0000,'','1','9928','1','1','46','6175080951510333903253','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4153,'ROOMS','247',-4.00,'2025-06-25 03:04:01','9978.00','6','newstock','1','','',500.0000,'','1','9974','1','1','247','6175080984220203594432','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4154,'ROOM 2','250',-1.00,'2025-06-25 03:04:45','9954.00','6','newstock','1','','',500.0000,'','1','9953','1','1','250','6175080990493300330322','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4157,'MELKAN/QUENCHER/SAFARI-500 ML','164',-5.00,'2025-06-25 17:17:36','28.00','3','newstock','1','','',35.0000,'','1','23','1','1','164','3175086105731230233027','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4158,'DELMONTE','119',-1.00,'2025-06-25 17:20:28','12.00','3','newstock','1','','',250.0000,'','1','11','1','1','119','3175086122903202039733','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4159,'TUSKER LITE CAN','207',-2.00,'2025-06-25 17:20:51','27.00','3','newstock','1','','',247.0000,'','1','25','1','1','207','3175086125218232812676','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4160,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-25 17:21:21','9978.00','3','newstock','1','','',0.0000,'','1','9977','1','1','53','3175086128220061722322','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4161,'UGALI','45',-2.00,'2025-06-25 17:21:32','9588.00','3','newstock','1','','',0.0000,'','1','9586','1','1','45','3175086129310007252333','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4162,'KACHUMBARI','35',-1.00,'2025-06-25 17:21:37','9992.00','3','newstock','1','','',0.0000,'','1','9991','1','1','35','3175086129823240231200','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4163,'GREENS(KIENYEJI)','46',-2.00,'2025-06-25 17:21:41','9928.00','3','newstock','1','','',0.0000,'','1','9926','1','1','46','3175086130202333323003','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4164,'ROOMS','247',-1.00,'2025-06-25 17:26:04','9974.00','3','newstock','1','','',500.0000,'','1','9973','1','1','247','3175086156520330230605','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4165,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-25 17:26:15','9978.00','3','newstock','1','','',0.0000,'','1','9977','1','1','52','3175086157623243386432','',0.00,'','450','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4166,'UGALI','45',-1.00,'2025-06-25 17:26:20','9586.00','3','newstock','1','','',0.0000,'','1','9585','1','1','45','3175086158130331023233','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4167,'GREENS(KIENYEJI)','46',-1.00,'2025-06-25 17:26:23','9926.00','3','newstock','1','','',0.0000,'','1','9925','1','1','46','3175086158452502322332','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4168,'WHITE COFFEE','12',-1.00,'2025-06-25 17:27:25','9997.00','3','newstock','1','','',0.0000,'','1','9996','1','1','12','3175086164632221300832','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4169,'SODA-BOTTLE','195',-5.00,'2025-06-25 17:37:02','10.00','3','newstock','1','','',70.0000,'','1','5','1','1','195','3175086222306232202033','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4171,'BANANA-BOTTLE','',-1.00,'2025-06-25 18:56:20','24.00','16','newstock','1','','',74.0000,'','1','23','1','Damaged product','90','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4172,'BLACK ICE-BOTTLE_DOUBLE BLACK','100',-1.00,'2025-06-25 19:05:53','13.00','3','newstock','1','','',165.0000,'','1','12','1','1','100','3175086755430515108230','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4173,'BEST WHISKY-750','94',-1.00,'2025-06-25 19:05:54','2.00','3','newstock','1','','',1000.0000,'','1','1','1','1','94','3175086758752002700326','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4174,'SAUSAGE (PAIR)','3',-1.00,'2025-06-25 19:06:43','9936.00','3','newstock','1','','',0.0000,'','1','9935','1','1','3','3175086760332533333205','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4175,'melkan 1.5 litres','272',-1.00,'2025-06-25 19:07:59','22.00','3','newstock','1','','',33.3000,'','1','21','1','1','272','3175086768052376220002','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4177,'CHROME-GIN 750','114',-1.00,'2025-06-25 19:09:56','4.00','3','newstock','1','','',585.0000,'','1','3','1','1','114','3175086779702337203777','',0.00,'','850','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4178,'BLACK COFFEE','11',-1.00,'2025-06-25 19:10:17','9994.00','3','newstock','1','','',0.0000,'','1','9993','1','1','11','3175086781800823830832','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4179,'TUSKER LITE CAN','207',-1.00,'2025-06-25 19:10:39','25.00','3','newstock','1','','',247.0000,'','1','24','1','1','207','3175086783952733833830','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4180,'TRIPPLE ACE-250','201',-1.00,'2025-06-25 19:11:43','4.00','3','newstock','1','','',200.0000,'','1','3','1','1','201','3175086794808032329730','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4181,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-25 19:12:40','23.00','3','newstock','1','','',35.0000,'','1','22','1','1','164','3175086796023225643502','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4182,'PREDATOR','178',-1.00,'2025-06-25 19:12:57','82.00','3','newstock','1','','',54.1700,'','1','81','1','1','178','3175086797877202371009','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4184,'TUSKER-LAGER-BOTTLE','209',-4.00,'2025-06-25 19:15:44','89.00','3','newstock','1','','',175.0000,'','1','85','1','1','209','3175086814520203002242','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4185,'DELMONTE','119',-1.00,'2025-06-25 19:15:54','11.00','3','newstock','1','','',250.0000,'','1','10','1','1','119','3175086815461262303331','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4186,'SAUSAGE (PAIR)','3',-1.00,'2025-06-25 19:16:08','9935.00','3','newstock','1','','',0.0000,'','1','9934','1','1','3','3175086816913233021136','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4187,'BANANA-BOTTLE','90',-9.00,'2025-06-25 19:17:02','23.00','3','newstock','1','','',74.0000,'','1','14','1','1','90','3175086825420330173302','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4188,'DUNHILL','',55.00,'2025-06-25 19:31:33','0.00','16','newstock','1','','',17.0000,'','1','55','internal','1','120','','',0.00,'','25','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4189,'JAMESON 350ML','',2.00,'2025-06-25 19:37:52','0.00','16','newstock','1','','',1186.0000,'','Main','2','Internal','Main','294','','',0.00,'','1700','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4190,'JAMESONS BLACK BARELL 750ML','',2.00,'2025-06-25 19:39:28','0.00','16','newstock','1','','',3813.0000,'','Main','2','Internal','Main','295','','',0.00,'','5000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4191,'TUSKER-LAGER-BOTTLE','209',-4.00,'2025-06-25 19:52:24','85.00','5','newstock','1','','',175.0000,'','1','81','1','1','209','5175087034537025033020','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4192,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-25 19:53:00','81.00','5','newstock','1','','',175.0000,'','1','80','1','1','209','5175087038134188100835','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4193,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-25 19:53:34','9930.00','5','newstock','1','','',0.0000,'','1','9929','1','1','22','5175087041532332080345','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4194,'SODA-BOTTLE','195',-2.00,'2025-06-25 19:54:10','5.00','5','newstock','1','','',70.0000,'','1','3','1','1','195','5175087045121052370744','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4195,'melkan 1.5 litres','272',-1.00,'2025-06-25 19:54:21','21.00','5','newstock','1','','',33.3000,'','1','20','1','1','272','5175087046162320834243','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4196,'GOAT CHOMA 1/2','80',-1.00,'2025-06-25 19:54:52','9977.00','5','newstock','1','','',0.0000,'','1','9976','1','1','80','5175087049335592353172','',0.00,'','800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4197,'UGALI','45',-1.00,'2025-06-25 19:55:03','9585.00','5','newstock','1','','',0.0000,'','1','9584','1','1','45','5175087050430870055313','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4198,'DAWA TEA','16',-1.00,'2025-06-25 19:55:39','9993.00','5','newstock','1','','',0.0000,'','1','9992','1','1','16','5175087054020250082023','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4199,'PREDATOR','178',-1.00,'2025-06-25 19:56:05','81.00','5','newstock','1','','',54.1700,'','1','80','1','1','178','5175087056675325533500','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4200,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-25 19:56:30','9977.00','5','newstock','1','','',0.0000,'','1','9976','1','1','53','5175087059000934032058','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4201,'UGALI','45',-2.00,'2025-06-25 19:56:37','9584.00','5','newstock','1','','',0.0000,'','1','9582','1','1','45','5175087059822373274750','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4202,'MARAMOJA','162',-1.00,'2025-06-25 19:57:08','21.00','5','newstock','1','','',10.0000,'','1','20','1','1','162','5175087062830736305033','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4203,'SODA-BOTTLE','195',-1.00,'2025-06-25 19:57:40','3.00','5','newstock','1','','',70.0000,'','1','2','1','1','195','5175087066125223020557','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4205,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-25 20:38:35','9977.00','5','newstock','1','','',0.0000,'','1','9976','1','1','52','5175087311673832534373','',0.00,'','450','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4206,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-25 20:39:36','9976.00','5','newstock','1','','',0.0000,'','1','9975','1','1','53','5175087317772822713021','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4207,'UGALI','45',-2.00,'2025-06-25 20:39:56','9582.00','5','newstock','1','','',0.0000,'','1','9580','1','1','45','5175087319603333201733','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4208,'GREENS(KIENYEJI)','46',-1.00,'2025-06-25 20:40:24','9925.00','5','newstock','1','','',0.0000,'','1','9924','1','1','46','5175087322503225222308','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4209,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-25 20:41:22','9977.00','5','newstock','1','','',0.0000,'','1','9976','1','1','23','5175087328330827330233','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4210,'UGALI','45',-2.00,'2025-06-25 20:41:30','9580.00','5','newstock','1','','',0.0000,'','1','9578','1','1','45','5175087329023703537823','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4211,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-25 21:14:41','80.00','5','newstock','1','','',175.0000,'','1','79','1','1','209','5175087528175352332433','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4212,'CHROME-GIN 250','113',-2.00,'2025-06-25 21:15:47','12.00','5','newstock','1','','',217.0000,'','1','10','1','1','113','5175087534703232223203','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4213,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-25 21:15:56','79.00','5','newstock','1','','',175.0000,'','1','77','1','1','209','5175087535670502233035','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4214,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-25 21:16:06','22.00','5','newstock','1','','',35.0000,'','1','21','1','1','164','5175087536607022332330','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4215,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-25 21:17:03','21.00','5','newstock','1','','',35.0000,'','1','20','1','1','164','5175087542442324553210','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4216,'GUINESS-BOTTLE','136',-1.00,'2025-06-25 21:56:33','129.00','5','newstock','1','','',210.0000,'','1','128','1','1','136','5175087779475033233230','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4217,'SODA-BOTTLE','195',-1.00,'2025-06-25 21:56:39','2.00','5','newstock','1','','',70.0000,'','1','1','1','1','195','5175087779933222084374','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4218,'BANANA-BOTTLE','90',-4.00,'2025-06-25 21:57:18','14.00','5','newstock','1','','',74.0000,'','1','10','1','1','90','5175087783933232258333','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4219,'DUNHILL','120',-4.00,'2025-06-25 21:57:32','55.00','5','newstock','1','','',17.0000,'','1','51','1','1','120','5175087785350387272533','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4220,'FISH WETFRY','28',-1.00,'2025-06-25 21:58:11','9993.00','5','newstock','1','','',0.0000,'','1','9992','1','1','28','5175087789122279103032','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4221,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-25 22:04:11','77.00','5','newstock','1','','',175.0000,'','1','76','1','1','209','5175087825203575522238','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4222,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-25 22:05:06','9975.00','5','newstock','1','','',0.0000,'','1','9974','1','1','53','5175087830772235030200','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4223,'UGALI','45',-1.00,'2025-06-25 22:05:10','9578.00','5','newstock','1','','',0.0000,'','1','9577','1','1','45','5175087831122813002427','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4224,'TUSKER LITE CAN','207',-4.00,'2025-06-25 23:06:30','24.00','5','newstock','1','','',247.0000,'','1','20','1','1','207','5175088199193951010103','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4225,'SODA-BOTTLE','195',-1.00,'2025-06-25 23:08:43','1.00','5','newstock','1','','',70.0000,'','1','0','1','1','195','5175088212423300428050','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4226,'VICEROY 375','214',-1.00,'2025-06-25 23:15:24','12.00','5','newstock','1','','',680.0000,'','1','11','1','1','214','5175088252453202230228','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4227,'SODA PLASTIC BOTTLE 500ML','194',-1.00,'2025-06-25 23:15:36','23.00','5','newstock','1','','',70.0000,'','1','22','1','1','194','5175088253753514083233','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4229,'BLACK ICE-BOTTLE_DOUBLE BLACK','100',-2.00,'2025-06-25 23:18:05','12.00','5','newstock','1','','',165.0000,'','1','10','1','1','100','5175088268600223883633','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4230,'TUSKER-LAGER-BOTTLE','209',-3.00,'2025-06-25 23:18:17','76.00','5','newstock','1','','',175.0000,'','1','73','1','1','209','5175088269733030232240','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4231,'TRIPPLE ACE-250','201',-3.00,'2025-06-25 23:25:03','3.00','5','newstock','1','','',200.0000,'','1','0','1','1','201','5175088310423838403202','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4232,'melkan 1.5 litres','272',-1.00,'2025-06-25 23:25:10','20.00','5','newstock','1','','',33.3000,'','1','19','1','1','272','5175088311117031322272','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4233,'GUINESS-BOTTLE','136',-1.00,'2025-06-25 23:58:31','128.00','5','newstock','1','','',210.0000,'','1','127','1','1','136','5175088511213001822022','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4234,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-26 00:50:15','73.00','5','newstock','1','','',175.0000,'','1','72','1','1','209','5175088821522051334330','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4235,'TUSKER CIDER -CAN','204',-2.00,'2025-06-26 00:50:33','12.00','5','newstock','1','','',245.0000,'','1','10','1','1','204','5175088823432200232032','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4236,'PREDATOR','178',-3.00,'2025-06-26 00:50:54','80.00','5','newstock','1','','',54.1700,'','1','77','1','1','178','5175088825430010220333','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4238,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-26 00:51:28','20.00','5','newstock','1','','',945.0000,'','1','19','1','1','111','5175088828928522002900','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4239,'COCKTAIL','244',-1.00,'2025-06-26 01:36:35','9969.00','5','newstock','1','','',150.0000,'','1','9968','1','1','244','5175089099605382293298','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4240,'CHIPS','47',-1.00,'2025-06-26 13:04:38','9878.00','3','newstock','1','','',0.0000,'','1','9877','1','1','47','3175093231224103701502','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4241,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-26 13:05:13','72.00','3','newstock','1','','',175.0000,'','1','71','1','1','209','3175093234303332223040','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4242,'SAFARI','187',-1.00,'2025-06-26 13:05:58','43.00','3','newstock','1','','',8.0000,'','1','42','1','1','187','3175093240501200302033','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4243,'SODA-BOTTLE','',183.00,'2025-06-26 13:33:34','0.00','16','newstock','1','','',70.0000,'','1','183','internal','1','195','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4244,'SODA PLASTIC BOTTLE 500ML','',91.00,'2025-06-26 13:34:28','22.00','16','newstock','1','','',70.0000,'','1','113','internal','1','194','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4245,'SAFARI','',61.00,'2025-06-26 13:35:04','42.00','16','newstock','1','','',8.0000,'','1','103','internal','1','187','','',0.00,'','15','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4246,'SPORT','',53.00,'2025-06-26 13:36:05','63.00','16','newstock','1','','',14.0000,'','1','116','internal','1','196','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4247,'melkan 1.5 litres','',23.00,'2025-06-26 13:36:29','19.00','16','newstock','1','','',33.3000,'','1','42','internal','1','272','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4248,'HUNTERS CHOICE 345','',20.00,'2025-06-26 13:36:48','0.00','16','newstock','1','','',480.0000,'','1','20','internal','1','140','','',0.00,'','700','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4249,'COCA COLA ZERO','',16.00,'2025-06-26 13:37:26','8.00','16','newstock','1','','',99.0000,'','1','24','internal','1','292','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4250,'WHITECAP CAN','',13.00,'2025-06-26 13:38:00','29.00','16','newstock','1','','',225.0000,'','1','42','internal','1','217','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4251,'COKE ZERO CAN','',10.00,'2025-06-26 13:38:20','0.00','16','newstock','1','','',200.0000,'','1','10','internal','1','290','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4252,'FOUR COUSINS-RED','',5.00,'2025-06-26 13:38:45','1.00','16','newstock','1','','',955.0000,'','1','6','internal','1','122','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4253,'JAMESON 350ML','',2.00,'2025-06-26 13:39:07','0.00','16','newstock','1','','',1186.0000,'','1','2','internal','1','294','','',0.00,'','1700','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4254,'Jameson 750ML','',2.00,'2025-06-26 13:39:37','2.00','16','newstock','1','','',2500.0000,'','1','4','internal','1','249','','',0.00,'','3500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4255,'JAMESONS BLACK BARELL 750ML','',2.00,'2025-06-26 13:40:01','0.00','16','newstock','1','','',3813.0000,'','1','2','internal','1','295','','',0.00,'','5000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4256,'MARTEL VSSD 750ML','',2.00,'2025-06-26 13:40:34','0.00','16','newstock','1','','',4764.0000,'','1','2','internal','1','232','','',0.00,'','6000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4257,'TRIPPLE ACE-250','',2.00,'2025-06-26 13:41:20','0.00','16','newstock','1','','',200.0000,'','1','2','internal','1','201','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4258,'4TH STREET-750-WHITE','',1.00,'2025-06-26 13:41:43','4.00','16','newstock','1','','',1000.0000,'','1','5','internal','1','83','','',0.00,'','1500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4259,'CHROME-VODKA 750','',1.00,'2025-06-26 13:42:10','7.00','16','newstock','1','','',585.0000,'','1','8','internal','1','116','','',0.00,'','850','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4260,'GUINESS CAN','',1.00,'2025-06-26 13:42:27','12.00','16','newstock','1','','',216.0000,'','1','13','internal','1','135','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4261,'JAMESON-1 LTR','',1.00,'2025-06-26 13:42:53','0.00','16','newstock','1','','',3500.0000,'','1','1','internal','1','146','','',0.00,'','5000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4268,'PEPSI ENERGY','',-24.00,'2025-06-26 13:53:31','24.00','16','newstock','1','','',33.0000,'','1','0','internal','1','237','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4270,'BLACK AND WHITE -375','',-1.00,'2025-06-26 14:11:50','3.00','16','newstock','1','','',605.0000,'','1','2','internal','1','96','','',0.00,'','850','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4271,'CAPRICE-WHITE','',-1.00,'2025-06-26 14:12:23','16.00','16','newstock','1','','',970.0000,'','1','15','internal','1','108','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4272,'KENYA CANE-250','',-1.00,'2025-06-26 14:13:04','1.00','16','newstock','1','','',270.0000,'','1','0','internal','1','154','','',0.00,'','400','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4273,'KENYA CANE-750','',-1.00,'2025-06-26 14:13:25','13.00','16','newstock','1','','',705.0000,'','1','12','internal','1','155','','',0.00,'','1000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4274,'RICHOT-250','',-1.00,'2025-06-26 14:13:52','1.00','16','newstock','1','','',440.0000,'','1','0','internal','1','181','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4275,'RICHOT-750','',-1.00,'2025-06-26 14:14:13','5.00','16','newstock','1','','',1297.0000,'','1','4','internal','1','183','','',0.00,'','1800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4276,'SMIRNOFF 250ML','',-1.00,'2025-06-26 14:14:34','4.00','16','newstock','1','','',423.0000,'','1','3','internal','1','189','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4277,'TRUST','',-1.00,'2025-06-26 14:15:04','9.00','16','newstock','1','','',70.0000,'','1','8','internal','1','203','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4278,'CAPRICE-RED','',-2.00,'2025-06-26 14:15:30','13.00','16','newstock','1','','',970.0000,'','1','11','internal','1','107','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4279,'JOHNNIE W BLACK-750','',-2.00,'2025-06-26 14:15:54','3.00','16','newstock','1','','',3120.0000,'','1','1','internal','1','148','','',0.00,'','4000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4280,'KANE EXTRA-250','',-2.00,'2025-06-26 14:16:16','13.00','16','newstock','1','','',213.0000,'','1','11','internal','1','151','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4281,'SODA PLASTIC BOTTLE 2LTRS','',-2.00,'2025-06-26 14:16:48','5.00','16','newstock','1','','',230.0000,'','1','3','internal','1','193','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4282,'TONIC WATER BOTTLE','',-2.00,'2025-06-26 14:17:15','3.00','16','newstock','1','','',200.0000,'','1','1','internal','1','240','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4283,'TONIC WATER BOTTLE','',-2.00,'2025-06-26 14:18:04','1.00','16','newstock','1','','',200.0000,'','1','-1','internal','1','240','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4284,'BEST WHISKY-250','',-3.00,'2025-06-26 14:18:19','11.00','16','newstock','1','','',330.0000,'','1','8','internal','1','93','','',0.00,'','500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4285,'DELMONTE','',-3.00,'2025-06-26 14:18:37','10.00','16','newstock','1','','',250.0000,'','1','7','internal','1','119','','',0.00,'','400','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4286,'GILBEYS-750','',-3.00,'2025-06-26 14:18:52','5.00','16','newstock','1','','',1300.0000,'','1','2','internal','1','126','','',0.00,'','1800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4287,'HUNTERS CHOICE-250','',-3.00,'2025-06-26 14:19:27','9.00','16','newstock','1','','',335.0000,'','1','6','internal','1','141','','',0.00,'','500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4288,'HUNTERS CHOICE-750','',-3.00,'2025-06-26 14:19:48','5.00','16','newstock','1','','',975.0000,'','1','2','internal','1','142','','',0.00,'','1400','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4289,'JOHNNIE W BLACK LABEL-1 LTR','',-3.00,'2025-06-26 14:20:06','3.00','16','newstock','1','','',3880.0000,'','1','0','internal','1','234','','',0.00,'','5000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4290,'KANE EXTRA-750','',-3.00,'2025-06-26 14:20:28','14.00','16','newstock','1','','',607.0000,'','1','11','internal','1','152','','',0.00,'','900','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4291,'TUSKER LAGER-CAN','',-3.00,'2025-06-26 14:20:54','10.00','16','newstock','1','','',203.0000,'','1','7','internal','1','206','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4292,'GILBEYS-350','',-4.00,'2025-06-26 14:21:56','10.00','16','newstock','1','','',599.0000,'','1','6','internal','1','125','','',0.00,'','900','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4293,'TUSKER LITE CAN','',-4.00,'2025-06-26 14:22:12','20.00','16','newstock','1','','',247.0000,'','1','16','internal','1','207','','',0.00,'','350','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4294,'VICEROY 375','',-4.00,'2025-06-26 14:22:29','11.00','16','newstock','1','','',680.0000,'','1','7','internal','1','214','','',0.00,'','900','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4295,'VICEROY-250','',-4.00,'2025-06-26 14:22:50','11.00','16','newstock','1','','',465.0000,'','1','7','internal','1','215','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4296,'VICEROY-750','',-4.00,'2025-06-26 14:23:13','4.00','16','newstock','1','','',1300.0000,'','1','0','internal','1','216','','',0.00,'','1800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4297,'BLACK ICE-BOTTLE_DOUBLE BLACK','',-5.00,'2025-06-26 14:24:01','10.00','16','newstock','1','','',165.0000,'','1','5','internal','1','100','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4298,'MATCH BOX','',-5.00,'2025-06-26 14:24:18','83.00','16','newstock','1','','',5.0000,'','1','78','internal','1','163','','',0.00,'','10','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4299,'CAPTAIN MORGAN-250','',-6.00,'2025-06-26 14:24:57','17.00','16','newstock','1','','',345.0000,'','1','11','internal','1','110','','',0.00,'','500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4300,'HEINEKEN-BOTTLE','',-6.00,'2025-06-26 14:25:13','17.00','16','newstock','1','','',265.0000,'','1','11','internal','1','138','','',0.00,'','330','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4301,'REDBULL','',-6.00,'2025-06-26 14:25:31','22.00','16','newstock','1','','',185.0000,'','1','16','internal','1','180','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4302,'SAVANNAH CIDER','',-6.00,'2025-06-26 14:25:50','17.00','16','newstock','1','','',251.0000,'','1','11','internal','1','188','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4303,'SNAPP CAN','',-6.00,'2025-06-26 14:26:10','21.00','16','newstock','1','','',180.0000,'','1','15','internal','1','192','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4304,'TUSKER CIDER -CAN','',-6.00,'2025-06-26 14:26:29','10.00','16','newstock','1','','',245.0000,'','1','4','internal','1','204','','',0.00,'','350','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4305,'4TH STREET-750-RED','',-7.00,'2025-06-26 14:26:52','7.00','16','newstock','1','','',1000.0000,'','1','0','internal','1','82','','',0.00,'','1500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4306,'PINEAPPLE PUNCH-CAN','',-7.00,'2025-06-26 14:27:16','29.00','16','newstock','1','','',180.0000,'','1','22','internal','1','176','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4307,'CHROME-GIN 250','',-8.00,'2025-06-26 14:28:02','10.00','16','newstock','1','','',217.0000,'','1','2','internal','1','113','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4308,'CAPTAIN MORGAN-750','',-13.00,'2025-06-26 14:28:18','19.00','16','newstock','1','','',945.0000,'','1','6','internal','1','111','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4309,'LEMONADE','',-13.00,'2025-06-26 14:28:45','73.00','16','newstock','1','','',41.6700,'','1','60','internal','1','160','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4310,'MELKAN/QUENCHER/SAFARI-500 ML','',-13.00,'2025-06-26 14:32:07','20.00','16','newstock','1','','',35.0000,'','1','7','internal','1','164','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4311,'PILSNER_LAGER_BOTTLE','',-13.00,'2025-06-26 14:32:29','26.00','16','newstock','1','','',175.0000,'','1','13','internal','1','174','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4312,'COUNTY SPIRIT 250ML','',-17.00,'2025-06-26 14:32:51','27.00','16','newstock','1','','',245.0000,'','1','10','internal','1','117','','',0.00,'','350','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4313,'CHROME-VODKA 250','',-19.00,'2025-06-26 14:33:07','30.00','16','newstock','1','','',217.0000,'','1','11','internal','1','115','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4314,'COUNTY SPIRIT 750ML','',-19.00,'2025-06-26 14:33:25','28.00','16','newstock','1','','',710.0000,'','1','9','internal','1','118','','',0.00,'','1000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4315,'TUSKER LITE-BOTTLE','',-22.00,'2025-06-26 14:33:43','22.00','16','newstock','1','','',195.0000,'','1','0','internal','1','208','','',0.00,'','260','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4316,'TRIPPLE ACE-750','',-24.00,'2025-06-26 14:36:09','26.00','16','newstock','1','','',570.0000,'','1','2','internal','1','202','','',0.00,'','900','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4317,'BLACK ICE CAN_DOUBLE BLACK','',-26.00,'2025-06-26 14:36:26','44.00','16','newstock','1','','',180.0000,'','1','18','internal','1','99','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4318,'BALOZI-BOTTLE','',-43.00,'2025-06-26 14:36:44','206.00','16','newstock','1','','',175.0000,'','1','163','internal','1','89','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4319,'TUSKER CIDER-BOTTLE','',-44.00,'2025-06-26 14:36:59','55.00','16','newstock','1','','',225.0000,'','1','11','internal','1','205','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4320,'PREDATOR','',-51.00,'2025-06-26 14:37:27','77.00','16','newstock','1','','',54.1700,'','1','26','internal','1','178','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4321,'TUSKER-LAGER-BOTTLE','',-56.00,'2025-06-26 14:37:42','71.00','16','newstock','1','','',175.0000,'','1','15','internal','1','209','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4322,'GUARANA CAN_SMIRNOFF ICE','',-69.00,'2025-06-26 14:38:01','73.00','16','newstock','1','','',180.0000,'','1','4','internal','1','134','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4323,'WHITECAP-BOTTLE','',-70.00,'2025-06-26 14:38:19','109.00','16','newstock','1','','',200.0000,'','1','39','internal','1','218','','',0.00,'','260','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4324,'GUINESS-BOTTLE','',-93.00,'2025-06-26 14:38:38','127.00','16','newstock','1','','',210.0000,'','1','34','internal','1','136','','',0.00,'','260','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4325,'PEPSI SODA PLASTIC 500ML','',-120.00,'2025-06-26 14:39:04','157.00','16','newstock','1','','',33.0000,'','1','37','internal','1','238','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4326,'TONIC WATER BOTTLE','',2.00,'2025-06-26 14:42:11','-1.00','16','newstock','1','','',200.0000,'','1','1','internal','1','240','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4327,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-26 14:44:20','9976.00','3','newstock','1','','',0.0000,'','1','9975','1','1','23','3175093826137332392703','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4328,'UGALI','45',-1.00,'2025-06-26 14:44:26','9577.00','3','newstock','1','','',0.0000,'','1','9576','1','1','45','3175093826793733423292','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4329,'SODA-BOTTLE','195',-1.00,'2025-06-26 14:44:35','183.00','3','newstock','1','','',70.0000,'','1','182','1','1','195','3175093827630327039233','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4330,'BLACK AND WHITE -375','96',-1.00,'2025-06-26 15:03:23','2.00','3','newstock','1','','',605.0000,'','1','1','1','1','96','3175093940352542933039','',0.00,'','850','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4331,'DUNHILL','120',-4.00,'2025-06-26 15:03:36','51.00','3','newstock','1','','',17.0000,'','1','47','1','1','120','3175093941723343292033','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4332,'melkan 1.5 litres','272',-1.00,'2025-06-26 15:03:54','42.00','3','newstock','1','','',33.3000,'','1','41','1','1','272','3175093943539203130332','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4333,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-26 15:50:48','9929.00','4','newstock','1','','',0.0000,'','1','9928','1','1','22','4175094224931325341434','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4334,'UGALI','45',-1.00,'2025-06-26 15:50:57','9576.00','4','newstock','1','','',0.0000,'','1','9575','1','1','45','4175094225833909322220','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4335,'melkan 1.5 litres','272',-1.00,'2025-06-26 16:53:27','41.00','3','newstock','1','','',33.3000,'','1','40','1','1','272','3175094600933290203923','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4336,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-26 16:55:04','7.00','3','newstock','1','','',35.0000,'','1','6','1','1','164','3175094610552402050092','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4337,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-26 17:47:14','15.00','3','newstock','1','','',175.0000,'','1','14','1','1','209','3175094923532257033332','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4338,'DUNHILL','120',-4.00,'2025-06-26 18:16:19','47.00','3','newstock','1','','',17.0000,'','1','43','1','1','120','3175095098000332300908','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4339,'GUINESS-BOTTLE','136',-2.00,'2025-06-26 18:26:41','34.00','3','newstock','1','','',210.0000,'','1','32','1','1','136','3175095160222227263333','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4340,'SODA-BOTTLE','195',-1.00,'2025-06-26 19:13:14','182.00','3','newstock','1','','',70.0000,'','1','181','1','1','195','3175095439439724242333','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4341,'SAVANNAH CIDER','188',-2.00,'2025-06-26 19:50:44','11.00','6','newstock','1','','',251.0000,'','1','9','1','1','188','6175095665903290232316','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4342,'CHROME-GIN 250','113',-1.00,'2025-06-26 19:51:01','2.00','6','newstock','1','','',217.0000,'','1','1','1','1','113','6175095667630620264372','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4343,'WHITECAP-BOTTLE','218',-2.00,'2025-06-26 19:51:26','39.00','6','newstock','1','','',200.0000,'','1','37','1','1','218','6175095670122205030706','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4344,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-26 20:27:05','9928.00','5','newstock','1','','',0.0000,'','1','9927','1','1','22','5175095882624415738138','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4345,'UGALI','45',-1.00,'2025-06-26 20:27:12','9575.00','5','newstock','1','','',0.0000,'','1','9574','1','1','45','5175095883423733028303','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4346,'GREENS(KIENYEJI)','46',-1.00,'2025-06-26 20:27:32','9924.00','5','newstock','1','','',0.0000,'','1','9923','1','1','46','5175095885282583253323','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4347,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-26 20:28:00','9973.00','5','newstock','1','','',0.0000,'','1','9972','1','1','26','5175095888122373323820','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4348,'UGALI','45',-2.00,'2025-06-26 20:28:11','9574.00','5','newstock','1','','',0.0000,'','1','9572','1','1','45','5175095889231335050322','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4349,'GREENS(KIENYEJI)','46',-1.00,'2025-06-26 20:28:16','9923.00','5','newstock','1','','',0.0000,'','1','9922','1','1','46','5175095889772202533920','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4350,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-26 20:28:47','9976.00','5','newstock','1','','',0.0000,'','1','9975','1','1','25','5175095892822522073529','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4351,'UGALI','45',-1.00,'2025-06-26 20:28:54','9572.00','5','newstock','1','','',0.0000,'','1','9571','1','1','45','5175095893530355717585','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4352,'BALOZI-BOTTLE','89',-3.00,'2025-06-26 20:35:13','163.00','5','newstock','1','','',175.0000,'','1','160','1','1','89','5175095931503733570231','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4353,'GUARANA CAN_SMIRNOFF ICE','134',-4.00,'2025-06-26 20:36:04','4.00','5','newstock','1','','',180.0000,'','1','0','1','1','134','5175095936731302002302','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4354,'PREDATOR','178',-1.00,'2025-06-26 20:37:26','26.00','5','newstock','1','','',54.1700,'','1','25','1','1','178','5175095944883393204900','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4355,'SODA-BOTTLE','195',-1.00,'2025-06-26 20:37:35','181.00','5','newstock','1','','',70.0000,'','1','180','1','1','195','5175095945733719200223','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4356,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-26 20:38:51','9976.00','6','newstock','1','','',0.0000,'','1','9975','1','1','52','6175095955712032523233','',0.00,'','450','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4357,'UGALI','45',-1.00,'2025-06-26 20:39:17','9571.00','6','newstock','1','','',0.0000,'','1','9570','1','1','45','6175095956753000203231','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4358,'GREENS(KIENYEJI)','46',-1.00,'2025-06-26 20:39:29','9922.00','6','newstock','1','','',0.0000,'','1','9921','1','1','46','6175095957933972320295','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4359,'ROOMS','247',-1.00,'2025-06-26 20:47:28','9973.00','5','newstock','1','','',500.0000,'','1','9972','1','1','247','5175096004933249220359','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4360,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-26 20:58:54','14.00','5','newstock','1','','',175.0000,'','1','13','1','1','209','5175096073435324020922','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4361,'BALOZI-BOTTLE','89',-4.00,'2025-06-26 21:05:28','160.00','6','newstock','1','','',175.0000,'','1','156','1','1','89','6175096114104732070393','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4363,'FISH DRYFRY','30',-1.00,'2025-06-26 21:23:58','9999.00','5','newstock','1','','',0.0000,'','1','9998','1','1','30','5175096223923462722233','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4364,'CHIPS','47',-1.00,'2025-06-26 21:24:06','9877.00','5','newstock','1','','',0.0000,'','1','9876','1','1','47','5175096224770202233035','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4365,'SPORT','196',-3.00,'2025-06-26 21:24:35','116.00','5','newstock','1','','',14.0000,'','1','113','1','1','196','5175096227732527500442','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4366,'PEPSI SODA PLASTIC 500ML','238',-1.00,'2025-06-26 21:30:55','37.00','5','newstock','1','','',33.0000,'','1','36','1','1','238','5175096265627235532002','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4367,'melkan 1.5 litres','272',-1.00,'2025-06-26 21:31:30','40.00','5','newstock','1','','',33.3000,'','1','39','1','1','272','5175096270305205020121','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4368,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-26 21:32:35','6.00','4','newstock','1','','',945.0000,'','1','5','1','1','111','4175096278637254232343','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4369,'melkan 1.5 litres','272',-1.00,'2025-06-26 21:33:14','39.00','4','newstock','1','','',33.3000,'','1','38','1','1','272','4175096279883732300442','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4370,'PREDATOR','178',-3.00,'2025-06-26 21:33:33','25.00','4','newstock','1','','',54.1700,'','1','22','1','1','178','4175096281430124223324','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4371,'GOAT CHOMA 1/4','79',-1.00,'2025-06-26 21:33:54','9961.00','4','newstock','1','','',0.0000,'','1','9960','1','1','79','4175096283622142704223','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4372,'UGALI','45',-1.00,'2025-06-26 21:34:14','9570.00','4','newstock','1','','',0.0000,'','1','9569','1','1','45','4175096285522232037225','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4373,'TUSKER CIDER-BOTTLE','205',-2.00,'2025-06-26 21:34:56','11.00','4','newstock','1','','',225.0000,'','1','9','1','1','205','4175096291500355332232','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4374,'WHITECAP-BOTTLE','218',-1.00,'2025-06-26 21:35:44','37.00','4','newstock','1','','',200.0000,'','1','36','1','1','218','4175096294743363273392','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4375,'SMIRNOFF 250ML','189',-1.00,'2025-06-26 21:36:07','3.00','4','newstock','1','','',423.0000,'','1','2','1','1','189','4175096298638242038333','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4376,'GOAT WET/DRY FRY 1 KG ','27',-1.00,'2025-06-26 21:37:50','9989.00','6','newstock','1','','',0.0000,'','1','9988','1','1','27','6175096309121629242726','',0.00,'','1400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4377,'UGALI','45',-2.00,'2025-06-26 21:38:12','9569.00','6','newstock','1','','',0.0000,'','1','9567','1','1','45','6175096310420200333323','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4378,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-26 21:38:24','5.00','6','newstock','1','','',945.0000,'','1','4','1','1','111','6175096311420203002242','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4379,'melkan 1.5 litres','272',-1.00,'2025-06-26 21:38:35','38.00','6','newstock','1','','',33.3000,'','1','37','1','1','272','6175096312823330276013','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4380,'SODA-BOTTLE','195',-1.00,'2025-06-26 21:38:48','180.00','6','newstock','1','','',70.0000,'','1','179','1','1','195','6175096313754253253060','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4381,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-26 21:38:58','22.00','6','newstock','1','','',180.0000,'','1','21','1','1','176','6175096314613333223311','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4382,'COCKTAIL','244',-1.00,'2025-06-26 21:39:07','9968.00','6','newstock','1','','',150.0000,'','1','9967','1','1','244','6175096315727252426331','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4383,'LEMONADE','160',-1.00,'2025-06-26 21:42:36','60.00','6','newstock','1','','',41.6700,'','1','59','1','1','160','6175096337102330325273','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4384,'REDBULL','180',-1.00,'2025-06-26 21:50:48','16.00','5','newstock','1','','',185.0000,'','1','15','1','1','180','5175096384933405042293','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4385,'ROOMS','247',-1.00,'2025-06-26 21:52:12','9972.00','5','newstock','1','','',500.0000,'','1','9971','1','1','247','5175096393243225300363','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4386,'KACHUMBARI','35',-1.00,'2025-06-26 22:22:00','9991.00','6','newstock','1','','',0.0000,'','1','9990','1','1','35','6175096574022959324240','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4387,'KONYAGI 250ML','157',-1.00,'2025-06-26 22:59:12','2.00','6','newstock','1','','',283.0000,'','1','1','1','1','157','6175096796132207342722','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4388,'PREDATOR','178',-1.00,'2025-06-26 22:59:21','22.00','6','newstock','1','','',54.1700,'','1','21','1','1','178','6175096797032307732631','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4389,'SPORT','196',-2.00,'2025-06-26 22:59:30','113.00','6','newstock','1','','',14.0000,'','1','111','1','1','196','6175096797821736072270','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4390,'MATCH BOX','163',-1.00,'2025-06-26 22:59:38','78.00','6','newstock','1','','',5.0000,'','1','77','1','1','163','6175096809306352203243','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4391,'SPORT','196',-5.00,'2025-06-26 23:01:34','111.00','6','newstock','1','','',14.0000,'','1','106','1','1','196','6175096810630026136636','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4392,'EGGS(BOILED/FRIED)','1',-1.00,'2025-06-26 23:05:57','9968.00','5','newstock','1','','',0.0000,'','1','9967','1','1','1','5175096835700823325520','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4393,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-26 23:06:35','9927.00','5','newstock','1','','',0.0000,'','1','9926','1','1','22','5175096839632223992596','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4394,'CHIPS','47',-1.00,'2025-06-26 23:06:42','9876.00','5','newstock','1','','',0.0000,'','1','9875','1','1','47','5175096840334383203522','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4395,'CHIPS','47',-1.00,'2025-06-26 23:07:07','9875.00','5','newstock','1','','',0.0000,'','1','9874','1','1','47','5175096842723032387332','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4397,'TRUST','203',-1.00,'2025-06-26 23:27:08','8.00','5','newstock','1','','',70.0000,'','1','7','1','1','203','5175096962939027329003','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4398,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-26 23:28:14','9975.00','5','newstock','1','','',0.0000,'','1','9974','1','1','25','5175096969533320570227','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4399,'UGALI','45',-1.00,'2025-06-26 23:28:21','9567.00','5','newstock','1','','',0.0000,'','1','9566','1','1','45','5175096970120226202233','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4403,'KACHUMBARI','35',-1.00,'2025-06-26 23:45:58','9990.00','5','newstock','1','','',0.0000,'','1','9989','1','1','35','5175097075952005300503','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4404,'WHITE RICE','37',-1.00,'2025-06-26 23:47:27','9997.00','4','newstock','1','','',0.0000,'','1','9996','1','1','37','4175097087922724002232','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4405,'WHITECAP-BOTTLE','218',-5.00,'2025-06-26 23:54:25','36.00','6','newstock','1','','',200.0000,'','1','31','1','1','218','6175097132472200273207','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4406,'HEINEKEN-BOTTLE','138',-2.00,'2025-06-26 23:55:24','11.00','6','newstock','1','','',265.0000,'','1','9','1','1','138','6175097133740205217302','',0.00,'','330','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4407,'UGALI','45',-1.00,'2025-06-27 00:18:24','9566.00','4','newstock','1','','',0.0000,'','1','9565','1','1','45','4175097270452032933200','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4408,'GOAT CHOMA 1/4','79',-1.00,'2025-06-27 00:18:36','9960.00','4','newstock','1','','',0.0000,'','1','9959','1','1','79','4175097271603302222929','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4409,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-27 00:21:30','9.00','6','newstock','1','','',225.0000,'','1','8','1','1','205','6175097291024232225002','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4410,'Vodka Tot','',500.00,'2025-06-27 00:23:40','0.00','16','newstock','1','','',20.0000,'','1','500','internal','1','282','','',0.00,'','40','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4411,'CHROME-VODKA 250','115',-1.00,'2025-06-27 00:26:21','11.00','5','newstock','1','','',217.0000,'','1','10','1','1','115','5175097318233130330385','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4412,'PREDATOR','178',-1.00,'2025-06-27 00:26:27','21.00','5','newstock','1','','',54.1700,'','1','20','1','1','178','5175097318712202148172','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4413,'ROOMS','247',-1.00,'2025-06-27 00:27:33','9971.00','5','newstock','1','','',500.0000,'','1','9970','1','1','247','5175097325392247322537','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4415,'Vodka Tot','282',-8.00,'2025-06-27 00:29:35','500.00','5','newstock','1','','',20.0000,'','1','492','1','1','282','5175097337692033220302','',0.00,'','40','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4416,'MARAMOJA','162',-2.00,'2025-06-27 00:29:47','20.00','5','newstock','1','','',10.0000,'','1','18','1','1','162','5175097338823382002233','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4417,'GUINESS-BOTTLE','136',-1.00,'2025-06-27 00:31:28','32.00','5','newstock','1','','',210.0000,'','1','31','1','1','136','5175097348942930002225','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4418,'SAUSAGE (PAIR)','3',-2.00,'2025-06-27 00:32:11','9934.00','5','newstock','1','','',0.0000,'','1','9932','1','1','3','5175097353131920147354','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4419,'CHIPS','47',-1.00,'2025-06-27 00:32:21','9874.00','5','newstock','1','','',0.0000,'','1','9873','1','1','47','5175097354222320273732','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4420,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-27 01:04:33','21.00','5','newstock','1','','',180.0000,'','1','19','1','1','176','5175097547300332147032','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4421,'REDBULL','180',-1.00,'2025-06-27 01:04:43','15.00','5','newstock','1','','',185.0000,'','1','14','1','1','180','5175097548333320021335','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4422,'ROOMS','247',-1.00,'2025-06-27 09:48:27','9970.00','14','newstock','1','','',500.0000,'','1','9969','1','1','247','14175100692901209202132','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4423,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-27 09:48:50','9926.00','14','newstock','1','','',0.0000,'','1','9925','1','1','22','14175100695032133053232','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4424,'UGALI','45',-1.00,'2025-06-27 09:49:11','9565.00','14','newstock','1','','',0.0000,'','1','9564','1','1','45','14175100696531120450643','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4425,'PREDATOR','178',-2.00,'2025-06-27 12:45:49','20.00','3','newstock','1','','',54.1700,'','1','18','1','1','178','3175101755222223535127','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4426,'PINEAPPLE PUNCH-CAN','176',-4.00,'2025-06-27 12:46:12','19.00','3','newstock','1','','',180.0000,'','1','15','1','1','176','3175101757423000222232','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4427,'melkan 1.5 litres','272',-1.00,'2025-06-27 12:46:29','37.00','3','newstock','1','','',33.3000,'','1','36','1','1','272','3175101759010257323701','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4428,'GILBEYS-350','125',-1.00,'2025-06-27 12:46:38','6.00','3','newstock','1','','',599.0000,'','1','5','1','1','125','3175101762720104054221','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4429,'TEA','10',-1.00,'2025-06-27 12:48:20','9954.00','3','newstock','1','','',0.0000,'','1','9953','1','1','10','3175101770133231122130','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4430,'EGGS(BOILED/FRIED)','1',-1.00,'2025-06-27 12:48:31','9967.00','3','newstock','1','','',0.0000,'','1','9966','1','1','1','3175101771271232103332','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4431,'SMOKIES(PAIR)','15',-1.00,'2025-06-27 12:48:48','9961.00','3','newstock','1','','',0.0000,'','1','9960','1','1','15','3175101773233033700123','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4432,'BLACK ICE CAN_DOUBLE BLACK','99',-2.00,'2025-06-27 12:50:25','18.00','3','newstock','1','','',180.0000,'','1','16','1','1','99','3175101782608033621230','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4433,'JOHNNIE W BLACK LABEL-250','101',-1.00,'2025-06-27 13:04:20','2.00','3','newstock','1','','',1102.0000,'','1','1','1','1','101','3175101869352038309123','',0.00,'','1600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4434,'SODA-BOTTLE','195',-1.00,'2025-06-27 13:05:10','179.00','3','newstock','1','','',70.0000,'','1','178','1','1','195','3175101871058323052083','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4435,'DUNHILL','120',-2.00,'2025-06-27 13:44:53','43.00','3','newstock','1','','',17.0000,'','1','41','1','1','120','3175102109432104302221','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4436,'melkan 1.5 litres','272',-1.00,'2025-06-27 13:45:07','36.00','3','newstock','1','','',33.3000,'','1','35','1','1','272','3175102110830332203324','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4437,'SAFARI','187',-1.00,'2025-06-27 14:09:59','103.00','3','newstock','1','','',8.0000,'','1','102','1','1','187','3175102260000030200357','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4438,'SAFARI','187',-1.00,'2025-06-27 14:11:33','102.00','3','newstock','1','','',8.0000,'','1','101','1','1','187','3175102269613102202635','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4439,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-27 14:12:46','13.00','3','newstock','1','','',175.0000,'','1','12','1','1','209','3175102276732201205223','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4440,'DUNHILL','120',-4.00,'2025-06-27 14:13:00','41.00','3','newstock','1','','',17.0000,'','1','37','1','1','120','3175102278134271201222','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4441,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-27 14:13:46','9972.00','3','newstock','1','','',0.0000,'','1','9971','1','1','26','3175102282720233120321','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4442,'UGALI','45',-3.00,'2025-06-27 14:13:58','9564.00','3','newstock','1','','',0.0000,'','1','9561','1','1','45','3175102284002240350082','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4443,'GREENS(KIENYEJI)','46',-1.00,'2025-06-27 14:14:06','9921.00','3','newstock','1','','',0.0000,'','1','9920','1','1','46','3175102284733108202024','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4444,'melkan 1.5 litres','272',-1.00,'2025-06-27 14:14:20','35.00','3','newstock','1','','',33.3000,'','1','34','1','1','272','3175102286142233122220','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4445,'melkan 1.5 litres','272',-1.00,'2025-06-27 14:28:17','34.00','3','newstock','1','','',33.3000,'','1','33','1','1','272','3175102369830220870002','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4446,'MATCH BOX','163',-1.00,'2025-06-27 14:35:13','77.00','3','newstock','1','','',5.0000,'','1','76','1','1','163','3175102411341330333130','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4447,'HUNTERS CHOICE-250','141',-1.00,'2025-06-27 15:22:10','6.00','3','newstock','1','','',335.0000,'','1','5','1','1','141','3175102695122203312123','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4448,'CHIPS','47',-1.00,'2025-06-27 16:30:39','9873.00','3','newstock','1','','',0.0000,'','1','9872','1','1','47','3175103103921322222020','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4449,'SODA-BOTTLE','195',-2.00,'2025-06-27 16:30:51','178.00','3','newstock','1','','',70.0000,'','1','176','1','1','195','3175103105113333325300','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4450,'melkan 1.5 litres','272',-1.00,'2025-06-27 16:31:01','33.00','3','newstock','1','','',33.3000,'','1','32','1','1','272','3175103106237022132303','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4451,'','1',25.00,'2025-06-27 16:37:27','5.00','16','newstock','1','161751031406','10',165.0000,'','1','30','supplier','1','100','','',0.00,'VATABLE','250','568.97','3556.03','16.00','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4452,'','1',5.00,'2025-06-27 16:37:38','0.00','16','newstock','1','161751031406','10',1000.0000,'','1','5','supplier','1','82','','',0.00,'VATABLE','1500','689.66','4310.34','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4453,'','1',3.00,'2025-06-27 16:38:30','0.00','16','newstock','1','161751031406','10',2650.0000,'','1','3','supplier','1','87','','',0.00,'VATABLE','3500','1096.55','6853.45','16.00','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4454,'','1',3.00,'2025-06-27 16:38:41','1.00','16','newstock','1','161751031406','10',605.0000,'','1','4','supplier','1','96','','',0.00,'VATABLE','850','250.34','1564.66','16.00','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4455,'TEA','10',-1.00,'2025-06-27 16:38:50','9953.00','5','newstock','1','','',0.0000,'','1','9952','1','1','10','5175103153115320241733','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4456,'','1',5.00,'2025-06-27 16:38:52','2.00','16','newstock','1','161751031406','10',1300.0000,'','1','7','supplier','1','126','','',0.00,'VATABLE','1800','896.55','5603.45','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4457,'','1',24.00,'2025-06-27 16:39:09','0.00','16','newstock','1','161751031406','10',180.0000,'','1','24','supplier','1','134','','',0.00,'VATABLE','300','595.86','3724.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4458,'','1',5.00,'2025-06-27 16:39:21','2.00','16','newstock','1','161751031406','10',975.0000,'','1','7','supplier','1','142','','',0.00,'VATABLE','1400','672.41','4202.59','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4459,'','1',2.00,'2025-06-27 16:39:46','1.00','16','newstock','1','161751031406','10',3120.0000,'','1','3','supplier','1','148','','',0.00,'VATABLE','4000','860.69','5379.31','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4460,'','1',5.00,'2025-06-27 16:39:57','0.00','16','newstock','1','161751031406','10',270.0000,'','1','5','supplier','1','154','','',0.00,'VATABLE','400','186.21','1163.79','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4461,'','1',5.00,'2025-06-27 16:40:08','0.00','16','newstock','1','161751031406','10',440.0000,'','1','5','supplier','1','181','','',0.00,'VATABLE','600','303.45','1896.55','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4462,'','1',10.00,'2025-06-27 16:40:19','2.00','16','newstock','1','161751031406','10',200.0000,'','1','12','supplier','1','201','','',0.00,'VATABLE','300','275.86','1724.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4463,'','1',5.00,'2025-06-27 16:40:28','2.00','16','newstock','1','161751031406','10',570.0000,'','1','7','supplier','1','202','','',0.00,'VATABLE','900','393.10','2456.90','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4464,'','1',25.00,'2025-06-27 16:40:38','0.00','16','newstock','1','161751031406','10',195.0000,'','1','25','supplier','1','208','','',0.00,'VATABLE','260','672.41','4202.59','16.00','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4465,'','1',50.00,'2025-06-27 16:40:48','12.00','16','newstock','1','161751031406','10',175.0000,'','1','62','supplier','1','209','','',0.00,'VATABLE','250','1206.90','7543.10','16.00','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4466,'','1',25.00,'2025-06-27 16:41:03','8.00','16','newstock','1','161751031406','10',225.0000,'','1','33','supplier','1','205','','',0.00,'VATABLE','300','775.86','4849.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4467,'','1',5.00,'2025-06-27 16:41:17','0.00','16','newstock','1','161751031406','10',1300.0000,'','1','5','supplier','1','216','','',0.00,'VATABLE','1800','896.55','5603.45','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4468,'','1',50.00,'2025-06-27 16:41:28','31.00','16','newstock','1','161751031406','10',200.0000,'','1','81','supplier','1','218','','',0.00,'VATABLE','260','1379.31','8620.69','16.00','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4469,'','1',50.00,'2025-06-27 16:41:41','31.00','16','newstock','1','161751031406','10',210.0000,'','1','81','supplier','1','136','','',0.00,'VATABLE','260','1448.28','9051.72','16.00','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4470,'','1',10.00,'2025-06-27 16:41:52','1.00','16','newstock','1','161751031406','10',217.0000,'','1','11','supplier','1','113','','',0.00,'VATABLE','300','299.31','1870.69','16.00','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4471,'','1',60.00,'2025-06-27 16:42:15','18.00','16','newstock','1','161751031406','10',54.1700,'','1','78','supplier','1','178','','',0.00,'VATABLE','100','448.30','2801.90','16.00','','received',0,'0000-00-00 00:00:00','pcs','60',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4472,'','1',5.00,'2025-06-27 16:42:27','1.00','16','newstock','1','161751031406','10',1000.0000,'','1','6','supplier','1','94','','',0.00,'VATABLE','1800','689.66','4310.34','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4473,'','1',120.00,'2025-06-27 16:45:35','32.00','16','newstock','1','161751031823','21',33.3000,'','1','152','supplier','1','272','','',0.00,'VATABLE','100','551.17','3444.83','16.00','','received',0,'0000-00-00 00:00:00','pcs','120',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4474,'','1',120.00,'2025-06-27 16:46:41','6.00','16','newstock','1','161751031823','21',35.0000,'','1','126','supplier','1','164','','',0.00,'VATABLE','50','579.31','3620.69','16.00','','received',0,'0000-00-00 00:00:00','pcs','120',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4475,'MELKAN/QUENCHER/SAFARI-500 ML','164',-3.00,'2025-06-27 16:58:36','126.00','3','newstock','1','','',35.0000,'','1','123','1','1','164','3175103272040212123223','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4476,'EGGS(BOILED/FRIED)','1',-1.00,'2025-06-27 17:52:23','9966.00','4','newstock','1','','',0.0000,'','1','9965','1','1','1','4175103594404237237204','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4477,'ROOMS','247',1.00,'2025-06-27 18:06:39','9969.00','16','newstock','1','','',0.0000,'','1','9970','1','1','247','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4478,'BEEF WET/DRY FRY 1/4','22',1.00,'2025-06-27 18:06:48','9925.00','16','newstock','1','','',0.0000,'','1','9926','1','1','22','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4479,'UGALI','45',1.00,'2025-06-27 18:06:57','9561.00','16','newstock','1','','',0.0000,'','1','9562','1','1','45','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4480,'TUSKER-LAGER-BOTTLE','209',-3.00,'2025-06-27 18:36:22','62.00','6','newstock','1','','',175.0000,'','1','59','1','1','209','6175103858335025773307','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4481,'DUNHILL','120',-5.00,'2025-06-27 19:00:38','37.00','6','newstock','1','','',17.0000,'','1','32','1','1','120','6175104006024260222432','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4482,'MATCH BOX','163',-1.00,'2025-06-27 19:01:00','76.00','6','newstock','1','','',5.0000,'','1','75','1','1','163','6175104007303230023024','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4483,'melkan 1.5 litres','272',-1.00,'2025-06-27 19:01:13','152.00','6','newstock','1','','',33.3000,'','1','151','1','1','272','6175104008852101220142','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4484,'HUNTERS CHOICE 345','140',-1.00,'2025-06-27 19:01:29','20.00','6','newstock','1','','',480.0000,'','1','19','1','1','140','6175104010030103710220','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4485,'HUNTERS CHOICE 345','140',-1.00,'2025-06-27 19:01:41','19.00','6','newstock','1','','',480.0000,'','1','18','1','1','140','6175104011121030020122','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4486,'BLACK ICE CAN_DOUBLE BLACK','99',-6.00,'2025-06-27 19:12:48','16.00','8','newstock','1','','',180.0000,'','1','10','1','1','99','8175104077002223324003','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4487,'BAILEYS-750','87',-1.00,'2025-06-27 19:14:23','3.00','4','newstock','1','','',2650.0000,'','1','2','1','1','87','4175104087822237232303','',0.00,'','3500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4488,'WHITECAP-BOTTLE','218',-2.00,'2025-06-27 19:14:52','81.00','4','newstock','1','','',200.0000,'','1','79','1','1','218','4175104089332338290374','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4489,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-27 19:15:30','9974.00','4','newstock','1','','',0.0000,'','1','9973','1','1','53','4175104093333534232232','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4490,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-27 19:15:42','9975.00','4','newstock','1','','',0.0000,'','1','9974','1','1','52','4175104094320243322042','',0.00,'','450','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4491,'UGALI','45',-1.00,'2025-06-27 19:16:33','9562.00','4','newstock','1','','',0.0000,'','1','9561','1','1','45','4175104099424092371444','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4492,'melkan 1.5 litres','272',-1.00,'2025-06-27 19:21:01','151.00','6','newstock','1','','',33.3000,'','1','150','1','1','272','6175104128423632727833','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4493,'DUNHILL','120',-1.00,'2025-06-27 19:21:24','32.00','6','newstock','1','','',17.0000,'','1','31','1','1','120','6175104129533422274305','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4494,'melkan 1.5 litres','272',-1.00,'2025-06-27 19:47:31','150.00','4','newstock','1','','',33.3000,'','1','149','1','1','272','4175104285223238332033','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4496,'MARAMOJA','162',-1.00,'2025-06-27 19:50:52','18.00','4','newstock','1','','',10.0000,'','1','17','1','1','162','4175104305331000344133','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4497,'GREENS(KIENYEJI)','46',-1.00,'2025-06-27 19:51:45','9920.00','4','newstock','1','','',0.0000,'','1','9919','1','1','46','4175104310500335420033','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4499,'ROOMS','247',-1.00,'2025-06-27 19:52:37','9970.00','4','newstock','1','','',500.0000,'','1','9969','1','1','247','4175104315731122304323','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4500,'ROOMS','247',-1.00,'2025-06-27 19:53:03','9969.00','4','newstock','1','','',500.0000,'','1','9968','1','1','247','4175104318433423420233','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4501,'ROOMS','247',-1.00,'2025-06-27 19:53:21','9968.00','4','newstock','1','','',500.0000,'','1','9967','1','1','247','4175104320232320322230','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4502,'ROOMS','247',-1.00,'2025-06-27 20:01:09','9967.00','4','newstock','1','','',500.0000,'','1','9966','1','1','247','4175104366903350916301','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4503,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-27 20:02:57','9926.00','4','newstock','1','','',0.0000,'','1','9925','1','1','22','4175104377870330038803','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4504,'UGALI','45',-1.00,'2025-06-27 20:03:00','9561.00','4','newstock','1','','',0.0000,'','1','9560','1','1','45','4175104379827304390393','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4505,'DUNHILL','120',-1.00,'2025-06-27 20:17:13','31.00','6','newstock','1','','',17.0000,'','1','30','1','1','120','6175104464544230303000','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4506,'HUNTERS CHOICE-250','141',-1.00,'2025-06-27 20:17:28','5.00','6','newstock','1','','',335.0000,'','1','4','1','1','141','6175104468734230010341','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4507,'melkan 1.5 litres','272',-1.00,'2025-06-27 20:18:08','149.00','6','newstock','1','','',33.3000,'','1','148','1','1','272','6175104469832420024342','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4508,'LEMONADE','160',-1.00,'2025-06-27 20:18:19','59.00','6','newstock','1','','',41.6700,'','1','58','1','1','160','6175104470850403202030','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4509,'WHITECAP-BOTTLE','218',-1.00,'2025-06-27 20:19:28','79.00','4','newstock','1','','',200.0000,'','1','78','1','1','218','4175104476935529126326','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4510,'SODA-BOTTLE','195',-1.00,'2025-06-27 20:19:52','176.00','4','newstock','1','','',70.0000,'','1','175','1','1','195','4175104479373230924002','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4511,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-27 20:20:07','9974.00','4','newstock','1','','',0.0000,'','1','9973','1','1','25','4175104480823332221237','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4512,'CHIPS','47',-1.00,'2025-06-27 20:20:17','9872.00','4','newstock','1','','',0.0000,'','1','9871','1','1','47','4175104481821824342244','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4513,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-27 20:22:06','9971.00','5','newstock','1','','',0.0000,'','1','9970','1','1','26','5175104492732212920222','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4514,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-27 20:22:29','9973.00','5','newstock','1','','',0.0000,'','1','9972','1','1','53','5175104495050042032222','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4515,'UGALI','45',-3.00,'2025-06-27 20:22:53','9560.00','5','newstock','1','','',0.0000,'','1','9557','1','1','45','5175104497411703324572','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4516,'GOAT CHOMA 1/2','80',-1.00,'2025-06-27 20:23:12','9976.00','5','newstock','1','','',0.0000,'','1','9975','1','1','80','5175104499243002332502','',0.00,'','800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4517,'GOAT WET/DRY FRY 1 KG ','27',-1.00,'2025-06-27 20:23:55','9988.00','5','newstock','1','','',0.0000,'','1','9987','1','1','27','5175104503535212372330','',0.00,'','1400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4518,'UGALI','45',-5.00,'2025-06-27 20:24:07','9557.00','5','newstock','1','','',0.0000,'','1','9552','1','1','45','5175104504832031173722','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4519,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-27 20:24:51','9974.00','5','newstock','1','','',0.0000,'','1','9973','1','1','52','5175104509250532240020','',0.00,'','450','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4520,'CHIPS','47',-1.00,'2025-06-27 20:25:00','9871.00','5','newstock','1','','',0.0000,'','1','9870','1','1','47','5175104510035530331553','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4521,'DUNHILL','120',-2.00,'2025-06-27 20:31:41','30.00','6','newstock','1','','',17.0000,'','1','28','1','1','120','6175104551202233000320','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4522,'melkan 1.5 litres','272',-1.00,'2025-06-27 20:38:55','148.00','4','newstock','1','','',33.3000,'','1','147','1','1','272','4175104593634213222262','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4523,'WHITECAP-BOTTLE','218',-1.00,'2025-06-27 20:39:05','78.00','4','newstock','1','','',200.0000,'','1','77','1','1','218','4175104594737230205750','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4524,'BALOZI-BOTTLE','89',-1.00,'2025-06-27 20:39:48','156.00','4','newstock','1','','',175.0000,'','1','155','1','1','89','4175104598927002335291','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4525,'melkan 1.5 litres','272',-1.00,'2025-06-27 20:39:54','147.00','4','newstock','1','','',33.3000,'','1','146','1','1','272','4175104599515320495434','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4527,'V&A -250','210',-1.00,'2025-06-27 21:06:43','5.00','6','newstock','1','','',310.0000,'','1','4','1','1','210','6175104763323072243470','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4528,'PREDATOR','178',-1.00,'2025-06-27 21:07:13','78.00','6','newstock','1','','',54.1700,'','1','77','1','1','178','6175104764112436402230','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4529,'BALOZI-BOTTLE','89',-1.00,'2025-06-27 21:11:47','155.00','4','newstock','1','','',175.0000,'','1','154','1','1','89','4175104790880022240372','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4530,'FOUR COUSINS-RED','122',-1.00,'2025-06-27 21:11:58','6.00','4','newstock','1','','',955.0000,'','1','5','1','1','122','4175104793613331023331','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4531,'VEGETABLE RICE','39',-1.00,'2025-06-27 21:12:59','9998.00','4','newstock','1','','',0.0000,'','1','9997','1','1','39','4175104799277212320375','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4532,'TEA','10',-1.00,'2025-06-27 21:13:18','9952.00','4','newstock','1','','',0.0000,'','1','9951','1','1','10','4175104799802270513330','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4533,'WHITECAP-BOTTLE','218',-2.00,'2025-06-27 21:26:37','77.00','4','newstock','1','','',200.0000,'','1','75','1','1','218','4175104879832248324222','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4534,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-27 21:33:38','9925.00','4','newstock','1','','',0.0000,'','1','9924','1','1','22','4175104921922200240221','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4535,'GUARANA CAN_SMIRNOFF ICE','134',-2.00,'2025-06-27 21:36:06','24.00','8','newstock','1','','',180.0000,'','1','22','1','1','134','8175104936613733470236','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4536,'VICEROY-250','215',-1.00,'2025-06-27 21:37:21','7.00','8','newstock','1','','',465.0000,'','1','6','1','1','215','8175104944290229024303','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4538,'SODA-BOTTLE','195',-1.00,'2025-06-27 21:37:46','175.00','8','newstock','1','','',70.0000,'','1','174','1','1','195','8175104946760331307030','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4539,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-27 21:38:34','10.00','8','newstock','1','','',245.0000,'','1','9','1','1','117','8175104951484294038543','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4540,'SODA-BOTTLE','195',-1.00,'2025-06-27 21:38:40','174.00','8','newstock','1','','',70.0000,'','1','173','1','1','195','8175104952142455200323','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4541,'PREDATOR','178',-1.00,'2025-06-27 21:38:44','77.00','8','newstock','1','','',54.1700,'','1','76','1','1','178','8175104952420022203483','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4542,'TUSKER-LAGER-BOTTLE','209',-3.00,'2025-06-27 21:39:21','59.00','8','newstock','1','','',175.0000,'','1','56','1','1','209','8175104956100272532327','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4543,'UGALI','45',-1.00,'2025-06-27 21:40:20','9552.00','8','newstock','1','','',0.0000,'','1','9551','1','1','45','8175104962002326040030','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4544,'GREENS(KIENYEJI)','46',-1.00,'2025-06-27 21:40:23','9919.00','8','newstock','1','','',0.0000,'','1','9918','1','1','46','8175104962407302428209','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4545,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-27 21:40:36','9970.00','8','newstock','1','','',0.0000,'','1','9969','1','1','26','8175104963733273029724','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4546,'KACHUMBARI','35',-1.00,'2025-06-27 21:41:51','9989.00','5','newstock','1','','',0.0000,'','1','9988','1','1','35','5175104971243321231222','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4547,'SMOKIES(PAIR)','15',-2.00,'2025-06-27 21:42:05','9960.00','5','newstock','1','','',0.0000,'','1','9958','1','1','15','5175104972501121242572','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4549,'GILBEYS-750','126',-1.00,'2025-06-27 21:43:04','7.00','5','newstock','1','','',1300.0000,'','1','6','1','1','126','5175104978548322302820','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4550,'BALOZI-BOTTLE','89',-1.00,'2025-06-27 21:47:41','154.00','4','newstock','1','','',175.0000,'','1','153','1','1','89','4175105006266002020422','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4551,'DAWA TEA','16',-1.00,'2025-06-27 21:57:54','9992.00','6','newstock','1','','',0.0000,'','1','9991','1','1','16','6175105068530770353204','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4552,'GOAT CHOMA 1/4','79',-1.00,'2025-06-27 21:58:05','9959.00','6','newstock','1','','',0.0000,'','1','9958','1','1','79','6175105069792733333222','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4553,'UGALI','45',-1.00,'2025-06-27 21:58:17','9551.00','6','newstock','1','','',0.0000,'','1','9550','1','1','45','6175105070723340202003','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4554,'BALOZI-BOTTLE','89',-3.00,'2025-06-27 22:16:37','153.00','6','newstock','1','','',175.0000,'','1','150','1','1','89','6175105180831830881102','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4555,'melkan 1.5 litres','272',-1.00,'2025-06-27 22:17:48','146.00','4','newstock','1','','',33.3000,'','1','145','1','1','272','4175105186854024748070','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4556,'KENYA CANE 350','153',-1.00,'2025-06-27 22:21:54','2.00','5','newstock','1','','',330.0000,'','1','1','1','1','153','5175105211553503507013','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4557,'BLACK ICE-BOTTLE_DOUBLE BLACK','100',-2.00,'2025-06-27 22:22:06','30.00','5','newstock','1','','',165.0000,'','1','28','1','1','100','5175105212700132333333','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4558,'melkan 1.5 litres','272',-1.00,'2025-06-27 22:22:28','145.00','5','newstock','1','','',33.3000,'','1','144','1','1','272','5175105215033047241532','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4559,'SAFARI','187',-2.00,'2025-06-27 22:22:41','101.00','5','newstock','1','','',8.0000,'','1','99','1','1','187','5175105216251252303331','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4561,'HUNTERS CHOICE-750','142',-2.00,'2025-06-27 22:24:32','7.00','5','newstock','1','','',975.0000,'','1','5','1','1','142','5175105227250232723350','',0.00,'','1400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4562,'melkan 1.5 litres','272',-3.00,'2025-06-27 22:24:46','144.00','5','newstock','1','','',33.3000,'','1','141','1','1','272','5175105228732030000330','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4563,'PINEAPPLE PUNCH-CAN','176',-4.00,'2025-06-27 22:25:52','15.00','5','newstock','1','','',180.0000,'','1','11','1','1','176','5175105235325713422222','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4564,'TUSKER LITE-BOTTLE','208',-3.00,'2025-06-27 22:26:06','25.00','5','newstock','1','','',195.0000,'','1','22','1','1','208','5175105236720352353243','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4565,'melkan 1.5 litres','272',-2.00,'2025-06-27 22:26:28','141.00','5','newstock','1','','',33.3000,'','1','139','1','1','272','5175105238833723223372','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4567,'SODA-BOTTLE','195',-1.00,'2025-06-27 22:26:52','173.00','5','newstock','1','','',70.0000,'','1','172','1','1','195','5175105241322115102553','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4568,'CHIPS','47',-2.00,'2025-06-27 22:27:42','9870.00','4','newstock','1','','',0.0000,'','1','9868','1','1','47','4175105246203303337123','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4569,'TEA','10',-1.00,'2025-06-27 22:28:54','9951.00','4','newstock','1','','',0.0000,'','1','9950','1','1','10','4175105253513503533104','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4570,'SODA-BOTTLE','195',-2.00,'2025-06-27 22:35:59','172.00','5','newstock','1','','',70.0000,'','1','170','1','1','195','5175105296023330205371','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4571,'WHITECAP-BOTTLE','218',-2.00,'2025-06-27 22:49:42','75.00','4','newstock','1','','',200.0000,'','1','73','1','1','218','4175105378308320103370','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4572,'LEMONADE','160',-1.00,'2025-06-27 22:51:54','58.00','6','newstock','1','','',41.6700,'','1','57','1','1','160','6175105393003333343203','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4573,'melkan 1.5 litres','272',-1.00,'2025-06-27 22:52:18','139.00','6','newstock','1','','',33.3000,'','1','138','1','1','272','6175105394640207260366','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4574,'SAFARI','187',-2.00,'2025-06-27 22:52:26','99.00','6','newstock','1','','',8.0000,'','1','97','1','1','187','6175105395430590313550','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4575,'BLACK ICE CAN_DOUBLE BLACK','99',-2.00,'2025-06-27 22:54:29','10.00','5','newstock','1','','',180.0000,'','1','8','1','1','99','5175105406933436351562','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4576,'BALOZI CAN','88',-2.00,'2025-06-27 22:54:29','26.00','5','newstock','1','','',203.0000,'','1','24','1','1','88','5175105409723435022277','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4577,'BALOZI-BOTTLE','89',-1.00,'2025-06-27 23:02:45','150.00','4','newstock','1','','',175.0000,'','1','149','1','1','89','4175105456537272223503','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4578,'JOHNNIE W RED-375','149',-1.00,'2025-06-27 23:03:21','4.00','4','newstock','1','','',891.0000,'','1','3','1','1','149','4175105460223013202221','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4580,'CHIPS','47',-1.00,'2025-06-27 23:04:55','9868.00','4','newstock','1','','',0.0000,'','1','9867','1','1','47','4175105469526370092236','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4581,'GOAT CHOMA 1/2','80',-1.00,'2025-06-27 23:05:12','9975.00','4','newstock','1','','',0.0000,'','1','9974','1','1','80','4175105471332343202230','',0.00,'','800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4582,'GILBEYS-350','125',-1.00,'2025-06-27 23:06:14','5.00','4','newstock','1','','',599.0000,'','1','4','1','1','125','4175105477535205037743','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4587,'GUEST ROOM','',20.00,'2025-06-27 23:13:38','0.00','16','newstock','1','','',3000.0000,'','1','20','internal','1','296','','',0.00,'','3000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4588,'GUEST ROOM','296',-1.00,'2025-06-27 23:13:45','20.00','17','newstock','1','','',3000.0000,'','1','19','1','1','296','17175105523227323231352','',0.00,'','3000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4589,'GREENS(KIENYEJI)','46',-1.00,'2025-06-27 23:14:39','9918.00','17','newstock','1','','',0.0000,'','1','9917','1','1','46','17175105528105222132831','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4590,'FISH','',10.00,'2025-06-27 23:17:08','0.00','16','newstock','1','','',800.0000,'','Main','10','Internal','Main','300','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4591,'WHITE COFFEE','',10.00,'2025-06-27 23:17:20','0.00','16','newstock','1','','',150.0000,'','Main','10','Internal','Main','298','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4592,'DELMONTE','',10.00,'2025-06-27 23:17:27','0.00','16','newstock','1','','',500.0000,'','Main','10','Internal','Main','299','','',0.00,'','500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4593,'UGALI','',10.00,'2025-06-27 23:17:34','0.00','16','newstock','1','','',200.0000,'','Main','10','Internal','Main','297','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4594,'WHITE COFFEE','12',-2.00,'2025-06-27 23:17:24','9996.00','17','newstock','1','','',0.0000,'','1','9994','1','1','12','17175105546002532373233','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4595,'GUEST ROOM','',20.00,'2025-06-27 23:17:41','0.00','16','newstock','1','','',3000.0000,'','Main','20','Internal','Main','296','','',0.00,'','3000','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4596,'WHITECAP-BOTTLE','218',-1.00,'2025-06-27 23:17:52','73.00','8','newstock','1','','',200.0000,'','1','72','1','1','218','8175105547442074233074','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4597,'SAUSAGE (PAIR)','3',-1.00,'2025-06-27 23:17:52','9932.00','17','newstock','1','','',0.0000,'','1','9931','1','1','3','17175105548835133330102','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4598,'PREDATOR','178',-1.00,'2025-06-27 23:18:38','76.00','8','newstock','1','','',54.1700,'','1','75','1','1','178','8175105551922229912340','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4599,'FISH','',10.00,'2025-06-27 23:19:06','0.00','16','newstock','1','','',800.0000,'','1','10','internal','1','300','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4600,'DELMONTE','',10.00,'2025-06-27 23:19:12','0.00','16','newstock','1','','',500.0000,'','1','10','internal','1','299','','',0.00,'','500','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4601,'WHITE COFFEE','',10.00,'2025-06-27 23:19:18','0.00','16','newstock','1','','',150.0000,'','1','10','internal','1','298','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4602,'UGALI','',10.00,'2025-06-27 23:19:24','0.00','16','newstock','1','','',200.0000,'','1','10','internal','1','297','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4603,'FISH','300',-1.00,'2025-06-27 23:19:28','10.00','17','newstock','1','','',800.0000,'','1','9','1','1','300','17175105557970027023901','',0.00,'','800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4604,'TUSKER-LAGER-BOTTLE','209',-4.00,'2025-06-27 23:19:45','56.00','8','newstock','1','','',175.0000,'','1','52','1','1','209','8175105558582850202321','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4605,'GUINESS-BOTTLE','136',-2.00,'2025-06-27 23:20:05','81.00','8','newstock','1','','',210.0000,'','1','79','1','1','136','8175105560602325201803','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4606,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-27 23:21:18','9.00','8','newstock','1','','',245.0000,'','1','8','1','1','117','8175105568008433253012','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4607,'PREDATOR','178',-1.00,'2025-06-27 23:21:29','75.00','8','newstock','1','','',54.1700,'','1','74','1','1','178','8175105568902623022822','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4608,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-27 23:23:01','52.00','8','newstock','1','','',175.0000,'','1','50','1','1','209','8175105578233332522722','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4609,'BEST WHISKY-250','93',-1.00,'2025-06-27 23:23:41','8.00','8','newstock','1','','',330.0000,'','1','7','1','1','93','8175105585952758842553','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4610,'GUEST ROOM','296',-1.00,'2025-06-27 23:25:27','19.00','17','newstock','1','','',3000.0000,'','1','18','1','1','296','17175105593832332273203','',0.00,'','3000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4611,'GREENS(KIENYEJI)','46',-1.00,'2025-06-27 23:25:38','9917.00','17','newstock','1','','',0.0000,'','1','9916','1','1','46','17175105595229231220720','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4612,'FISH','300',-1.00,'2025-06-27 23:25:52','9.00','17','newstock','1','','',800.0000,'','1','8','1','1','300','17175105596130311672330','',0.00,'','800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4613,'KINGFISHER BOTTLE','156',-2.00,'2025-06-27 23:25:55','4.00','8','newstock','1','','',200.0000,'','1','2','1','1','156','8175105597823031333332','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4614,'WHITE COFFEE','12',-2.00,'2025-06-27 23:26:01','9994.00','17','newstock','1','','',0.0000,'','1','9992','1','1','12','17175105597822912302370','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4615,'SAUSAGE (PAIR)','3',-1.00,'2025-06-27 23:26:19','9931.00','17','newstock','1','','',0.0000,'','1','9930','1','1','3','17175105598702307055252','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4616,'BLACK ICE-BOTTLE_DOUBLE BLACK','100',-2.00,'2025-06-27 23:26:35','28.00','8','newstock','1','','',165.0000,'','1','26','1','1','100','8175105599503532902200','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4617,'DELMONTE','119',-2.00,'2025-06-27 23:26:28','7.00','17','newstock','1','','',250.0000,'','1','5','1','1','119','17175105600535005012033','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4618,'GUEST ROOM','296',-1.00,'2025-06-27 23:27:33','18.00','17','newstock','1','','',3000.0000,'','1','17','1','1','296','17175105606403257300025','',0.00,'','3000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4619,'DELMONTE','119',-1.00,'2025-06-27 23:27:44','5.00','17','newstock','1','','',250.0000,'','1','4','1','1','119','17175105607473337332233','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4620,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-27 23:28:32','50.00','8','newstock','1','','',175.0000,'','1','49','1','1','209','8175105611200332604421','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4621,'GREENS(KIENYEJI)','46',-1.00,'2025-06-27 23:27:54','9916.00','17','newstock','1','','',0.0000,'','1','9915','1','1','46','17175105611868203306520','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4622,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-27 23:28:38','9972.00','17','newstock','1','','',0.0000,'','1','9971','1','1','53','17175105612830310012222','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4623,'WHITE COFFEE','12',-2.00,'2025-06-27 23:28:48','9992.00','17','newstock','1','','',0.0000,'','1','9990','1','1','12','17175105614550541000021','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4624,'SAUSAGE (PAIR)','3',-1.00,'2025-06-27 23:29:05','9930.00','17','newstock','1','','',0.0000,'','1','9929','1','1','3','17175105615563122235312','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4625,'GUEST ROOM','296',-1.00,'2025-06-27 23:29:46','17.00','17','newstock','1','','',3000.0000,'','1','16','1','1','296','17175105619825285320237','',0.00,'','3000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4626,'GREENS(KIENYEJI)','46',-1.00,'2025-06-27 23:29:58','9915.00','17','newstock','1','','',0.0000,'','1','9914','1','1','46','17175105620751332207036','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4628,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-27 23:30:19','49.00','6','newstock','1','','',175.0000,'','1','48','1','1','209','6175105623234162003303','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4629,'UGALI','45',-2.00,'2025-06-27 23:30:07','9550.00','17','newstock','1','','',0.0000,'','1','9548','1','1','45','17175105623400333600222','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4630,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-27 23:30:34','9971.00','17','newstock','1','','',0.0000,'','1','9970','1','1','53','17175105624113532203303','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4631,'GUINESS-BOTTLE','136',-1.00,'2025-06-27 23:30:32','79.00','6','newstock','1','','',210.0000,'','1','78','1','1','136','6175105624661050330503','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4632,'WHITE COFFEE ','298',-3.00,'2025-06-27 23:30:41','10.00','17','newstock','1','','',150.0000,'','1','7','1','1','298','17175105626533252600303','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4633,'SAUSAGE (PAIR)','3',-1.00,'2025-06-27 23:31:05','9929.00','17','newstock','1','','',0.0000,'','1','9928','1','1','3','17175105627332303032623','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4634,'DELMONTE','299',-1.00,'2025-06-27 23:31:14','10.00','17','newstock','1','','',500.0000,'','1','9','1','1','299','17175105628307223035333','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4635,'melkan 1.5 litres','272',-1.00,'2025-06-27 23:31:18','138.00','6','newstock','1','','',33.3000,'','1','137','1','1','272','6175105628939412226320','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4636,'UGALI','45',-2.00,'2025-06-27 23:32:30','9548.00','17','newstock','1','','',0.0000,'','1','9546','1','1','45','17175105636632337532123','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4637,'UGALI','45',-1.00,'2025-06-27 23:33:22','9546.00','17','newstock','1','','',0.0000,'','1','9545','1','1','45','17175105641247223372130','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4638,'BALOZI-BOTTLE','89',-1.00,'2025-06-27 23:47:48','149.00','4','newstock','1','','',175.0000,'','1','148','1','1','89','4175105726942302140622','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4639,'KINGFISHER BOTTLE','156',-2.00,'2025-06-27 23:55:17','2.00','5','newstock','1','','',200.0000,'','1','0','1','1','156','5175105771873772012703','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4640,'BLACK ICE-BOTTLE_DOUBLE BLACK','100',-2.00,'2025-06-27 23:55:24','26.00','5','newstock','1','','',165.0000,'','1','24','1','1','100','5175105772532200202200','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4641,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-27 23:55:31','22.00','5','newstock','1','','',195.0000,'','1','20','1','1','208','5175105773235032333372','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4642,'GUINESS-BOTTLE','136',-6.00,'2025-06-27 23:56:46','78.00','5','newstock','1','','',210.0000,'','1','72','1','1','136','5175105780722301305202','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4643,'SODA-BOTTLE','195',-1.00,'2025-06-27 23:56:54','170.00','5','newstock','1','','',70.0000,'','1','169','1','1','195','5175105781520328032175','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4644,'GUINESS-BOTTLE','136',-6.00,'2025-06-27 23:57:44','72.00','5','newstock','1','','',210.0000,'','1','66','1','1','136','5175105786522333505273','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4645,'melkan 1.5 litres','272',-1.00,'2025-06-27 23:57:52','137.00','5','newstock','1','','',33.3000,'','1','136','1','1','272','5175105787322353310230','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4646,'SODA-BOTTLE','195',-2.00,'2025-06-27 23:58:07','169.00','5','newstock','1','','',70.0000,'','1','167','1','1','195','5175105788810280200817','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4647,'WHITECAP-BOTTLE','218',-2.00,'2025-06-28 00:01:26','72.00','4','newstock','1','','',200.0000,'','1','70','1','1','218','4175105808737210273720','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4648,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-28 00:17:50','8.00','6','newstock','1','','',245.0000,'','1','7','1','1','117','6175105908010512300224','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4649,'SODA-BOTTLE','195',-2.00,'2025-06-28 00:18:00','167.00','6','newstock','1','','',70.0000,'','1','165','1','1','195','6175105908962522308132','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4650,'melkan 1.5 litres','272',-1.00,'2025-06-28 00:18:10','136.00','6','newstock','1','','',33.3000,'','1','135','1','1','272','6175105909830622502230','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4651,'BLACK COFFEE','11',-1.00,'2025-06-28 00:18:19','9993.00','6','newstock','1','','',0.0000,'','1','9992','1','1','11','6175105912523620123120','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4652,'SMIRNOFF 350ML','190',-1.00,'2025-06-28 00:18:52','5.00','6','newstock','1','','',594.0000,'','1','4','1','1','190','6175105915625520020223','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4653,'WHITECAP-BOTTLE','218',-8.00,'2025-06-28 00:19:16','70.00','6','newstock','1','','',200.0000,'','1','62','1','1','218','6175105918430800542782','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4654,'SMIRNOFF 350ML','190',-1.00,'2025-06-28 00:19:44','4.00','6','newstock','1','','',594.0000,'','1','3','1','1','190','6175105919505033253332','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4655,'melkan 1.5 litres','272',-1.00,'2025-06-28 00:19:55','135.00','6','newstock','1','','',33.3000,'','1','134','1','1','272','6175105921123225543502','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4656,'WHITECAP-BOTTLE','218',-2.00,'2025-06-28 00:21:47','62.00','5','newstock','1','','',200.0000,'','1','60','1','1','218','5175105930852202323273','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4657,'TUSKER LITE-BOTTLE','208',-1.00,'2025-06-28 00:22:14','20.00','5','newstock','1','','',195.0000,'','1','19','1','1','208','5175105933522232505302','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4658,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-28 00:32:51','4.00','6','newstock','1','','',945.0000,'','1','3','1','1','111','6175105999033332123990','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4659,'SODA-BOTTLE','195',-2.00,'2025-06-28 00:34:04','165.00','6','newstock','1','','',70.0000,'','1','163','1','1','195','6175106005742301003125','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4660,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-28 00:47:17','48.00','8','newstock','1','','',175.0000,'','1','47','1','1','209','8175106083803003230322','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4662,'melkan 1.5 litres','272',-1.00,'2025-06-28 00:48:20','134.00','8','newstock','1','','',33.3000,'','1','133','1','1','272','8175106090134330041372','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4663,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-28 00:49:18','47.00','8','newstock','1','','',175.0000,'','1','46','1','1','209','8175106095902337033232','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4664,'GUINESS-BOTTLE','136',-1.00,'2025-06-28 00:49:22','66.00','8','newstock','1','','',210.0000,'','1','65','1','1','136','8175106096331213334923','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4665,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-28 00:49:29','46.00','8','newstock','1','','',175.0000,'','1','45','1','1','209','8175106097020237730780','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4666,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-28 00:52:53','9924.00','4','newstock','1','','',0.0000,'','1','9923','1','1','22','4175106117452474212203','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4669,'UGALI','45',-2.00,'2025-06-28 00:53:57','9545.00','4','newstock','1','','',0.0000,'','1','9543','1','1','45','4175106123830342203324','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4670,'CHROME-VODKA 250','115',-1.00,'2025-06-28 01:05:57','10.00','4','newstock','1','','',217.0000,'','1','9','1','1','115','4175106195724202752205','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4671,'CHROME-GIN 250','113',-1.00,'2025-06-28 01:15:16','11.00','6','newstock','1','','',217.0000,'','1','10','1','1','113','6175106253352271463522','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4672,'SAFARI','187',-3.00,'2025-06-28 01:19:14','97.00','4','newstock','1','','',8.0000,'','1','94','1','1','187','4175106275503156037250','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4673,'MARAMOJA','162',-1.00,'2025-06-28 01:20:05','17.00','4','newstock','1','','',10.0000,'','1','16','1','1','162','4175106280626340302230','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4674,'KENYA CANE-750','155',-1.00,'2025-06-28 01:23:43','12.00','6','newstock','1','','',705.0000,'','1','11','1','1','155','6175106304033333332005','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4675,'SODA-BOTTLE','195',-3.00,'2025-06-28 01:24:00','163.00','6','newstock','1','','',70.0000,'','1','160','1','1','195','6175106306052312344232','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4676,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-28 01:24:20','7.00','6','newstock','1','','',245.0000,'','1','6','1','1','117','6175106307400202016026','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4677,'SODA-BOTTLE','195',-1.00,'2025-06-28 01:24:34','160.00','6','newstock','1','','',70.0000,'','1','159','1','1','195','6175106308652223022204','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4678,'COUNTY SPIRIT 250ML','117',-3.00,'2025-06-28 01:25:12','6.00','6','newstock','1','','',245.0000,'','1','3','1','1','117','6175106313115023536007','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4679,'PREDATOR','178',-3.00,'2025-06-28 01:25:31','74.00','6','newstock','1','','',54.1700,'','1','71','1','1','178','6175106315023136430201','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4680,'HEINEKEN-BOTTLE','138',-2.00,'2025-06-28 01:26:59','9.00','6','newstock','1','','',265.0000,'','1','7','1','1','138','6175106322636236733403','',0.00,'','330','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4681,'WHITECAP-BOTTLE','218',-1.00,'2025-06-28 01:34:51','60.00','8','newstock','1','','',200.0000,'','1','59','1','1','218','8175106369231622230323','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4682,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-28 01:34:53','45.00','8','newstock','1','','',175.0000,'','1','44','1','1','209','8175106369312722638030','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4683,'GUINESS-BOTTLE','136',-1.00,'2025-06-28 01:35:52','65.00','8','newstock','1','','',210.0000,'','1','64','1','1','136','8175106375322324303301','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4684,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-28 01:36:55','44.00','8','newstock','1','','',175.0000,'','1','43','1','1','209','8175106381612833220227','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4685,'BALOZI-BOTTLE','89',-1.00,'2025-06-28 01:36:56','148.00','8','newstock','1','','',175.0000,'','1','147','1','1','89','8175106383334020230130','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4686,'GOAT CHOMA 1/4','79',-1.00,'2025-06-28 01:38:14','9958.00','8','newstock','1','','',0.0000,'','1','9957','1','1','79','8175106389433206350384','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4687,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-28 01:39:11','11.00','8','newstock','1','','',180.0000,'','1','9','1','1','176','8175106395251052022283','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4688,'REDBULL','180',-1.00,'2025-06-28 01:39:18','14.00','8','newstock','1','','',185.0000,'','1','13','1','1','180','8175106398500520830882','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4689,'V&A -250','210',-1.00,'2025-06-28 01:40:03','4.00','8','newstock','1','','',310.0000,'','1','3','1','1','210','8175106405733732312277','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4690,'PREDATOR','178',-1.00,'2025-06-28 01:41:07','71.00','8','newstock','1','','',54.1700,'','1','70','1','1','178','8175106406823324122200','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4691,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-28 01:41:23','43.00','8','newstock','1','','',175.0000,'','1','42','1','1','209','8175106408432330328731','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4692,'DUNHILL','120',-1.00,'2025-06-28 01:41:29','28.00','8','newstock','1','','',17.0000,'','1','27','1','1','120','8175106409000032303333','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4693,'SODA-BOTTLE','195',-1.00,'2025-06-28 01:47:02','159.00','6','newstock','1','','',70.0000,'','1','158','1','1','195','6175106443403323202322','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4694,'MATCH BOX','163',-2.00,'2025-06-28 02:15:41','75.00','4','newstock','1','','',5.0000,'','1','73','1','1','163','4175106614120061201356','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4695,'WHITECAP-BOTTLE','218',-1.00,'2025-06-28 02:16:03','59.00','4','newstock','1','','',200.0000,'','1','58','1','1','218','4175106616432642651066','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4697,'UGALI','45',-2.00,'2025-06-28 02:19:11','9543.00','6','newstock','1','','',0.0000,'','1','9541','1','1','45','6175106635925452321222','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4698,'GOAT CHOMA 1 KG ','81',-1.00,'2025-06-28 02:19:30','9991.00','6','newstock','1','','',0.0000,'','1','9990','1','1','81','6175106638330874032310','',0.00,'','1600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4699,'WHITECAP-BOTTLE','218',-1.00,'2025-06-28 02:35:12','58.00','5','newstock','1','','',200.0000,'','1','57','1','1','218','5175106731333310233033','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4700,'DUNHILL','120',-4.00,'2025-06-28 02:35:20','27.00','5','newstock','1','','',17.0000,'','1','23','1','1','120','5175106732152361033602','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4701,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-28 02:36:02','42.00','5','newstock','1','','',175.0000,'','1','41','1','1','209','5175106736320212002023','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4702,'melkan 1.5 litres','272',-1.00,'2025-06-28 02:36:09','133.00','5','newstock','1','','',33.3000,'','1','132','1','1','272','5175106736922455200439','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4703,'GOAT CHOMA 1/4','79',-1.00,'2025-06-28 02:36:59','9957.00','5','newstock','1','','',0.0000,'','1','9956','1','1','79','5175106741932523301323','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4704,'melkan 1.5 litres','272',-1.00,'2025-06-28 02:43:53','132.00','6','newstock','1','','',33.3000,'','1','131','1','1','272','6175106784626043306382','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4705,'SMIRNOFF 350ML','190',-1.00,'2025-06-28 02:44:43','3.00','6','newstock','1','','',594.0000,'','1','2','1','1','190','6175106790007232300053','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4706,'COCKTAIL','244',-2.00,'2025-06-28 02:45:00','9967.00','6','newstock','1','','',150.0000,'','1','9965','1','1','244','6175106790933021233132','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4709,'Whisky Tot','281',-2.00,'2025-06-28 02:46:30','500.00','6','newstock','1','','',25.0000,'','1','498','1','1','281','6175106800701652234380','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4710,'DUNHILL','120',-1.00,'2025-06-28 02:51:56','23.00','8','newstock','1','','',17.0000,'','1','22','1','1','120','8175106831732323025017','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4711,'KENYA CANE-250','154',-1.00,'2025-06-28 02:54:50','5.00','5','newstock','1','','',270.0000,'','1','4','1','1','154','5175106849104300303920','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4712,'melkan 1.5 litres','272',-1.00,'2025-06-28 02:54:56','131.00','5','newstock','1','','',33.3000,'','1','130','1','1','272','5175106849775272523032','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4713,'MILK','',10.00,'2025-06-28 03:06:47','0.00','16','newstock','1','','',50.0000,'','1','10','internal','1','301','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4714,'SAFARI','187',-2.00,'2025-06-28 03:21:27','94.00','8','newstock','1','','',8.0000,'','1','92','1','1','187','8175107008820302480382','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4715,'MILK','301',-1.00,'2025-06-28 03:23:20','10.00','4','newstock','1','','',50.0000,'','1','9','1','1','301','4175107022340132000230','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4716,'MILK','301',-1.00,'2025-06-28 03:23:43','9.00','4','newstock','1','','',50.0000,'','1','8','1','1','301','4175107024523072052073','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4717,'COCKTAIL','244',-2.00,'2025-06-28 03:37:12','9965.00','6','newstock','1','','',150.0000,'','1','9963','1','1','244','6175107104551001221433','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4718,'COCKTAIL','244',-4.00,'2025-06-28 03:37:25','9963.00','6','newstock','1','','',150.0000,'','1','9959','1','1','244','6175107105507201031337','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4719,'WHITECAP-BOTTLE','218',-2.00,'2025-06-28 03:38:32','57.00','6','newstock','1','','',200.0000,'','1','55','1','1','218','6175107112133222004374','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4720,'ROOM 2','250',-1.00,'2025-06-28 03:39:33','9953.00','5','newstock','1','','',500.0000,'','1','9952','1','1','250','5175107117422021734212','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4721,'ROOM 2','250',-1.00,'2025-06-28 03:40:04','9952.00','5','newstock','1','','',500.0000,'','1','9951','1','1','250','5175107120522137705037','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4722,'COCKTAIL','244',4.00,'2025-06-28 03:40:59','9959.00','16','newstock','1','','',0.0000,'','1','9963','1','1','244','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4723,'COCKTAIL','244',-4.00,'2025-06-28 03:41:53','9963.00','6','newstock','1','','',150.0000,'','1','9959','1','1','244','6175107132702202371073','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4724,'COCKTAIL','244',2.00,'2025-06-28 03:48:04','9959.00','16','newstock','1','','',0.0000,'','1','9961','1','1','244','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4725,'WHITE COFFEE','12',2.00,'2025-06-28 04:43:54','9990.00','16','newstock','1','','',0.0000,'','1','9992','1','1','12','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4726,'SAUSAGE (PAIR)','3',1.00,'2025-06-28 04:44:28','9928.00','16','newstock','1','','',0.0000,'','1','9929','1','1','3','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4727,'FISH','300',1.00,'2025-06-28 04:55:51','8.00','16','newstock','1','','',0.0000,'','1','9','1','1','300','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4728,'GREENS(KIENYEJI)','46',1.00,'2025-06-28 04:55:55','9914.00','16','newstock','1','','',0.0000,'','1','9915','1','1','46','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4729,'GUEST ROOM','296',1.00,'2025-06-28 04:55:57','16.00','16','newstock','1','','',0.0000,'','1','17','1','1','296','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4732,'COCKTAIL','244',-2.00,'2025-06-28 05:29:15','9961.00','6','newstock','1','','',150.0000,'','1','9959','1','1','244','6175107775525000073325','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4733,'WHITE COFFEE','12',-1.00,'2025-06-28 09:04:17','9992.00','14','newstock','1','','',0.0000,'','1','9991','1','1','12','14175109068932364532126','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4734,'GUEST ROOM','296',-1.00,'2025-06-28 09:20:02','17.00','17','newstock','1','','',3000.0000,'','1','16','1','1','296','17175109163330200076322','',0.00,'','3000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4735,'DELMONTE','119',-1.00,'2025-06-28 09:20:33','4.00','17','newstock','1','','',250.0000,'','1','3','1','1','119','17175109164720062177201','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4736,'FISH','300',-1.00,'2025-06-28 09:20:47','9.00','17','newstock','1','','',800.0000,'','1','8','1','1','300','17175109169725711763261','',0.00,'','800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4737,'CHIPS MASALA','48',-1.00,'2025-06-28 09:21:37','9997.00','17','newstock','1','','',0.0000,'','1','9996','1','1','48','17175109172333231220711','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4738,'WHITE COFFEE ','298',-2.00,'2025-06-28 09:22:03','7.00','17','newstock','1','','',150.0000,'','1','5','1','1','298','17175109174424243372232','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4739,'GUEST ROOM','296',-1.00,'2025-06-28 09:25:00','16.00','17','newstock','1','','',3000.0000,'','1','15','1','1','296','17175109191133337113731','',0.00,'','3000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4740,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-28 09:25:12','9970.00','17','newstock','1','','',0.0000,'','1','9969','1','1','53','17175109195230329211002','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4741,'DELMONTE','299',-1.00,'2025-06-28 09:25:53','9.00','17','newstock','1','','',500.0000,'','1','8','1','1','299','17175109197313190997322','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4742,'UGALI','45',-2.00,'2025-06-28 09:26:13','9541.00','17','newstock','1','','',0.0000,'','1','9539','1','1','45','17175109200420730030752','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4743,'SAUTTE POTATO','20',-1.00,'2025-06-28 09:28:46','9992.00','17','newstock','1','','',0.0000,'','1','9991','1','1','20','17175109217103702251335','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4744,'WHITE COFFEE','12',-1.00,'2025-06-28 09:29:32','9991.00','17','newstock','1','','',0.0000,'','1','9990','1','1','12','17175109218602221082900','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4745,'GUEST ROOM','296',-1.00,'2025-06-28 09:30:58','15.00','17','newstock','1','','',3000.0000,'','1','14','1','1','296','17175109226610362003771','',0.00,'','3000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4746,'WHITE COFFEE','12',-1.00,'2025-06-28 09:31:06','9990.00','17','newstock','1','','',0.0000,'','1','9989','1','1','12','17175109228273252397222','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4747,'FISH','300',-1.00,'2025-06-28 09:31:22','8.00','17','newstock','1','','',800.0000,'','1','7','1','1','300','17175109229332327532122','',0.00,'','800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4748,'UGALI','45',-2.00,'2025-06-28 09:31:34','9539.00','17','newstock','1','','',0.0000,'','1','9537','1','1','45','17175109230923933332330','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4749,'DELMONTE','119',-2.00,'2025-06-28 09:31:50','3.00','17','newstock','1','','',250.0000,'','1','1','1','1','119','17175109232137325232202','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4750,'GUEST ROOM','296',1.00,'2025-06-28 09:33:28','14.00','16','newstock','1','','',0.0000,'','1','15','1','1','296','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4751,'DELMONTE','299',1.00,'2025-06-28 09:33:29','8.00','16','newstock','1','','',0.0000,'','1','9','1','1','299','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4752,'CHICKEN KIENYEJI 1/2','53',1.00,'2025-06-28 09:33:31','9969.00','16','newstock','1','','',0.0000,'','1','9970','1','1','53','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4753,'UGALI','45',2.00,'2025-06-28 09:33:34','9537.00','16','newstock','1','','',0.0000,'','1','9539','1','1','45','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4754,'WHITE COFFEE','12',1.00,'2025-06-28 09:33:36','9989.00','16','newstock','1','','',0.0000,'','1','9990','1','1','12','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4755,'SAUTTE POTATO','20',1.00,'2025-06-28 09:33:39','9991.00','16','newstock','1','','',0.0000,'','1','9992','1','1','20','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4756,'GUEST ROOM','296',-1.00,'2025-06-28 09:34:06','15.00','17','newstock','1','','',3000.0000,'','1','14','1','1','296','17175109245522431523303','',0.00,'','3000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4757,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-28 09:34:16','9970.00','17','newstock','1','','',0.0000,'','1','9969','1','1','53','17175109247331317431702','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4758,'UGALI','45',-2.00,'2025-06-28 09:34:35','9539.00','17','newstock','1','','',0.0000,'','1','9537','1','1','45','17175109249353773233303','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4759,'WHITE COFFEE','12',-1.00,'2025-06-28 09:34:54','9990.00','17','newstock','1','','',0.0000,'','1','9989','1','1','12','17175109251133212202532','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4760,'CHIPS','47',-1.00,'2025-06-28 09:35:11','9867.00','17','newstock','1','','',0.0000,'','1','9866','1','1','47','17175109252302313702325','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4761,'GREENS(KIENYEJI)','46',-1.00,'2025-06-28 09:35:23','9915.00','17','newstock','1','','',0.0000,'','1','9914','1','1','46','17175109253535302002313','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4762,'GUEST ROOM','296',-1.00,'2025-06-28 09:36:22','14.00','17','newstock','1','','',3000.0000,'','1','13','1','1','296','17175109258902230522753','',0.00,'','3000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4763,'FISH','300',-1.00,'2025-06-28 09:36:30','7.00','17','newstock','1','','',800.0000,'','1','6','1','1','300','17175109259707031393720','',0.00,'','800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4764,'GREENS(KIENYEJI)','46',-1.00,'2025-06-28 09:36:37','9914.00','17','newstock','1','','',0.0000,'','1','9913','1','1','46','17175109261132721701333','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4765,'CHIPS','47',-1.00,'2025-06-28 09:36:52','9866.00','17','newstock','1','','',0.0000,'','1','9865','1','1','47','17175109263261020222366','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4766,'UGALI','45',-2.00,'2025-06-28 09:37:13','9537.00','17','newstock','1','','',0.0000,'','1','9535','1','1','45','17175109264830213670225','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4767,'REDBULL','180',-1.00,'2025-06-28 09:44:38','13.00','17','newstock','1','','',185.0000,'','1','12','1','1','180','17175109309502301233900','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4768,'','1',24.00,'2025-06-28 14:54:39','8.00','16','newstock','1','161751111631','10',180.0000,'','1','32','supplier','1','99','','',0.00,'VATABLE','300','595.86','3724.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4769,'','1',2.00,'2025-06-28 14:54:53','3.00','16','newstock','1','161751111631','10',585.0000,'','1','5','supplier','1','114','','',0.00,'VATABLE','850','161.38','1008.62','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4770,'','1',24.00,'2025-06-28 14:55:09','7.00','16','newstock','1','161751111631','10',265.0000,'','1','31','supplier','1','138','','',0.00,'VATABLE','330','877.24','5482.76','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4771,'','1',12.00,'2025-06-28 14:55:37','1.00','16','newstock','1','161751111631','10',250.0000,'','1','13','supplier','1','119','','',0.00,'VATABLE','400','413.79','2586.21','16.00','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4772,'','1',2.00,'2025-06-28 14:55:55','0.00','16','newstock','1','161751111631','10',3880.0000,'','1','2','supplier','1','234','','',0.00,'VATABLE','5000','1070.34','6689.66','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4773,'','1',24.00,'2025-06-28 14:56:11','22.00','16','newstock','1','161751111631','10',180.0000,'','1','46','supplier','1','134','','',0.00,'VATABLE','300','595.86','3724.14','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4774,'','1',12.00,'2025-06-28 14:56:30','4.00','16','newstock','1','161751111631','10',245.0000,'','1','16','supplier','1','204','','',0.00,'VATABLE','350','405.52','2534.48','16.00','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4775,'','1',25.00,'2025-06-28 14:56:56','41.00','16','newstock','1','161751111631','10',175.0000,'','1','66','supplier','1','209','','',0.00,'VATABLE','250','603.45','3771.55','16.00','','received',0,'0000-00-00 00:00:00','pcs','25',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4776,'','1',24.00,'2025-06-28 14:57:08','0.00','16','newstock','1','161751111631','10',200.0000,'','1','24','supplier','1','156','','',0.00,'VATABLE','260','662.07','4137.93','16.00','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4777,'','1',5.00,'2025-06-28 14:57:23','1.00','16','newstock','1','161751111631','10',330.0000,'','1','6','supplier','1','153','','',0.00,'VATABLE','500','227.59','1422.41','16.00','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4778,'TEA','10',-1.00,'2025-06-28 15:08:06','9950.00','3','newstock','1','','',0.0000,'','1','9949','1','1','10','3175111253453332703223','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4779,'TEA','10',-1.00,'2025-06-28 15:08:59','9949.00','3','newstock','1','','',0.0000,'','1','9948','1','1','10','3175111260822830212223','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4780,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-28 15:10:29','3.00','14','newstock','1','','',245.0000,'','1','2','1','1','117','14175111266021223200173','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4781,'LEMONADE','160',-1.00,'2025-06-28 15:11:05','57.00','14','newstock','1','','',41.6700,'','1','56','1','1','160','14175111269201031033250','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4782,'GUARANA CAN_SMIRNOFF ICE','134',-3.00,'2025-06-28 15:12:02','46.00','14','newstock','1','','',180.0000,'','1','43','1','1','134','14175111275703302320071','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4783,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-28 15:14:07','66.00','14','newstock','1','','',175.0000,'','1','65','1','1','209','14175111289283222120022','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4784,'GUINESS-BOTTLE','136',-1.00,'2025-06-28 15:14:54','64.00','14','newstock','1','','',210.0000,'','1','63','1','1','136','14175111292842122300194','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4785,'BEEF WET/DRY FRY 1/4','22',-3.00,'2025-06-28 15:17:28','9923.00','14','newstock','1','','',0.0000,'','1','9920','1','1','22','14175111313631300323322','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4786,'UGALI','45',-3.00,'2025-06-28 15:18:59','9535.00','14','newstock','1','','',0.0000,'','1','9532','1','1','45','14175111316410272216022','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4787,'SODA-BOTTLE','195',-1.00,'2025-06-28 15:19:26','158.00','14','newstock','1','','',70.0000,'','1','157','1','1','195','14175111320230022212332','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4788,'CHROME-VODKA 250','115',-1.00,'2025-06-28 15:20:05','9.00','14','newstock','1','','',217.0000,'','1','8','1','1','115','14175111326563122312375','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4789,'SNAPP CAN','192',-1.00,'2025-06-28 15:39:22','15.00','3','newstock','1','','',180.0000,'','1','14','1','1','192','3175111438030273430230','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4790,'GRANTS-750','133',-1.00,'2025-06-28 15:44:57','2.00','3','newstock','1','','',1860.0000,'','1','1','1','1','133','3175111471920152335343','',0.00,'','2700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4791,'MATCH BOX','163',-1.00,'2025-06-28 15:45:22','73.00','3','newstock','1','','',5.0000,'','1','72','1','1','163','3175111475725373752313','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4792,'MELKAN/QUENCHER/SAFARI-500 ML','164',-6.00,'2025-06-28 15:58:01','123.00','3','newstock','1','','',35.0000,'','1','117','1','1','164','3175111551513200553333','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4793,'PREDATOR','178',-1.00,'2025-06-28 15:59:29','70.00','3','newstock','1','','',54.1700,'','1','69','1','1','178','3175111564103253443133','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4794,'SAFARI','187',-1.00,'2025-06-28 16:11:53','92.00','14','newstock','1','','',8.0000,'','1','91','1','1','187','14175111646301320332632','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4795,'MONSTER DRINK','167',-2.00,'2025-06-28 17:54:36','9.00','3','newstock','1','','',235.0000,'','1','7','1','1','167','3175112247722021304330','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4796,'CHIPS','47',-2.00,'2025-06-28 17:54:59','9865.00','3','newstock','1','','',0.0000,'','1','9863','1','1','47','3175112250031335020322','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4797,'BLACK AND WHITE -375','96',-1.00,'2025-06-28 18:19:35','4.00','3','newstock','1','','',605.0000,'','1','3','1','1','96','3175112402923204431332','',0.00,'','850','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4798,'melkan 1.5 litres','272',-1.00,'2025-06-28 18:21:13','130.00','3','newstock','1','','',33.3000,'','1','129','1','1','272','3175112407555022323153','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4799,'DUNHILL','120',-2.00,'2025-06-28 18:21:34','22.00','3','newstock','1','','',17.0000,'','1','20','1','1','120','3175112409514273020303','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4800,'MATCH BOX','163',-1.00,'2025-06-28 18:22:00','72.00','3','newstock','1','','',5.0000,'','1','71','1','1','163','3175112412203333201733','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4801,'SODA-BOTTLE','195',-1.00,'2025-06-28 18:24:18','157.00','3','newstock','1','','',70.0000,'','1','156','1','1','195','3175112426031234272201','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4802,'melkan 1.5 litres','272',-1.00,'2025-06-28 18:24:31','129.00','3','newstock','1','','',33.3000,'','1','128','1','1','272','3175112427242233222220','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4803,'PREDATOR','178',-1.00,'2025-06-28 18:23:50','69.00','3','newstock','1','','',54.1700,'','1','68','1','1','178','3175112423102303034222','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4804,'GRANTS-750','133',-1.00,'2025-06-28 18:23:51','1.00','3','newstock','1','','',1860.0000,'','1','0','1','1','133','3175112424930433333332','',0.00,'','2700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4805,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-28 18:24:49','9973.00','3','newstock','1','','',0.0000,'','1','9972','1','1','25','3175112428983122341202','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4806,'UGALI','45',-1.00,'2025-06-28 18:25:00','9532.00','3','newstock','1','','',0.0000,'','1','9531','1','1','45','3175112430132103324203','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4807,'HUNTERS CHOICE-250','141',-1.00,'2025-06-28 18:32:32','4.00','6','newstock','1','','',335.0000,'','1','3','1','1','141','6175112476702223222002','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4808,'PREDATOR','178',-1.00,'2025-06-28 18:32:49','68.00','6','newstock','1','','',54.1700,'','1','67','1','1','178','6175112482882722235002','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4809,'DUNHILL','120',-2.00,'2025-06-28 18:33:48','20.00','6','newstock','1','','',17.0000,'','1','18','1','1','120','6175112483733233422038','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4810,'EGGS(BOILED/FRIED)','1',-1.00,'2025-06-28 18:33:58','9965.00','6','newstock','1','','',0.0000,'','1','9964','1','1','1','6175112489713720781501','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4811,'','1',2.00,'2025-06-28 18:54:44','0.00','16','newstock','1','161751125974','10',1860.0000,'','1','2','supplier','1','133','','',0.00,'VATABLE','2700','513.10','3206.90','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4812,'','1',2.00,'2025-06-28 18:55:03','3.00','16','newstock','1','161751125974','10',945.0000,'','1','5','supplier','1','111','','',0.00,'VATABLE','1300','260.69','1629.31','16.00','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4813,'DUNHILL','120',-2.00,'2025-06-28 19:00:48','18.00','3','newstock','1','','',17.0000,'','1','16','1','1','120','3175112645032132203330','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4814,'GUEST ROOM','296',1.00,'2025-06-28 19:14:44','13.00','16','newstock','1','','',0.0000,'','1','14','1','1','296','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4815,'FISH','300',1.00,'2025-06-28 19:14:45','6.00','16','newstock','1','','',0.0000,'','1','7','1','1','300','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4816,'GREENS(KIENYEJI)','46',1.00,'2025-06-28 19:14:46','9913.00','16','newstock','1','','',0.0000,'','1','9914','1','1','46','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4817,'CHIPS','47',1.00,'2025-06-28 19:14:48','9863.00','16','newstock','1','','',0.0000,'','1','9864','1','1','47','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4818,'UGALI','45',2.00,'2025-06-28 19:14:49','9531.00','16','newstock','1','','',0.0000,'','1','9533','1','1','45','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4819,'GUEST ROOM','296',1.00,'2025-06-28 19:15:05','14.00','16','newstock','1','','',0.0000,'','1','15','1','1','296','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4820,'CHICKEN KIENYEJI 1/2','53',1.00,'2025-06-28 19:15:07','9969.00','16','newstock','1','','',0.0000,'','1','9970','1','1','53','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4821,'UGALI','45',2.00,'2025-06-28 19:15:08','9533.00','16','newstock','1','','',0.0000,'','1','9535','1','1','45','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4822,'WHITE COFFEE','12',1.00,'2025-06-28 19:15:09','9989.00','16','newstock','1','','',0.0000,'','1','9990','1','1','12','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4823,'CHIPS','47',1.00,'2025-06-28 19:15:12','9864.00','16','newstock','1','','',0.0000,'','1','9865','1','1','47','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4824,'GREENS(KIENYEJI)','46',1.00,'2025-06-28 19:15:14','9914.00','16','newstock','1','','',0.0000,'','1','9915','1','1','46','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4825,'GUEST ROOM','296',1.00,'2025-06-28 19:15:29','15.00','16','newstock','1','','',0.0000,'','1','16','1','1','296','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4826,'WHITE COFFEE','12',1.00,'2025-06-28 19:15:31','9990.00','16','newstock','1','','',0.0000,'','1','9991','1','1','12','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4827,'FISH','300',1.00,'2025-06-28 19:15:32','7.00','16','newstock','1','','',0.0000,'','1','8','1','1','300','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4828,'UGALI','45',2.00,'2025-06-28 19:15:33','9535.00','16','newstock','1','','',0.0000,'','1','9537','1','1','45','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4829,'DELMONTE','119',2.00,'2025-06-28 19:15:35','13.00','16','newstock','1','','',0.0000,'','1','15','1','1','119','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4830,'GUEST ROOM','296',1.00,'2025-06-28 19:15:51','16.00','16','newstock','1','','',0.0000,'','1','17','1','1','296','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4831,'DELMONTE','119',1.00,'2025-06-28 19:15:52','15.00','16','newstock','1','','',0.0000,'','1','16','1','1','119','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4832,'FISH','300',1.00,'2025-06-28 19:15:57','8.00','16','newstock','1','','',0.0000,'','1','9','1','1','300','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4833,'CHIPS MASALA','48',1.00,'2025-06-28 19:15:58','9996.00','16','newstock','1','','',0.0000,'','1','9997','1','1','48','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4834,'WHITE COFFEE ','298',2.00,'2025-06-28 19:16:00','5.00','16','newstock','1','','',0.0000,'','1','7','1','1','298','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4835,'SNAPP CAN','192',-1.00,'2025-06-28 19:17:55','14.00','3','newstock','1','','',180.0000,'','1','13','1','1','192','3175112747622343272133','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4836,'VICEROY 375','214',-1.00,'2025-06-28 19:20:42','7.00','4','newstock','1','','',680.0000,'','1','6','1','1','214','4175112768104002723723','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4837,'melkan 1.5 litres','272',-1.00,'2025-06-28 19:21:28','128.00','4','newstock','1','','',33.3000,'','1','127','1','1','272','4175112768802332367877','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4838,'CHIPS','47',-1.00,'2025-06-28 19:21:56','9865.00','4','newstock','1','','',0.0000,'','1','9864','1','1','47','4175112771752222200200','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4839,'SAUSAGE (PAIR)','3',-1.00,'2025-06-28 19:22:06','9929.00','4','newstock','1','','',0.0000,'','1','9928','1','1','3','4175112772614227257521','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4840,'SODA-BOTTLE','195',-1.00,'2025-06-28 19:22:22','156.00','4','newstock','1','','',70.0000,'','1','155','1','1','195','4175112774330330321012','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4841,'V&A -250','210',-1.00,'2025-06-28 19:31:36','3.00','8','newstock','1','','',310.0000,'','1','2','1','1','210','8175112832701121222832','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4842,'PREDATOR','178',-1.00,'2025-06-28 19:32:59','67.00','8','newstock','1','','',54.1700,'','1','66','1','1','178','8175112838038838335820','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4843,'melkan 1.5 litres','272',-1.00,'2025-06-28 19:33:28','127.00','8','newstock','1','','',33.3000,'','1','126','1','1','272','8175112840853483302243','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4844,'GUINESS-BOTTLE','136',-1.00,'2025-06-28 19:34:04','63.00','8','newstock','1','','',210.0000,'','1','62','1','1','136','8175112844401813442152','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4845,'COCA COLA ZERO','292',-1.00,'2025-06-28 19:34:24','24.00','8','newstock','1','','',99.0000,'','1','23','1','1','292','8175112846527248133003','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4846,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-28 19:35:12','2.00','8','newstock','1','','',245.0000,'','1','1','1','1','117','8175112851300202212152','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4847,'LEMONADE','160',-1.00,'2025-06-28 19:35:50','56.00','8','newstock','1','','',41.6700,'','1','55','1','1','160','8175112855122385820335','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4848,'GUEST ROOM','296',1.00,'2025-06-28 19:43:44','17.00','16','newstock','1','','',0.0000,'','1','18','1','1','296','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4849,'GREENS(KIENYEJI)','46',1.00,'2025-06-28 19:43:46','9915.00','16','newstock','1','','',0.0000,'','1','9916','1','1','46','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4850,'UGALI','45',2.00,'2025-06-28 19:43:47','9537.00','16','newstock','1','','',0.0000,'','1','9539','1','1','45','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4851,'CHICKEN KIENYEJI 1/2','53',1.00,'2025-06-28 19:43:49','9970.00','16','newstock','1','','',0.0000,'','1','9971','1','1','53','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4852,'WHITE COFFEE ','298',3.00,'2025-06-28 19:43:51','7.00','16','newstock','1','','',0.0000,'','1','10','1','1','298','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4853,'SAUSAGE (PAIR)','3',1.00,'2025-06-28 19:43:52','9928.00','16','newstock','1','','',0.0000,'','1','9929','1','1','3','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4854,'DELMONTE','299',1.00,'2025-06-28 19:43:53','9.00','16','newstock','1','','',0.0000,'','1','10','1','1','299','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4855,'GUEST ROOM','296',1.00,'2025-06-28 19:44:08','18.00','16','newstock','1','','',0.0000,'','1','19','1','1','296','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4856,'DELMONTE','119',1.00,'2025-06-28 19:44:09','16.00','16','newstock','1','','',0.0000,'','1','17','1','1','119','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4857,'GREENS(KIENYEJI)','46',1.00,'2025-06-28 19:44:10','9916.00','16','newstock','1','','',0.0000,'','1','9917','1','1','46','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4858,'CHICKEN KIENYEJI 1/2','53',1.00,'2025-06-28 19:44:11','9971.00','16','newstock','1','','',0.0000,'','1','9972','1','1','53','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4859,'WHITE COFFEE','12',2.00,'2025-06-28 19:44:12','9991.00','16','newstock','1','','',0.0000,'','1','9993','1','1','12','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4860,'SAUSAGE (PAIR)','3',1.00,'2025-06-28 19:44:14','9929.00','16','newstock','1','','',0.0000,'','1','9930','1','1','3','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4861,'UGALI','45',2.00,'2025-06-28 19:44:16','9539.00','16','newstock','1','','',0.0000,'','1','9541','1','1','45','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4862,'GUEST ROOM','296',1.00,'2025-06-28 19:44:32','19.00','16','newstock','1','','',0.0000,'','1','20','1','1','296','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4863,'GREENS(KIENYEJI)','46',1.00,'2025-06-28 19:44:35','9917.00','16','newstock','1','','',0.0000,'','1','9918','1','1','46','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4864,'FISH','300',1.00,'2025-06-28 19:44:36','9.00','16','newstock','1','','',0.0000,'','1','10','1','1','300','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4865,'WHITE COFFEE','12',2.00,'2025-06-28 19:44:37','9993.00','16','newstock','1','','',0.0000,'','1','9995','1','1','12','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4866,'SAUSAGE (PAIR)','3',1.00,'2025-06-28 19:44:39','9930.00','16','newstock','1','','',0.0000,'','1','9931','1','1','3','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4867,'DELMONTE','119',2.00,'2025-06-28 19:44:41','17.00','16','newstock','1','','',0.0000,'','1','19','1','1','119','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4868,'UGALI','45',1.00,'2025-06-28 19:44:43','9541.00','16','newstock','1','','',0.0000,'','1','9542','1','1','45','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4869,'GOAT WET/DRY FRY 1 KG ','27',-1.00,'2025-06-28 19:53:18','9987.00','5','newstock','1','','',0.0000,'','1','9986','1','1','27','5175112959913233025132','',0.00,'','1400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4870,'UGALI','45',-3.00,'2025-06-28 19:53:33','9542.00','5','newstock','1','','',0.0000,'','1','9539','1','1','45','5175112961470233096270','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4871,'KACHUMBARI','35',-1.00,'2025-06-28 19:53:39','9988.00','5','newstock','1','','',0.0000,'','1','9987','1','1','35','5175112962032096132235','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4872,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-28 19:53:53','9972.00','5','newstock','1','','',0.0000,'','1','9971','1','1','53','5175112963336603231243','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4873,'FISH WETFRY','28',-1.00,'2025-06-28 19:54:12','9992.00','5','newstock','1','','',0.0000,'','1','9991','1','1','28','5175112965330103729320','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4874,'SPORT','196',-1.00,'2025-06-28 19:54:51','106.00','5','newstock','1','','',14.0000,'','1','105','1','1','196','5175112969133093200303','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4875,'SPORT','196',-5.00,'2025-06-28 19:56:53','105.00','4','newstock','1','','',14.0000,'','1','100','1','1','196','4175112981302533203092','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4876,'MATCH BOX','163',-1.00,'2025-06-28 19:57:04','71.00','4','newstock','1','','',5.0000,'','1','70','1','1','163','4175112982433012033320','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4877,'melkan 1.5 litres','272',-1.00,'2025-06-28 19:57:22','126.00','4','newstock','1','','',33.3000,'','1','125','1','1','272','4175112984287032322272','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4878,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-28 20:02:14','9920.00','5','newstock','1','','',0.0000,'','1','9919','1','1','22','5175113013503052100330','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4879,'UGALI','45',-1.00,'2025-06-28 20:02:26','9539.00','5','newstock','1','','',0.0000,'','1','9538','1','1','45','5175113014630321623010','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4881,'GOAT WET/DRY FRY 1/4','25',-2.00,'2025-06-28 20:11:14','9972.00','6','newstock','1','','',0.0000,'','1','9970','1','1','25','6175113068732633203377','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4882,'UGALI','45',-2.00,'2025-06-28 20:11:27','9538.00','6','newstock','1','','',0.0000,'','1','9536','1','1','45','6175113069536233265237','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4883,'DELMONTE','119',-1.00,'2025-06-28 20:11:36','19.00','6','newstock','1','','',250.0000,'','1','18','1','1','119','6175113070503213222252','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4884,'CHROME-VODKA 250','115',-1.00,'2025-06-28 20:14:16','8.00','8','newstock','1','','',217.0000,'','1','7','1','1','115','8175113085732211103230','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4885,'PREDATOR','178',-1.00,'2025-06-28 20:14:23','66.00','8','newstock','1','','',54.1700,'','1','65','1','1','178','8175113086520083032236','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4886,'melkan 1.5 litres','272',-1.00,'2025-06-28 20:16:09','125.00','8','newstock','1','','',33.3000,'','1','124','1','1','272','8175113098103577033833','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4887,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-28 20:32:24','9919.00','17','newstock','1','','',0.0000,'','1','9918','1','1','22','17175113194733204373121','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4888,'UGALI','45',-2.00,'2025-06-28 21:02:17','9536.00','17','newstock','1','','',0.0000,'','1','9534','1','1','45','17175113374120221210730','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4889,'BALOZI-BOTTLE','89',-2.00,'2025-06-28 21:10:41','147.00','4','newstock','1','','',175.0000,'','1','145','1','1','89','4175113424217032302301','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4890,'DELMONTE','119',-1.00,'2025-06-28 21:10:48','18.00','4','newstock','1','','',250.0000,'','1','17','1','1','119','4175113424932432243121','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4891,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-28 21:31:21','65.00','4','newstock','1','','',175.0000,'','1','64','1','1','209','4175113548233843233223','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4892,'SAVANNAH CIDER','188',-1.00,'2025-06-28 21:31:22','9.00','4','newstock','1','','',251.0000,'','1','8','1','1','188','4175113549822478394032','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4893,'GOAT WET/DRY FRY 1/4','25',-2.00,'2025-06-28 21:47:23','9970.00','6','newstock','1','','',0.0000,'','1','9968','1','1','25','6175113646637247040533','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4894,'UGALI','45',-2.00,'2025-06-28 21:47:46','9534.00','6','newstock','1','','',0.0000,'','1','9532','1','1','45','6175113647527244202335','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4895,'DELMONTE','119',-1.00,'2025-06-28 21:47:55','17.00','6','newstock','1','','',250.0000,'','1','16','1','1','119','6175113648236236763403','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4896,'melkan 1.5 litres','272',-1.00,'2025-06-28 21:48:03','124.00','6','newstock','1','','',33.3000,'','1','123','1','1','272','6175113649033220031029','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4897,'REDBULL','180',-1.00,'2025-06-28 21:48:10','12.00','6','newstock','1','','',185.0000,'','1','11','1','1','180','6175113650030306323212','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4898,'DUNHILL','120',-15.00,'2025-06-28 21:48:21','16.00','6','newstock','1','','',17.0000,'','1','1','1','1','120','6175113651466200332023','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4899,'MATCH BOX','163',-1.00,'2025-06-28 21:48:34','70.00','6','newstock','1','','',5.0000,'','1','69','1','1','163','6175113652432133530053','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4900,'GRANTS-750','133',-1.00,'2025-06-28 21:48:45','2.00','6','newstock','1','','',1860.0000,'','1','1','1','1','133','6175113656712161333201','',0.00,'','2700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4901,'melkan 1.5 litres','272',-1.00,'2025-06-28 22:13:53','123.00','8','newstock','1','','',33.3000,'','1','122','1','1','272','8175113803421353332318','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4902,'GOAT CHOMA 1/4','79',-1.00,'2025-06-28 22:15:02','9956.00','8','newstock','1','','',0.0000,'','1','9955','1','1','79','8175113810453103200773','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4903,'UGALI','45',-1.00,'2025-06-28 22:15:15','9532.00','8','newstock','1','','',0.0000,'','1','9531','1','1','45','8175113811528233210520','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4904,'BANANA-BOTTLE','90',-1.00,'2025-06-28 22:17:29','10.00','8','newstock','1','','',74.0000,'','1','9','1','1','90','8175113827731257302834','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4906,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-28 22:19:28','9968.00','8','newstock','1','','',0.0000,'','1','9967','1','1','25','8175113836908206431388','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4907,'UGALI','45',-2.00,'2025-06-28 22:19:35','9531.00','8','newstock','1','','',0.0000,'','1','9529','1','1','45','8175113837620612322226','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4908,'GOAT CHOMA 1/4','79',-1.00,'2025-06-28 22:29:04','9955.00','5','newstock','1','','',0.0000,'','1','9954','1','1','79','5175113894582433242002','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4909,'UGALI','45',-1.00,'2025-06-28 22:29:16','9529.00','5','newstock','1','','',0.0000,'','1','9528','1','1','45','5175113895611020351333','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4910,'BALOZI-BOTTLE','89',-2.00,'2025-06-28 22:29:35','145.00','5','newstock','1','','',175.0000,'','1','143','1','1','89','5175113897631223739524','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4911,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-28 22:30:59','9969.00','5','newstock','1','','',0.0000,'','1','9968','1','1','26','5175113906123301277126','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4912,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-28 22:31:13','9967.00','5','newstock','1','','',0.0000,'','1','9966','1','1','25','5175113907522200313734','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4913,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-28 22:31:29','9966.00','5','newstock','1','','',0.0000,'','1','9965','1','1','25','5175113908941123332333','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4914,'UGALI','45',-2.00,'2025-06-28 22:31:41','9528.00','5','newstock','1','','',0.0000,'','1','9526','1','1','45','5175113910101432025213','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4915,'KACHUMBARI','35',-1.00,'2025-06-28 22:31:52','9987.00','5','newstock','1','','',0.0000,'','1','9986','1','1','35','5175113911300333320033','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4916,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-28 22:33:32','33.00','5','newstock','1','','',225.0000,'','1','32','1','1','205','5175113921321202301020','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4917,'BLACK AND WHITE -375','96',-1.00,'2025-06-28 22:34:39','3.00','5','newstock','1','','',605.0000,'','1','2','1','1','96','5175113927923435022299','',0.00,'','850','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4918,'GILBEYS-750','126',-1.00,'2025-06-28 22:35:23','6.00','5','newstock','1','','',1300.0000,'','1','5','1','1','126','5175113932337132230549','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4919,'FOUR COUSINS-RED','122',-1.00,'2025-06-28 22:35:36','5.00','5','newstock','1','','',955.0000,'','1','4','1','1','122','5175113933601923943277','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4920,'SODA-BOTTLE','195',-1.00,'2025-06-28 22:35:49','155.00','5','newstock','1','','',70.0000,'','1','154','1','1','195','5175113934923053997312','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4921,'melkan 1.5 litres','272',-1.00,'2025-06-28 22:35:55','122.00','5','newstock','1','','',33.3000,'','1','121','1','1','272','5175113935653532324376','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4922,'FOUR COUSINS-RED','122',-1.00,'2025-06-28 22:36:07','4.00','5','newstock','1','','',955.0000,'','1','3','1','1','122','5175113936878302124227','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4923,'BLACK AND WHITE -750','97',-1.00,'2025-06-28 22:36:16','3.00','5','newstock','1','','',1175.0000,'','1','2','1','1','97','5175113937702332350047','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4924,'SPORT','196',-1.00,'2025-06-28 22:36:27','100.00','5','newstock','1','','',14.0000,'','1','99','1','1','196','5175113938792007337580','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4925,'SODA PLASTIC BOTTLE 500ML','194',-1.00,'2025-06-28 22:36:49','113.00','5','newstock','1','','',70.0000,'','1','112','1','1','194','5175113941000372445252','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4926,'GOAT CHOMA 1/4','79',-1.00,'2025-06-28 22:39:18','9954.00','5','newstock','1','','',0.0000,'','1','9953','1','1','79','5175113956022270223313','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4927,'UGALI','45',-1.00,'2025-06-28 22:39:32','9526.00','5','newstock','1','','',0.0000,'','1','9525','1','1','45','5175113957235530331953','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4928,'UGALI','45',-1.00,'2025-06-28 22:40:22','9525.00','6','newstock','1','','',0.0000,'','1','9524','1','1','45','6175113962991722223222','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4929,'GOAT WET/DRY FRY 1/4','25',2.00,'2025-06-28 22:46:02','9965.00','16','newstock','1','','',0.0000,'','1','9967','1','1','25','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4930,'UGALI','45',2.00,'2025-06-28 22:46:04','9524.00','16','newstock','1','','',0.0000,'','1','9526','1','1','45','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4931,'DELMONTE','119',1.00,'2025-06-28 22:46:06','16.00','16','newstock','1','','',0.0000,'','1','17','1','1','119','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4932,'TRIPPLE ACE-750','202',-1.00,'2025-06-28 22:46:15','7.00','4','newstock','1','','',570.0000,'','1','6','1','1','202','4175113998991223305329','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4933,'melkan 1.5 litres','272',-1.00,'2025-06-28 22:46:33','121.00','4','newstock','1','','',33.3000,'','1','120','1','1','272','4175113999393921245273','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4934,'BANANA-BOTTLE','90',-3.00,'2025-06-28 22:47:07','9.00','4','newstock','1','','',74.0000,'','1','6','1','1','90','4175114002833104008221','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4935,'CHROME-VODKA 750','116',-1.00,'2025-06-28 23:06:13','8.00','4','newstock','1','','',585.0000,'','1','7','1','1','116','4175114117434323444034','',0.00,'','850','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4936,'melkan 1.5 litres','272',-1.00,'2025-06-28 23:06:18','120.00','4','newstock','1','','',33.3000,'','1','119','1','1','272','4175114117833205323001','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4937,'V&A -250','210',-1.00,'2025-06-28 23:08:13','2.00','8','newstock','1','','',310.0000,'','1','1','1','1','210','8175114130811040331503','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4938,'PREDATOR','178',-1.00,'2025-06-28 23:09:00','65.00','8','newstock','1','','',54.1700,'','1','64','1','1','178','8175114134050312222024','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4939,'V&A -250','210',-1.00,'2025-06-28 23:10:08','1.00','8','newstock','1','','',310.0000,'','1','0','1','1','210','8175114145727052371444','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4940,'SNAPP CAN','192',-1.00,'2025-06-28 23:32:25','13.00','6','newstock','1','','',180.0000,'','1','12','1','1','192','6175114275535302323212','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4941,'CHROME-VODKA 250','115',-1.00,'2025-06-28 23:32:44','7.00','6','newstock','1','','',217.0000,'','1','6','1','1','115','6175114278137025033120','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4942,'PREDATOR','178',-1.00,'2025-06-28 23:33:01','64.00','6','newstock','1','','',54.1700,'','1','63','1','1','178','6175114278801245380070','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4943,'BANANA-BOTTLE','90',-1.00,'2025-06-28 23:33:17','6.00','6','newstock','1','','',74.0000,'','1','5','1','1','90','6175114280664842102373','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4944,'KENYA CANE 350','153',-1.00,'2025-06-28 23:50:42','6.00','4','newstock','1','','',330.0000,'','1','5','1','1','153','4175114385302330221333','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4945,'melkan 1.5 litres','272',-1.00,'2025-06-28 23:50:58','119.00','4','newstock','1','','',33.3000,'','1','118','1','1','272','4175114385901353330004','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4946,'SPORT','196',-1.00,'2025-06-29 00:00:23','99.00','5','newstock','1','','',14.0000,'','1','98','1','1','196','5175114442437025033120','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4947,'WHITECAP-BOTTLE','218',-1.00,'2025-06-29 00:01:00','55.00','5','newstock','1','','',200.0000,'','1','54','1','1','218','5175114446240422170422','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4948,'GUINESS-BOTTLE','136',-1.00,'2025-06-29 00:01:05','62.00','5','newstock','1','','',210.0000,'','1','61','1','1','136','5175114446774142475424','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4949,'UGALI','45',-1.00,'2025-06-29 00:01:47','9526.00','5','newstock','1','','',0.0000,'','1','9525','1','1','45','5175114450870712233102','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4950,'PREDATOR','178',-1.00,'2025-06-29 00:15:23','63.00','5','newstock','1','','',54.1700,'','1','62','1','1','178','5175114542333024032103','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4951,'KINGFISHER BOTTLE','156',-1.00,'2025-06-29 00:22:54','24.00','8','newstock','1','','',200.0000,'','1','23','1','1','156','8175114578623733252332','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4952,'melkan 1.5 litres','272',-1.00,'2025-06-29 00:24:00','118.00','8','newstock','1','','',33.3000,'','1','117','1','1','272','8175114584120423283318','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4953,'CHIPS','47',-1.00,'2025-06-29 00:24:52','9864.00','8','newstock','1','','',0.0000,'','1','9863','1','1','47','8175114590038507329202','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4954,'TRIPPLE ACE-250','201',-1.00,'2025-06-29 00:26:02','12.00','8','newstock','1','','',200.0000,'','1','11','1','1','201','8175114599737322022083','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4955,'PREDATOR','178',-2.00,'2025-06-29 00:26:51','62.00','8','newstock','1','','',54.1700,'','1','60','1','1','178','8175114601202333220533','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4956,'CHIPS','47',-1.00,'2025-06-29 00:32:33','9863.00','4','newstock','1','','',0.0000,'','1','9862','1','1','47','4175114635301337220664','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4957,'SAUSAGE (PAIR)','3',-1.00,'2025-06-29 00:32:46','9931.00','4','newstock','1','','',0.0000,'','1','9930','1','1','3','4175114636632632422224','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4958,'melkan 1.5 litres','272',-1.00,'2025-06-29 00:32:59','117.00','4','newstock','1','','',33.3000,'','1','116','1','1','272','4175114637907237247204','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4959,'VICEROY-250','215',-1.00,'2025-06-29 00:36:49','6.00','6','newstock','1','','',465.0000,'','1','5','1','1','215','6175114662322320021225','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4960,'LEMONADE','160',-1.00,'2025-06-29 00:37:03','55.00','6','newstock','1','','',41.6700,'','1','54','1','1','160','6175114663161237012022','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4961,'WHITECAP-BOTTLE','218',-4.00,'2025-06-29 00:38:11','54.00','6','newstock','1','','',200.0000,'','1','50','1','1','218','6175114671116333222107','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4962,'SNAPP CAN','192',-3.00,'2025-06-29 00:38:31','12.00','6','newstock','1','','',180.0000,'','1','9','1','1','192','6175114672732104333322','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4963,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-29 00:38:47','19.00','6','newstock','1','','',195.0000,'','1','17','1','1','208','6175114674046242332325','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4964,'KINGFISHER BOTTLE','156',-1.00,'2025-06-29 00:49:16','23.00','4','newstock','1','','',200.0000,'','1','22','1','1','156','4175114736630204676331','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4965,'KINGFISHER BOTTLE','156',-1.00,'2025-06-29 00:49:27','22.00','4','newstock','1','','',200.0000,'','1','21','1','1','156','4175114738220423243314','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4966,'TUSKER CIDER-BOTTLE','205',-3.00,'2025-06-29 00:50:30','32.00','4','newstock','1','','',225.0000,'','1','29','1','1','205','4175114743103340457315','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4967,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-29 00:50:50','9.00','4','newstock','1','','',180.0000,'','1','7','1','1','176','4175114745045232132251','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4968,'VICEROY 375','214',-1.00,'2025-06-29 00:50:58','6.00','4','newstock','1','','',680.0000,'','1','5','1','1','214','4175114747622203312123','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4969,'melkan 1.5 litres','272',-1.00,'2025-06-29 00:51:32','116.00','4','newstock','1','','',33.3000,'','1','115','1','1','272','4175114749274779923213','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4970,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-29 00:51:56','9977.00','4','newstock','1','','',0.0000,'','1','9976','1','1','54','4175114751770022240372','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4971,'UGALI','45',-2.00,'2025-06-29 00:52:39','9525.00','4','newstock','1','','',0.0000,'','1','9523','1','1','45','4175114756071300127023','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4972,'CHIPS','47',-2.00,'2025-06-29 00:52:43','9862.00','4','newstock','1','','',0.0000,'','1','9860','1','1','47','4175114756445430022307','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4973,'SAUSAGE (PAIR)','3',-1.00,'2025-06-29 00:52:56','9930.00','4','newstock','1','','',0.0000,'','1','9929','1','1','3','4175114757737103330353','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4974,'SAUSAGE (PAIR)','3',-1.00,'2025-06-29 00:53:04','9929.00','4','newstock','1','','',0.0000,'','1','9928','1','1','3','4175114758543348202745','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4975,'SAUSAGE (PAIR)','3',-1.00,'2025-06-29 00:53:14','9928.00','4','newstock','1','','',0.0000,'','1','9927','1','1','3','4175114759521331223232','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4976,'SAUSAGE (PAIR)','3',-1.00,'2025-06-29 00:53:23','9927.00','4','newstock','1','','',0.0000,'','1','9926','1','1','3','4175114760300333330313','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4977,'GREENS(KIENYEJI)','46',-1.00,'2025-06-29 00:53:39','9918.00','4','newstock','1','','',0.0000,'','1','9917','1','1','46','4175114762024645474230','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4978,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-29 00:54:41','9.00','8','newstock','1','','',710.0000,'','1','8','1','1','118','8175114768272007337580','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4979,'melkan 1.5 litres','272',-1.00,'2025-06-29 00:54:49','115.00','8','newstock','1','','',33.3000,'','1','114','1','1','272','8175114768960238222300','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4980,'COCA COLA ZERO','292',-1.00,'2025-06-29 00:54:57','23.00','8','newstock','1','','',99.0000,'','1','22','1','1','292','8175114769832817637246','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4981,'GORDONS CAN','288',-1.00,'2025-06-29 00:55:28','11.00','8','newstock','1','','',220.0000,'','1','10','1','1','288','8175114772939332372394','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4982,'KINGFISHER BOTTLE','156',-1.00,'2025-06-29 00:56:36','21.00','8','newstock','1','','',200.0000,'','1','20','1','1','156','8175114779613312943221','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4983,'SPORT','196',-2.00,'2025-06-29 01:09:33','98.00','4','newstock','1','','',14.0000,'','1','96','1','1','196','4175114857313502144212','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4984,'SAFARI','187',-1.00,'2025-06-29 01:09:37','91.00','4','newstock','1','','',8.0000,'','1','90','1','1','187','4175114857823317207132','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4985,'BALOZI-BOTTLE','89',-1.00,'2025-06-29 01:25:37','143.00','5','newstock','1','','',175.0000,'','1','142','1','1','89','5175114953775023535007','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4986,'SODA-BOTTLE','195',-1.00,'2025-06-29 01:26:00','154.00','5','newstock','1','','',70.0000,'','1','153','1','1','195','5175114956145322323332','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4987,'SMOKIES(PAIR)','15',-2.00,'2025-06-29 01:26:33','9958.00','5','newstock','1','','',0.0000,'','1','9956','1','1','15','5175114959424933343243','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4988,'VICEROY 375','214',-1.00,'2025-06-29 01:27:40','5.00','4','newstock','1','','',680.0000,'','1','4','1','1','214','4175114967720223334322','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4989,'TUSKER CIDER-BOTTLE','205',-1.00,'2025-06-29 01:28:08','29.00','4','newstock','1','','',225.0000,'','1','28','1','1','205','4175114968814223320681','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4990,'melkan 1.5 litres','272',-1.00,'2025-06-29 01:42:12','114.00','4','newstock','1','','',33.3000,'','1','113','1','1','272','4175115053223503537123','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4991,'LEMONADE','160',-1.00,'2025-06-29 01:52:35','54.00','8','newstock','1','','',41.6700,'','1','53','1','1','160','8175115115523033001322','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4992,'PREDATOR','178',-1.00,'2025-06-29 01:53:17','60.00','8','newstock','1','','',54.1700,'','1','59','1','1','178','8175115119777322032223','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4993,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-29 01:54:01','1.00','8','newstock','1','','',245.0000,'','1','0','1','1','117','8175115124283354202782','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4994,'WHITECAP CAN','217',-2.00,'2025-06-29 01:54:45','42.00','8','newstock','1','','',225.0000,'','1','40','1','1','217','8175115128673451333013','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4995,'WHITECAP CAN','217',-1.00,'2025-06-29 01:55:24','40.00','8','newstock','1','','',225.0000,'','1','39','1','1','217','8175115132532323322252','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4996,'BALOZI CAN','88',-1.00,'2025-06-29 01:56:02','24.00','8','newstock','1','','',203.0000,'','1','23','1','1','88','8175115138422270223315','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4997,'BEST WHISKY-250','93',-1.00,'2025-06-29 01:58:06','7.00','8','newstock','1','','',330.0000,'','1','6','1','1','93','8175115149920883323039','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4998,'melkan 1.5 litres','272',-1.00,'2025-06-29 01:59:00','113.00','8','newstock','1','','',33.3000,'','1','112','1','1','272','8175115154028133010352','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5000,'ROOMS','247',-1.00,'2025-06-29 02:03:10','9966.00','5','newstock','1','','',500.0000,'','1','9965','1','1','247','5175115179035053737400','',0.00,'','1500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5001,'TRIPPLE ACE-750','202',-1.00,'2025-06-29 02:04:39','6.00','4','newstock','1','','',570.0000,'','1','5','1','1','202','4175115189681533132123','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5002,'PREDATOR','178',-3.00,'2025-06-29 02:05:09','59.00','4','newstock','1','','',54.1700,'','1','56','1','1','178','4175115191022001021245','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5003,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-29 02:05:25','9968.00','4','newstock','1','','',0.0000,'','1','9967','1','1','26','4175115192631211331653','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5004,'UGALI','45',-2.00,'2025-06-29 02:05:32','9523.00','4','newstock','1','','',0.0000,'','1','9521','1','1','45','4175115193292222412222','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5005,'GUINESS-BOTTLE','136',-1.00,'2025-06-29 02:06:20','61.00','4','newstock','1','','',210.0000,'','1','60','1','1','136','4175115198034737730351','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5006,'melkan 1.5 litres','272',-1.00,'2025-06-29 02:06:24','112.00','4','newstock','1','','',33.3000,'','1','111','1','1','272','4175115198422278403032','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5007,'CHROME-VODKA 250','115',-1.00,'2025-06-29 02:16:20','6.00','8','newstock','1','','',217.0000,'','1','5','1','1','115','8175115258032222403040','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5008,'MONSTER DRINK','167',-1.00,'2025-06-29 02:17:00','7.00','8','newstock','1','','',235.0000,'','1','6','1','1','167','8175115263535205230210','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5009,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-29 02:22:30','5.00','5','newstock','1','','',945.0000,'','1','4','1','1','111','5175115295140211900030','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5010,'melkan 1.5 litres','272',-1.00,'2025-06-29 02:22:41','111.00','5','newstock','1','','',33.3000,'','1','110','1','1','272','5175115296220235202735','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5011,'BALOZI-BOTTLE','89',-1.00,'2025-06-29 02:34:06','142.00','5','newstock','1','','',175.0000,'','1','141','1','1','89','5175115364755542623403','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5012,'SPORT','196',-1.00,'2025-06-29 02:34:15','96.00','5','newstock','1','','',14.0000,'','1','95','1','1','196','5175115365610532023120','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5013,'VICEROY-750','216',-1.00,'2025-06-29 03:05:05','5.00','6','newstock','1','','',1300.0000,'','1','4','1','1','216','6175115552523223230335','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5014,'melkan 1.5 litres','272',-1.00,'2025-06-29 03:05:25','110.00','6','newstock','1','','',33.3000,'','1','109','1','1','272','6175115553536213322175','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5015,'LEMONADE','160',-1.00,'2025-06-29 03:05:35','53.00','6','newstock','1','','',41.6700,'','1','52','1','1','160','6175115554401332330271','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5016,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-29 03:05:44','9967.00','6','newstock','1','','',0.0000,'','1','9966','1','1','26','6175115557701032325530','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5017,'UGALI','45',-2.00,'2025-06-29 03:06:17','9521.00','6','newstock','1','','',0.0000,'','1','9519','1','1','45','6175115559532101235060','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5018,'CHROME-VODKA 250','115',-1.00,'2025-06-29 03:06:48','5.00','6','newstock','1','','',217.0000,'','1','4','1','1','115','6175115562823763142242','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5019,'SNAPP CAN','192',-4.00,'2025-06-29 03:07:08','9.00','6','newstock','1','','',180.0000,'','1','5','1','1','192','6175115564120221627030','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5020,'melkan 1.5 litres','272',-1.00,'2025-06-29 03:07:22','109.00','6','newstock','1','','',33.3000,'','1','108','1','1','272','6175115564992221311523','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5021,'SODA-BOTTLE','195',-1.00,'2025-06-29 03:07:29','153.00','6','newstock','1','','',70.0000,'','1','152','1','1','195','6175115565803845206530','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5022,'CHROME-VODKA 250','115',-1.00,'2025-06-29 03:07:38','4.00','6','newstock','1','','',217.0000,'','1','3','1','1','115','6175115567172205702443','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5023,'DELMONTE','119',-1.00,'2025-06-29 03:07:51','17.00','6','newstock','1','','',250.0000,'','1','16','1','1','119','6175115568004562015373','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5024,'CHIPS','47',-1.00,'2025-06-29 03:08:00','9860.00','6','newstock','1','','',0.0000,'','1','9859','1','1','47','6175115568833003350013','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5025,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-29 03:08:09','9973.00','6','newstock','1','','',0.0000,'','1','9972','1','1','52','6175115570523356300252','',0.00,'','450','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5026,'SODA PLASTIC BOTTLE 500ML','194',-1.00,'2025-06-29 03:08:25','112.00','6','newstock','1','','',70.0000,'','1','111','1','1','194','6175115576751142332000','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5027,'WHITECAP-BOTTLE','218',-4.00,'2025-06-29 03:10:05','50.00','6','newstock','1','','',200.0000,'','1','46','1','1','218','6175115582823723335532','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5028,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-29 03:10:29','7.00','6','newstock','1','','',180.0000,'','1','5','1','1','176','6175115583917462700631','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5029,'PREDATOR','178',-1.00,'2025-06-29 03:10:40','56.00','6','newstock','1','','',54.1700,'','1','55','1','1','178','6175115584738157121433','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5030,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-29 03:10:48','9966.00','6','newstock','1','','',0.0000,'','1','9965','1','1','26','6175115586232263855308','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5031,'UGALI','45',-2.00,'2025-06-29 03:11:02','9519.00','6','newstock','1','','',0.0000,'','1','9517','1','1','45','6175115587173712572473','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5032,'melkan 1.5 litres','272',-1.00,'2025-06-29 03:11:11','108.00','6','newstock','1','','',33.3000,'','1','107','1','1','272','6175115588022278003032','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5033,'PREDATOR','178',-1.00,'2025-06-29 03:11:21','55.00','6','newstock','1','','',54.1700,'','1','54','1','1','178','6175115588770253342527','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5034,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-29 03:11:39','3.00','6','newstock','1','','',230.0000,'','1','2','1','1','193','6175115591803516031000','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5035,'COCKTAIL','244',-2.00,'2025-06-29 03:11:58','9959.00','6','newstock','1','','',150.0000,'','1','9957','1','1','244','6175115592714033202335','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5037,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-29 03:13:24','9967.00','6','newstock','1','','',0.0000,'','1','9966','1','1','25','6175115601463343233443','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5038,'UGALI','45',-1.00,'2025-06-29 03:13:34','9517.00','6','newstock','1','','',0.0000,'','1','9516','1','1','45','6175115602263441200533','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5039,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-29 03:16:17','9966.00','4','newstock','1','','',0.0000,'','1','9965','1','1','25','4175115617825543323234','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5040,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-29 03:33:26','9965.00','5','newstock','1','','',0.0000,'','1','9964','1','1','25','5175115720722335003323','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5041,'UGALI','45',-2.00,'2025-06-29 03:33:36','9516.00','5','newstock','1','','',0.0000,'','1','9514','1','1','45','5175115721775201203310','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5042,'TRIPPLE ACE-250','201',-1.00,'2025-06-29 03:42:33','11.00','8','newstock','1','','',200.0000,'','1','10','1','1','201','8175115777884837270250','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5043,'melkan 1.5 litres','272',-1.00,'2025-06-29 03:46:15','107.00','4','newstock','1','','',33.3000,'','1','106','1','1','272','4175115797630717101230','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5044,'TRIPPLE ACE-750','202',-1.00,'2025-06-29 03:47:17','5.00','4','newstock','1','','',570.0000,'','1','4','1','1','202','4175115807882011010303','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5045,'PREDATOR','178',-2.00,'2025-06-29 03:48:14','54.00','4','newstock','1','','',54.1700,'','1','52','1','1','178','4175115809553803300232','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5046,'melkan 1.5 litres','272',-1.00,'2025-06-29 03:48:20','106.00','4','newstock','1','','',33.3000,'','1','105','1','1','272','4175115810023204054002','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5047,'melkan 1.5 litres','272',1.00,'2025-06-29 03:49:49','105.00','16','newstock','1','','',0.0000,'','1','106','1','1','272','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5048,'CHICKEN KIENYEJI 1/4','52',-1.00,'2025-06-29 03:52:46','9972.00','6','newstock','1','','',0.0000,'','1','9971','1','1','52','6175115837883201223431','',0.00,'','450','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5049,'CHIPS','47',-1.00,'2025-06-29 03:52:58','9859.00','6','newstock','1','','',0.0000,'','1','9858','1','1','47','6175115838838321203830','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5050,'VICEROY-750','216',-1.00,'2025-06-29 03:53:09','4.00','6','newstock','1','','',1300.0000,'','1','3','1','1','216','6175115842032252253030','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5051,'melkan 1.5 litres','272',-1.00,'2025-06-29 03:53:40','106.00','6','newstock','1','','',33.3000,'','1','105','1','1','272','6175115843242026603230','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5052,'VICEROY-750','216',-1.00,'2025-06-29 03:55:17','3.00','6','newstock','1','','',1300.0000,'','1','2','1','1','216','6175115852643230712330','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5053,'melkan 1.5 litres','272',-1.00,'2025-06-29 03:55:26','105.00','6','newstock','1','','',33.3000,'','1','104','1','1','272','6175115853305301802281','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5056,'DELMONTE','119',-1.00,'2025-06-29 03:56:47','16.00','6','newstock','1','','',250.0000,'','1','15','1','1','119','6175115862131203156333','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5057,'TRIPPLE ACE-250','201',-1.00,'2025-06-29 03:57:01','10.00','6','newstock','1','','',200.0000,'','1','9','1','1','201','6175115862906320005810','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5058,'PREDATOR','178',-1.00,'2025-06-29 03:57:09','52.00','6','newstock','1','','',54.1700,'','1','51','1','1','178','6175115863822332866311','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5059,'MARAMOJA','162',-2.00,'2025-06-29 03:57:18','16.00','6','newstock','1','','',10.0000,'','1','14','1','1','162','6175115864820125623331','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5060,'melkan 1.5 litres','272',-1.00,'2025-06-29 03:57:28','104.00','6','newstock','1','','',33.3000,'','1','103','1','1','272','6175115865882005152180','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5061,'PREDATOR','178',-1.00,'2025-06-29 03:57:38','51.00','6','newstock','1','','',54.1700,'','1','50','1','1','178','6175115866526037310223','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5062,'PINEAPPLE PUNCH-CAN','176',-1.00,'2025-06-29 03:57:45','5.00','6','newstock','1','','',180.0000,'','1','4','1','1','176','6175115867600075732302','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5063,'MATCH BOX','163',-1.00,'2025-06-29 04:14:01','69.00','4','newstock','1','','',5.0000,'','1','68','1','1','163','4175115964232041733323','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5064,'CAPTAIN MORGAN-250','110',-1.00,'2025-06-29 04:16:04','11.00','22','newstock','1','','',345.0000,'','1','10','1','1','110','22175115976437222232312','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5065,'LEMONADE','160',-1.00,'2025-06-29 04:16:12','52.00','22','newstock','1','','',41.6700,'','1','51','1','1','160','22175115977332723379232','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5066,'GOAT CHOMA 1/4','79',-1.00,'2025-06-29 04:17:44','9953.00','22','newstock','1','','',0.0000,'','1','9952','1','1','79','22175115986402273020102','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5067,'BEST WHISKY-250','93',-1.00,'2025-06-29 04:18:53','6.00','22','newstock','1','','',330.0000,'','1','5','1','1','93','22175115995432729302231','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5068,'SODA-BOTTLE','195',-1.00,'2025-06-29 04:19:23','152.00','22','newstock','1','','',70.0000,'','1','151','1','1','195','22175115996425729220223','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5069,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-29 04:21:42','9965.00','22','newstock','1','','',0.0000,'','1','9964','1','1','26','22175116010365120231320','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5070,'UGALI','45',-2.00,'2025-06-29 04:21:49','9514.00','22','newstock','1','','',0.0000,'','1','9512','1','1','45','22175116010903123120231','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5071,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-29 04:25:01','64.00','22','newstock','1','','',175.0000,'','1','62','1','1','209','22175116030207331062733','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5072,'BLACK ICE CAN_DOUBLE BLACK','99',-1.00,'2025-06-29 04:25:22','32.00','22','newstock','1','','',180.0000,'','1','31','1','1','99','22175116032230326202002','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5073,'BLACK ICE-BOTTLE_DOUBLE BLACK','100',-1.00,'2025-06-29 04:25:33','24.00','22','newstock','1','','',165.0000,'','1','23','1','1','100','22175116033303322202233','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5074,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-29 04:27:25','9964.00','22','newstock','1','','',0.0000,'','1','9963','1','1','25','22175116044616332102323','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5075,'UGALI','45',-1.00,'2025-06-29 04:27:29','9512.00','22','newstock','1','','',0.0000,'','1','9511','1','1','45','22175116044924037134022','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5076,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-29 04:28:44','8.00','22','newstock','1','','',710.0000,'','1','7','1','1','118','22175116052502252013335','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5077,'LEMONADE','160',-1.00,'2025-06-29 04:28:51','51.00','22','newstock','1','','',41.6700,'','1','50','1','1','160','22175116053132102202622','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5078,'melkan 1.5 litres','272',-1.00,'2025-06-29 04:28:54','103.00','22','newstock','1','','',33.3000,'','1','102','1','1','272','22175116053500305022133','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5079,'TUSKER LITE CAN','207',-2.00,'2025-06-29 04:30:18','16.00','22','newstock','1','','',247.0000,'','1','14','1','1','207','22175116061823201036125','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5080,'BEST WHISKY-250','93',-1.00,'2025-06-29 04:30:37','5.00','22','newstock','1','','',330.0000,'','1','4','1','1','93','22175116063822631323313','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5081,'LEMONADE','160',-1.00,'2025-06-29 04:30:45','50.00','22','newstock','1','','',41.6700,'','1','49','1','1','160','22175116064612010232530','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5082,'SODA PLASTIC BOTTLE 500ML','194',-1.00,'2025-06-29 04:31:42','111.00','22','newstock','1','','',70.0000,'','1','110','1','1','194','22175116070223301030022','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5083,'GILBEYS-750','126',-1.00,'2025-06-29 04:32:56','5.00','22','newstock','1','','',1300.0000,'','1','4','1','1','126','22175116077732572707306','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5084,'melkan 1.5 litres','272',-1.00,'2025-06-29 04:33:05','102.00','22','newstock','1','','',33.3000,'','1','101','1','1','272','22175116078535283200337','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5085,'LEMONADE','160',-1.00,'2025-06-29 04:33:08','49.00','22','newstock','1','','',41.6700,'','1','48','1','1','160','22175116078812532351033','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5086,'GILBEYS-750','126',-1.00,'2025-06-29 04:34:40','4.00','22','newstock','1','','',1300.0000,'','1','3','1','1','126','22175116088002307232201','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5087,'TONIC WATER BOTTLE','240',-1.00,'2025-06-29 04:34:59','1.00','22','newstock','1','','',200.0000,'','1','0','1','1','240','22175116090030272020212','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5088,'melkan 1.5 litres','272',-1.00,'2025-06-29 04:35:19','101.00','22','newstock','1','','',33.3000,'','1','100','1','1','272','22175116092025032252262','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5089,'WHITECAP-BOTTLE','218',-1.00,'2025-06-29 04:36:35','46.00','22','newstock','1','','',200.0000,'','1','45','1','1','218','22175116099506020023332','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5090,'SAUSAGE (PAIR)','3',-2.00,'2025-06-29 04:37:34','9926.00','22','newstock','1','','',0.0000,'','1','9924','1','1','3','22175116105430030332712','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5091,'GOAT CHOMA 1 KG ','81',-1.00,'2025-06-29 04:37:48','9990.00','22','newstock','1','','',0.0000,'','1','9989','1','1','81','22175116106935225220202','',0.00,'','1600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5093,'GOAT CHOMA 1/2','80',-1.00,'2025-06-29 04:38:01','9974.00','22','newstock','1','','',0.0000,'','1','9973','1','1','80','22175116108278210302722','',0.00,'','800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5094,'UGALI','45',-3.00,'2025-06-29 04:38:19','9511.00','22','newstock','1','','',0.0000,'','1','9508','1','1','45','22175116109922332370220','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5095,'CHIPS','47',-1.00,'2025-06-29 04:38:27','9858.00','22','newstock','1','','',0.0000,'','1','9857','1','1','47','22175116110700071251006','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5096,'COCKTAIL','244',-1.00,'2025-06-29 04:40:02','9957.00','22','newstock','1','','',150.0000,'','1','9956','1','1','244','22175116120336301023723','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5097,'COCKTAIL','244',-2.00,'2025-06-29 04:40:42','9956.00','22','newstock','1','','',150.0000,'','1','9954','1','1','244','22175116124212221042601','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5098,'melkan 1.5 litres','272',-1.00,'2025-06-29 04:41:40','100.00','22','newstock','1','','',33.3000,'','1','99','1','1','272','22175116130130313000202','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5099,'VAT 69-350','212',-1.00,'2025-06-29 04:41:44','3.00','22','newstock','1','','',860.0000,'','1','2','1','1','212','22175116134030722041021','',0.00,'','1100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5100,'PREDATOR','178',-1.00,'2025-06-29 04:43:21','50.00','22','newstock','1','','',54.1700,'','1','49','1','1','178','22175116140223123210212','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5101,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-29 04:44:24','7.00','22','newstock','1','','',710.0000,'','1','6','1','1','118','22175116146550233303232','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5102,'SPORT','196',-5.00,'2025-06-29 04:44:39','95.00','22','newstock','1','','',14.0000,'','1','90','1','1','196','22175116148043032138227','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5103,'melkan 1.5 litres','272',-1.00,'2025-06-29 04:44:44','99.00','22','newstock','1','','',33.3000,'','1','98','1','1','272','22175116148512035312822','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5104,'LEMONADE','160',-1.00,'2025-06-29 04:58:30','48.00','5','newstock','1','','',41.6700,'','1','47','1','1','160','5175116231101541422315','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5105,'melkan 1.5 litres','272',-2.00,'2025-06-29 04:58:40','98.00','5','newstock','1','','',33.3000,'','1','96','1','1','272','5175116232110320230232','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5106,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-29 09:13:09','9976.00','14','newstock','1','','',0.0000,'','1','9975','1','1','54','14175117760941237722029','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5107,'UGALI','45',-2.00,'2025-06-29 09:14:03','9508.00','14','newstock','1','','',0.0000,'','1','9506','1','1','45','14175117766532033253306','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5108,'CHIPS','47',-3.00,'2025-06-29 09:14:26','9857.00','14','newstock','1','','',0.0000,'','1','9854','1','1','47','14175117768721727233212','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5109,'KACHUMBARI','35',-1.00,'2025-06-29 09:14:47','9986.00','14','newstock','1','','',0.0000,'','1','9985','1','1','35','14175117771221002233113','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5110,'GREENS(KIENYEJI)','46',-1.00,'2025-06-29 09:15:13','9917.00','14','newstock','1','','',0.0000,'','1','9916','1','1','46','14175117774330350324033','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5111,'BEEF WET/DRY FRY 1/4','22',-3.00,'2025-06-29 09:55:52','9918.00','14','newstock','1','','',0.0000,'','1','9915','1','1','22','14175118022113123022223','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5112,'UGALI','45',-1.00,'2025-06-29 09:57:01','9506.00','14','newstock','1','','',0.0000,'','1','9505','1','1','45','14175118023820330300002','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5113,'GREENS(KIENYEJI)','46',-1.00,'2025-06-29 09:57:18','9916.00','14','newstock','1','','',0.0000,'','1','9915','1','1','46','14175118025822332225322','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5114,'SAUTTE POTATO','20',-1.00,'2025-06-29 09:59:31','9992.00','14','newstock','1','','',0.0000,'','1','9991','1','1','20','14175118040047103302113','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5115,'COUNTY SPIRIT 250ML','',8.00,'2025-06-29 10:13:40','0.00','16','newstock','1','','',245.0000,'','1','8','internal','1','117','','',0.00,'','350','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5116,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-29 10:14:59','4.00','3','newstock','1','','',945.0000,'','1','3','1','1','111','3175118134323002300233','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5117,'melkan 1.5 litres','272',-1.00,'2025-06-29 10:17:12','96.00','3','newstock','1','','',33.3000,'','1','95','1','1','272','3175118144942312443424','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5118,'TEA','10',-1.00,'2025-06-29 10:59:38','9948.00','3','newstock','1','','',0.0000,'','1','9947','1','1','10','3175118399431314333353','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5119,'SMOKIES(PAIR)','15',-1.00,'2025-06-29 11:01:34','9956.00','3','newstock','1','','',0.0000,'','1','9955','1','1','15','3175118421833143222333','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5120,'BEST WHISKY-750','',-1.00,'2025-06-29 12:02:53','6.00','16','newstock','1','','',1000.0000,'','1','5','internal','1','94','','',0.00,'','1800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5121,'SODA PLASTIC BOTTLE 500ML','',-25.00,'2025-06-29 12:10:04','110.00','16','newstock','1','','',70.0000,'','1','85','internal','1','194','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5122,'SODA 300ML','',-10.00,'2025-06-29 12:11:04','24.00','16','newstock','1','','',41.0000,'','1','14','internal','1','293','','',0.00,'','60','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5123,'GUARANA CAN_SMIRNOFF ICE','',-24.00,'2025-06-29 12:16:15','43.00','16','newstock','1','','',180.0000,'','1','19','internal','1','134','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5124,'PINEAPPLE PUNCH-CAN','',24.00,'2025-06-29 12:19:29','4.00','16','newstock','1','','',180.0000,'','1','28','internal','1','176','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5125,'CHROME-GIN 250','',-1.00,'2025-06-29 12:20:44','10.00','16','newstock','1','','',217.0000,'','1','9','internal','1','113','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5126,'CHROME-VODKA 250','',1.00,'2025-06-29 12:21:14','3.00','16','newstock','1','','',217.0000,'','1','4','internal','1','115','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5127,'COCA COLA ZERO','',2.00,'2025-06-29 12:38:32','22.00','16','newstock','1','','',99.0000,'','1','24','internal','1','292','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5128,'MARAMOJA','',1.00,'2025-06-29 12:40:18','14.00','16','newstock','1','','',10.0000,'','1','15','internal','1','162','','',0.00,'','15','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5129,'TONIC WATER BOTTLE','',1.00,'2025-06-29 12:40:53','0.00','16','newstock','1','','',200.0000,'','1','1','internal','1','240','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5130,'CAPTAIN MORGAN-750','',3.00,'2025-06-29 12:43:27','3.00','16','newstock','1','','',945.0000,'','1','6','internal','1','111','','',0.00,'','1300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5131,'HEINEKEN-BOTTLE','138',-1.00,'2025-06-29 17:17:01','31.00','3','newstock','1','','',265.0000,'','1','30','1','1','138','3175120662230302032236','',0.00,'','330','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5132,'TUSKER CIDER -CAN','204',-1.00,'2025-06-29 17:17:39','16.00','3','newstock','1','','',245.0000,'','1','15','1','1','204','3175120666060302026132','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5133,'BEEF WET/DRY FRY 1/4','22',-3.00,'2025-06-29 17:18:04','9915.00','3','newstock','1','','',0.0000,'','1','9912','1','1','22','3175120668521332623122','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5134,'UGALI','45',-1.00,'2025-06-29 17:18:22','9505.00','3','newstock','1','','',0.0000,'','1','9504','1','1','45','3175120670202222172337','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5135,'SAUTTE POTATO','20',-1.00,'2025-06-29 17:18:37','9991.00','3','newstock','1','','',0.0000,'','1','9990','1','1','20','3175120671802302333334','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5136,'GUINESS-BOTTLE','136',-1.00,'2025-06-29 17:20:22','60.00','3','newstock','1','','',210.0000,'','1','59','1','1','136','3175120682202612710226','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5137,'GUINESS-BOTTLE','136',-1.00,'2025-06-29 17:20:27','59.00','3','newstock','1','','',210.0000,'','1','58','1','1','136','3175120682733322036222','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5138,'SPANISH OMLETTE','2',-1.00,'2025-06-29 17:20:51','9996.00','3','newstock','1','','',0.0000,'','1','9995','1','1','2','3175120685260302232232','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5139,'CHIPS','47',-1.00,'2025-06-29 17:32:43','9854.00','3','newstock','1','','',0.0000,'','1','9853','1','1','47','3175120756532503023300','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5140,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-29 17:40:11','9975.00','3','newstock','1','','',0.0000,'','1','9974','1','1','54','3175120801203032302133','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5141,'UGALI','45',-2.00,'2025-06-29 17:40:20','9504.00','3','newstock','1','','',0.0000,'','1','9502','1','1','45','3175120802103580430232','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5142,'CHIPS','47',-3.00,'2025-06-29 17:40:31','9853.00','3','newstock','1','','',0.0000,'','1','9850','1','1','47','3175120803102103420203','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5143,'SODA-BOTTLE','195',-2.00,'2025-06-29 17:40:48','151.00','3','newstock','1','','',70.0000,'','1','149','1','1','195','3175120804923323300023','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5144,'SODA PLASTIC BOTTLE 500ML','194',-1.00,'2025-06-29 17:40:59','85.00','3','newstock','1','','',70.0000,'','1','84','1','1','194','3175120806023203712287','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5145,'melkan 1.5 litres','272',-1.00,'2025-06-29 17:41:10','95.00','3','newstock','1','','',33.3000,'','1','94','1','1','272','3175120807023202202320','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5146,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-29 17:42:51','9964.00','3','newstock','1','','',0.0000,'','1','9963','1','1','26','3175120817120212723822','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5147,'UGALI','45',-2.00,'2025-06-29 17:42:59','9502.00','3','newstock','1','','',0.0000,'','1','9500','1','1','45','3175120817913233220343','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5148,'KACHUMBARI','35',-1.00,'2025-06-29 17:43:11','9985.00','3','newstock','1','','',0.0000,'','1','9984','1','1','35','3175120819222830302220','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5149,'DELMONTE','119',-1.00,'2025-06-29 17:43:29','15.00','3','newstock','1','','',250.0000,'','1','14','1','1','119','3175120821033200312325','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5150,'CHIPS','47',-2.00,'2025-06-29 17:44:58','9850.00','3','newstock','1','','',0.0000,'','1','9848','1','1','47','3175120829942423322334','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5151,'SMOKIES(PAIR)','15',-1.00,'2025-06-29 17:45:18','9955.00','3','newstock','1','','',0.0000,'','1','9954','1','1','15','3175120832104072323222','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5152,'SMOKIES(PAIR)','15',-1.00,'2025-06-29 17:45:24','9954.00','3','newstock','1','','',0.0000,'','1','9953','1','1','15','3175120832532002431508','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5153,'SMOKIES(PAIR)','15',-1.00,'2025-06-29 17:45:30','9953.00','3','newstock','1','','',0.0000,'','1','9952','1','1','15','3175120833013300330030','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5154,'WHITECAP-BOTTLE','218',-2.00,'2025-06-29 17:46:16','45.00','3','newstock','1','','',200.0000,'','1','43','1','1','218','3175120837700232073004','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5155,'PREDATOR','178',-1.00,'2025-06-29 17:46:33','49.00','3','newstock','1','','',54.1700,'','1','48','1','1','178','3175120839423223330022','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5156,'melkan 1.5 litres','272',-1.00,'2025-06-29 17:47:41','94.00','3','newstock','1','','',33.3000,'','1','93','1','1','272','3175120846207302303376','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5157,'CHROME-VODKA 750','116',-1.00,'2025-06-29 17:48:10','7.00','3','newstock','1','','',585.0000,'','1','6','1','1','116','3175120849120218330332','',0.00,'','850','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5158,'CAPTAIN MORGAN-250','110',-2.00,'2025-06-29 17:51:09','10.00','3','newstock','1','','',345.0000,'','1','8','1','1','110','3175120869522322207233','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5159,'PREDATOR','178',-2.00,'2025-06-29 17:51:46','48.00','3','newstock','1','','',54.1700,'','1','46','1','1','178','3175120870634752223223','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5160,'melkan 1.5 litres','272',-1.00,'2025-06-29 17:51:53','93.00','3','newstock','1','','',33.3000,'','1','92','1','1','272','3175120871423233220222','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5161,'TUSKER CIDER -CAN','204',-1.00,'2025-06-29 17:52:05','15.00','3','newstock','1','','',245.0000,'','1','14','1','1','204','3175120872522530222223','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5162,'SMOKIES(PAIR)','15',-1.00,'2025-06-29 17:52:23','9952.00','3','newstock','1','','',0.0000,'','1','9951','1','1','15','3175120874382007337540','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5163,'CHIPS','47',-1.00,'2025-06-29 17:52:33','9848.00','3','newstock','1','','',0.0000,'','1','9847','1','1','47','3175120875322423333380','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5164,'CHROME-VODKA 250','115',-1.00,'2025-06-29 17:52:34','4.00','3','newstock','1','','',217.0000,'','1','3','1','1','115','3175120877330723823323','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5165,'CHROME-VODKA 250','115',-1.00,'2025-06-29 17:54:31','3.00','3','newstock','1','','',217.0000,'','1','2','1','1','115','3175120887202033053402','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5166,'HUNTERS CHOICE-250','141',-1.00,'2025-06-29 17:55:58','3.00','3','newstock','1','','',335.0000,'','1','2','1','1','141','3175120897585173032258','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5167,'MATCH BOX','163',-1.00,'2025-06-29 17:59:00','68.00','3','newstock','1','','',5.0000,'','1','67','1','1','163','3175120914122235131913','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5168,'PREDATOR','178',-1.00,'2025-06-29 17:59:08','46.00','3','newstock','1','','',54.1700,'','1','45','1','1','178','3175120914912122910033','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5169,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-29 18:00:28','9912.00','3','newstock','1','','',0.0000,'','1','9911','1','1','22','3175120922922132910022','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5170,'UGALI','45',-1.00,'2025-06-29 18:00:35','9500.00','3','newstock','1','','',0.0000,'','1','9499','1','1','45','3175120923532132003330','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5171,'HEINEKEN-BOTTLE','138',-2.00,'2025-06-29 18:00:51','30.00','3','newstock','1','','',265.0000,'','1','28','1','1','138','3175120925252520202321','',0.00,'','330','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5172,'WHITECAP-BOTTLE','218',-1.00,'2025-06-29 18:01:43','43.00','3','newstock','1','','',200.0000,'','1','42','1','1','218','3175120930422333302300','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5173,'SMOKIES(PAIR)','15',-1.00,'2025-06-29 18:01:51','9951.00','3','newstock','1','','',0.0000,'','1','9950','1','1','15','3175120931133047241032','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5174,'SPORT','196',-3.00,'2025-06-29 18:03:03','90.00','3','newstock','1','','',14.0000,'','1','87','1','1','196','3175120938433339701002','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5175,'PREDATOR','178',-1.00,'2025-06-29 18:03:13','45.00','3','newstock','1','','',54.1700,'','1','44','1','1','178','3175120939512033402232','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5176,'KANE EXTRA-250','151',-1.00,'2025-06-29 18:03:16','11.00','3','newstock','1','','',213.0000,'','1','10','1','1','151','3175120944030097230704','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5177,'SODA-BOTTLE','195',-1.00,'2025-06-29 18:05:21','149.00','3','newstock','1','','',70.0000,'','1','148','1','1','195','3175120952330532213515','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5178,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-29 18:05:33','117.00','3','newstock','1','','',35.0000,'','1','116','1','1','164','3175120953432124552313','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5179,'melkan 1.5 litres','272',-1.00,'2025-06-29 18:08:19','92.00','3','newstock','1','','',33.3000,'','1','91','1','1','272','3175120969922903093090','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5180,'SMOKIES(PAIR)','15',-2.00,'2025-06-29 18:09:33','9950.00','3','newstock','1','','',0.0000,'','1','9948','1','1','15','3175120977413340330030','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5181,'CHIPS','47',-1.00,'2025-06-29 18:09:45','9847.00','3','newstock','1','','',0.0000,'','1','9846','1','1','47','3175120978523022701335','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5182,'DELMONTE','119',-1.00,'2025-06-29 18:09:58','14.00','3','newstock','1','','',250.0000,'','1','13','1','1','119','3175120979923223322003','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5183,'SODA PLASTIC BOTTLE 500ML','194',-1.00,'2025-06-29 18:10:05','84.00','3','newstock','1','','',70.0000,'','1','83','1','1','194','3175120980626356220033','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5184,'CHIPS','47',-1.00,'2025-06-29 18:10:38','9846.00','3','newstock','1','','',0.0000,'','1','9845','1','1','47','3175120983922333330402','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5185,'CAPTAIN MORGAN-750','111',-1.00,'2025-06-29 18:11:56','6.00','3','newstock','1','','',945.0000,'','1','5','1','1','111','3175120991702299033232','',0.00,'','1300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5186,'melkan 1.5 litres','272',-1.00,'2025-06-29 18:12:18','91.00','3','newstock','1','','',33.3000,'','1','90','1','1','272','3175120993922032093322','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5187,'GOAT WET/DRY FRY 1 KG ','27',-1.00,'2025-06-29 18:12:52','9986.00','3','newstock','1','','',0.0000,'','1','9985','1','1','27','3175120997323202133223','',0.00,'','1400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5188,'KACHUMBARI','35',-1.00,'2025-06-29 18:13:04','9984.00','3','newstock','1','','',0.0000,'','1','9983','1','1','35','3175120998523329122202','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5189,'UGALI','45',-1.00,'2025-06-29 18:13:09','9499.00','3','newstock','1','','',0.0000,'','1','9498','1','1','45','3175120998933131521223','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5190,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-29 18:40:39','62.00','4','newstock','1','','',175.0000,'','1','60','1','1','209','4175121164002263037214','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5191,'WHITECAP-BOTTLE','218',-2.00,'2025-06-29 18:40:48','42.00','4','newstock','1','','',200.0000,'','1','40','1','1','218','4175121164912202264420','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5192,'GUINESS-BOTTLE','136',-2.00,'2025-06-29 18:41:09','58.00','4','newstock','1','','',210.0000,'','1','56','1','1','136','4175121167012323322767','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5193,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-29 18:41:24','9911.00','4','newstock','1','','',0.0000,'','1','9910','1','1','22','4175121168425332003250','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5194,'CHIPS','47',-1.00,'2025-06-29 18:41:33','9845.00','4','newstock','1','','',0.0000,'','1','9844','1','1','47','4175121169414120033333','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5195,'REDBULL','180',-1.00,'2025-06-29 18:41:52','11.00','4','newstock','1','','',185.0000,'','1','10','1','1','180','4175121172432200330132','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5196,'SPORT','196',-2.00,'2025-06-29 18:42:33','87.00','4','newstock','1','','',14.0000,'','1','85','1','1','196','4175121175453322323130','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5197,'KENYA CANE 350','153',-1.00,'2025-06-29 19:07:33','5.00','3','newstock','1','','',330.0000,'','1','4','1','1','153','3175121326933276023724','',0.00,'','500','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5198,'SAFARI','187',-2.00,'2025-06-29 19:09:15','90.00','3','newstock','1','','',8.0000,'','1','88','1','1','187','3175121335613301313422','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5199,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-29 19:23:18','60.00','4','newstock','1','','',175.0000,'','1','59','1','1','209','4175121419919332222204','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5200,'WHITECAP-BOTTLE','218',-1.00,'2025-06-29 19:23:24','40.00','4','newstock','1','','',200.0000,'','1','39','1','1','218','4175121420503303337123','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5201,'TUSKER CIDER-BOTTLE','205',-2.00,'2025-06-29 19:24:10','28.00','4','newstock','1','','',225.0000,'','1','26','1','1','205','4175121425123222220113','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5202,'WHITECAP-BOTTLE','218',-1.00,'2025-06-29 19:24:14','39.00','4','newstock','1','','',200.0000,'','1','38','1','1','218','4175121425422313031310','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5203,'V&A -250','',5.00,'2025-06-29 19:29:01','0.00','16','newstock','1','','',310.0000,'','1','5','internal','1','210','','',0.00,'','400','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5204,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-29 19:35:50','116.00','3','newstock','1','','',35.0000,'','1','115','1','1','164','3175121495152002100321','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5205,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-29 19:49:06','6.00','8','newstock','1','','',710.0000,'','1','5','1','1','118','8175121574623223350145','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5206,'Vodka Tot','282',-1.00,'2025-06-29 19:49:45','492.00','8','newstock','1','','',20.0000,'','1','491','1','1','282','8175121578503281001320','',0.00,'','40','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5207,'PILSNER_LAGER_BOTTLE','174',-1.00,'2025-06-29 19:50:23','13.00','8','newstock','1','','',175.0000,'','1','12','1','1','174','8175121582420422138221','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5208,'COCKTAIL','244',-1.00,'2025-06-29 19:50:49','9954.00','8','newstock','1','','',150.0000,'','1','9953','1','1','244','8175121585022210332327','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5209,'melkan 1.5 litres','272',-1.00,'2025-06-29 19:51:20','90.00','8','newstock','1','','',33.3000,'','1','89','1','1','272','8175121588123003210202','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5210,'DELMONTE','119',-1.00,'2025-06-29 19:55:47','13.00','4','newstock','1','','',250.0000,'','1','12','1','1','119','4175121614846328422282','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5211,'TUSKER CIDER-BOTTLE','205',-2.00,'2025-06-29 19:57:53','26.00','4','newstock','1','','',225.0000,'','1','24','1','1','205','4175121627423222702772','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5212,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-29 20:08:16','9974.00','22','newstock','1','','',0.0000,'','1','9973','1','1','54','22175121689703333333003','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5213,'UGALI','45',-1.00,'2025-06-29 20:08:24','9498.00','22','newstock','1','','',0.0000,'','1','9497','1','1','45','22175121690693231123332','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5214,'PREDATOR','178',-2.00,'2025-06-29 20:08:45','44.00','22','newstock','1','','',54.1700,'','1','42','1','1','178','22175121692631202160211','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5215,'CHROME-GIN 250','113',-1.00,'2025-06-29 20:09:30','9.00','22','newstock','1','','',217.0000,'','1','8','1','1','113','22175121700837321223102','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5216,'WHITECAP-BOTTLE','218',-2.00,'2025-06-29 20:10:42','38.00','22','newstock','1','','',200.0000,'','1','36','1','1','218','22175121704223217523307','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5217,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-29 20:10:52','115.00','22','newstock','1','','',35.0000,'','1','114','1','1','164','22175121705222205020000','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5218,'PINEAPPLE PUNCH-CAN','176',-2.00,'2025-06-29 20:12:13','28.00','4','newstock','1','','',180.0000,'','1','26','1','1','176','4175121713443432322021','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5219,'SODA-BOTTLE','195',-1.00,'2025-06-29 20:17:03','148.00','22','newstock','1','','',70.0000,'','1','147','1','1','195','22175121742422222332022','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5220,'SODA-BOTTLE','195',-1.00,'2025-06-29 20:18:20','147.00','22','newstock','1','','',70.0000,'','1','146','1','1','195','22175121750032330723207','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5221,'LIME SYRUP','',-1.00,'2025-06-29 20:28:36','8.00','16','newstock','1','','',200.0000,'','1','7','internal','1','242','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5222,'MATCH BOX','',-1.00,'2025-06-29 20:28:51','67.00','16','newstock','1','','',5.0000,'','1','66','internal','1','163','','',0.00,'','10','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5223,'BEEF WET/DRY FRY 1/4','22',3.00,'2025-06-29 20:29:44','9910.00','16','newstock','1','','',0.0000,'','1','9913','1','1','22','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5224,'UGALI','45',1.00,'2025-06-29 20:29:51','9497.00','16','newstock','1','','',0.0000,'','1','9498','1','1','45','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5225,'SAUTTE POTATO','20',1.00,'2025-06-29 20:29:56','9990.00','16','newstock','1','','',0.0000,'','1','9991','1','1','20','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5226,'CHICKEN KIENYEJI FULL','54',1.00,'2025-06-29 20:30:14','9973.00','16','newstock','1','','',0.0000,'','1','9974','1','1','54','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5227,'UGALI','45',2.00,'2025-06-29 20:36:29','9498.00','16','newstock','1','','',0.0000,'','1','9500','1','1','45','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5228,'CHIPS','47',3.00,'2025-06-29 20:36:32','9844.00','16','newstock','1','','',0.0000,'','1','9847','1','1','47','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5229,'GUINESS-BOTTLE','136',-1.00,'2025-06-29 20:54:18','56.00','4','newstock','1','','',210.0000,'','1','55','1','1','136','4175121965929742232039','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5230,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-29 20:54:35','9913.00','4','newstock','1','','',0.0000,'','1','9912','1','1','22','4175121967522521212223','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5231,'UGALI','45',-1.00,'2025-06-29 20:54:54','9500.00','4','newstock','1','','',0.0000,'','1','9499','1','1','45','4175121969552092000432','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5232,'BALOZI-BOTTLE','',-1.00,'2025-06-29 21:19:54','141.00','16','newstock','1','','',175.0000,'','1','140','internal','1','89','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5233,'DELMONTE','',-1.00,'2025-06-29 21:20:11','12.00','16','newstock','1','','',250.0000,'','1','11','internal','1','119','','',0.00,'','400','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5234,'LEMONADE','',-2.00,'2025-06-29 21:20:27','47.00','16','newstock','1','','',41.6700,'','1','45','internal','1','160','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5235,'melkan 1.5 litres','',-2.00,'2025-06-29 21:20:46','89.00','16','newstock','1','','',33.3000,'','1','87','internal','1','272','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5236,'SODA-BOTTLE','',-2.00,'2025-06-29 21:21:02','146.00','16','newstock','1','','',70.0000,'','1','144','internal','1','195','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5237,'PREDATOR','',-9.00,'2025-06-29 21:21:17','42.00','16','newstock','1','','',54.1700,'','1','33','internal','1','178','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5238,'MATCH BOX','',-2.00,'2025-06-29 21:21:40','66.00','16','newstock','1','','',5.0000,'','1','64','internal','1','163','','',0.00,'','10','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5239,'SAFARI','',-3.00,'2025-06-29 21:21:57','88.00','16','newstock','1','','',8.0000,'','1','85','internal','1','187','','',0.00,'','15','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5240,'SPORT','',-8.00,'2025-06-29 21:22:14','85.00','16','newstock','1','','',14.0000,'','1','77','internal','1','196','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5242,'VICEROY-250','215',-1.00,'2025-06-29 21:24:17','5.00','5','newstock','1','','',465.0000,'','1','4','1','1','215','5175122148453212430232','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5243,'SODA-BOTTLE','195',-2.00,'2025-06-29 21:25:03','144.00','5','newstock','1','','',70.0000,'','1','142','1','1','195','5175122150303202035322','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5244,'GILBEYS-350','125',-1.00,'2025-06-29 21:25:24','4.00','5','newstock','1','','',599.0000,'','1','3','1','1','125','5175122152503231130272','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5245,'CHICKEN KIENYEJI FULL','54',-1.00,'2025-06-29 21:28:13','9974.00','5','newstock','1','','',0.0000,'','1','9973','1','1','54','5175122169423232932203','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5246,'UGALI','45',-2.00,'2025-06-29 21:28:21','9499.00','5','newstock','1','','',0.0000,'','1','9497','1','1','45','5175122170235212372330','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5247,'GUARANA CAN_SMIRNOFF ICE','134',-2.00,'2025-06-29 21:29:14','19.00','5','newstock','1','','',180.0000,'','1','17','1','1','134','5175122175452134034321','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5248,'VICEROY 375','214',-1.00,'2025-06-29 21:29:14','4.00','5','newstock','1','','',680.0000,'','1','3','1','1','214','5175122177937227217700','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5249,'SODA-BOTTLE','195',-1.00,'2025-06-29 21:30:00','142.00','5','newstock','1','','',70.0000,'','1','141','1','1','195','5175122180123332021000','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5250,'melkan 1.5 litres','272',-1.00,'2025-06-29 21:30:09','87.00','5','newstock','1','','',33.3000,'','1','86','1','1','272','5175122180900923857111','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5251,'SODA PLASTIC BOTTLE 2LTRS','193',-1.00,'2025-06-29 21:30:27','2.00','5','newstock','1','','',230.0000,'','1','1','1','1','193','5175122182735213323202','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5252,'DUNHILL','120',-1.00,'2025-06-29 21:30:39','1.00','5','newstock','1','','',17.0000,'','1','0','1','1','120','5175122184021323302033','',0.00,'','25','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5253,'TUSKER-LAGER-BOTTLE','209',-4.00,'2025-06-29 21:31:38','59.00','5','newstock','1','','',175.0000,'','1','55','1','1','209','5175122189905240322350','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5254,'WHITECAP-BOTTLE','218',-3.00,'2025-06-29 21:31:46','36.00','5','newstock','1','','',200.0000,'','1','33','1','1','218','5175122190792200220902','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5255,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-29 21:32:34','55.00','5','newstock','1','','',175.0000,'','1','54','1','1','209','5175122195437333341023','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5256,'TRIPPLE ACE-250','201',-1.00,'2025-06-29 21:33:28','9.00','5','newstock','1','','',200.0000,'','1','8','1','1','201','5175122200832120342203','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5257,'SMOKIES(PAIR)','15',-1.00,'2025-06-29 21:34:04','9948.00','5','newstock','1','','',0.0000,'','1','9947','1','1','15','5175122204443230240453','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5258,'TUSKER-LAGER-BOTTLE','209',-1.00,'2025-06-29 21:34:53','54.00','5','newstock','1','','',175.0000,'','1','53','1','1','209','5175122209322222023520','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5259,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-29 21:35:33','9963.00','5','newstock','1','','',0.0000,'','1','9962','1','1','25','5175122213422232432512','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5260,'UGALI','45',-2.00,'2025-06-29 21:35:40','9497.00','5','newstock','1','','',0.0000,'','1','9495','1','1','45','5175122214122455200431','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5261,'TUSKER-LAGER-BOTTLE','209',-2.00,'2025-06-29 21:36:28','53.00','5','newstock','1','','',175.0000,'','1','51','1','1','209','5175122218818377108131','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5262,'CHROME-VODKA 250','115',-1.00,'2025-06-29 21:37:13','2.00','5','newstock','1','','',217.0000,'','1','1','1','1','115','5175122223443222122325','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5263,'PREDATOR','178',-1.00,'2025-06-29 21:37:23','33.00','5','newstock','1','','',54.1700,'','1','32','1','1','178','5175122224422220205242','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5264,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-29 21:45:17','9971.00','22','newstock','1','','',0.0000,'','1','9970','1','1','53','22175122271770220012322','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5265,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-29 21:46:27','9970.00','22','newstock','1','','',0.0000,'','1','9969','1','1','53','22175122278802207723201','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5266,'CHICKEN KIENYEJI 1/2','53',-1.00,'2025-06-29 21:47:02','9971.00','22','newstock','1','','',0.0000,'','1','9970','1','1','53','22175122282222001302023','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5267,'UGALI','45',-1.00,'2025-06-29 21:47:16','9495.00','22','newstock','1','','',0.0000,'','1','9494','1','1','45','22175122283733222322282','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5268,'UGALI','45',-1.00,'2025-06-29 21:47:28','9494.00','22','newstock','1','','',0.0000,'','1','9493','1','1','45','22175122284932211792032','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5269,'EGGS(BOILED/FRIED)','1',-1.00,'2025-06-29 21:51:48','9964.00','4','newstock','1','','',0.0000,'','1','9963','1','1','1','4175122310823330017124','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5270,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-29 22:01:29','9912.00','8','newstock','1','','',0.0000,'','1','9911','1','1','22','8175122369032280230183','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5271,'CHIPS','47',-1.00,'2025-06-29 22:01:46','9847.00','8','newstock','1','','',0.0000,'','1','9846','1','1','47','8175122370733330278823','',0.00,'','200','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5272,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-29 22:02:29','8.00','8','newstock','1','','',245.0000,'','1','7','1','1','117','8175122375022232337003','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5273,'melkan 1.5 litres','272',-1.00,'2025-06-29 22:02:38','86.00','8','newstock','1','','',33.3000,'','1','85','1','1','272','8175122375932222327230','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5274,'GUARANA CAN_SMIRNOFF ICE','134',-2.00,'2025-06-29 22:02:53','17.00','8','newstock','1','','',180.0000,'','1','15','1','1','134','8175122377403234133023','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5275,'BEST WHISKY-750','94',-1.00,'2025-06-29 22:04:18','5.00','8','newstock','1','','',1000.0000,'','1','4','1','1','94','8175122385930337123343','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5276,'SODA-BOTTLE','195',-1.00,'2025-06-29 22:04:24','141.00','8','newstock','1','','',70.0000,'','1','140','1','1','195','8175122386423020233052','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5277,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-29 22:04:56','5.00','8','newstock','1','','',710.0000,'','1','4','1','1','118','8175122389733222024374','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5279,'GILBEYS-750','126',-1.00,'2025-06-29 22:14:53','3.00','5','newstock','1','','',1300.0000,'','1','2','1','1','126','5175122449323913323290','',0.00,'','1800','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5280,'PINEAPPLE PUNCH-CAN','176',-5.00,'2025-06-29 22:16:27','26.00','5','newstock','1','','',180.0000,'','1','21','1','1','176','5175122458802123233303','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5281,'TUSKER LITE CAN','207',-1.00,'2025-06-29 22:16:47','14.00','5','newstock','1','','',247.0000,'','1','13','1','1','207','5175122460833022623130','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5282,'melkan 1.5 litres','272',-2.00,'2025-06-29 22:17:10','85.00','5','newstock','1','','',33.3000,'','1','83','1','1','272','5175122463120252233220','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5283,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-29 22:19:45','9962.00','5','newstock','1','','',0.0000,'','1','9961','1','1','25','5175122478654063313460','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5284,'UGALI','45',-1.00,'2025-06-29 22:19:51','9493.00','5','newstock','1','','',0.0000,'','1','9492','1','1','45','5175122479175103533123','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5285,'ROOM 2','250',-1.00,'2025-06-29 22:25:23','9951.00','4','newstock','1','','',500.0000,'','1','9950','1','1','250','4175122512333022322332','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5286,'ROOM 2','250',-1.00,'2025-06-29 22:25:47','9950.00','4','newstock','1','','',500.0000,'','1','9949','1','1','250','4175122514802331020453','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5287,'melkan 1.5 litres','272',-1.00,'2025-06-29 22:31:00','83.00','22','newstock','1','','',33.3000,'','1','82','1','1','272','22175122546130225203552','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5289,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-29 22:32:11','9911.00','22','newstock','1','','',0.0000,'','1','9910','1','1','22','22175122553130122722735','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5290,'UGALI','45',-1.00,'2025-06-29 22:32:44','9492.00','22','newstock','1','','',0.0000,'','1','9491','1','1','45','22175122556423273733332','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5291,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-29 22:40:21','9961.00','8','newstock','1','','',0.0000,'','1','9960','1','1','25','8175122602223022803031','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5292,'UGALI','45',-2.00,'2025-06-29 22:40:28','9491.00','8','newstock','1','','',0.0000,'','1','9489','1','1','45','8175122602982320128247','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5293,'UGALI','45',-2.00,'2025-06-29 22:41:49','9489.00','5','newstock','1','','',0.0000,'','1','9487','1','1','45','5175122610922232713362','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5294,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-29 22:56:44','9910.00','5','newstock','1','','',0.0000,'','1','9909','1','1','22','5175122700523270222320','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5295,'UGALI','45',-1.00,'2025-06-29 22:56:51','9487.00','5','newstock','1','','',0.0000,'','1','9486','1','1','45','5175122701201201333022','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5296,'COUNTY SPIRIT 250ML','117',-1.00,'2025-06-29 23:47:32','7.00','4','newstock','1','','',245.0000,'','1','6','1','1','117','4175123008232120340303','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5297,'melkan 1.5 litres','272',-1.00,'2025-06-29 23:48:42','82.00','4','newstock','1','','',33.3000,'','1','81','1','1','272','4175123012203423002402','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5298,'COUNTY SPIRIT 250ML','117',-2.00,'2025-06-29 23:49:03','6.00','4','newstock','1','','',245.0000,'','1','4','1','1','117','4175123015533123022232','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5299,'KACHUMBARI','35',-1.00,'2025-06-30 00:00:54','9983.00','8','newstock','1','','',0.0000,'','1','9982','1','1','35','8175123085520211232233','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5300,'TRIPPLE ACE-750','202',-1.00,'2025-06-30 00:04:48','4.00','8','newstock','1','','',570.0000,'','1','3','1','1','202','8175123111714233040133','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5301,'TUSKER LITE-BOTTLE','208',-2.00,'2025-06-30 00:06:13','17.00','8','newstock','1','','',195.0000,'','1','15','1','1','208','8175123117352030703201','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5302,'V&A -250','210',-1.00,'2025-06-30 00:06:59','5.00','8','newstock','1','','',310.0000,'','1','4','1','1','210','8175123123275223302003','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5303,'PREDATOR','178',-1.00,'2025-06-30 00:07:17','32.00','8','newstock','1','','',54.1700,'','1','31','1','1','178','8175123123832328328321','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5304,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-30 00:10:34','9909.00','22','newstock','1','','',0.0000,'','1','9908','1','1','22','22175123143523203205213','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5305,'UGALI','45',-1.00,'2025-06-30 00:10:41','9486.00','22','newstock','1','','',0.0000,'','1','9485','1','1','45','22175123144222210343230','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5306,'COUNTY SPIRIT 250ML','117',1.00,'2025-06-30 00:11:08','4.00','16','newstock','1','','',0.0000,'','1','5','1','1','117','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5307,'SAFARI','187',-1.00,'2025-06-30 00:12:06','85.00','8','newstock','1','','',8.0000,'','1','84','1','1','187','8175123152622137022823','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5308,'PREDATOR','178',-1.00,'2025-06-30 00:15:00','31.00','8','newstock','1','','',54.1700,'','1','30','1','1','178','8175123170120242230307','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5309,'COUNTY SPIRIT 750ML','118',-1.00,'2025-06-30 00:17:58','4.00','8','newstock','1','','',710.0000,'','1','3','1','1','118','8175123187923303537223','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5310,'SPORT','196',-2.00,'2025-06-30 00:19:10','77.00','4','newstock','1','','',14.0000,'','1','75','1','1','196','4175123195100443911323','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5311,'SAFARI','187',-1.00,'2025-06-30 00:23:45','84.00','8','newstock','1','','',8.0000,'','1','83','1','1','187','8175123222620322306323','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5312,'SAFARI','187',-1.00,'2025-06-30 00:44:44','83.00','22','newstock','1','','',8.0000,'','1','82','1','1','187','22175123348407722225372','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5313,'SAFARI','187',-1.00,'2025-06-30 00:47:57','82.00','22','newstock','1','','',8.0000,'','1','81','1','1','187','22175123367870300133200','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5315,'SAFARI','187',-3.00,'2025-06-30 00:52:32','81.00','22','newstock','1','','',8.0000,'','1','78','1','1','187','22175123395222020303203','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5316,'SAUSAGE (PAIR)','3',-1.00,'2025-06-30 01:19:00','9924.00','8','newstock','1','','',0.0000,'','1','9923','1','1','3','8175123554123334343033','',0.00,'','120','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5317,'SODA-BOTTLE','195',1.00,'2025-06-30 01:38:40','140.00','16','newstock','1','','',0.0000,'','1','141','1','1','195','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5318,'GUARANA CAN_SMIRNOFF ICE','134',1.00,'2025-06-30 01:49:30','15.00','16','newstock','1','','',0.0000,'','1','16','1','1','134','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5319,'VICEROY-250','215',-1.00,'2025-06-30 01:55:43','4.00','22','newstock','1','','',465.0000,'','1','3','1','1','215','22175123774470033700003','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5320,'PINEAPPLE PUNCH-CAN','176',-3.00,'2025-06-30 02:07:58','21.00','5','newstock','1','','',180.0000,'','1','18','1','1','176','5175123847828017023220','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5321,'BALOZI-BOTTLE','89',-1.00,'2025-06-30 02:08:10','140.00','5','newstock','1','','',175.0000,'','1','139','1','1','89','5175123849032330523401','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5322,'REDBULL','180',-1.00,'2025-06-30 02:08:18','10.00','5','newstock','1','','',185.0000,'','1','9','1','1','180','5175123849920322303280','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5323,'WHITECAP-BOTTLE','218',-2.00,'2025-06-30 02:10:31','33.00','5','newstock','1','','',200.0000,'','1','31','1','1','218','5175123863153502312408','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5325,'WHITECAP CAN','217',-2.00,'2025-06-30 02:11:37','39.00','5','newstock','1','','',225.0000,'','1','37','1','1','217','5175123869700130272003','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5326,'BALOZI CAN','88',-1.00,'2025-06-30 02:11:45','23.00','5','newstock','1','','',203.0000,'','1','22','1','1','88','5175123870521134431220','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5327,'BALOZI-BOTTLE','89',-3.00,'2025-06-30 02:12:13','139.00','5','newstock','1','','',175.0000,'','1','136','1','1','89','5175123873433203350354','',0.00,'','250','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5328,'GUARANA CAN_SMIRNOFF ICE','134',-4.00,'2025-06-30 02:12:36','16.00','5','newstock','1','','',180.0000,'','1','12','1','1','134','5175123875732330522020','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5329,'GUARANA CAN_SMIRNOFF ICE','134',-1.00,'2025-06-30 02:14:50','12.00','8','newstock','1','','',180.0000,'','1','11','1','1','134','8175123889133280222320','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5330,'GUARANA CAN_SMIRNOFF ICE','134',1.00,'2025-06-30 02:18:22','11.00','16','newstock','1','','',0.0000,'','1','12','1','1','134','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5331,'melkan 1.5 litres','272',1.00,'2025-06-30 02:18:36','81.00','16','newstock','1','','',0.0000,'','1','82','1','1','272','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5332,'melkan 1.5 litres','272',-1.00,'2025-06-30 02:20:18','82.00','8','newstock','1','','',33.3000,'','1','81','1','1','272','8175123921932312374925','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5335,'SODA-BOTTLE','195',-1.00,'2025-06-30 12:40:35','141.00','3','newstock','1','','',70.0000,'','1','140','1','1','195','3175127643633227604144','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5336,'SODA PLASTIC BOTTLE 500ML','194',-1.00,'2025-06-30 12:40:48','83.00','3','newstock','1','','',70.0000,'','1','82','1','1','194','3175127644931203003223','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5337,'WHITE COFFEE','12',-2.00,'2025-06-30 12:41:07','9995.00','3','newstock','1','','',0.0000,'','1','9993','1','1','12','3175127646883348241372','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5338,'PREDATOR','178',-1.00,'2025-06-30 12:41:40','30.00','3','newstock','1','','',54.1700,'','1','29','1','1','178','3175127650130330333330','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5339,'V&A -250','210',-1.00,'2025-06-30 12:45:37','4.00','3','newstock','1','','',310.0000,'','1','3','1','1','210','3175127673850233116723','',0.00,'','400','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5340,'WHITE COFFEE','12',-1.00,'2025-06-30 12:58:50','9993.00','3','newstock','1','','',0.0000,'','1','9992','1','1','12','3175127753150372237033','',0.00,'','150','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5341,'SODA-BOTTLE','195',-1.00,'2025-06-30 12:59:13','140.00','3','newstock','1','','',70.0000,'','1','139','1','1','195','3175127755443730031223','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5342,'GOAT WET/DRY FRY 1/2','26',-1.00,'2025-06-30 13:03:15','9963.00','3','newstock','1','','',0.0000,'','1','9962','1','1','26','3175127779632227233233','',0.00,'','700','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5343,'UGALI','45',-2.00,'2025-06-30 13:03:29','9485.00','3','newstock','1','','',0.0000,'','1','9483','1','1','45','3175127781112233211027','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5344,'SAFARI','187',-1.00,'2025-06-30 13:14:10','78.00','3','newstock','1','','',8.0000,'','1','77','1','1','187','3175127845033021233132','',0.00,'','15','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5345,'GOAT WET/DRY FRY 1/4','25',-1.00,'2025-06-30 13:57:54','9960.00','3','newstock','1','','',0.0000,'','1','9959','1','1','25','3175128107523313253133','',0.00,'','350','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5346,'UGALI','45',-1.00,'2025-06-30 13:58:04','9483.00','3','newstock','1','','',0.0000,'','1','9482','1','1','45','3175128108533233122030','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5347,'WHITECAP-BOTTLE','218',-1.00,'2025-06-30 13:58:29','31.00','3','newstock','1','','',200.0000,'','1','30','1','1','218','3175128111018121231023','',0.00,'','260','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5348,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-30 13:58:39','114.00','3','newstock','1','','',35.0000,'','1','113','1','1','164','3175128112023135102420','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5349,'SODA-BOTTLE','195',-1.00,'2025-06-30 13:59:30','139.00','3','newstock','1','','',70.0000,'','1','138','1','1','195','3175128117112203331332','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5350,'PREDATOR','178',-3.00,'2025-06-30 13:59:41','29.00','3','newstock','1','','',54.1700,'','1','26','1','1','178','3175128118220323122233','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5352,'BANANA-BOTTLE','90',-1.00,'2025-06-30 14:12:23','5.00','3','newstock','1','','',74.0000,'','1','4','1','1','90','3175128196021513093006','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5353,'MELKAN/QUENCHER/SAFARI-500 ML','164',-1.00,'2025-06-30 14:31:29','113.00','3','newstock','1','','',35.0000,'','1','112','1','1','164','3175128309023213352048','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5354,'MELKAN/QUENCHER/SAFARI-500 ML','164',-2.00,'2025-06-30 15:03:15','112.00','3','newstock','1','','',35.0000,'','1','110','1','1','164','3175128499704733022322','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5355,'MATCH BOX','163',-2.00,'2025-06-30 15:21:31','64.00','3','newstock','1','','',5.0000,'','1','62','1','1','163','3175128609200222322233','',0.00,'','10','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5356,'SODA-BOTTLE','195',-1.00,'2025-06-30 15:23:22','138.00','3','newstock','1','','',70.0000,'','1','137','1','1','195','3175128620303382586333','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5357,'REDBULL','180',-1.00,'2025-06-30 15:23:56','9.00','3','newstock','1','','',185.0000,'','1','8','1','1','180','3175128623733223207221','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5358,'BLACK AND WHITE -375','96',-1.00,'2025-06-30 15:46:05','2.00','4','newstock','1','','',605.0000,'','1','1','1','1','96','4175128758634673206422','',0.00,'','850','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5359,'melkan 1.5 litres','272',-1.00,'2025-06-30 15:46:38','81.00','4','newstock','1','','',33.3000,'','1','80','1','1','272','4175128759923322204005','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5360,'SPORT','196',-1.00,'2025-06-30 15:46:47','75.00','4','newstock','1','','',14.0000,'','1','74','1','1','196','4175128760823353333782','',0.00,'','20','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5363,'SODA-BOTTLE','',2.00,'2025-06-30 16:31:07','137.00','16','newstock','1','','',70.0000,'','1','139','internal','1','195','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5364,'PEPSI SODA PLASTIC 500ML','',2.00,'2025-06-30 16:31:23','36.00','16','newstock','1','','',33.0000,'','1','38','internal','1','238','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5365,'SODA PLASTIC BOTTLE 2LTRS','',2.00,'2025-06-30 16:31:38','1.00','16','newstock','1','','',230.0000,'','1','3','internal','1','193','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5366,'V&A -250','',1.00,'2025-06-30 16:32:13','3.00','16','newstock','1','','',310.0000,'','1','4','internal','1','210','','',0.00,'','400','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5367,'KANE EXTRA-750','',-1.00,'2025-06-30 16:32:40','11.00','16','newstock','1','','',607.0000,'','1','10','internal','1','152','','',0.00,'','900','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5368,'MARAMOJA','',-1.00,'2025-06-30 16:32:58','15.00','16','newstock','1','','',10.0000,'','1','14','internal','1','162','','',0.00,'','15','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5369,'TONIC WATER BOTTLE','',-1.00,'2025-06-30 16:33:12','1.00','16','newstock','1','','',200.0000,'','1','0','internal','1','240','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5370,'SNAPP CAN','192',-2.00,'2025-06-30 16:44:52','5.00','4','newstock','1','','',180.0000,'','1','3','1','1','192','4175129109403422202242','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5371,'PREDATOR','178',-1.00,'2025-06-30 16:45:03','26.00','4','newstock','1','','',54.1700,'','1','25','1','1','178','4175129110412222331323','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5372,'JOHNNIE W RED LABEL 250','280',-1.00,'2025-06-30 16:45:06','1.00','4','newstock','1','','',679.0000,'','1','0','1','1','280','4175129113532112252023','',0.00,'','900','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5373,'melkan 1.5 litres','272',-1.00,'2025-06-30 16:45:44','80.00','4','newstock','1','','',33.3000,'','1','79','1','1','272','4175129114543531252022','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5374,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-30 16:46:05','9975.00','4','newstock','1','','',0.0000,'','1','9974','1','1','23','4175129116742254471232','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5375,'UGALI','45',-1.00,'2025-06-30 16:46:21','9482.00','4','newstock','1','','',0.0000,'','1','9481','1','1','45','4175129118385302253703','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5376,'ROOM 2','250',-1.00,'2025-06-30 16:51:10','9949.00','4','newstock','1','','',500.0000,'','1','9948','1','1','250','4175129147105313233313','',0.00,'','1000','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5377,'BEEF WET/DRY FRY 1/4','22',-1.00,'2025-06-30 17:00:40','9908.00','4','newstock','1','','',0.0000,'','1','9907','1','1','22','4175129204143335227230','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5378,'TRIPPLE ACE-250','201',-1.00,'2025-06-30 17:11:55','8.00','4','newstock','1','','',200.0000,'','1','7','1','1','201','4175129273342254432232','',0.00,'','300','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5379,'melkan 1.5 litres','272',-1.00,'2025-06-30 17:12:23','79.00','4','newstock','1','','',33.3000,'','1','78','1','1','272','4175129274532372232724','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5380,'melkan 1.5 litres','272',-1.00,'2025-06-30 18:13:16','78.00','4','newstock','1','','',33.3000,'','1','77','1','1','272','4175129639832047110232','',0.00,'','100','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5381,'UGALI','45',-1.00,'2025-06-30 18:18:05','9481.00','4','newstock','1','','',0.0000,'','1','9480','1','1','45','4175129668733737202306','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5382,'COCA COLA ZERO','',-1.00,'2025-06-30 18:24:46','24.00','16','newstock','1','','',99.0000,'','1','23','internal','1','292','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5383,'BEEF WET/DRY FRY 1/2','23',-1.00,'2025-06-30 18:54:46','9974.00','4','newstock','1','','',0.0000,'','1','9973','1','1','23','4175129888684723022322','',0.00,'','600','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5384,'UGALI','45',-1.00,'2025-06-30 18:54:53','9480.00','4','newstock','1','','',0.0000,'','1','9479','1','1','45','4175129889575322430022','',0.00,'','50','','','16','','sold',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5385,'WHITE COFFEE','12',-1.00,'2025-06-30 18:55:11','9992.00','4','newstock','1','','',0.0000,'','1','9991','1','1','12','4175129891325012212221','',0.00,'','150','','','16','','sold',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=27 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','','','','3343455',-2229819.00,'1','2025-05-28','','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,'','2019-08-28',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','',''),(3,NULL,'PURITY','KIMANTHI',NULL,'254110444761','puritykim@gmil.com','2233','','female','','','','',NULL,'user','1',NULL,'','','32608009',0.00,'','2025-05-25','','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,'1748176744','','0000-00-00 00:00:00','','new','',''),(4,NULL,'ABBY','KINGOO',NULL,'254702674274','abbykingoo@gmil.com','1996','','female','','','','',NULL,'user','1',NULL,'','','',0.00,'','2025-05-25','','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,'1748180502','','0000-00-00 00:00:00','','new','',''),(5,NULL,'EVELYNE','MUTINDA',NULL,'254114031686','evamutinda@gmil.com','1974','','female','','','','',NULL,'user','1',NULL,'','','27288015',0.00,'','2025-05-25','','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,'1748181129','','0000-00-00 00:00:00','','new','',''),(6,NULL,'JOY','MWENDWA',NULL,'254706639598','joycem@gmail.com','2025','','female','','','','',NULL,'user','1',NULL,'','','32343412',0.00,'','2025-05-26','','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,'1748182669','','0000-00-00 00:00:00','','new','',''),(7,NULL,'CAMILLA','AKOTH',NULL,'254799502655','akothcamila@gmail.com','079950','','female','','','','',NULL,'user','1',NULL,'','','835578059',0.00,'','2025-06-09','','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,'1748185851','','0000-00-00 00:00:00','','new','',''),(8,NULL,'RUTH','NGUUTA',NULL,'254746936684','ruthnguuta@gmail.com','1997','','female','','','','',NULL,'user','1',NULL,'','','34880724',0.00,'','2025-05-25','','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,'1748186445','','0000-00-00 00:00:00','','new','',''),(9,NULL,'JACOB','OMONDI',NULL,'254746256804','jacobomondi@gmail.com','3628','','male','','','','',NULL,'user','1',NULL,'','','37047653',0.00,'','2025-05-27','','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,'1748192765','','0000-00-00 00:00:00','','new','',''),(10,NULL,'FESTUS','','','254742904008','','','','','','2026-05-25','1 ','',NULL,'supplier','1','MASOKANI WINES & SPIRITS','','','',0.00,'16','2025-06-19 12:55:50','','1','2025-05-25','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','2025-06-04 21:27:55','','','','','','','','',1,NULL,NULL,0,'17482009427','','0000-00-00 00:00:00','','new','',''),(11,NULL,'JOHN AWECH','OGUTU',NULL,'254111640464','balledeonatheona@gmail.com','228022','','male','','','','',NULL,'user','1',NULL,'','','32047422',0.00,'','2025-06-18','','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,'1748205318','','0000-00-00 00:00:00','','new','',''),(12,NULL,'FELIX','',NULL,'254798734735','','','','','','2026-05-26','1','',NULL,'supplier','1','MASAKU TRADER','','','',0.00,'11','2025-05-26 09:39:03','','1','2025-05-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,'174824154311','','0000-00-00 00:00:00','','new','',''),(14,NULL,'PETER','KOMU',NULL,'254716820897','peter@gmail.com','9136','','male','','','','',NULL,'user','1',NULL,'','','32543716',0.00,'','2025-06-18','','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,'1748245072','','0000-00-00 00:00:00','','new','',''),(15,NULL,'MWONGELA','',NULL,'25471608431005','','','','','','2026-05-26','1','',NULL,'supplier','1','MAWA GENERAL SHOP','','','',0.00,'11','2025-05-26 10:46:46','','1','2025-05-26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',1000.00,0,0.00,0.00,'no',0.00,'no','2025-05-28 10:28:47','','','','','',NULL,NULL,'',1,NULL,NULL,0,'174824560611','','0000-00-00 00:00:00','','new','',''),(16,NULL,'MARGARET','KIPLAGAT',NULL,'254703912184','maggie.kiplagat@gmail.com','9167','','female','','','','',NULL,'user','1',NULL,'','','N/A',0.00,'','2025-06-05','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','admin','',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,'1748328199','','0000-00-00 00:00:00','','new','',''),(17,NULL,'TIMOTHY','OPIYO',NULL,'2547117890675','timothyopiyo99@gmail.com','timo1234','','male','','','','',NULL,'user','1',NULL,'','','37110805',0.00,'','2025-06-18','','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,'1748365683','','0000-00-00 00:00:00','','new','',''),(18,NULL,'stephen','',NULL,'254758775864','augustinemutua@gmail.com','','','male','','2026-05-28','1','',NULL,'user','1','','','','42427731',0.00,'1','2025-05-28 18:32:22','','1','2025-05-28','',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,'17484463421','','0000-00-00 00:00:00','','new','',''),(19,NULL,'stephen','mutua',NULL,'254758775864','augustinemutua@gmail.com','3421','','male','','','','',NULL,'user','0',NULL,'','','42427731',0.00,'','2025-06-16','','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,'',1,NULL,NULL,NULL,'1748448627','','0000-00-00 00:00:00','','new','',''),(20,NULL,'denis okech','',NULL,'254742699791','','','','male','','2026-05-29','1','',NULL,'supplier','1','delivery','','','',0.00,'14','2025-05-29 13:33:47','','1','2025-05-29','',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,'174851482714','','0000-00-00 00:00:00','','new','',''),(21,NULL,'Emmanuel ','',NULL,'254716886063','','','','','','','1','',NULL,'supplier','1','Victory Shop','','','',0.00,'16','2025-06-13 15:27:23','','1','','',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,NULL,'174981764316','','0000-00-00 00:00:00','','new','',''),(22,NULL,'Lilian','Lilian',NULL,'0000000000','lilian@gmail.com','1234','','','','','','',NULL,'user','1',NULL,'','','',0.00,'','2025-06-16','','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,'1750079474','','0000-00-00 00:00:00','','new','',''),(23,NULL,'Maggie','','','0703912184','','','','','','','1 ','',NULL,'supplier','1','MAVUNO HUB-COCA COLA','','','',0.00,'16','2025-06-19 13:12:53','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','','','','',1,NULL,NULL,0,'175032692716','','0000-00-00 00:00:00','','new','',''),(24,NULL,'Maggie','',NULL,'0704055164','','','','','Kibwezi','','116','',NULL,'supplier','1','CARREFOUR','','','',0.00,'16','2025-06-19 13:26:17','','1','','',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,NULL,'175032877716','','0000-00-00 00:00:00','','new','',''),(25,NULL,'GEORGE MAINA','',NULL,'0712270738','','','','','','','116','',NULL,'supplier','1','FOURSUM','','','',0.00,'16','2025-06-19 14:10:37','','1','','',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,NULL,'175033143716','','0000-00-00 00:00:00','','new','',''),(26,NULL,'PETER','',NULL,'0716820897','','','','','','','1','',NULL,'supplier','1','BENCHMARK','','','',0.00,'16','2025-06-19 14:34:42','','1','','',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,NULL,'175033288216','','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),('cashiersales',1),('cashiersales',3),('cashiersales',4),('cashiersales',5),('cashiersales',6),('cashiersales',7),('cashiersales',8),('cashiersales',9),('cashiersales',11),('cashiersales',12),('cashiersales',14),('cashiersales',16),('cashiersales',17),('cashiersales',19),('cashiersales',22),('config',1),('config',14),('config',16),('damagedproducts',1),('damagedproducts',14),('damagedproducts',16),('income',12),('incomeexpenses',1),('incomeexpenses',11),('incomeexpenses',14),('incomeexpenses',16),('incomeexpenses',17),('incomingstock',1),('incomingstock',14),('incomingstock',16),('incomingstore',1),('incomingstore',14),('lowproducts',1),('lowproducts',7),('lowproducts',14),('lowproducts',16),('lowstocklist',1),('lowstocklist',7),('lowstocklist',14),('lowstocklist',16),('members',1),('members',7),('members',11),('members',14),('members',16),('members',17),('password',1),('password',3),('password',4),('password',5),('password',6),('password',7),('password',8),('password',9),('password',11),('password',14),('password',16),('password',17),('password',19),('password',22),('productlist',1),('productlist',7),('productlist',11),('productlist',14),('productlist',16),('productlist',17),('products',1),('products',7),('products',11),('products',14),('products',16),('products',17),('productscategory',1),('productscategory',7),('productscategory',14),('productscategory',16),('productscategory',17),('profile',1),('profile',8),('profile',14),('purchases',1),('purchases',7),('purchases',11),('purchases',14),('purchases',16),('purchases',17),('recorddelivery',12),('reports',1),('reports',8),('reports',14),('reports',16),('sales',1),('sales',3),('sales',4),('sales',5),('sales',6),('sales',8),('sales',9),('sales',11),('sales',12),('sales',16),('sales',17),('sales',19),('sales',22),('users',1),('users',14),('users',16),('viewreturnsales',1),('viewreturnsales',7),('viewreturnsales',8),('viewreturnsales',9),('viewreturnsales',11),('viewreturnsales',14),('viewreturnsales',16),('viewreturnsales',17); /*!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=53243 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 (43345,'sales','12','add'),(43346,'sales','12','printreceipt'),(43347,'sales','12','suspend'),(43348,'sales','12','selectmessage'),(43349,'sales','12','update'),(43350,'sales','12','delete'),(43351,'sales','12','cash'),(43352,'sales','12','moresales'),(43353,'sales','12','sale'),(43354,'sales','12','discount'),(43355,'sales','12','select'),(43356,'sales','12','Logout'),(43357,'sales','12','mpesabalance'),(43358,'sales','12','reprint'),(43359,'sales','12','displaycustomers'),(43360,'sales','12','mpesa'),(43361,'sales','12','order'),(43362,'sales','12','printbill'),(43363,'sales','12','productdiscount'),(43364,'sales','12','closebill'),(43365,'sales','12','viewbuyingprice'),(43366,'sales','12','editsellingprice'),(43367,'sales','12','hold'),(43368,'sales','12','card'),(43369,'sales','12','updatepaymentmode'),(43370,'sales','12','clearpayments'),(43371,'sales','12','cheque'),(43372,'sales','12','creditnote'),(43373,'sales','12','voucher'),(43374,'sales','12','salesbeyondbprice'),(43375,'sales','12','points'),(43376,'sales','12','salebelowbprice'),(43377,'sales','12','credit'),(43378,'sales','12','selectroom'),(43379,'sales','12','dontprint'),(43380,'sales','12','accountlimit'),(43381,'sales','12','backdatesales'),(43382,'sales','12','recordcoins'),(43383,'sales','12','giveloyalityponts'),(43384,'sales','12','changetaxstatus'),(43385,'sales','12','leaseitems'),(43386,'sales','12','dontshowstock'),(43387,'sales','12','splitbill'),(43388,'sales','12','mergebill'),(43389,'sales','12','changeuomonsales'),(43390,'sales','12','selecttable'),(43391,'sales','12','printdelivery'),(43392,'sales','12','entermpesacode'),(43393,'sales','12','sendsms'),(43394,'sales','12','salesperson'),(43395,'sales','12','usekeyboard'),(43396,'sales','12','receiptno'),(43397,'sales','12','selectcurrency'),(43398,'sales','12','negativesales'),(43399,'sales','12','updateqtysales'),(43400,'sales','12','displaypreviousbalance'),(43401,'sales','12','restrictbillprintingtotwo'),(43402,'sales','12','claimmpesacode'),(43403,'sales','12','swapsales'),(43404,'cashiersales','12','entermpesacode'),(43405,'cashiersales','12','editmpesa'),(43406,'cashiersales','12','all'),(43407,'cashiersales','12','delete'),(43408,'cashiersales','12','cashiersales'),(43409,'cashiersales','12','editmpesadate'),(43410,'cashiersales','12','dontshowtotal'),(43411,'cashiersales','12','adddailycollection'),(43412,'cashiersales','12','viewtill'),(43413,'cashiersales','12','viewdailycollections'),(43414,'cashiersales','12','updatedailycollections'),(43415,'cashiersales','12','reversempesa'),(43416,'cashiersales','12','deletedailycollections'),(43417,'cashiersales','12','clearallsales'),(43418,'cashiersales','12','viewallcollections'),(43419,'cashiersales','12','mpesapendingreport'),(43420,'cashiersales','12','viewallcounters'),(43421,'cashiersales','12','mpesaverifiedreport'),(43422,'cashiersales','12','viewcommission'),(43423,'cashiersales','12','viewmpesamessages'),(43424,'cashiersales','12','dailysalesonly'),(43425,'cashiersales','12','changestatus'),(43426,'cashiersales','12','pendingisdefault'),(43427,'cashiersales','12','clearsalesisdefault'),(43428,'cashiersales','12','showsitemmovement'),(43429,'recorddelivery','12','add'),(43430,'recorddelivery','12','view'),(43431,'recorddelivery','12','changestatus'),(43432,'recorddelivery','12','Dispatched'),(43433,'recorddelivery','12','ReturnedandReceived'),(43434,'recorddelivery','12','Delivered'),(43435,'recorddelivery','12','Claimraised'),(43436,'recorddelivery','12','ClaimOK'),(43437,'recorddelivery','12','ClaimDamaged'),(43438,'income','12','View'),(43439,'income','12','add'),(43440,'income','12','detailedvatinvoice'),(43441,'income','12','displaybeforevat'),(43442,'income','12','receiveoverpayment'),(43443,'income','12','receivedublicatecodes'),(43444,'income','12','dontreceivepartialpayment'),(46605,'sales','3','add'),(46606,'sales','3','suspend'),(46607,'sales','3','update'),(46608,'sales','3','moresales'),(46609,'sales','3','Logout'),(46610,'sales','3','order'),(46611,'sales','3','printbill'),(46612,'sales','3','clearpayments'),(46613,'sales','3','splitbill'),(46614,'sales','3','mergebill'),(46615,'sales','3','updateqtysales'),(46616,'cashiersales','3','cashiersales'),(46617,'cashiersales','3','dailysalesonly'),(46618,'cashiersales','3','pendingisdefault'),(46619,'password','3','change'),(46636,'sales','4','add'),(46637,'sales','4','suspend'),(46638,'sales','4','update'),(46639,'sales','4','moresales'),(46640,'sales','4','sale'),(46641,'sales','4','Logout'),(46642,'sales','4','order'),(46643,'sales','4','printbill'),(46644,'sales','4','clearpayments'),(46645,'sales','4','splitbill'),(46646,'sales','4','mergebill'),(46647,'sales','4','updateqtysales'),(46648,'cashiersales','4','cashiersales'),(46649,'cashiersales','4','dailysalesonly'),(46650,'cashiersales','4','pendingisdefault'),(46651,'password','4','change'),(46668,'sales','5','add'),(46669,'sales','5','suspend'),(46670,'sales','5','update'),(46671,'sales','5','moresales'),(46672,'sales','5','sale'),(46673,'sales','5','Logout'),(46674,'sales','5','order'),(46675,'sales','5','printbill'),(46676,'sales','5','clearpayments'),(46677,'sales','5','splitbill'),(46678,'sales','5','mergebill'),(46679,'sales','5','updateqtysales'),(46680,'cashiersales','5','viewdailycollections'),(46681,'cashiersales','5','dailysalesonly'),(46682,'cashiersales','5','pendingisdefault'),(46683,'password','5','change'),(46868,'sales','8','printreceipt'),(46869,'sales','8','add'),(46870,'sales','8','suspend'),(46871,'sales','8','update'),(46872,'sales','8','delete'),(46873,'sales','8','cash'),(46874,'sales','8','moresales'),(46875,'sales','8','sale'),(46876,'sales','8','mpesabalance'),(46877,'sales','8','select'),(46878,'sales','8','discount'),(46879,'sales','8','Logout'),(46880,'sales','8','reprint'),(46881,'sales','8','closebill'),(46882,'sales','8','mpesa'),(46883,'sales','8','order'),(46884,'sales','8','printbill'),(46885,'sales','8','updatepaymentmode'),(46886,'sales','8','card'),(46887,'sales','8','clearpayments'),(46888,'sales','8','cheque'),(46889,'sales','8','voucher'),(46890,'sales','8','credit'),(46891,'sales','8','recordcoins'),(46892,'sales','8','splitbill'),(46893,'sales','8','mergebill'),(46894,'sales','8','entermpesacode'),(46895,'sales','8','salesperson'),(46896,'sales','8','updateqtysales'),(46897,'sales','8','swapsales'),(46898,'cashiersales','8','entermpesacode'),(46899,'cashiersales','8','editmpesa'),(46900,'cashiersales','8','all'),(46901,'cashiersales','8','cashiersales'),(46902,'cashiersales','8','editmpesadate'),(46903,'cashiersales','8','adddailycollection'),(46904,'cashiersales','8','viewtill'),(46905,'cashiersales','8','viewdailycollections'),(46906,'cashiersales','8','updatedailycollections'),(46907,'cashiersales','8','reversempesa'),(46908,'cashiersales','8','clearallsales'),(46909,'cashiersales','8','viewallcollections'),(46910,'cashiersales','8','mpesapendingreport'),(46911,'cashiersales','8','viewallcounters'),(46912,'cashiersales','8','mpesaverifiedreport'),(46913,'cashiersales','8','viewcommission'),(46914,'cashiersales','8','viewmpesamessages'),(46915,'cashiersales','8','dailysalesonly'),(46916,'cashiersales','8','changestatus'),(46917,'cashiersales','8','showsitemmovement'),(46918,'viewreturnsales','8','add'),(46919,'viewreturnsales','8','update'),(46920,'viewreturnsales','8','delete'),(46921,'viewreturnsales','8','return'),(46922,'viewreturnsales','8','clear'),(46923,'viewreturnsales','8','moresales'),(46924,'viewreturnsales','8','returnclearedsales'),(46925,'reports','8','view'),(46926,'reports','8','download'),(46927,'reports','8','update'),(46928,'reports','8','viewall'),(46929,'reports','8','dontshowbp'),(46930,'reports','8','dontshowprofit'),(46931,'password','8','change'),(46932,'profile','8','update'),(48185,'sales','6','add'),(48186,'sales','6','suspend'),(48187,'sales','6','update'),(48188,'sales','6','moresales'),(48189,'sales','6','sale'),(48190,'sales','6','Logout'),(48191,'sales','6','order'),(48192,'sales','6','printbill'),(48193,'sales','6','clearpayments'),(48194,'sales','6','splitbill'),(48195,'sales','6','mergebill'),(48196,'sales','6','updateqtysales'),(48197,'cashiersales','6','viewdailycollections'),(48198,'cashiersales','6','dailysalesonly'),(48199,'cashiersales','6','pendingisdefault'),(48200,'password','6','change'),(49376,'sales','9','add'),(49377,'sales','9','suspend'),(49378,'sales','9','update'),(49379,'sales','9','moresales'),(49380,'sales','9','sale'),(49381,'sales','9','Logout'),(49382,'sales','9','order'),(49383,'sales','9','printbill'),(49384,'sales','9','clearpayments'),(49385,'sales','9','splitbill'),(49386,'sales','9','mergebill'),(49387,'sales','9','updateqtysales'),(49388,'sales','9','swapsales'),(49389,'cashiersales','9','all'),(49390,'cashiersales','9','cashiersales'),(49391,'viewreturnsales','9','add'),(49392,'viewreturnsales','9','update'),(49393,'viewreturnsales','9','return'),(49394,'viewreturnsales','9','moresales'),(49395,'viewreturnsales','9','returnclearedsales'),(49396,'password','9','change'),(51626,'sales','1','printreceipt'),(51627,'sales','1','add'),(51628,'sales','1','suspend'),(51629,'sales','1','update'),(51630,'sales','1','delete'),(51631,'sales','1','cash'),(51632,'sales','1','moresales'),(51633,'sales','1','sale'),(51634,'sales','1','mpesabalance'),(51635,'sales','1','discount'),(51636,'sales','1','Logout'),(51637,'sales','1','reprint'),(51638,'sales','1','closebill'),(51639,'sales','1','mpesa'),(51640,'sales','1','order'),(51641,'sales','1','printbill'),(51642,'sales','1','viewbuyingprice'),(51643,'sales','1','hold'),(51644,'sales','1','editsellingprice'),(51645,'sales','1','updatepaymentmode'),(51646,'sales','1','card'),(51647,'sales','1','clearpayments'),(51648,'sales','1','creditnote'),(51649,'sales','1','cheque'),(51650,'sales','1','points'),(51651,'sales','1','salesbeyondbprice'),(51652,'sales','1','voucher'),(51653,'sales','1','salebelowbprice'),(51654,'sales','1','backdatesales'),(51655,'sales','1','splitbill'),(51656,'sales','1','mergebill'),(51657,'sales','1','selecttable'),(51658,'sales','1','printdelivery'),(51659,'sales','1','receiptno'),(51660,'sales','1','updateqtysales'),(51661,'sales','1','swapsales'),(51662,'cashiersales','1','entermpesacode'),(51663,'cashiersales','1','editmpesa'),(51664,'cashiersales','1','all'),(51665,'cashiersales','1','delete'),(51666,'cashiersales','1','cashiersales'),(51667,'cashiersales','1','editmpesadate'),(51668,'cashiersales','1','adddailycollection'),(51669,'cashiersales','1','viewtill'),(51670,'cashiersales','1','viewdailycollections'),(51671,'cashiersales','1','updatedailycollections'),(51672,'cashiersales','1','reversempesa'),(51673,'cashiersales','1','deletedailycollections'),(51674,'cashiersales','1','clearallsales'),(51675,'cashiersales','1','viewallcollections'),(51676,'cashiersales','1','mpesapendingreport'),(51677,'cashiersales','1','mpesaverifiedreport'),(51678,'cashiersales','1','viewcommission'),(51679,'cashiersales','1','changestatus'),(51680,'cashiersales','1','showsitemmovement'),(51681,'purchases','1','add'),(51682,'purchases','1','update'),(51683,'purchases','1','delete'),(51684,'purchases','1','updatebuyingprice'),(51685,'purchases','1','updatesellingprice'),(51686,'purchases','1','updateclosedinvoice'),(51687,'purchases','1','viewquotation'),(51688,'purchases','1','viewdirectpurchases'),(51689,'purchases','1','viewserials'),(51690,'purchases','1','viewpurchase'),(51691,'purchases','1','salesorder'),(51692,'purchases','1','budget'),(51693,'purchases','1','showdefaultserials'),(51694,'purchases','1','viewallcounters'),(51695,'purchases','1','approve'),(51696,'purchases','1','addbatchno'),(51697,'purchases','1','addexpirydate'),(51698,'purchases','1','updateserial'),(51699,'viewreturnsales','1','add'),(51700,'viewreturnsales','1','update'),(51701,'viewreturnsales','1','delete'),(51702,'viewreturnsales','1','return'),(51703,'viewreturnsales','1','clear'),(51704,'viewreturnsales','1','moresales'),(51705,'viewreturnsales','1','returnclearedsales'),(51706,'incomeexpenses','1','add'),(51707,'incomeexpenses','1','closeexpense'),(51708,'incomeexpenses','1','update'),(51709,'incomeexpenses','1','updateclosedexpenses'),(51710,'incomeexpenses','1','viewbills'),(51711,'incomeexpenses','1','viewexpense'),(51712,'incomeexpenses','1','viewdebtors'),(51713,'incomeexpenses','1','viewcreditors'),(51714,'incomeexpenses','1','postrentalexpenses'),(51715,'incomeexpenses','1','uploadexpenses'),(51716,'members','1','add'),(51717,'members','1','update'),(51718,'members','1','deletepeople'),(51719,'members','1','opencloseshift'),(51720,'members','1','UpdateRenewal'),(51721,'users','1','add'),(51722,'users','1','update'),(51723,'users','1','delete'),(51724,'users','1','deleteallroles'),(51725,'productscategory','1','add'),(51726,'productscategory','1','update'),(51727,'productscategory','1','delete'),(51728,'productlist','1','bulk'),(51729,'productlist','1','move'),(51730,'productlist','1','more'),(51731,'productlist','1','updatestock'),(51732,'productlist','1','transfer'),(51733,'productlist','1','addstock'),(51734,'productlist','1','delete'),(51735,'productlist','1','view'),(51736,'productlist','1','update'),(51737,'productlist','1','add'),(51738,'productlist','1','stocktaking'),(51739,'productlist','1','openclosestock'),(51740,'productlist','1','editstocktaken'),(51741,'productlist','1','editopenclosestock'),(51742,'productlist','1','changeserialstatus'),(51743,'productlist','1','viewserials'),(51744,'productlist','1','bulkpriceupdate'),(51745,'productlist','1','negativestockadjustment'),(51746,'productlist','1','viewproduction'),(51747,'productlist','1','assignproduction'),(51748,'productlist','1','deleteproductionitem'),(51749,'productlist','1','updateproductionitem'),(51750,'products','1','add'),(51751,'products','1','update'),(51752,'products','1','delete'),(51753,'products','1','addstock'),(51754,'products','1','more'),(51755,'products','1','bulk'),(51756,'products','1','deleteorder'),(51757,'products','1','dispatch'),(51758,'products','1','removestock'),(51759,'products','1','price'),(51760,'products','1','removeallstock'),(51761,'products','1','bulkpriceupdate'),(51762,'products','1','negativestockadjustment'),(51763,'incomingstock','1','add'),(51764,'incomingstock','1','update'),(51765,'incomingstock','1','view'),(51766,'incomingstock','1','delete'),(51767,'incomingstore','1','add'),(51768,'incomingstore','1','delete'),(51769,'incomingstore','1','view'),(51770,'lowstocklist','1','add'),(51771,'lowstocklist','1','more'),(51772,'lowstocklist','1','view'),(51773,'lowproducts','1','add'),(51774,'lowproducts','1','update'),(51775,'damagedproducts','1','add'),(51776,'damagedproducts','1','update'),(51777,'damagedproducts','1','delete'),(51778,'accounting','1','deletebank'),(51779,'accounting','1','deleteglaccount'),(51780,'accounting','1','view'),(51781,'reports','1','view'),(51782,'reports','1','download'),(51783,'reports','1','delete'),(51784,'reports','1','update'),(51785,'reports','1','viewall'),(51786,'password','1','change'),(51787,'profile','1','update'),(51788,'config','1','delete'),(51789,'config','1','add'),(51790,'config','1','update'),(51956,'sales','19','add'),(51957,'sales','19','suspend'),(51958,'sales','19','update'),(51959,'sales','19','moresales'),(51960,'sales','19','sale'),(51961,'sales','19','Logout'),(51962,'sales','19','order'),(51963,'sales','19','printbill'),(51964,'sales','19','clearpayments'),(51965,'sales','19','splitbill'),(51966,'sales','19','mergebill'),(51967,'sales','19','updateqtysales'),(51968,'cashiersales','19','viewdailycollections'),(51969,'cashiersales','19','dailysalesonly'),(51970,'cashiersales','19','pendingisdefault'),(51971,'password','19','change'),(51972,'sales','16','printreceipt'),(51973,'sales','16','add'),(51974,'sales','16','suspend'),(51975,'sales','16','selectmessage'),(51976,'sales','16','update'),(51977,'sales','16','delete'),(51978,'sales','16','cash'),(51979,'sales','16','moresales'),(51980,'sales','16','sale'),(51981,'sales','16','mpesabalance'),(51982,'sales','16','select'),(51983,'sales','16','discount'),(51984,'sales','16','Logout'),(51985,'sales','16','reprint'),(51986,'sales','16','closebill'),(51987,'sales','16','mpesa'),(51988,'sales','16','order'),(51989,'sales','16','printbill'),(51990,'sales','16','viewbuyingprice'),(51991,'sales','16','editsellingprice'),(51992,'sales','16','updatepaymentmode'),(51993,'sales','16','card'),(51994,'sales','16','clearpayments'),(51995,'sales','16','creditnote'),(51996,'sales','16','cheque'),(51997,'sales','16','points'),(51998,'sales','16','salesbeyondbprice'),(51999,'sales','16','voucher'),(52000,'sales','16','credit'),(52001,'sales','16','selectroom'),(52002,'sales','16','dontprint'),(52003,'sales','16','backdatesales'),(52004,'sales','16','recordcoins'),(52005,'sales','16','giveloyalityponts'),(52006,'sales','16','splitbill'),(52007,'sales','16','changeuomonsales'),(52008,'sales','16','selecttable'),(52009,'sales','16','printdelivery'),(52010,'sales','16','entermpesacode'),(52011,'sales','16','sendsms'),(52012,'sales','16','selectcurrency'),(52013,'sales','16','salesperson'),(52014,'sales','16','receiptno'),(52015,'sales','16','negativesales'),(52016,'sales','16','updateqtysales'),(52017,'cashiersales','16','entermpesacode'),(52018,'cashiersales','16','editmpesa'),(52019,'cashiersales','16','all'),(52020,'cashiersales','16','delete'),(52021,'cashiersales','16','cashiersales'),(52022,'cashiersales','16','editmpesadate'),(52023,'cashiersales','16','adddailycollection'),(52024,'cashiersales','16','viewtill'),(52025,'cashiersales','16','viewdailycollections'),(52026,'cashiersales','16','updatedailycollections'),(52027,'cashiersales','16','reversempesa'),(52028,'cashiersales','16','deletedailycollections'),(52029,'cashiersales','16','clearallsales'),(52030,'cashiersales','16','viewallcollections'),(52031,'cashiersales','16','mpesapendingreport'),(52032,'cashiersales','16','viewallcounters'),(52033,'cashiersales','16','mpesaverifiedreport'),(52034,'cashiersales','16','viewcommission'),(52035,'cashiersales','16','viewmpesamessages'),(52036,'purchases','16','add'),(52037,'purchases','16','update'),(52038,'purchases','16','delete'),(52039,'purchases','16','updatebuyingprice'),(52040,'purchases','16','updatesellingprice'),(52041,'purchases','16','updateclosedinvoice'),(52042,'purchases','16','viewquotation'),(52043,'purchases','16','viewdirectpurchases'),(52044,'purchases','16','viewserials'),(52045,'purchases','16','viewpurchase'),(52046,'purchases','16','salesorder'),(52047,'purchases','16','budget'),(52048,'purchases','16','showdefaultserials'),(52049,'purchases','16','viewallcounters'),(52050,'purchases','16','approve'),(52051,'purchases','16','addbatchno'),(52052,'purchases','16','addexpirydate'),(52053,'purchases','16','updateserial'),(52054,'viewreturnsales','16','add'),(52055,'viewreturnsales','16','update'),(52056,'viewreturnsales','16','delete'),(52057,'viewreturnsales','16','return'),(52058,'viewreturnsales','16','clear'),(52059,'viewreturnsales','16','moresales'),(52060,'viewreturnsales','16','returnclearedsales'),(52061,'incomeexpenses','16','add'),(52062,'incomeexpenses','16','closeexpense'),(52063,'incomeexpenses','16','update'),(52064,'incomeexpenses','16','updateclosedexpenses'),(52065,'incomeexpenses','16','wiewinvoices'),(52066,'incomeexpenses','16','viewbills'),(52067,'incomeexpenses','16','viewexpense'),(52068,'incomeexpenses','16','viewdebtors'),(52069,'incomeexpenses','16','viewcreditors'),(52070,'members','16','add'),(52071,'members','16','update'),(52072,'members','16','deletepeople'),(52073,'members','16','opencloseshift'),(52074,'users','16','add'),(52075,'users','16','update'),(52076,'users','16','delete'),(52077,'users','16','deleteallroles'),(52078,'productscategory','16','add'),(52079,'productscategory','16','update'),(52080,'productscategory','16','delete'),(52081,'productlist','16','bulk'),(52082,'productlist','16','move'),(52083,'productlist','16','more'),(52084,'productlist','16','updatestock'),(52085,'productlist','16','transfer'),(52086,'productlist','16','addstock'),(52087,'productlist','16','delete'),(52088,'productlist','16','view'),(52089,'productlist','16','update'),(52090,'productlist','16','add'),(52091,'productlist','16','stocktaking'),(52092,'productlist','16','openclosestock'),(52093,'productlist','16','editstocktaken'),(52094,'productlist','16','editopenclosestock'),(52095,'productlist','16','changeserialstatus'),(52096,'productlist','16','viewserials'),(52097,'productlist','16','viewproductsfromallbranches'),(52098,'productlist','16','bulkpriceupdate'),(52099,'productlist','16','negativestockadjustment'),(52100,'productlist','16','viewproduction'),(52101,'productlist','16','assignproduction'),(52102,'productlist','16','deleteproductionitem'),(52103,'productlist','16','updateproductionitem'),(52104,'products','16','add'),(52105,'products','16','update'),(52106,'products','16','delete'),(52107,'products','16','addstock'),(52108,'products','16','more'),(52109,'products','16','bulk'),(52110,'products','16','deleteorder'),(52111,'products','16','dispatch'),(52112,'products','16','removestock'),(52113,'products','16','price'),(52114,'products','16','removeallstock'),(52115,'products','16','bulkpriceupdate'),(52116,'products','16','negativestockadjustment'),(52117,'incomingstock','16','add'),(52118,'incomingstock','16','update'),(52119,'incomingstock','16','view'),(52120,'incomingstock','16','delete'),(52121,'lowstocklist','16','add'),(52122,'lowstocklist','16','more'),(52123,'lowstocklist','16','view'),(52124,'lowproducts','16','add'),(52125,'lowproducts','16','update'),(52126,'damagedproducts','16','add'),(52127,'damagedproducts','16','update'),(52128,'damagedproducts','16','delete'),(52129,'reports','16','view'),(52130,'reports','16','download'),(52131,'reports','16','delete'),(52132,'reports','16','update'),(52133,'reports','16','viewall'),(52134,'password','16','change'),(52135,'config','16','delete'),(52136,'config','16','add'),(52137,'config','16','update'),(52421,'sales','7','swapsales'),(52422,'cashiersales','7','entermpesacode'),(52423,'cashiersales','7','editmpesa'),(52424,'cashiersales','7','all'),(52425,'cashiersales','7','cashiersales'),(52426,'cashiersales','7','editmpesadate'),(52427,'cashiersales','7','dontshowtotal'),(52428,'cashiersales','7','adddailycollection'),(52429,'cashiersales','7','viewtill'),(52430,'cashiersales','7','viewdailycollections'),(52431,'cashiersales','7','updatedailycollections'),(52432,'cashiersales','7','clearallsales'),(52433,'cashiersales','7','viewallcollections'),(52434,'cashiersales','7','mpesapendingreport'),(52435,'cashiersales','7','viewallcounters'),(52436,'cashiersales','7','mpesaverifiedreport'),(52437,'cashiersales','7','dailysalesonly'),(52438,'cashiersales','7','changestatus'),(52439,'purchases','7','add'),(52440,'purchases','7','update'),(52441,'purchases','7','delete'),(52442,'purchases','7','updatebuyingprice'),(52443,'purchases','7','updatesellingprice'),(52444,'purchases','7','updateclosedinvoice'),(52445,'purchases','7','viewquotation'),(52446,'purchases','7','viewdirectpurchases'),(52447,'purchases','7','viewserials'),(52448,'purchases','7','viewpurchase'),(52449,'purchases','7','salesorder'),(52450,'purchases','7','budget'),(52451,'purchases','7','showdefaultserials'),(52452,'purchases','7','viewallcounters'),(52453,'purchases','7','approve'),(52454,'purchases','7','addbatchno'),(52455,'purchases','7','addexpirydate'),(52456,'purchases','7','updateserial'),(52457,'viewreturnsales','7','add'),(52458,'viewreturnsales','7','update'),(52459,'viewreturnsales','7','delete'),(52460,'viewreturnsales','7','return'),(52461,'viewreturnsales','7','clear'),(52462,'viewreturnsales','7','moresales'),(52463,'viewreturnsales','7','returnclearedsales'),(52464,'members','7','add'),(52465,'members','7','update'),(52466,'members','7','deletepeople'),(52467,'members','7','opencloseshift'),(52468,'members','7','UpdateRenewal'),(52469,'productscategory','7','add'),(52470,'productscategory','7','update'),(52471,'productscategory','7','delete'),(52472,'productlist','7','view'),(52473,'productlist','7','update'),(52474,'productlist','7','stocktaking'),(52475,'productlist','7','openclosestock'),(52476,'productlist','7','editstocktaken'),(52477,'productlist','7','editopenclosestock'),(52478,'productlist','7','changeserialstatus'),(52479,'productlist','7','viewserials'),(52480,'productlist','7','viewproductsfromallbranches'),(52481,'productlist','7','bulkpriceupdate'),(52482,'products','7','update'),(52483,'products','7','delete'),(52484,'products','7','addstock'),(52485,'products','7','more'),(52486,'products','7','bulk'),(52487,'products','7','deleteorder'),(52488,'products','7','dispatch'),(52489,'products','7','removestock'),(52490,'products','7','price'),(52491,'products','7','removeallstock'),(52492,'products','7','bulkpriceupdate'),(52493,'lowstocklist','7','add'),(52494,'lowstocklist','7','more'),(52495,'lowstocklist','7','view'),(52496,'lowproducts','7','add'),(52497,'lowproducts','7','update'),(52498,'password','7','change'),(52723,'sales','22','add'),(52724,'sales','22','suspend'),(52725,'sales','22','update'),(52726,'sales','22','moresales'),(52727,'sales','22','sale'),(52728,'sales','22','Logout'),(52729,'sales','22','order'),(52730,'sales','22','printbill'),(52731,'sales','22','clearpayments'),(52732,'sales','22','splitbill'),(52733,'sales','22','mergebill'),(52734,'sales','22','updateqtysales'),(52735,'cashiersales','22','viewdailycollections'),(52736,'cashiersales','22','dailysalesonly'),(52737,'cashiersales','22','pendingisdefault'),(52738,'password','22','change'),(52739,'sales','17','printreceipt'),(52740,'sales','17','add'),(52741,'sales','17','suspend'),(52742,'sales','17','selectmessage'),(52743,'sales','17','update'),(52744,'sales','17','delete'),(52745,'sales','17','cash'),(52746,'sales','17','moresales'),(52747,'sales','17','sale'),(52748,'sales','17','Logout'),(52749,'sales','17','reprint'),(52750,'sales','17','closebill'),(52751,'sales','17','mpesa'),(52752,'sales','17','order'),(52753,'sales','17','printbill'),(52754,'sales','17','updatepaymentmode'),(52755,'sales','17','clearpayments'),(52756,'sales','17','voucher'),(52757,'sales','17','selectroom'),(52758,'sales','17','recordcoins'),(52759,'sales','17','dontshowstock'),(52760,'sales','17','splitbill'),(52761,'sales','17','entermpesacode'),(52762,'sales','17','salesperson'),(52763,'sales','17','claimmpesacode'),(52764,'cashiersales','17','entermpesacode'),(52765,'cashiersales','17','editmpesa'),(52766,'cashiersales','17','all'),(52767,'cashiersales','17','delete'),(52768,'cashiersales','17','cashiersales'),(52769,'cashiersales','17','editmpesadate'),(52770,'cashiersales','17','adddailycollection'),(52771,'cashiersales','17','viewtill'),(52772,'cashiersales','17','viewdailycollections'),(52773,'cashiersales','17','updatedailycollections'),(52774,'cashiersales','17','reversempesa'),(52775,'cashiersales','17','deletedailycollections'),(52776,'cashiersales','17','clearallsales'),(52777,'cashiersales','17','viewallcollections'),(52778,'cashiersales','17','mpesapendingreport'),(52779,'cashiersales','17','viewallcounters'),(52780,'cashiersales','17','mpesaverifiedreport'),(52781,'cashiersales','17','viewcommission'),(52782,'cashiersales','17','viewmpesamessages'),(52783,'purchases','17','add'),(52784,'purchases','17','update'),(52785,'purchases','17','delete'),(52786,'purchases','17','updatebuyingprice'),(52787,'purchases','17','updatesellingprice'),(52788,'purchases','17','updateclosedinvoice'),(52789,'purchases','17','viewquotation'),(52790,'purchases','17','viewdirectpurchases'),(52791,'purchases','17','viewserials'),(52792,'purchases','17','viewpurchase'),(52793,'purchases','17','salesorder'),(52794,'purchases','17','budget'),(52795,'purchases','17','showdefaultserials'),(52796,'purchases','17','viewallcounters'),(52797,'purchases','17','approve'),(52798,'purchases','17','addbatchno'),(52799,'purchases','17','addexpirydate'),(52800,'viewreturnsales','17','add'),(52801,'viewreturnsales','17','update'),(52802,'viewreturnsales','17','delete'),(52803,'viewreturnsales','17','clear'),(52804,'viewreturnsales','17','moresales'),(52805,'incomeexpenses','17','add'),(52806,'incomeexpenses','17','closeexpense'),(52807,'incomeexpenses','17','update'),(52808,'incomeexpenses','17','updateclosedexpenses'),(52809,'incomeexpenses','17','wiewinvoices'),(52810,'incomeexpenses','17','viewbills'),(52811,'incomeexpenses','17','viewexpense'),(52812,'incomeexpenses','17','viewdebtors'),(52813,'incomeexpenses','17','viewcreditors'),(52814,'members','17','add'),(52815,'members','17','update'),(52816,'members','17','deletepeople'),(52817,'members','17','opencloseshift'),(52818,'productscategory','17','add'),(52819,'productscategory','17','update'),(52820,'productscategory','17','delete'),(52821,'productlist','17','more'),(52822,'productlist','17','view'),(52823,'productlist','17','update'),(52824,'productlist','17','viewproductsfromallbranches'),(52825,'productlist','17','bulkpriceupdate'),(52826,'productlist','17','viewproduction'),(52827,'productlist','17','assignproduction'),(52828,'products','17','more'),(52829,'products','17','deleteorder'),(52830,'products','17','removestock'),(52831,'products','17','price'),(52832,'products','17','removeallstock'),(52833,'products','17','bulkpriceupdate'),(52834,'password','17','change'),(53022,'sales','14','printreceipt'),(53023,'sales','14','add'),(53024,'sales','14','suspend'),(53025,'sales','14','selectmessage'),(53026,'sales','14','update'),(53027,'sales','14','delete'),(53028,'sales','14','cash'),(53029,'sales','14','moresales'),(53030,'sales','14','sale'),(53031,'sales','14','Logout'),(53032,'sales','14','reprint'),(53033,'sales','14','closebill'),(53034,'sales','14','mpesa'),(53035,'sales','14','order'),(53036,'sales','14','printbill'),(53037,'sales','14','updatepaymentmode'),(53038,'sales','14','clearpayments'),(53039,'sales','14','voucher'),(53040,'sales','14','selectroom'),(53041,'sales','14','recordcoins'),(53042,'sales','14','dontshowstock'),(53043,'sales','14','splitbill'),(53044,'sales','14','entermpesacode'),(53045,'sales','14','salesperson'),(53046,'sales','14','claimmpesacode'),(53047,'cashiersales','14','entermpesacode'),(53048,'cashiersales','14','editmpesa'),(53049,'cashiersales','14','all'),(53050,'cashiersales','14','delete'),(53051,'cashiersales','14','cashiersales'),(53052,'cashiersales','14','editmpesadate'),(53053,'cashiersales','14','adddailycollection'),(53054,'cashiersales','14','viewtill'),(53055,'cashiersales','14','viewdailycollections'),(53056,'cashiersales','14','updatedailycollections'),(53057,'cashiersales','14','reversempesa'),(53058,'cashiersales','14','deletedailycollections'),(53059,'cashiersales','14','clearallsales'),(53060,'cashiersales','14','viewallcollections'),(53061,'cashiersales','14','mpesapendingreport'),(53062,'cashiersales','14','viewallcounters'),(53063,'cashiersales','14','mpesaverifiedreport'),(53064,'cashiersales','14','viewcommission'),(53065,'cashiersales','14','viewmpesamessages'),(53066,'cashiersales','14','dailysalesonly'),(53067,'cashiersales','14','changestatus'),(53068,'purchases','14','add'),(53069,'purchases','14','update'),(53070,'purchases','14','delete'),(53071,'purchases','14','updatebuyingprice'),(53072,'purchases','14','updatesellingprice'),(53073,'purchases','14','updateclosedinvoice'),(53074,'purchases','14','viewquotation'),(53075,'purchases','14','viewdirectpurchases'),(53076,'purchases','14','viewserials'),(53077,'purchases','14','viewpurchase'),(53078,'purchases','14','salesorder'),(53079,'purchases','14','budget'),(53080,'purchases','14','showdefaultserials'),(53081,'purchases','14','viewallcounters'),(53082,'purchases','14','approve'),(53083,'viewreturnsales','14','add'),(53084,'viewreturnsales','14','update'),(53085,'viewreturnsales','14','delete'),(53086,'viewreturnsales','14','clear'),(53087,'viewreturnsales','14','moresales'),(53088,'incomeexpenses','14','add'),(53089,'incomeexpenses','14','closeexpense'),(53090,'incomeexpenses','14','update'),(53091,'incomeexpenses','14','updateclosedexpenses'),(53092,'incomeexpenses','14','wiewinvoices'),(53093,'incomeexpenses','14','viewbills'),(53094,'incomeexpenses','14','viewexpense'),(53095,'incomeexpenses','14','viewdebtors'),(53096,'incomeexpenses','14','viewcreditors'),(53097,'incomeexpenses','14','postrentalexpenses'),(53098,'incomeexpenses','14','uploadexpenses'),(53099,'members','14','add'),(53100,'members','14','update'),(53101,'members','14','deletepeople'),(53102,'members','14','opencloseshift'),(53103,'members','14','UpdateRenewal'),(53104,'users','14','add'),(53105,'users','14','update'),(53106,'users','14','delete'),(53107,'users','14','deleteallroles'),(53108,'productscategory','14','add'),(53109,'productscategory','14','update'),(53110,'productscategory','14','delete'),(53111,'productlist','14','more'),(53112,'productlist','14','view'),(53113,'productlist','14','viewserials'),(53114,'productlist','14','viewproductsfromallbranches'),(53115,'products','14','update'),(53116,'products','14','more'),(53117,'products','14','deleteorder'),(53118,'products','14','dispatch'),(53119,'products','14','removestock'),(53120,'products','14','removeallstock'),(53121,'incomingstock','14','add'),(53122,'incomingstock','14','update'),(53123,'incomingstock','14','view'),(53124,'incomingstock','14','delete'),(53125,'incomingstore','14','add'),(53126,'incomingstore','14','delete'),(53127,'incomingstore','14','view'),(53128,'lowstocklist','14','add'),(53129,'lowstocklist','14','more'),(53130,'lowstocklist','14','view'),(53131,'lowproducts','14','add'),(53132,'lowproducts','14','update'),(53133,'damagedproducts','14','add'),(53134,'damagedproducts','14','update'),(53135,'damagedproducts','14','delete'),(53136,'reports','14','view'),(53137,'reports','14','download'),(53138,'reports','14','delete'),(53139,'reports','14','update'),(53140,'reports','14','viewall'),(53141,'password','14','change'),(53142,'profile','14','update'),(53143,'config','14','delete'),(53144,'config','14','add'),(53145,'config','14','update'),(53146,'config','14','productcode'),(53147,'config','14','Novatsales'),(53148,'sales','11','printreceipt'),(53149,'sales','11','add'),(53150,'sales','11','suspend'),(53151,'sales','11','selectmessage'),(53152,'sales','11','update'),(53153,'sales','11','delete'),(53154,'sales','11','cash'),(53155,'sales','11','moresales'),(53156,'sales','11','sale'),(53157,'sales','11','Logout'),(53158,'sales','11','reprint'),(53159,'sales','11','closebill'),(53160,'sales','11','mpesa'),(53161,'sales','11','order'),(53162,'sales','11','printbill'),(53163,'sales','11','updatepaymentmode'),(53164,'sales','11','clearpayments'),(53165,'sales','11','voucher'),(53166,'sales','11','selectroom'),(53167,'sales','11','recordcoins'),(53168,'sales','11','dontshowstock'),(53169,'sales','11','splitbill'),(53170,'sales','11','entermpesacode'),(53171,'sales','11','salesperson'),(53172,'sales','11','claimmpesacode'),(53173,'cashiersales','11','entermpesacode'),(53174,'cashiersales','11','editmpesa'),(53175,'cashiersales','11','all'),(53176,'cashiersales','11','delete'),(53177,'cashiersales','11','cashiersales'),(53178,'cashiersales','11','editmpesadate'),(53179,'cashiersales','11','adddailycollection'),(53180,'cashiersales','11','viewtill'),(53181,'cashiersales','11','viewdailycollections'),(53182,'cashiersales','11','updatedailycollections'),(53183,'cashiersales','11','reversempesa'),(53184,'cashiersales','11','deletedailycollections'),(53185,'cashiersales','11','clearallsales'),(53186,'cashiersales','11','viewallcollections'),(53187,'cashiersales','11','mpesapendingreport'),(53188,'cashiersales','11','viewallcounters'),(53189,'cashiersales','11','mpesaverifiedreport'),(53190,'cashiersales','11','viewcommission'),(53191,'cashiersales','11','viewmpesamessages'),(53192,'purchases','11','add'),(53193,'purchases','11','update'),(53194,'purchases','11','delete'),(53195,'purchases','11','updatebuyingprice'),(53196,'purchases','11','updatesellingprice'),(53197,'purchases','11','updateclosedinvoice'),(53198,'purchases','11','viewquotation'),(53199,'purchases','11','viewdirectpurchases'),(53200,'purchases','11','viewserials'),(53201,'purchases','11','viewpurchase'),(53202,'purchases','11','salesorder'),(53203,'purchases','11','budget'),(53204,'purchases','11','showdefaultserials'),(53205,'purchases','11','viewallcounters'),(53206,'purchases','11','approve'),(53207,'purchases','11','addbatchno'),(53208,'purchases','11','addexpirydate'),(53209,'viewreturnsales','11','add'),(53210,'viewreturnsales','11','update'),(53211,'viewreturnsales','11','delete'),(53212,'viewreturnsales','11','clear'),(53213,'viewreturnsales','11','moresales'),(53214,'incomeexpenses','11','add'),(53215,'incomeexpenses','11','closeexpense'),(53216,'incomeexpenses','11','update'),(53217,'incomeexpenses','11','updateclosedexpenses'),(53218,'incomeexpenses','11','wiewinvoices'),(53219,'incomeexpenses','11','viewbills'),(53220,'incomeexpenses','11','viewexpense'),(53221,'incomeexpenses','11','viewdebtors'),(53222,'incomeexpenses','11','viewcreditors'),(53223,'incomeexpenses','11','postrentalexpenses'),(53224,'members','11','add'),(53225,'members','11','update'),(53226,'members','11','deletepeople'),(53227,'members','11','opencloseshift'),(53228,'productlist','11','more'),(53229,'productlist','11','view'),(53230,'productlist','11','update'),(53231,'productlist','11','editstocktaken'),(53232,'productlist','11','changeserialstatus'),(53233,'productlist','11','viewserials'),(53234,'productlist','11','viewproductsfromallbranches'),(53235,'productlist','11','bulkpriceupdate'),(53236,'products','11','update'),(53237,'products','11','more'),(53238,'products','11','deleteorder'),(53239,'products','11','removestock'),(53240,'products','11','removeallstock'),(53241,'products','11','bulkpriceupdate'),(53242,'password','11','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=5 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 (1,'4','KITCHEN ORDERS','2025-05-26 21:29:23','active','1','','1',1),(2,'1','BAR ORDERS','2025-05-26 21:29:43','active','1','','1',1),(3,'5','CHOMA AREA','2025-05-26 21:30:02','active','1','','1',1),(4,'2','COCKTAILS BAR','2025-05-26 21:30:45','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=20 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,'BREAKFAST',0,'2025-05-26 20:46:44','active','1','','1','4','0','','Percentage',NULL),(2,'MAIN DISHES',0,'2025-05-26 20:48:12','active','1','','1','4','0','','Percentage',NULL),(3,'SOUPS',0,'2025-05-26 20:48:59','active','1','','1','4','0','','Percentage',NULL),(4,'ACCOMPANIMENTS',0,'2025-05-26 20:50:03','active','1','','1','4','0','','Percentage',NULL),(5,'BEEF CHOMA',0,'2025-05-26 20:51:34','active','1','','1','5','0','','Percentage',NULL),(6,'KITCHEN SERVICES',0,'2025-05-26 20:52:38','active','1','','1','4','0','','Percentage',NULL),(7,'ALL MEAT',0,'2025-05-26 20:55:59','active','1','','1','4','0','','Percentage',NULL),(8,'CHOMA ZONE',0,'2025-05-26 20:59:53','active','1','','1','5','0','','Percentage',NULL),(9,'WINE',0,'2025-05-26 21:01:25','active','1','','1','1','0','','Percentage',NULL),(10,'CLEAR ALCOHOL',0,'2025-05-26 21:03:50','active','1','','1','1','0','','Percentage',NULL),(11,'WHISKEY',0,'2025-05-26 21:04:11','active','1','','1','1','0','','Percentage',NULL),(12,'BOTTLED BEER',0,'2025-05-26 21:05:22','active','1','','1','1','0','','Percentage',NULL),(13,'CANNED BEER',0,'2025-05-26 21:05:34','active','1','','1','1','0','','Percentage',NULL),(14,'CAT COCKTAILS',0,'2025-05-26 21:07:21','active','1','','1','2','0','','Percentage',NULL),(15,'SOFTDRINKS',0,'2025-05-26 21:09:56','active','1','','1','1','0','','Percentage',NULL),(16,'ACCESSORIES',0,'2025-05-26 21:10:10','active','1','','1','1','0','','Percentage',NULL),(17,'CIGARETTES',0,'2025-05-26 21:21:13','active','1','','1','1','0','','Percentage',NULL),(18,'ROOMS',0,'2025-05-27 22:35:12','active','1','','1','3','0','','Percentage',NULL),(19,'TOTS',0,'2025-06-03 12:55:37','active','1','','1','1','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`), UNIQUE KEY `code_2` (`code`,`branch`), UNIQUE KEY `code_3` (`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=302 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,'EGGS(BOILED/FRIED)','1',NULL,'',16.00,'0','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9963.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','1','pcs','Inventory','VATABLE','0',NULL,'','','','','','','A',0),(2,'SPANISH OMLETTE','1',NULL,'',16.00,'0','150',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9995.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','2','pcs','Inventory','VATABLE','0',NULL,'','','','','','','A',0),(3,'SAUSAGE (PAIR)','1',NULL,'',16.00,'0','120',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9923.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','3','pcs','Inventory','VATABLE','0',NULL,'','','','','','','B',0),(4,'TOASTED BREAD','1',NULL,'',16.00,'0','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9995.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','4','pcs','Inventory','VATABLE','0',NULL,'','','','','','','B',0),(5,'SAMOSA','1',NULL,'',16.00,'0','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','5','pcs','Inventory','VATABLE','0',NULL,'','','','','','','B',0),(6,'FRUIT SALAD','1',NULL,'',16.00,'0','150',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','6','pcs','Inventory','VATABLE','0',NULL,'','','','','','','B',0),(7,'PANCAKE','1',NULL,'',16.00,'0','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','7','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(8,'SWEET POTATO','1',NULL,'',16.00,'0','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','8','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(9,'NDUMA','1',NULL,'',16.00,'0','150',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','9','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(10,'TEA','1',NULL,'',16.00,'0','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9947.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','10','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(11,'BLACK COFFEE','1',NULL,'',16.00,'0','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9992.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','11','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(12,'WHITE COFFEE','1',NULL,'',16.00,'0','150','','0',NULL,NULL,'5',0,0,NULL,0,0,0,9991.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','12','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(13,'COFFEE','1',NULL,'',16.00,'0','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','13','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(14,'SPECIAL TEA','1',NULL,'',16.00,'0','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','14','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(15,'SMOKIES(PAIR)','1',NULL,'',16.00,'0','120',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9947.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','15','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(16,'DAWA TEA','1',NULL,'',16.00,'0','150',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9991.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','16','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(17,'PORRIDGE','1',NULL,'',16.00,'0','150',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','17','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(18,'MANDAZI','1',NULL,'',16.00,'0','40',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','18','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(19,'CHAPATI','1',NULL,'',16.00,'0','50',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9994.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','19','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(20,'SAUTTE POTATO','1',NULL,'',16.00,'0','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9991.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','20','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(21,'POTATO WEDGES','1',NULL,'',16.00,'0','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','21','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(22,'BEEF WET/DRY FRY 1/4','2',NULL,'',16.00,'0','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9907.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','22','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(23,'BEEF WET/DRY FRY 1/2','2',NULL,'',16.00,'0','600',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9973.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','23','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(24,'BEEF WET/DRY FRY 1 KG','2',NULL,'',16.00,'0','1200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9987.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','24','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(25,'GOAT WET/DRY FRY 1/4','2',NULL,'',16.00,'0','350',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9959.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','25','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(26,'GOAT WET/DRY FRY 1/2','2',NULL,'',16.00,'0','700',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9962.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','26','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(27,'GOAT WET/DRY FRY 1 KG ','2',NULL,'',16.00,'0','1400',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9985.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','27','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(28,'FISH WETFRY','2',NULL,'',16.00,'0','700',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9991.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','28','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(29,'FISH CURRY','2',NULL,'',16.00,'0','700',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','29','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(30,'FISH DRYFRY','2',NULL,'',16.00,'0','700',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9998.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','30','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(31,'PLAIN SOUP','3',NULL,'',16.00,'0','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9999.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','31','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(32,'CHICKEN SOUP','3',NULL,'',16.00,'0','450',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','32','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(33,'BEEF SOUP','3',NULL,'',16.00,'0','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','33','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(34,'GOAT SOUP','3',NULL,'',16.00,'0','350',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','34','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(35,'KACHUMBARI','4',NULL,'',16.00,'0','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9982.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','35','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(36,'KICHWA (GOAT)','2',NULL,'',16.00,'0','500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9998.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','36','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(37,'WHITE RICE','4',NULL,'',16.00,'0','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9996.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','37','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(38,'PILAU','2',NULL,'',16.00,'0','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','38','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(39,'VEGETABLE RICE','2',NULL,'',16.00,'0','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9997.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','39','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(40,'MISHIKAKI','5',NULL,'',16.00,'0','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','40','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(41,'BROWN UGALI','4',NULL,'',16.00,'0','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','41','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(42,'VIAZI KARAI','4',NULL,'',16.00,'0','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','42','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(43,'FULL CHICKEN SERVICE FEE ','6',NULL,'',16.00,'0','500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','43','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(44,'FULL GOAT SERVICE FEE ','6',NULL,'',16.00,'0','2500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','44','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(45,'UGALI','4',NULL,'',16.00,'0','50',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9479.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','45','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(46,'GREENS(KIENYEJI)','4',NULL,'',16.00,'0','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9915.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','46','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(47,'CHIPS','4',NULL,'',16.00,'0','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9846.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','47','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(48,'CHIPS MASALA','4',NULL,'',16.00,'0','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9997.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','48','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(49,'CAPON 1/4','7',NULL,'',16.00,'0','250',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9999.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','49','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(50,'CAPON 1/2 ','7',NULL,'',16.00,'0','500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','50','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(51,'CAPON FULL','7',NULL,'',16.00,'0','1000',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','51','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(52,'CHICKEN KIENYEJI 1/4','7',NULL,'',16.00,'0','450',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9971.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','52','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(53,'CHICKEN KIENYEJI 1/2','7',NULL,'',16.00,'0','900',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9970.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','53','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(54,'CHICKEN KIENYEJI FULL','7',NULL,'',16.00,'0','1800',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9973.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','54','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(55,'BEEF CURRY 1/4','7',NULL,'',16.00,'0','350',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','55','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(56,'BEEF CURRY 1/2','7',NULL,'',16.00,'0','700',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','56','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(57,'BEEF CURRY 1KG','7',NULL,'',16.00,'0','1600',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','57','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(58,'GOAT CURRY 1/4','7',NULL,'',16.00,'0','400',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','58','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(59,'GOAT CURRY 1/2','7',NULL,'',16.00,'0','800',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','59','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(60,'GOAT CURRY FULL','7',NULL,'',16.00,'0','1600',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','60','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(61,'LIVER WETFRY','7',NULL,'',16.00,'0','600',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','61','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(62,'LIVER DRYFRY','7',NULL,'',16.00,'0','700',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','62','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(63,'MOKIMO','4',NULL,'',16.00,'0','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','63','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(64,'GREEN GITHERI','2',NULL,'',16.00,'0','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','64','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(65,'BONE SOUP','3',NULL,'',16.00,'0','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','65','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(66,'MATUMBO WET FRY 1/4','7',NULL,'',16.00,'0','250',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','66','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(67,'MATUMBO WET FRY 1/2','7',NULL,'',16.00,'0','500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','67','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(68,'MATUMBO WET FRY 1 KG','7',NULL,'',16.00,'0','1000',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','68','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(69,'MAATUMBO DRYFRY 1/4','7',NULL,'',16.00,'0','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','69','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(70,'MAATUMBO DRYFRY 1/2','7',NULL,'',16.00,'0','600',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','70','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(71,'MAATUMBO DRYFRY 1 KG','7',NULL,'',16.00,'0','1200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','71','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(72,'MATUMBO CHOMA 1/4','8',NULL,'',16.00,'0','250',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','72','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(73,'MATUMBO CHOMA 1/2','8',NULL,'',16.00,'0','500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','73','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(74,'MATUMBO CHOMA 1 KG','8',NULL,'',16.00,'0','1000',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','74','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(75,'LIVER CHOMA','8',NULL,'',16.00,'0','800',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','75','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(76,'CAPON CHOMA 1/4','8',NULL,'',16.00,'0','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10000.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','76','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(77,'CAPON CHOMA 1/2','8',NULL,'',16.00,'0','600',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9999.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','77','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(78,'CAPON CHOMA 1 KG','8',NULL,'',16.00,'0','1000',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9996.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','78','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(79,'GOAT CHOMA 1/4','8',NULL,'',16.00,'0','400',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9952.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','79','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(80,'GOAT CHOMA 1/2','8',NULL,'',16.00,'0','800',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9973.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','80','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(81,'GOAT CHOMA 1 KG ','8',NULL,'',16.00,'0','1600',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9989.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','81','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(82,'4TH STREET-750-RED','9','2','',16.00,'1000','1500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','82','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(83,'4TH STREET-750-WHITE','9','2','',16.00,'1000','1500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','83','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(84,'ABSOLUTE BLUE VODKA 750ML','10','2','',16.00,'2357','2900',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','84','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(85,'ABSOLUTE VODKA 350ML','10','2','',16.00,'1058','1450',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','85','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(86,'ASCONI RED PASTROL 750ML','10','2','',16.00,'1505','2500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','86','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(87,'BAILEYS-750','10','2','',16.00,'2650','3500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','87','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(88,'BALOZI CAN','10','2','',16.00,'203','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,22.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','88','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(89,'BALOZI-BOTTLE','10','2','',16.00,'175','250',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,136.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','89','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(90,'BANANA-BOTTLE','10','2','',16.00,'74','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','90','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(91,'BEST CREAM-250','10','2','',16.00,'347','550',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','91','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(92,'BEST CREAM-750','10','2','',16.00,'987','1900',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','92','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(93,'BEST WHISKY-250','10','2','',16.00,'330','500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','93','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(94,'BEST WHISKY-750','10','2','',16.00,'1000','1800',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','94','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(95,'BLACK AND WHITE -250','10','2','',16.00,'411','600',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','95','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(96,'BLACK AND WHITE -375','11','2','',16.00,'605','850',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','96','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(97,'BLACK AND WHITE -750','11','2','',16.00,'1175','1800',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','97','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(98,'BLACK BIRD','11','2','',16.00,'877','1400',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','98','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(99,'BLACK ICE CAN_DOUBLE BLACK','13','2','',16.00,'180','300',NULL,'0','0000-00-00','0000-00-00','5',0,0,NULL,0,0,0,31.00,'2025-06-19 14:24:41','16','1','1','0000-00-00','mainitem','Inclusive','','active','0','99','pcs','Inventory','VATABLE','0','','','','','','','','',0),(100,'BLACK ICE-BOTTLE_DOUBLE BLACK','12','2','',16.00,'165','250',NULL,'0','0000-00-00','0000-00-00','5',0,0,NULL,0,0,0,23.00,'2025-06-19 14:33:57','16','1','1','0000-00-00','mainitem','Inclusive','','active','0','100','pcs','Inventory','VATABLE','0','','','','','','','','',0),(101,'JOHNNIE W BLACK LABEL-250','11','2','',16.00,'1102','1600',NULL,'0','0000-00-00','0000-00-00','5',0,0,NULL,0,0,0,1.00,'2025-06-10 12:22:37','16','1','1','0000-00-00','mainitem','Inclusive','','active','0','101','pcs','Inventory','VATABLE','0','','','','','','','','',0),(102,'BOND 7-350','11','2','',16.00,'593','850',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','102','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(103,'BOND 7-750ML','11','2','',16.00,'1297','1900',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','103','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(104,'BOND-250ML','11','2','',16.00,'423','600',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','104','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(105,'CAPRICE RED _ DRY','9','2','',16.00,'970','1300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','105','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(106,'CAPRICE WHITE_DRY','9','2','',16.00,'970','1300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','106','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(107,'CAPRICE-RED','9','2','',16.00,'970','1300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,11.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','107','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(108,'CAPRICE-WHITE','9','2','',16.00,'970','1300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,15.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','108','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(109,'CAPTAIN MORGAN RUM-750','11','2','',16.00,'0','0',NULL,'0','0000-00-00','0000-00-00','5',0,0,NULL,0,0,0,0.00,'2025-06-10 10:14:02','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','0','109','pcs','Inventory','VATABLE','0','','','','','','','','',0),(110,'CAPTAIN MORGAN-250','11','2','',16.00,'345','500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','110','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(111,'CAPTAIN MORGAN-750','11','2','',16.00,'945','1300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','111','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(112,'CELLAR CAST-WHITE 750ML','9','2','',16.00,'1040','1300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','112','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(113,'CHROME-GIN 250','10','2','',16.00,'217','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','113','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(114,'CHROME-GIN 750','10','2','',16.00,'585','850',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','114','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(115,'CHROME-VODKA 250','10','2','',16.00,'217','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','115','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(116,'CHROME-VODKA 750','10','2','',16.00,'585','850',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,6.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','116','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(117,'COUNTY SPIRIT 250ML','10','2','',16.00,'245','350',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','117','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(118,'COUNTY SPIRIT 750ML','10','2','',16.00,'710','1000',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','118','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(119,'DELMONTE','15','2','',16.00,'250','400',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,11.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','119','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(120,'DUNHILL','17','2','',16.00,'17','25',NULL,'0','0000-00-00','0000-00-00','5',0,0,NULL,0,0,0,0.00,'2025-06-04 19:53:46','16','1','1','0000-00-00','mainitem','Inclusive','','active','0','120','pcs','Inventory','VATABLE','0','','','','','','','','',0),(121,'FAXE','13','2','',16.00,'255','400',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,7.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','121','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(122,'FOUR COUSINS-RED','9','2','',16.00,'955','1300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','122','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(123,'FOUR COUSINS-WHITE','9','2','',16.00,'955','1300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','123','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(124,'GILBEYS-250','10','2','',16.00,'423','600',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','124','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(125,'GILBEYS-350','10','2','',16.00,'599','900',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','125','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(126,'GILBEYS-750','10','2','',16.00,'1300','1800',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','126','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(127,'GOMBA','16','2','',16.00,'2','3',NULL,'0','0000-00-00','0000-00-00','5',0,0,NULL,0,0,0,0.00,'2025-06-30 18:34:36','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','0','127','pcs','Inventory','VATABLE','0','','','','','','','','',0),(128,'GORDON-LEMON 750ML','10','2','',16.00,'1898','2700',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','128','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(129,'GORDON-ORANGE 750ML','10','2','',16.00,'1898','2700',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','129','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(130,'GORDONS 350ML','10','2','',16.00,'856','1200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','130','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(131,'GORDONS 750ML','10','2','',16.00,'2020','2500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','131','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(132,'GRANTS-350','11','2','',16.00,'843','1200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','132','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(133,'GRANTS-750','11','2','',16.00,'1860','2700',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','133','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(134,'GUARANA CAN_SMIRNOFF ICE','13','2','',16.00,'180','300',NULL,'0','0000-00-00','0000-00-00','5',0,0,NULL,0,0,0,12.00,'2025-06-19 14:24:14','16','1','1','0000-00-00','mainitem','Inclusive','','active','0','134','pcs','Inventory','VATABLE','0','','','','','','','','',0),(135,'GUINESS CAN','13','2','',16.00,'216','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,13.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','135','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(136,'GUINESS-BOTTLE','12','2','',16.00,'210','260',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,55.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','136','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(137,'GUINESS-BOTTLE-SMOOTH','12','2','',16.00,'160','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','137','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(138,'HEINEKEN-BOTTLE','12','2','',16.00,'265','330','','0',NULL,NULL,'5',0,0,NULL,0,0,0,28.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','138','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(139,'HEINEKEN-CAN','12','2','',16.00,'289','350',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','139','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(140,'HUNTERS CHOICE 345','11','2','',16.00,'480','700',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,18.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','140','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(141,'HUNTERS CHOICE-250','11','2','',16.00,'335','500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','141','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(142,'HUNTERS CHOICE-750','11','2','',16.00,'975','1400',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','142','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(143,'J.B 350ML','11','2','',16.00,'875','1200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','143','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(144,'J.B 750 ML','11','2','',16.00,'1849','2600',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','144','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(145,'JAGERMEISTER 750ML','11','2','',16.00,'2862','3500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','145','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(146,'JAMESON-1 LTR','11','2','',16.00,'3500','5000',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','146','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(147,'JOHNNIE W BLACK-375','11','2','',16.00,'1650','2200',NULL,'0','0000-00-00','0000-00-00','5',0,0,NULL,0,0,0,2.00,'2025-06-10 12:21:34','16','1','1','0000-00-00','mainitem','Inclusive','','active','0','147','pcs','Inventory','VATABLE','0','','','','','','','','',0),(148,'JOHNNIE W BLACK-750','11','2','',16.00,'3120','4000',NULL,'0','0000-00-00','0000-00-00','5',0,0,NULL,0,0,0,3.00,'2025-06-10 12:21:49','16','1','1','0000-00-00','mainitem','Inclusive','','active','0','148','pcs','Inventory','VATABLE','0','','','','','','','','',0),(149,'JOHNNIE W RED-375','11','2','',16.00,'891','1300',NULL,'0','0000-00-00','0000-00-00','5',0,0,NULL,0,0,0,3.00,'2025-06-10 12:22:06','16','1','1','0000-00-00','mainitem','Inclusive','','active','0','149','pcs','Inventory','VATABLE','0','','','','','','','','',0),(150,'JOHNNIE W RED-750','11','2','',16.00,'1734','2500',NULL,'0','0000-00-00','0000-00-00','5',0,0,NULL,0,0,0,2.00,'2025-06-10 12:22:19','16','1','1','0000-00-00','mainitem','Inclusive','','active','0','150','pcs','Inventory','VATABLE','0','','','','','','','','',0),(151,'KANE EXTRA-250','10','2','',16.00,'213','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','151','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(152,'KANE EXTRA-750','10','2','',16.00,'607','900',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,10.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','152','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(153,'KENYA CANE 350','10','2','',16.00,'330','500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','153','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(154,'KENYA CANE-250','10','2','',16.00,'270','400',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','154','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(155,'KENYA CANE-750','10','2','',16.00,'705','1000',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,11.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','155','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(156,'KINGFISHER BOTTLE','12','2','',16.00,'200','260',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,20.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','156','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(157,'KONYAGI 250ML','10','2','',16.00,'283','500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','157','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(158,'KONYAGI 500ML','10','2','',16.00,'567','800',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','158','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(159,'KONYAGI-750ML','10','2','',16.00,'788','1200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','159','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(160,'LEMONADE','15','2','',16.00,'41.67','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,45.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','160','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(161,'MANYATTA','13','2','',16.00,'270','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','161','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(162,'MARAMOJA','16','2','',16.00,'10','15','','0',NULL,NULL,'5',0,0,NULL,0,0,0,14.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','162','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(163,'MATCH BOX','16','2','',16.00,'5','10','','0',NULL,NULL,'5',0,0,NULL,0,0,0,62.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','163','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(164,'MELKAN/QUENCHER/SAFARI-500 ML','16','2','',16.00,'35','50',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,110.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','164','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(165,'MELKAN/QUENCHER/SAFARI=1LTR','16','10','',16.00,'33.33','100',NULL,'0','0000-00-00','0000-00-00','83',0,0,NULL,0,0,0,0.00,'2025-06-07 13:30:48','14','1','1','0000-00-00','mainitem','Inclusive','','active','0','165','pcs','Inventory','VATABLE','83','','','','','','','','',0),(166,'MINI DELMONTE','15','2','',16.00,'66','100',NULL,'0','0000-00-00','0000-00-00','5',0,0,NULL,0,0,0,0.00,'2025-06-30 18:35:13','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','0','166','pcs','Inventory','VATABLE','0','','','','','','','','',0),(167,'MONSTER DRINK','15','2','',16.00,'235','300','','0',NULL,NULL,'5',0,0,NULL,0,0,0,6.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','167','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(168,'OJ 16%','13','2','',16.00,'286','400',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','168','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(169,'ORIJIN 250ML','11','2','',16.00,'237','400',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','169','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(170,'ORIJIN 750ML','11','2','',16.00,'640','1000',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','170','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(171,'PACKING TIN-SMALL','16','2','',16.00,'14','50',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,20.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','171','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(172,'PACKING TIN-LARGE','16','2','',16.00,'15','70',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,19.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','172','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(173,'PILSNER _MFALME_BOTTLE','12','2','',16.00,'182','260',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','173','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(174,'PILSNER_LAGER_BOTTLE','12','2','',16.00,'175','250','','0',NULL,NULL,'5',0,0,NULL,0,0,0,12.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','174','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(175,'PINEAPPLE PUNCH-BOTTLE','12','2','',16.00,'182','260',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','175','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(176,'PINEAPPLE PUNCH-CAN','13','2','',16.00,'180','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,18.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','176','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(177,'PK','16','2','',16.00,'7','10',NULL,'0','0000-00-00','0000-00-00','5',0,0,NULL,0,0,0,0.00,'2025-06-30 18:34:51','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','0','177','pcs','Inventory','VATABLE','0','','','','','','','','',0),(178,'PREDATOR','15','2','',16.00,'54.17','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,25.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','178','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(179,'JOHNNIE W RED 250ML','11','2','',16.00,'679','1500',NULL,'0','0000-00-00','0000-00-00','5',0,0,NULL,0,0,0,0.00,'2025-06-13 14:40:07','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','0','179','pcs','Inventory','VATABLE','0','','','','','','','','',0),(180,'REDBULL','15','2','',16.00,'185','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','180','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(181,'RICHOT-250','11','2','',16.00,'440','600',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','181','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(182,'RICHOT-350','11','2','',16.00,'594','900',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','182','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(183,'RICHOT-750','11','2','',16.00,'1297','1800',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','183','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(184,'ROBERTSON-RED','9','2','',16.00,'1092','1700',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','184','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(185,'ROBERTSON-WHITE','9','2','',16.00,'1092','1700',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','185','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(186,'ROSTER','17','2','',16.00,'8','10','','0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','186','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(187,'SAFARI','17','2','',16.00,'8','15','','0',NULL,NULL,'5',0,0,NULL,0,0,0,77.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','187','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(188,'SAVANNAH CIDER','12','2','',16.00,'251','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','188','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(189,'SMIRNOFF 250ML','10','2','',16.00,'423','600',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','189','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(190,'SMIRNOFF 350ML','10','2','',16.00,'594','900',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','190','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(191,'SMIRNOFF 750ML','10','2','',16.00,'1297','1800',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','191','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(192,'SNAPP CAN','13','2','',16.00,'180','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','192','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(193,'SODA PLASTIC BOTTLE 2LTRS','15','2','',16.00,'230','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','193','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(194,'SODA PLASTIC BOTTLE 500ML','15','2','',16.00,'70','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,82.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','194','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(195,'SODA-BOTTLE','15','2','',16.00,'70','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,139.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','195','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(196,'SPORT','17','2','',16.00,'14','20',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,74.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','196','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(197,'TANQUARAY DRY GIN 750ML','10','2','',16.00,'2459','3500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','197','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(198,'TANQUARAY SEVILA 750ML','10','2','',16.00,'3094','4000',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','198','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(199,'TOOTHBRUSH','16','2','',16.00,'35','50',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','199','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(200,'TOOTHPASTE','16','2','',16.00,'35','50',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','200','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(201,'TRIPPLE ACE-250','10','2','',16.00,'200','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,7.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','201','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(202,'TRIPPLE ACE-750','10','2','',16.00,'570','900',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','202','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(203,'TRUST','16','2','',16.00,'70','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,7.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','203','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(204,'TUSKER CIDER -CAN','13','2','',16.00,'245','350',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,14.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','204','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(205,'TUSKER CIDER-BOTTLE','12','2','',16.00,'225','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,24.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','205','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(206,'TUSKER LAGER-CAN','13','2','',16.00,'203','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,7.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','206','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(207,'TUSKER LITE CAN','13','2','',16.00,'247','350',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,13.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','207','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(208,'TUSKER LITE-BOTTLE','12','2','',16.00,'195','260',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,15.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','208','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(209,'TUSKER-LAGER-BOTTLE','12','2','',16.00,'175','250','','0',NULL,NULL,'5',0,0,NULL,0,0,0,51.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','209','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(210,'V&A -250','11','2','',16.00,'310','400',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,4.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','210','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(211,'V&A-750','11','2','',16.00,'805','1300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,8.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','211','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(212,'VAT 69-350','11','2','',16.00,'860','1100','','0',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','212','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(213,'VAT 69-750','11','2','',16.00,'1520','1900','','0',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','213','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(214,'VICEROY 375','11','2','',16.00,'680','900',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','214','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(215,'VICEROY-250','11','2','',16.00,'465','600',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,3.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','215','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(216,'VICEROY-750','11','2','',16.00,'1300','1800',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','216','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(217,'WHITECAP CAN','13','2','',16.00,'225','300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,37.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','217','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(218,'WHITECAP-BOTTLE','12','2','',16.00,'200','260',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,30.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','218','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(219,'WILLIAM LAWSON 350ML','11','2','',16.00,'879','1300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','219','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(220,'WILLIAM LAWSON 750ML','11','2','',16.00,'1687','2500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','220','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(221,'JACK DANIEL 750ML','11','2','',16.00,'3300','4500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','221','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(222,'GLENFIDDISH 750ML','11','2','',16.00,'13144','15000',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','222','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(223,'BARCADI CLEAR CARTA BLANCA 750ML','10','2','',16.00,'2057','2800',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','223','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(224,'JOSE CURVO GOLD TEQUILA 1 LTR','10','2','',16.00,'2809','3800',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','224','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(225,'JOSE CURVO GOLD TEQUILA 750ML','10','2','',16.00,'2640','3600',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','225','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(226,'CHIVAS REGAL 12 YRS 750ML','11','2','',16.00,'3279','4200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','226','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(227,'CIROC PREMIUM 750ML','10','2','',16.00,'4619','5500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','227','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(228,'MALIBU 750ML','11','2','',16.00,'1713','2300',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','228','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(229,'SINGLETON 12 YEARS 750ML','11','2','',16.00,'4810','6000',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','229','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(230,'HENNESSEY VS 700ML','11','2','',16.00,'4651','5500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','230','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(231,'HENNESSEY VS 350ML','11','2','',16.00,'2451','3000',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','231','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(232,'MARTEL VSSD 750ML','11','2','',16.00,'4764','6000',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','232','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(233,'BALLENTINES 750ML','11','2','',16.00,'1789','2500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','233','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(234,'JOHNNIE W BLACK LABEL-1 LTR','11','2','',16.00,'3880','5000',NULL,'0','0000-00-00','0000-00-00','5',0,0,NULL,0,0,0,2.00,'2025-06-10 12:20:43','16','1','1','0000-00-00','mainitem','Inclusive','','active','0','234','pcs','Inventory','VATABLE','0','','','','','','','','',0),(235,'CELLAR CAST-RED 750ML','9','2','',16.00,'1040','1400',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,2.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','235','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(236,'JAGERMEISTER 1LTR','11','2','',16.00,'3392','4500',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','236','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(237,'PEPSI ENERGY','15','2','',16.00,'33','100',NULL,'0','0000-00-00','0000-00-00','5',0,0,NULL,0,0,0,0.00,'2025-06-30 18:37:01','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','0','237','pcs','Inventory','VATABLE','0','','','','','','','','',0),(238,'PEPSI SODA PLASTIC 500ML','15','2','',16.00,'33','100',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,38.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','238','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(239,'TONIC WATER CAN','15','2','',16.00,'200','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','239','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(240,'TONIC WATER BOTTLE','15','2','',16.00,'200','300','','0',NULL,NULL,'5',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','240','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(241,'STRAWBERRY SYRUP','14','2','',16.00,'200','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,5.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','241','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(242,'LIME SYRUP','14','2','',16.00,'200','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,7.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','242','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(243,'ENO','16','2','',16.00,'5','10',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,16.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','243','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(244,'COCKTAIL','14','2','',16.00,'150','200',NULL,'0',NULL,NULL,'5',0,0,NULL,0,0,0,9953.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','0','244','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(245,'black ice','10','12','',16.00,'50','250','0','170',NULL,NULL,'10',0,0,'3492761749058181',0,0,0,0.00,'2025-06-05 19:47:46','16','1','1','0000-00-00','mainitem','Inclusive','b','inactive','','245','pcs','Inventory','VATABLE','20','','','','','','','','',0),(246,'Black Ice Bottle','12','2','',16.00,'175','250','0','',NULL,NULL,'5',0,0,'2985581749059068',0,0,0,0.00,'2025-06-05 19:48:43','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','','246','pcs','Inventory','VATABLE','5','','','','','','','','',0),(247,'ROOMS','18','2','',16.00,'500','1500','0','0',NULL,NULL,'6',0,0,'3714761749059239',0,0,0,9965.00,'2025-06-04 20:49:02','11','1','1','0000-00-00','mainitem','Inclusive','R','active','','247','pcs','Inventory','VATABLE','6',NULL,'','','','','','','',0),(248,'ROOM 2','18','2','',16.00,'1000','1000','0','','0000-00-00','0000-00-00','0',0,0,'4185031749059342',0,0,0,0.00,'2025-06-05 22:58:56','16','1','1','0000-00-00','mainitem','Inclusive','5','inactive','','248','pcs','Inventory','VATABLE','6','','','','','','','','',0),(249,'Jameson 750ML','11','10','',16.00,'2500','3500','0','0',NULL,NULL,'0',0,0,'7227911749060439',0,0,0,4.00,'2025-06-04 21:08:17','16','1','1','0000-00-00','mainitem','Inclusive','','active','','249','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(250,'ROOM 2','18','2','',16.00,'500','1000','0','',NULL,NULL,'150',0,0,'6504511749064246',0,0,0,9948.00,'2025-06-05 21:52:48','16','1','1','0000-00-00','mainitem','Inclusive','R','active','','250','pcs','Inventory','VATABLE','100','','','','','','','','',0),(251,'ROOM 2','18','2','',16.00,'500','1500','100','','0000-00-00','0000-00-00','100',0,0,'9710741749064432',0,0,0,10002.00,'2025-06-05 21:52:38','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','','251','pcs','Inventory','VATABLE','100','','','','','','','','',0),(252,'ROOM3','18','2','',16.00,'500','1000','0','','0000-00-00','0000-00-00','0',0,0,'1291541749064782',0,0,0,0.00,'2025-06-05 22:58:44','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','','252','pcs','Inventory','VATABLE','100','','','','','','','','',0),(253,'ROOM3','18','2','',16.00,'500','1000','100','','0000-00-00','0000-00-00','0',0,0,'1890291749065030',0,0,0,0.00,'2025-06-05 22:58:31','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','','253','pcs','Inventory','VATABLE','20','','','','','','','','',0),(254,'ROOM3','18','2','',16.00,'500','1000','100','','0000-00-00','0000-00-00','0',0,0,'6536741749065172',0,0,0,0.00,'2025-06-05 22:58:17','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','','254','pcs','Inventory','VATABLE','100','','','','','','','','',0),(255,'ROOM ','18','2','',16.00,'500','100','100','','0000-00-00','0000-00-00','0',0,0,'6605991749065472',0,0,0,100.00,'2025-06-05 22:58:03','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','','255','pcs','Inventory','VATABLE','','','','','','','','','',0),(256,'ROOMS','18','2','',16.00,'500','1000','100','','0000-00-00','0000-00-00','0',0,0,'4320771749066467',0,0,0,0.00,'2025-06-05 22:57:49','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','','256','pcs','Inventory','VATABLE','1000','','','','','','','','',0),(257,'ROOMS','18','2','',16.00,'500','1000','50','','0000-00-00','0000-00-00','0',0,0,'7338571749066636',0,0,0,0.00,'2025-06-05 22:57:36','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','','257','pcs','Inventory','VATABLE','100','','','','','','','','',0),(258,'ROOM','18','2','',16.00,'500','3000','100','NaN','0000-00-00','0000-00-00','0',127,0,'8569721749068648',0,0,0,0.00,'2025-06-05 22:57:20','16','1','1','0000-00-00','subitem','Inclusive','R','inactive','','258','Daily','Inventory','VATABLE','50','','','','','','','','',0),(259,'ROOM3','18','2','',16.00,'500','1000','0','',NULL,NULL,'50',0,0,'4738101749069074',0,0,0,98.00,'2025-06-05 21:51:30','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','','259','pcs','Inventory','VATABLE','','','','','','','','','',0),(260,'SNAP CAN ','13','10','',16.00,'250','300','0','','0000-00-00','0000-00-00','2',0,0,'2883781749073945',0,0,0,0.00,'2025-06-10 09:28:15','16','1','1','0000-00-00','mainitem','Inclusive','SNAP','inactive','','260','pcs','Inventory','VATABLE','1','','','','','','','','',0),(261,'CAPTAIN MORGAN','11','10','',16.00,'700','1300','4','0','0000-00-00','0000-00-00','4',0,0,'1002941749142884',0,0,0,0.00,'2025-06-05 20:17:13','16','1','1','0000-00-00','mainitem','Inclusive','C','inactive','','261','pcs','Inventory','VATABLE','2','','','','','','','','',0),(262,'JOHNNIE W RED LABEL 1 LTR','11','10','',16.00,'2080','3500','0','','0000-00-00','0000-00-00','0',0,0,'9040971749152591',0,0,0,0.00,'2025-06-10 12:23:17','16','1','1','0000-00-00','mainitem','Inclusive','','active','','262','pcs','Inventory','VATABLE','','','','','','','','','',0),(263,'Half Breakfast 250','6','2','',16.00,'100','250','0','',NULL,NULL,'0',0,0,'4966411749212924',0,0,0,10000.00,'2025-06-06 15:32:31','16','1','1','0000-00-00','mainitem','Inclusive','Events','active','','263','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(264,'Service fee','6','2','',16.00,'2000','4000','0','0',NULL,NULL,'0',0,0,'998681749213155',0,0,0,9999.00,'2025-06-06 15:34:00','16','1','1','0000-00-00','mainitem','Inclusive','','active','','264','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(265,'Service Fee','6','2','',16.00,'1000','2500','0','',NULL,NULL,'0',0,0,'8537441749213244',0,0,0,10000.00,'2025-06-06 15:35:04','16','1','1','0000-00-00','mainitem','Inclusive','','active','','265','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(266,'Service fee','6','2','',16.00,'250','500','0','',NULL,NULL,'0',0,0,'9362781749213310',0,0,0,10097.00,'2025-06-06 15:36:25','16','1','1','0000-00-00','mainitem','Inclusive','','active','','266','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(267,'Group Breakfast','6','2','',16.00,'150','200','0','','0000-00-00','0000-00-00','10000',0,0,'9027081749213388',0,0,0,9945.00,'2025-06-06 15:47:12','16','1','1','0000-00-00','mainitem','Inclusive','','active','','267','pcs','Inventory','VATABLE','10','','','','','','','','',0),(268,'Live goat','6','2','',16.00,'11000','11000','10000','0','0000-00-00','0000-00-00','0',0,0,'7168321749213675',0,0,0,19998.00,'2025-06-06 15:48:29','16','1','1','0000-00-00','mainitem','Inclusive','','active','','268','pcs','Inventory','VATABLE','','','','','','','','','',0),(269,'best whisky','11','10','',16.00,'330','500','0','','0000-00-00','0000-00-00','0',0,0,'4558041749229829',0,0,0,0.00,'2025-06-10 10:04:47','16','1','1','0000-00-00','mainitem','Inclusive','best','inactive','','269','pcs','Inventory','VATABLE','','','','','','','','','',0),(270,'best whisky','11','10','',16.00,'330','500','0','','0000-00-00','0000-00-00','0',0,0,'3966951749231769',0,0,0,0.00,'2025-06-10 10:05:09','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','','270','pcs','Inventory','VATABLE','','','','','','','','','',0),(271,'black& white','11','10','',16.00,'605','900','0','','0000-00-00','0000-00-00','0',0,0,'7746491749231953',0,0,0,0.00,'2025-06-10 10:08:41','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','','271','pcs','Inventory','VATABLE','','','','','','','','','',0),(272,'melkan 1.5 litres','16','10','',16.00,'33.3','100','0','0',NULL,NULL,'83',0,0,'4519671749291574',0,0,0,77.00,'2025-06-07 13:23:06','14','1','1','0000-00-00','mainitem','Inclusive','','active','','272','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(273,'Gordon 1 LTR','10','10','',16.00,'2530','3500','1','',NULL,NULL,'0',0,0,'3058781749399575',0,0,0,2.00,'2025-06-08 19:21:38','16','1','1','0000-00-00','mainitem','Inclusive','','active','','273','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(274,'ABSOLUTE BLUE VODKA 1LTR','10','10','',16.00,'2773','3500','3','0',NULL,NULL,'0',0,0,'4595721749486029',0,0,0,3.00,'2025-06-09 19:30:38','16','1','1','0000-00-00','mainitem','Inclusive','','active','','274','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(275,'ALL SEASONS 250','11','10','',16.00,'376','500','1','0',NULL,NULL,'1',0,0,'9458811749534256',0,0,0,0.00,'2025-06-10 08:50:00','16','1','1','0000-00-00','mainitem','Inclusive','','active','','275','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(276,'ALL SEASONS 350','11','10','',16.00,'557','700','0','',NULL,NULL,'0',0,0,'2512411749534638',0,0,0,1.00,'2025-06-10 08:51:45','16','1','1','0000-00-00','mainitem','Inclusive','','active','','276','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(277,'ALL SEASONS 750','11','10','',16.00,'1140','1500','0','',NULL,NULL,'0',0,0,'8344641749534706',0,0,0,1.00,'2025-06-10 08:52:19','16','1','1','0000-00-00','mainitem','Inclusive','','active','','277','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(278,'FAMOUS GROUSE 350','10','10','',16.00,'986','1400','0','',NULL,NULL,'0',0,0,'4676721749534922',0,0,0,1.00,'2025-06-10 08:59:26','16','1','1','0000-00-00','mainitem','Inclusive','','active','','278','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(279,'FAMOUS GROUSE 750','10','10','',16.00,'2067','2900','0','',NULL,NULL,'0',0,0,'6454711749535167',0,0,0,0.00,'2025-06-10 09:02:06','16','1','1','0000-00-00','mainitem','Inclusive','','active','','279','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(280,'JOHNNIE W RED LABEL 250','11','10','',16.00,'679','900','0','','0000-00-00','0000-00-00','0',0,0,'937291749535817',0,0,0,0.00,'2025-06-10 12:23:35','16','1','1','0000-00-00','mainitem','Inclusive','','active','','280','pcs','Inventory','VATABLE','','','','','','','','','',0),(281,'Whisky Tot','19','2','',16.00,'25','50','0','',NULL,NULL,'0',0,0,'6965761749573545',0,0,0,498.00,'2025-06-10 19:40:12','16','1','1','0000-00-00','mainitem','Inclusive','','active','','281','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(282,'Vodka Tot','19','2','',16.00,'20','40','0','',NULL,NULL,'0',0,0,'293791749573617',0,0,0,491.00,'2025-06-10 19:41:07','16','1','1','0000-00-00','mainitem','Inclusive','','active','','282','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(283,'Room Double Breakfast','18','2','',16.00,'1000','2000','0','',NULL,NULL,'0',0,0,'4284081749846376',0,0,0,498.00,'2025-06-13 23:27:58','16','1','1','0000-00-00','mainitem','Inclusive','','active','','283','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(284,'Room Guest Breakfast','18','2','',16.00,'250','500','0','',NULL,NULL,'0',0,0,'2913911749846511',0,0,0,500.00,'2025-06-13 23:29:53','16','1','1','0000-00-00','mainitem','Inclusive','','active','','284','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(285,'Service fee','6','2','',16.00,'150','300','0','',NULL,NULL,'0',0,0,'5735491749847578',0,0,0,98.00,'2025-06-13 23:46:49','16','1','1','0000-00-00','mainitem','Inclusive','','active','','285','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(286,'Liver - Choma 1kg','7','2','',16.00,'1000','1400','0','0',NULL,NULL,'0',0,0,'1435931749948740',0,0,0,100.00,'2025-06-15 03:54:44','16','1','1','0000-00-00','mainitem','Inclusive','','active','','286','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(287,'Gordon Pink','10','10','',16.00,'2020','3000','0','',NULL,NULL,'0',0,0,'4658381749996544',0,0,0,2.00,'2025-06-15 17:10:30','16','1','1','0000-00-00','mainitem','Inclusive','','active','','287','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(288,'GORDONS CAN','13','10','',16.00,'220','300','0','',NULL,NULL,'0',0,0,'9214121749996947',0,0,0,10.00,'2025-06-15 17:16:43','16','1','1','0000-00-00','mainitem','Inclusive','','active','','288','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(289,'KICHWA ( GOAT) 1/2 ','7','20','',16.00,'100','250','0','',NULL,NULL,'0',0,0,'9839161750286100',0,0,0,100.00,'2025-06-19 02:07:52','16','1','1','0000-00-00','mainitem','Inclusive','','active','','289','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(290,'COKE ZERO CAN','15','23','',16.00,'200','200','0','',NULL,NULL,'0',0,0,'9665161750327031',0,0,0,10.00,'2025-06-19 12:57:45','16','1','1','0000-00-00','mainitem','Inclusive','','active','','290','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(291,'ROYAL CLUB SODA','15','23','',16.00,'69','100','0','0',NULL,NULL,'0',0,0,'7988481750327172',0,0,0,8.00,'2025-06-19 13:00:00','16','1','1','0000-00-00','mainitem','Inclusive','','active','','291','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(292,'COCA COLA ZERO','15','24','',16.00,'99','150','0','0',NULL,NULL,'0',0,0,'871661750328849',0,0,0,23.00,'2025-06-19 13:29:56','16','1','1','0000-00-00','mainitem','Inclusive','','active','','292','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(293,'SODA 300ML','15','23','',16.00,'41','60','0','',NULL,NULL,'0',0,0,'2159061750330256',0,0,0,14.00,'2025-06-19 13:54:30','16','1','1','0000-00-00','mainitem','Inclusive','','active','','293','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(294,'JAMESON 350ML','11','25','',16.00,'1186','1700','0','',NULL,NULL,'0',0,0,'9080361750869314',0,0,0,2.00,'2025-06-25 19:37:39','16','1','1','0000-00-00','mainitem','Inclusive','','active','','294','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(295,'JAMESONS BLACK BARELL 750ML','11','25','',16.00,'3813','5000','0','',NULL,NULL,'0',0,0,'7742641750869472',0,0,0,2.00,'2025-06-25 19:39:07','16','1','1','0000-00-00','mainitem','Inclusive','','active','','295','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(296,'GUEST ROOM','18','2','',16.00,'3000','3000','0','0','0000-00-00','0000-00-00','0',0,0,'7425281751052832',0,0,0,20.00,'2025-06-28 14:59:08','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','','296','pcs','Inventory','VATABLE','','','','','','','','','',0),(297,'UGALI','4','2','',16.00,'200','200','0','','0000-00-00','0000-00-00','0',0,0,'8331011751052900',0,0,0,10.00,'2025-06-28 14:58:56','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','','297','pcs','Inventory','VATABLE','','','','','','','','','',0),(298,'WHITE COFFEE ','1','2','',16.00,'150','150','0','','0000-00-00','0000-00-00','0',0,0,'3558891751053055',0,0,0,10.00,'2025-06-28 14:58:33','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','','298','pcs','Inventory','VATABLE','','','','','','','','','',0),(299,'DELMONTE','15','2','',16.00,'500','500','0','','0000-00-00','0000-00-00','0',0,0,'1827261751054903',0,0,0,10.00,'2025-06-28 14:58:24','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','','299','pcs','Inventory','VATABLE','','','','','','','','','',0),(300,'FISH','7','2','',16.00,'800','800','0','','0000-00-00','0000-00-00','0',0,0,'6508231751055350',0,0,0,10.00,'2025-06-28 14:58:10','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','','300','pcs','Inventory','VATABLE','','','','','','','','','',0),(301,'MILK','15','2','',16.00,'50','50','0','','0000-00-00','0000-00-00','0',0,0,'972431751069141',0,0,0,8.00,'2025-06-28 14:57:57','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','','301','pcs','Inventory','VATABLE','','','','','','','','','',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=302 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,'','','','','','','A','EGGS(BOILED/FRIED)','1',NULL,'1','',16.00,'0','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(2,'','','','','','','A','SPANISH OMLETTE','1',NULL,'2','',16.00,'0','150',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(3,'','','','','','','B','SAUSAGE (PAIR)','1',NULL,'3','',16.00,'0','120',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(4,'','','','','','','B','TOASTED BREAD','1',NULL,'4','',16.00,'0','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(5,'','','','','','','B','SAMOSA','1',NULL,'5','',16.00,'0','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(6,'','','','','','','B','FRUIT SALAD','1',NULL,'6','',16.00,'0','150',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(7,'','','','','','','','PANCAKE','1',NULL,'7','',16.00,'0','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(8,'','','','','','','','SWEET POTATO','1',NULL,'8','',16.00,'0','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(9,'','','','','','','','NDUMA','1',NULL,'9','',16.00,'0','150',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(10,'','','','','','','','TEA','1',NULL,'10','',16.00,'0','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(11,'','','','','','','','BLACK COFFEE','1',NULL,'11','',16.00,'0','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(12,'','','','','','','','WHITE COFFEE','1',NULL,'12','',16.00,'0','150','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(13,'','','','','','','','COFFEE','1',NULL,'13','',16.00,'0','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(14,'','','','','','','','SPECIAL TEA','1',NULL,'14','',16.00,'0','200',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(15,'','','','','','','','SMOKIES(PAIR)','1',NULL,'15','',16.00,'0','120',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(16,'','','','','','','','DAWA TEA','1',NULL,'16','',16.00,'0','150',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(17,'','','','','','','','PORRIDGE','1',NULL,'17','',16.00,'0','150',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(18,'','','','','','','','MANDAZI','1',NULL,'18','',16.00,'0','40',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(19,'','','','','','','','CHAPATI','1',NULL,'19','',16.00,'0','50',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(20,'','','','','','','','SAUTTE POTATO','1',NULL,'20','',16.00,'0','200',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(21,'','','','','','','','POTATO WEDGES','1',NULL,'21','',16.00,'0','200',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(22,'','','','','','','','BEEF WET/DRY FRY 1/4','2',NULL,'22','',16.00,'0','300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(23,'','','','','','','','BEEF WET/DRY FRY 1/2','2',NULL,'23','',16.00,'0','600',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(24,'','','','','','','','BEEF WET/DRY FRY 1 KG','2',NULL,'24','',16.00,'0','1200',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(25,'','','','','','','','GOAT WET/DRY FRY 1/4','2',NULL,'25','',16.00,'0','350',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(26,'','','','','','','','GOAT WET/DRY FRY 1/2','2',NULL,'26','',16.00,'0','700',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(27,'','','','','','','','GOAT WET/DRY FRY 1 KG ','2',NULL,'27','',16.00,'0','1400',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(28,'','','','','','','','FISH WETFRY','2',NULL,'28','',16.00,'0','700',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(29,'','','','','','','','FISH CURRY','2',NULL,'29','',16.00,'0','700',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(30,'','','','','','','','FISH DRYFRY','2',NULL,'30','',16.00,'0','700',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(31,'','','','','','','','PLAIN SOUP','3',NULL,'31','',16.00,'0','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(32,'','','','','','','','CHICKEN SOUP','3',NULL,'32','',16.00,'0','450',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(33,'','','','','','','','BEEF SOUP','3',NULL,'33','',16.00,'0','300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(34,'','','','','','','','GOAT SOUP','3',NULL,'34','',16.00,'0','350',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(35,'','','','','','','','KACHUMBARI','4',NULL,'35','',16.00,'0','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(36,'','','','','','','','KICHWA (GOAT)','2',NULL,'36','',16.00,'0','500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(37,'','','','','','','','WHITE RICE','4',NULL,'37','',16.00,'0','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(38,'','','','','','','','PILAU','2',NULL,'38','',16.00,'0','300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(39,'','','','','','','','VEGETABLE RICE','2',NULL,'39','',16.00,'0','200',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(40,'','','','','','','','MISHIKAKI','5',NULL,'40','',16.00,'0','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(41,'','','','','','','','BROWN UGALI','4',NULL,'41','',16.00,'0','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(42,'','','','','','','','VIAZI KARAI','4',NULL,'42','',16.00,'0','200',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(43,'','','','','','','','FULL CHICKEN SERVICE FEE ','6',NULL,'43','',16.00,'0','500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(44,'','','','','','','','FULL GOAT SERVICE FEE ','6',NULL,'44','',16.00,'0','2500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(45,'','','','','','','','UGALI','4',NULL,'45','',16.00,'0','50',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(46,'','','','','','','','GREENS(KIENYEJI)','4',NULL,'46','',16.00,'0','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(47,'','','','','','','','CHIPS','4',NULL,'47','',16.00,'0','200',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(48,'','','','','','','','CHIPS MASALA','4',NULL,'48','',16.00,'0','300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(49,'','','','','','','','CAPON 1/4','7',NULL,'49','',16.00,'0','250',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(50,'','','','','','','','CAPON 1/2 ','7',NULL,'50','',16.00,'0','500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(51,'','','','','','','','CAPON FULL','7',NULL,'51','',16.00,'0','1000',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(52,'','','','','','','','CHICKEN KIENYEJI 1/4','7',NULL,'52','',16.00,'0','450',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(53,'','','','','','','','CHICKEN KIENYEJI 1/2','7',NULL,'53','',16.00,'0','900',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(54,'','','','','','','','CHICKEN KIENYEJI FULL','7',NULL,'54','',16.00,'0','1800',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(55,'','','','','','','','BEEF CURRY 1/4','7',NULL,'55','',16.00,'0','350',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(56,'','','','','','','','BEEF CURRY 1/2','7',NULL,'56','',16.00,'0','700',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(57,'','','','','','','','BEEF CURRY 1KG','7',NULL,'57','',16.00,'0','1600',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(58,'','','','','','','','GOAT CURRY 1/4','7',NULL,'58','',16.00,'0','400',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(59,'','','','','','','','GOAT CURRY 1/2','7',NULL,'59','',16.00,'0','800',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(60,'','','','','','','','GOAT CURRY FULL','7',NULL,'60','',16.00,'0','1600',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(61,'','','','','','','','LIVER WETFRY','7',NULL,'61','',16.00,'0','600',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(62,'','','','','','','','LIVER DRYFRY','7',NULL,'62','',16.00,'0','700',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(63,'','','','','','','','MOKIMO','4',NULL,'63','',16.00,'0','200',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(64,'','','','','','','','GREEN GITHERI','2',NULL,'64','',16.00,'0','200',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(65,'','','','','','','','BONE SOUP','3',NULL,'65','',16.00,'0','200',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(66,'','','','','','','','MATUMBO WET FRY 1/4','7',NULL,'66','',16.00,'0','250',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(67,'','','','','','','','MATUMBO WET FRY 1/2','7',NULL,'67','',16.00,'0','500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(68,'','','','','','','','MATUMBO WET FRY 1 KG','7',NULL,'68','',16.00,'0','1000',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(69,'','','','','','','','MAATUMBO DRYFRY 1/4','7',NULL,'69','',16.00,'0','300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(70,'','','','','','','','MAATUMBO DRYFRY 1/2','7',NULL,'70','',16.00,'0','600',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(71,'','','','','','','','MAATUMBO DRYFRY 1 KG','7',NULL,'71','',16.00,'0','1200',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(72,'','','','','','','','MATUMBO CHOMA 1/4','8',NULL,'72','',16.00,'0','250',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(73,'','','','','','','','MATUMBO CHOMA 1/2','8',NULL,'73','',16.00,'0','500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(74,'','','','','','','','MATUMBO CHOMA 1 KG','8',NULL,'74','',16.00,'0','1000',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(75,'','','','','','','','LIVER CHOMA','8',NULL,'75','',16.00,'0','800',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(76,'','','','','','','','CAPON CHOMA 1/4','8',NULL,'76','',16.00,'0','300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(77,'','','','','','','','CAPON CHOMA 1/2','8',NULL,'77','',16.00,'0','600',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(78,'','','','','','','','CAPON CHOMA 1 KG','8',NULL,'78','',16.00,'0','1000',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(79,'','','','','','','','GOAT CHOMA 1/4','8',NULL,'79','',16.00,'0','400',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(80,'','','','','','','','GOAT CHOMA 1/2','8',NULL,'80','',16.00,'0','800',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(81,'','','','','','','','GOAT CHOMA 1 KG ','8',NULL,'81','',16.00,'0','1600',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(82,'','','','','','','','4TH STREET-750-RED','9','2','82','',16.00,'1000','1500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(83,'','','','','','','','4TH STREET-750-WHITE','9','2','83','',16.00,'1000','1500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(84,'','','','','','','','ABSOLUTE BLUE VODKA 750ML','10','2','84','',16.00,'2357','2900',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(85,'','','','','','','','ABSOLUTE VODKA 350ML','10','2','85','',16.00,'1058','1450',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(86,'','','','','','','','ASCONI RED PASTROL 750ML','10','2','86','',16.00,'1505','2500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(87,'','','','','','','','BAILEYS-750','10','2','87','',16.00,'2650','3500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(88,'','','','','','','','BALOZI CAN','10','2','88','',16.00,'203','300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(89,'','','','','','','','BALOZI-BOTTLE','10','2','89','',16.00,'175','250',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(90,'','','','','','','','BANANA-BOTTLE','10','2','90','',16.00,'74','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(91,'','','','','','','','BEST CREAM-250','10','2','91','',16.00,'347','550',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(92,'','','','','','','','BEST CREAM-750','10','2','92','',16.00,'987','1900',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(93,'','','','','','','','BEST WHISKY-250','10','2','93','',16.00,'330','500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(94,'','','','','','','','BEST WHISKY-750','10','2','94','',16.00,'1000','1800',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(95,'','','','','','','','BLACK AND WHITE -250','10','2','95','',16.00,'411','600',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(96,'','','','','','','','BLACK AND WHITE -375','11','2','96','',16.00,'605','850',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(97,'','','','','','','','BLACK AND WHITE -750','11','2','97','',16.00,'1175','1800',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(98,'','','','','','','','BLACK BIRD','11','2','98','',16.00,'877','1400',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(99,'','','','','','','','BLACK ICE CAN_DOUBLE BLACK','13','2','99','',16.00,'180','300','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2025-06-19 14:24:41','16','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',''),(100,'','','','','','','','BLACK ICE-BOTTLE_DOUBLE BLACK','12','2','100','',16.00,'165','250','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2025-06-19 14:33:57','16','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',''),(101,'','','','','','','','JOHNNIE W BLACK LABEL-250','11','2','101','',16.00,'1102','1600','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2025-06-10 12:22:37','16','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',''),(102,'','','','','','','','BOND 7-350','11','2','102','',16.00,'593','850',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(103,'','','','','','','','BOND 7-750ML','11','2','103','',16.00,'1297','1900',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(104,'','','','','','','','BOND-250ML','11','2','104','',16.00,'423','600',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(105,'','','','','','','','CAPRICE RED _ DRY','9','2','105','',16.00,'970','1300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(106,'','','','','','','','CAPRICE WHITE_DRY','9','2','106','',16.00,'970','1300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(107,'','','','','','','','CAPRICE-RED','9','2','107','',16.00,'970','1300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(108,'','','','','','','','CAPRICE-WHITE','9','2','108','',16.00,'970','1300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(109,'','','','','','','','CAPTAIN MORGAN RUM-750','11','2','109','',16.00,'0','0','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2025-06-10 10:14:02','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','','','','VATABLE','0',''),(110,'','','','','','','','CAPTAIN MORGAN-250','11','2','110','',16.00,'345','500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(111,'','','','','','','','CAPTAIN MORGAN-750','11','2','111','',16.00,'945','1300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(112,'','','','','','','','CELLAR CAST-WHITE 750ML','9','2','112','',16.00,'1040','1300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(113,'','','','','','','','CHROME-GIN 250','10','2','113','',16.00,'217','300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(114,'','','','','','','','CHROME-GIN 750','10','2','114','',16.00,'585','850',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(115,'','','','','','','','CHROME-VODKA 250','10','2','115','',16.00,'217','300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(116,'','','','','','','','CHROME-VODKA 750','10','2','116','',16.00,'585','850',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(117,'','','','','','','','COUNTY SPIRIT 250ML','10','2','117','',16.00,'245','350',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(118,'','','','','','','','COUNTY SPIRIT 750ML','10','2','118','',16.00,'710','1000',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(119,'','','','','','','','DELMONTE','15','2','119','',16.00,'250','400',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(120,'','','','','','','','DUNHILL','17','2','120','',16.00,'17','25','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2025-06-04 19:53:46','16','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',''),(121,'','','','','','','','FAXE','13','2','121','',16.00,'255','400',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(122,'','','','','','','','FOUR COUSINS-RED','9','2','122','',16.00,'955','1300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(123,'','','','','','','','FOUR COUSINS-WHITE','9','2','123','',16.00,'955','1300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(124,'','','','','','','','GILBEYS-250','10','2','124','',16.00,'423','600',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(125,'','','','','','','','GILBEYS-350','10','2','125','',16.00,'599','900',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(126,'','','','','','','','GILBEYS-750','10','2','126','',16.00,'1300','1800',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(127,'','','','','','','','GOMBA','16','2','127','',16.00,'2','3','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2025-06-30 18:34:36','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','','','','VATABLE','0',''),(128,'','','','','','','','GORDON-LEMON 750ML','10','2','128','',16.00,'1898','2700',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(129,'','','','','','','','GORDON-ORANGE 750ML','10','2','129','',16.00,'1898','2700',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(130,'','','','','','','','GORDONS 350ML','10','2','130','',16.00,'856','1200',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(131,'','','','','','','','GORDONS 750ML','10','2','131','',16.00,'2020','2500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(132,'','','','','','','','GRANTS-350','11','2','132','',16.00,'843','1200',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(133,'','','','','','','','GRANTS-750','11','2','133','',16.00,'1860','2700',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(134,'','','','','','','','GUARANA CAN_SMIRNOFF ICE','13','2','134','',16.00,'180','300','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2025-06-19 14:24:14','16','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',''),(135,'','','','','','','','GUINESS CAN','13','2','135','',16.00,'216','300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(136,'','','','','','','','GUINESS-BOTTLE','12','2','136','',16.00,'210','260',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(137,'','','','','','','','GUINESS-BOTTLE-SMOOTH','12','2','137','',16.00,'160','200',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(138,'','','','','','','','HEINEKEN-BOTTLE','12','2','138','',16.00,'265','330','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(139,'','','','','','','','HEINEKEN-CAN','12','2','139','',16.00,'289','350',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(140,'','','','','','','','HUNTERS CHOICE 345','11','2','140','',16.00,'480','700',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(141,'','','','','','','','HUNTERS CHOICE-250','11','2','141','',16.00,'335','500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(142,'','','','','','','','HUNTERS CHOICE-750','11','2','142','',16.00,'975','1400',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(143,'','','','','','','','J.B 350ML','11','2','143','',16.00,'875','1200',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(144,'','','','','','','','J.B 750 ML','11','2','144','',16.00,'1849','2600',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(145,'','','','','','','','JAGERMEISTER 750ML','11','2','145','',16.00,'2862','3500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(146,'','','','','','','','JAMESON-1 LTR','11','2','146','',16.00,'3500','5000',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(147,'','','','','','','','JOHNNIE W BLACK-375','11','2','147','',16.00,'1650','2200','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2025-06-10 12:21:34','16','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',''),(148,'','','','','','','','JOHNNIE W BLACK-750','11','2','148','',16.00,'3120','4000','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2025-06-10 12:21:49','16','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',''),(149,'','','','','','','','JOHNNIE W RED-375','11','2','149','',16.00,'891','1300','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2025-06-10 12:22:06','16','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',''),(150,'','','','','','','','JOHNNIE W RED-750','11','2','150','',16.00,'1734','2500','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2025-06-10 12:22:19','16','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',''),(151,'','','','','','','','KANE EXTRA-250','10','2','151','',16.00,'213','300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(152,'','','','','','','','KANE EXTRA-750','10','2','152','',16.00,'607','900',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(153,'','','','','','','','KENYA CANE 350','10','2','153','',16.00,'330','500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(154,'','','','','','','','KENYA CANE-250','10','2','154','',16.00,'270','400',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(155,'','','','','','','','KENYA CANE-750','10','2','155','',16.00,'705','1000',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(156,'','','','','','','','KINGFISHER BOTTLE','12','2','156','',16.00,'200','260',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(157,'','','','','','','','KONYAGI 250ML','10','2','157','',16.00,'283','500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(158,'','','','','','','','KONYAGI 500ML','10','2','158','',16.00,'567','800',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(159,'','','','','','','','KONYAGI-750ML','10','2','159','',16.00,'788','1200',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(160,'','','','','','','','LEMONADE','15','2','160','',16.00,'41.67','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(161,'','','','','','','','MANYATTA','13','2','161','',16.00,'270','300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(162,'','','','','','','','MARAMOJA','16','2','162','',16.00,'10','15','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(163,'','','','','','','','MATCH BOX','16','2','163','',16.00,'5','10','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(164,'','','','','','','','MELKAN/QUENCHER/SAFARI-500 ML','16','2','164','',16.00,'35','50',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(165,'','','','','','','','MELKAN/QUENCHER/SAFARI=1LTR','16','10','165','',16.00,'33.33','100','83','0',NULL,NULL,83,0,0,NULL,0,0,0,120.00,'2025-06-07 13:30:48','14','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','83',''),(166,'','','','','','','','MINI DELMONTE','15','2','166','',16.00,'66','100','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2025-06-30 18:35:13','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','','','','VATABLE','0',''),(167,'','','','','','','','MONSTER DRINK','15','2','167','',16.00,'235','300','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(168,'','','','','','','','OJ 16%','13','2','168','',16.00,'286','400',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(169,'','','','','','','','ORIJIN 250ML','11','2','169','',16.00,'237','400',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(170,'','','','','','','','ORIJIN 750ML','11','2','170','',16.00,'640','1000',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(171,'','','','','','','','PACKING TIN-SMALL','16','2','171','',16.00,'14','50',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(172,'','','','','','','','PACKING TIN-LARGE','16','2','172','',16.00,'15','70',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,1.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(173,'','','','','','','','PILSNER _MFALME_BOTTLE','12','2','173','',16.00,'182','260',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(174,'','','','','','','','PILSNER_LAGER_BOTTLE','12','2','174','',16.00,'175','250','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(175,'','','','','','','','PINEAPPLE PUNCH-BOTTLE','12','2','175','',16.00,'182','260',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(176,'','','','','','','','PINEAPPLE PUNCH-CAN','13','2','176','',16.00,'180','300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(177,'','','','','','','','PK','16','2','177','',16.00,'7','10','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2025-06-30 18:34:51','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','','','','VATABLE','0',''),(178,'','','','','','','','PREDATOR','15','2','178','',16.00,'54.17','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(179,'','','','','','','','JOHNNIE W RED 250ML','11','2','179','',16.00,'679','1500','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2025-06-13 14:40:07','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','','','','VATABLE','0',''),(180,'','','','','','','','REDBULL','15','2','180','',16.00,'185','300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(181,'','','','','','','','RICHOT-250','11','2','181','',16.00,'440','600',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(182,'','','','','','','','RICHOT-350','11','2','182','',16.00,'594','900',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(183,'','','','','','','','RICHOT-750','11','2','183','',16.00,'1297','1800',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(184,'','','','','','','','ROBERTSON-RED','9','2','184','',16.00,'1092','1700',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(185,'','','','','','','','ROBERTSON-WHITE','9','2','185','',16.00,'1092','1700',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(186,'','','','','','','','ROSTER','17','2','186','',16.00,'8','10','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(187,'','','','','','','','SAFARI','17','2','187','',16.00,'8','15','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(188,'','','','','','','','SAVANNAH CIDER','12','2','188','',16.00,'251','300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(189,'','','','','','','','SMIRNOFF 250ML','10','2','189','',16.00,'423','600',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(190,'','','','','','','','SMIRNOFF 350ML','10','2','190','',16.00,'594','900',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(191,'','','','','','','','SMIRNOFF 750ML','10','2','191','',16.00,'1297','1800',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(192,'','','','','','','','SNAPP CAN','13','2','192','',16.00,'180','300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(193,'','','','','','','','SODA PLASTIC BOTTLE 2LTRS','15','2','193','',16.00,'230','300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(194,'','','','','','','','SODA PLASTIC BOTTLE 500ML','15','2','194','',16.00,'70','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(195,'','','','','','','','SODA-BOTTLE','15','2','195','',16.00,'70','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(196,'','','','','','','','SPORT','17','2','196','',16.00,'14','20',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(197,'','','','','','','','TANQUARAY DRY GIN 750ML','10','2','197','',16.00,'2459','3500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(198,'','','','','','','','TANQUARAY SEVILA 750ML','10','2','198','',16.00,'3094','4000',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(199,'','','','','','','','TOOTHBRUSH','16','2','199','',16.00,'35','50',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(200,'','','','','','','','TOOTHPASTE','16','2','200','',16.00,'35','50',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(201,'','','','','','','','TRIPPLE ACE-250','10','2','201','',16.00,'200','300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(202,'','','','','','','','TRIPPLE ACE-750','10','2','202','',16.00,'570','900',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(203,'','','','','','','','TRUST','16','2','203','',16.00,'70','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(204,'','','','','','','','TUSKER CIDER -CAN','13','2','204','',16.00,'245','350',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(205,'','','','','','','','TUSKER CIDER-BOTTLE','12','2','205','',16.00,'225','300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(206,'','','','','','','','TUSKER LAGER-CAN','13','2','206','',16.00,'203','300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(207,'','','','','','','','TUSKER LITE CAN','13','2','207','',16.00,'247','350',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(208,'','','','','','','','TUSKER LITE-BOTTLE','12','2','208','',16.00,'195','260',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(209,'','','','','','','','TUSKER-LAGER-BOTTLE','12','2','209','',16.00,'175','250','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(210,'','','','','','','','V&A -250','11','2','210','',16.00,'310','400',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(211,'','','','','','','','V&A-750','11','2','211','',16.00,'805','1300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(212,'','','','','','','','VAT 69-350','11','2','212','',16.00,'860','1100','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(213,'','','','','','','','VAT 69-750','11','2','213','',16.00,'1520','1900','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(214,'','','','','','','','VICEROY 375','11','2','214','',16.00,'680','900',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(215,'','','','','','','','VICEROY-250','11','2','215','',16.00,'465','600',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(216,'','','','','','','','VICEROY-750','11','2','216','',16.00,'1300','1800',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(217,'','','','','','','','WHITECAP CAN','13','2','217','',16.00,'225','300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(218,'','','','','','','','WHITECAP-BOTTLE','12','2','218','',16.00,'200','260',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(219,'','','','','','','','WILLIAM LAWSON 350ML','11','2','219','',16.00,'879','1300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(220,'','','','','','','','WILLIAM LAWSON 750ML','11','2','220','',16.00,'1687','2500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(221,'','','','','','','','JACK DANIEL 750ML','11','2','221','',16.00,'3300','4500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(222,'','','','','','','','GLENFIDDISH 750ML','11','2','222','',16.00,'13144','15000',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(223,'','','','','','','','BARCADI CLEAR CARTA BLANCA 750ML','10','2','223','',16.00,'2057','2800',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(224,'','','','','','','','JOSE CURVO GOLD TEQUILA 1 LTR','10','2','224','',16.00,'2809','3800',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(225,'','','','','','','','JOSE CURVO GOLD TEQUILA 750ML','10','2','225','',16.00,'2640','3600',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(226,'','','','','','','','CHIVAS REGAL 12 YRS 750ML','11','2','226','',16.00,'3279','4200',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(227,'','','','','','','','CIROC PREMIUM 750ML','10','2','227','',16.00,'4619','5500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(228,'','','','','','','','MALIBU 750ML','11','2','228','',16.00,'1713','2300',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(229,'','','','','','','','SINGLETON 12 YEARS 750ML','11','2','229','',16.00,'4810','6000',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(230,'','','','','','','','HENNESSEY VS 700ML','11','2','230','',16.00,'4651','5500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(231,'','','','','','','','HENNESSEY VS 350ML','11','2','231','',16.00,'2451','3000',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(232,'','','','','','','','MARTEL VSSD 750ML','11','2','232','',16.00,'4764','6000',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(233,'','','','','','','','BALLENTINES 750ML','11','2','233','',16.00,'1789','2500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(234,'','','','','','','','JOHNNIE W BLACK LABEL-1 LTR','11','2','234','',16.00,'3880','5000','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2025-06-10 12:20:43','16','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',''),(235,'','','','','','','','CELLAR CAST-RED 750ML','9','2','235','',16.00,'1040','1400',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(236,'','','','','','','','JAGERMEISTER 1LTR','11','2','236','',16.00,'3392','4500',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(237,'','','','','','','','PEPSI ENERGY','15','2','237','',16.00,'33','100','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'2025-06-30 18:37:01','16','1','1','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','','','','VATABLE','0',''),(238,'','','','','','','','PEPSI SODA PLASTIC 500ML','15','2','238','',16.00,'33','100',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(239,'','','','','','','','TONIC WATER CAN','15','2','239','',16.00,'200','200',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(240,'','','','','','','','TONIC WATER BOTTLE','15','2','240','',16.00,'200','300','','0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(241,'','','','','','','','STRAWBERRY SYRUP','14','2','241','',16.00,'200','200',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(242,'','','','','','','','LIME SYRUP','14','2','242','',16.00,'200','200',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(243,'','','','','','','','ENO','16','2','243','',16.00,'5','10',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(244,'','','','','','','','COCKTAIL','14','2','244','',16.00,'150','200',NULL,'0',NULL,NULL,5,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE','0',NULL),(245,'','','','','','','','black ice','10','12','245','',16.00,'50','250','0','170',NULL,NULL,10,0,0,'3492761749058181',0,0,0,0.00,'2025-06-05 19:47:46','16','1','','0000-00-00','mainitem','Inclusive','b','inactive','pcs','Inventory','1110','4000','5500','VATABLE','20',''),(246,'','','','','','','','Black Ice Bottle','12','2','246','',16.00,'175','250','0','',NULL,NULL,5,0,0,'2985581749059068',0,0,0,0.00,'2025-06-05 19:48:43','16','1','','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(247,'','','','','','','','ROOMS','18','2','247','',16.00,'500','1500','0','0',NULL,NULL,6,0,0,'3714761749059239',0,0,0,0.00,'2025-06-04 20:49:02','11','1','','0000-00-00','mainitem','Inclusive','R','active','pcs','Inventory','1110','4000','5500','VATABLE','6',NULL),(248,'','','','','','','','ROOM 2','18','2','248','',16.00,'1000','1000','0','',NULL,NULL,0,0,0,'4185031749059342',0,0,0,0.00,'2025-06-05 22:58:56','16','1','','0000-00-00','mainitem','Inclusive','5','inactive','pcs','Inventory','1110','4000','5500','VATABLE','6',''),(249,'','','','','','','','Jameson 750ML','11','10','249','',16.00,'2500','3500','0','0',NULL,NULL,0,0,0,'7227911749060439',0,0,0,0.00,'2025-06-04 21:08:17','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',NULL),(250,'','','','','','','','ROOM 2','18','2','250','',16.00,'500','1000','0','',NULL,NULL,150,0,0,'6504511749064246',0,0,0,10000.00,'2025-06-05 21:52:48','16','1','','0000-00-00','mainitem','Inclusive','R','active','pcs','Inventory','1110','4000','5500','VATABLE','100',''),(251,'','','','','','','','ROOM 2','18','2','251','',16.00,'500','1500','100','',NULL,NULL,100,0,0,'9710741749064432',0,0,0,0.00,'2025-06-05 21:52:38','16','1','','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','1110','4000','5500','VATABLE','100',''),(252,'','','','','','','','ROOM3','18','2','252','',16.00,'500','1000','0','',NULL,NULL,0,0,0,'1291541749064782',0,0,0,0.00,'2025-06-05 22:58:44','16','1','','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','1110','4000','5500','VATABLE','100',''),(253,'','','','','','','','ROOM3','18','2','253','',16.00,'500','1000','100','',NULL,NULL,0,0,0,'1890291749065030',0,0,0,0.00,'2025-06-05 22:58:31','16','1','','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','1110','4000','5500','VATABLE','20',''),(254,'','','','','','','','ROOM3','18','2','254','',16.00,'500','1000','100','',NULL,NULL,0,0,0,'6536741749065172',0,0,0,0.00,'2025-06-05 22:58:17','16','1','','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','1110','4000','5500','VATABLE','100',''),(255,'','','','','','','','ROOM ','18','2','255','',16.00,'500','100','1000','',NULL,NULL,0,0,0,'6605991749065472',0,0,0,0.00,'2025-06-05 22:58:03','16','1','','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','1110','4000','5500','VATABLE','',''),(256,'','','','','','','','ROOMS','18','2','256','',16.00,'500','1000','100','',NULL,NULL,0,0,0,'4320771749066467',0,0,0,0.00,'2025-06-05 22:57:49','16','1','','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','1110','4000','5500','VATABLE','1000',''),(257,'','','','','','','','ROOMS','18','2','257','',16.00,'500','1000','50','',NULL,NULL,0,0,0,'7338571749066636',0,0,0,0.00,'2025-06-05 22:57:36','16','1','','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','1110','4000','5500','VATABLE','100',''),(258,'','','','','','','','ROOM','18','2','258','',16.00,'500','3000','100','NaN',NULL,NULL,0,127,0,'8569721749068648',0,0,0,0.00,'2025-06-05 22:57:20','16','1','','0000-00-00','subitem','Inclusive','R','inactive','Daily','Inventory','1110','4173','5500','VATABLE','50',''),(259,'','','','','','','','ROOM3','18','2','259','',16.00,'500','1000','0','',NULL,NULL,50,0,0,'4738101749069074',0,0,0,0.00,'2025-06-05 21:51:30','16','1','','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','1110','4000','5500','VATABLE','',''),(260,'','','','','','','','SNAP CAN ','13','10','260','',16.00,'250','300','0','',NULL,NULL,2,0,0,'2883781749073945',0,0,0,0.00,'2025-06-10 09:28:15','16','1','','0000-00-00','mainitem','Inclusive','SNAP','inactive','pcs','Inventory','1110','4000','5500','VATABLE','1',''),(261,'','','','','','','','CAPTAIN MORGAN','11','10','261','',16.00,'700','1300','4','0',NULL,NULL,4,0,0,'1002941749142884',0,0,0,0.00,'2025-06-05 20:17:13','16','1','','0000-00-00','mainitem','Inclusive','C','inactive','pcs','Inventory','1110','4000','5500','VATABLE','2',''),(262,'','','','','','','','JOHNNIE W RED LABEL 1 LTR','11','10','262','',16.00,'2080','3500','0','',NULL,NULL,0,0,0,'9040971749152591',0,0,0,0.00,'2025-06-10 12:23:17','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(263,'','','','','','','','Half Breakfast 250','6','2','263','',16.00,'100','250','0','',NULL,NULL,0,0,0,'4966411749212924',0,0,0,0.00,'2025-06-06 15:32:31','16','1','','0000-00-00','mainitem','Inclusive','Events','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(264,'','','','','','','','Service fee','6','2','264','',16.00,'2000','4000','0','0',NULL,NULL,0,0,0,'998681749213155',0,0,0,0.00,'2025-06-06 15:34:00','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(265,'','','','','','','','Service Fee','6','2','265','',16.00,'1000','2500','0','',NULL,NULL,0,0,0,'8537441749213244',0,0,0,0.00,'2025-06-06 15:35:04','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(266,'','','','','','','','Service fee','6','2','266','',16.00,'250','500','0','',NULL,NULL,0,0,0,'9362781749213310',0,0,0,0.00,'2025-06-06 15:36:25','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(267,'','','','','','','','Group Breakfast','6','2','267','',16.00,'150','200','10000','',NULL,NULL,10000,0,0,'9027081749213388',0,0,0,10000.00,'2025-06-06 15:47:12','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','10',''),(268,'','','','','','','','Live goat','6','2','268','',16.00,'11000','11000','10000','0',NULL,NULL,0,0,0,'7168321749213675',0,0,0,0.00,'2025-06-06 15:48:29','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(269,'','','','','','','','best whisky','11','10','269','',16.00,'330','500','0','',NULL,NULL,0,0,0,'4558041749229829',0,0,0,0.00,'2025-06-10 10:04:47','16','1','','0000-00-00','mainitem','Inclusive','best','inactive','pcs','Inventory','1110','4000','5500','VATABLE','',''),(270,'','','','','','','','best whisky','11','10','270','',16.00,'330','500','0','',NULL,NULL,0,0,0,'3966951749231769',0,0,0,0.00,'2025-06-10 10:05:09','16','1','','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','1110','4000','5500','VATABLE','',''),(271,'','','','','','','','black& white','11','10','271','',16.00,'605','900','0','',NULL,NULL,0,0,0,'7746491749231953',0,0,0,0.00,'2025-06-10 10:08:41','16','1','','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','1110','4000','5500','VATABLE','',''),(272,'','','','','','','','melkan 1.5 litres','16','10','272','',16.00,'33.3','100','0','0',NULL,NULL,83,0,0,'4519671749291574',0,0,0,0.00,'2025-06-07 13:23:06','14','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','83',NULL),(273,'','','','','','','','Gordon 1 LTR','10','10','273','',16.00,'2530','3500','1','',NULL,NULL,0,0,0,'3058781749399575',0,0,0,0.00,'2025-06-08 19:21:38','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(274,'','','','','','','','ABSOLUTE BLUE VODKA 1LTR','10','10','274','',16.00,'2773','3500','3','0',NULL,NULL,0,0,0,'4595721749486029',0,0,0,0.00,'2025-06-09 19:30:38','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(275,'','','','','','','','ALL SEASONS 250','11','10','275','',16.00,'376','500','1','0',NULL,NULL,1,0,0,'9458811749534256',0,0,0,0.00,'2025-06-10 08:50:00','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(276,'','','','','','','','ALL SEASONS 350','11','10','276','',16.00,'557','700','0','',NULL,NULL,0,0,0,'2512411749534638',0,0,0,0.00,'2025-06-10 08:51:45','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(277,'','','','','','','','ALL SEASONS 750','11','10','277','',16.00,'1140','1500','0','',NULL,NULL,0,0,0,'8344641749534706',0,0,0,0.00,'2025-06-10 08:52:19','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(278,'','','','','','','','FAMOUS GROUSE 350','10','10','278','',16.00,'986','1400','0','',NULL,NULL,0,0,0,'4676721749534922',0,0,0,1.00,'2025-06-10 08:59:26','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(279,'','','','','','','','FAMOUS GROUSE 750','10','10','279','',16.00,'2067','2900','0','',NULL,NULL,0,0,0,'6454711749535167',0,0,0,0.00,'2025-06-10 09:02:06','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(280,'','','','','','','','JOHNNIE W RED LABEL 250','11','10','280','',16.00,'679','900','0','',NULL,NULL,0,0,0,'937291749535817',0,0,0,0.00,'2025-06-10 12:23:35','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(281,'','','','','','','','Whisky Tot','19','2','281','',16.00,'25','50','0','',NULL,NULL,0,0,0,'6965761749573545',0,0,0,100.00,'2025-06-10 19:40:12','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(282,'','','','','','','','Vodka Tot','19','2','282','',16.00,'20','40','0','',NULL,NULL,0,0,0,'293791749573617',0,0,0,100.00,'2025-06-10 19:41:07','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(283,'','','','','','','','Room Double Breakfast','18','2','283','',16.00,'1000','2000','0','',NULL,NULL,0,0,0,'4284081749846376',0,0,0,0.00,'2025-06-13 23:27:58','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(284,'','','','','','','','Room Guest Breakfast','18','2','284','',16.00,'250','500','0','',NULL,NULL,0,0,0,'2913911749846511',0,0,0,0.00,'2025-06-13 23:29:53','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(285,'','','','','','','','Service fee','6','2','285','',16.00,'150','300','0','',NULL,NULL,0,0,0,'5735491749847578',0,0,0,500.00,'2025-06-13 23:46:49','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(286,'','','','','','','','Liver - Choma 1kg','7','2','286','',16.00,'1000','1400','0','0',NULL,NULL,0,0,0,'1435931749948740',0,0,0,100.00,'2025-06-15 03:54:44','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(287,'','','','','','','','Gordon Pink','10','10','287','',16.00,'2020','3000','0','',NULL,NULL,0,0,0,'4658381749996544',0,0,0,0.00,'2025-06-15 17:10:30','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(288,'','','','','','','','GORDONS CAN','13','10','288','',16.00,'220','300','0','',NULL,NULL,0,0,0,'9214121749996947',0,0,0,0.00,'2025-06-15 17:16:43','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(289,'','','','','','','','KICHWA ( GOAT) 1/2 ','7','20','289','',16.00,'100','250','0','',NULL,NULL,0,0,0,'9839161750286100',0,0,0,0.00,'2025-06-19 02:07:52','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','10',NULL),(290,'','','','','','','','COKE ZERO CAN','15','23','290','',16.00,'200','200','0','',NULL,NULL,0,0,0,'9665161750327031',0,0,0,0.00,'2025-06-19 12:57:45','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(291,'','','','','','','','ROYAL CLUB SODA','15','23','291','',16.00,'69','100','0','0',NULL,NULL,0,0,0,'7988481750327172',0,0,0,0.00,'2025-06-19 13:00:00','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(292,'','','','','','','','COCA COLA ZERO','15','24','292','',16.00,'99','150','0','0',NULL,NULL,0,0,0,'871661750328849',0,0,0,0.00,'2025-06-19 13:29:56','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(293,'','','','','','','','SODA 300ML','15','23','293','',16.00,'41','60','0','',NULL,NULL,0,0,0,'2159061750330256',0,0,0,0.00,'2025-06-19 13:54:30','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(294,'','','','','','','','JAMESON 350ML','11','25','294','',16.00,'1186','1700','0','',NULL,NULL,0,0,0,'9080361750869314',0,0,0,2.00,'2025-06-25 19:37:39','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(295,'','','','','','','','JAMESONS BLACK BARELL 750ML','11','25','295','',16.00,'3813','5000','0','',NULL,NULL,0,0,0,'7742641750869472',0,0,0,2.00,'2025-06-25 19:39:07','16','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(296,'','','','','','','','GUEST ROOM','18','2','296','',16.00,'3000','3000','0','0',NULL,NULL,0,0,0,'7425281751052832',0,0,0,20.00,'2025-06-28 14:59:08','16','1','','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','1110','4000','5500','VATABLE','',''),(297,'','','','','','','','UGALI','4','2','297','',16.00,'200','200','0','',NULL,NULL,0,0,0,'8331011751052900',0,0,0,10.00,'2025-06-28 14:58:56','16','1','','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','1110','4000','5500','VATABLE','',''),(298,'','','','','','','','WHITE COFFEE ','1','2','298','',16.00,'150','150','0','',NULL,NULL,0,0,0,'3558891751053055',0,0,0,10.00,'2025-06-28 14:58:33','16','1','','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','1110','4000','5500','VATABLE','',''),(299,'','','','','','','','DELMONTE','15','2','299','',16.00,'500','500','0','',NULL,NULL,0,0,0,'1827261751054903',0,0,0,10.00,'2025-06-28 14:58:24','16','1','','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','1110','4000','5500','VATABLE','',''),(300,'','','','','','','','FISH','7','2','300','',16.00,'800','800','0','',NULL,NULL,0,0,0,'6508231751055350',0,0,0,10.00,'2025-06-28 14:58:10','16','1','','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','1110','4000','5500','VATABLE','',''),(301,'','','','','','','','MILK','15','2','301','',16.00,'50','50','0','',NULL,NULL,0,0,0,'972431751069141',0,0,0,0.00,'2025-06-28 14:57:57','16','1','','0000-00-00','mainitem','Inclusive','','inactive','pcs','Inventory','1110','4000','5500','VATABLE','',''); /*!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(444) DEFAULT NULL, `withholdingamount` varchar(444) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `invoice` (`invoice`), UNIQUE KEY `supplier` (`supplier`,`invoice`,`branchid`), UNIQUE KEY `supplier_2` (`supplier`,`invoice`,`branchid`) ) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `purchaseorder` -- LOCK TABLES `purchaseorder` WRITE; /*!40000 ALTER TABLE `purchaseorder` DISABLE KEYS */; INSERT INTO `purchaseorder` VALUES (1,'10','161749058630','0000-00-00 00:00:00','18149','','16','2025-06-04 20:38:45','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-04 20:37:10','2025-07-04 20:37:10','2025-06-04','16','','VATABLE','0.00',0.00,'16','0','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(2,'10','161749061626','0000-00-00 00:00:00','2','','16','2025-06-04 21:27:35','','Direct','0000-00-00 00:00:00','','','','','purchases',2500.00,'1',0.00,'2025-06-04 21:27:06','2025-07-04 21:27:06','2025-06-04','16','','VATABLE','344.83',2155.17,'16','0.00','closed',NULL,'0000-00-00',1,0,NULL,'1','1',NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(3,'12','171749073910','0000-00-00 00:00:00','3','','17','2025-06-05 00:52:25','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-05 00:51:50','2025-07-05 00:51:50','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(4,'10','171749232260','0000-00-00 00:00:00','18295','','17','2025-06-06 20:52:07','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-06 20:51:00','2025-07-06 20:51:00','2025-06-06','16','','VATABLE','0',0.00,'16','0.00','closed',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(5,'15','161749812981','0000-00-00 00:00:00','5','','16','2025-06-13 14:10:34','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-13 14:09:42','2025-07-13 14:09:42','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(6,'21','161749817643','0000-00-00 00:00:00','6','','16','2025-06-13 15:27:44','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-13 15:27:23','2025-07-13 15:27:23','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(7,'10','161749828240','0000-00-00 00:00:00','18828','','16','2025-06-13 18:24:15','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-13 18:24:00','2025-07-13 18:24:00','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(8,'10','161749829905','0000-00-00 00:00:00','8','','16','2025-06-13 18:52:04','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-13 18:51:45','2025-07-13 18:51:45','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(9,'10','161749996314','0000-00-00 00:00:00','19020','','16','2025-06-15 17:06:16','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-15 17:05:14','2025-07-15 17:05:14','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(10,'15','161750171174','0000-00-00 00:00:00','10','','16','2025-06-17 17:39:50','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-17 17:39:34','2025-07-17 17:39:34','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(11,'23','161750326963','0000-00-00 00:00:00','11','','16','2025-06-19 12:56:36','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-19 12:56:04','2025-07-19 12:56:04','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(12,'23','161750327084','0000-00-00 00:00:00','12','','16','2025-06-19 12:58:18','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-19 12:58:04','2025-07-19 12:58:04','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(13,'24','161750328778','0000-00-00 00:00:00','13','','16','2025-06-19 13:26:27','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-19 13:26:18','2025-07-19 13:26:18','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(14,'24','161750329555','0000-00-00 00:00:00','14','','16','2025-06-19 13:39:26','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-19 13:39:15','2025-07-19 13:39:15','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(15,'23','161750329590','0000-00-00 00:00:00','15','','16','2025-06-19 13:43:26','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-19 13:39:50','2025-07-19 13:39:50','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(16,'25','161750331467','0000-00-00 00:00:00','16','','16','2025-06-19 14:11:17','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-19 14:11:07','2025-07-19 14:11:07','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(17,'26','161750332882','0000-00-00 00:00:00','17','','16','2025-06-19 14:34:50','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-19 14:34:42','2025-07-19 14:34:42','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(18,'10','161750348053','0000-00-00 00:00:00','18','','16','2025-06-19 18:47:53','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-19 18:47:33','2025-07-19 18:47:33','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(19,'21','161750440794','0000-00-00 00:00:00','19','','16','2025-06-20 20:33:27','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-20 20:33:14','2025-07-20 20:33:14','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(20,'10','161750440822','0000-00-00 00:00:00','20','','16','2025-06-20 20:33:50','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-20 20:33:42','2025-07-20 20:33:42','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(21,'21','161750593453','0000-00-00 00:00:00','21','','16','2025-06-22 14:57:49','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-22 14:57:33','2025-07-22 14:57:33','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(22,'10','161750612210','0000-00-00 00:00:00','22','','16','2025-06-22 20:10:21','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-22 20:10:10','2025-07-22 20:10:10','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(23,'10','161751031406','0000-00-00 00:00:00','19931','','16','2025-06-27 16:37:08','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-27 16:36:46','2025-07-27 16:36:46','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(24,'21','161751031823','0000-00-00 00:00:00','24','','16','2025-06-27 16:43:58','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-27 16:43:43','2025-07-27 16:43:43','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(25,'10','161751111631','0000-00-00 00:00:00','20040','','16','2025-06-28 14:54:23','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-28 14:53:51','2025-07-28 14:53:51','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'),(26,'10','161751125974','0000-00-00 00:00:00','20088','','16','2025-06-28 18:54:26','','Direct','0000-00-00 00:00:00','','','','','purchases',0.00,'1',0.00,'2025-06-28 18:52:54','2025-07-28 18:52:54','0000-00-00','','','VATABLE','0.00',0.00,'16','0.00','open',NULL,'0000-00-00',1,0,NULL,'1',NULL,NULL,NULL,NULL,'',NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0.00'); /*!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',5),('accountingreports',1),('accountingreports',5),('bankdeposits',5),('banktransfer',5),('cashiersales',1),('cashiersales',2),('cashiersales',3),('cashiersales',8),('config',1),('damagedproducts',1),('incomeexpenses',1),('incomeexpenses',5),('incomingstock',1),('incomingstore',1),('labourrecords',1),('lowproducts',1),('lowproducts',4),('lowstocklist',1),('lowstocklist',4),('members',1),('members',4),('password',1),('password',2),('password',3),('password',4),('password',8),('productlist',1),('productlist',4),('products',1),('products',4),('productscategory',1),('profile',3),('profile',8),('purchases',1),('purchases',4),('reports',1),('sales',1),('sales',2),('sales',3),('sales',8),('users',1),('viewreturnsales',1),('viewreturnsales',3),('viewreturnsales',4),('wholesale',1); /*!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=979 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 (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'),(572,'sales','1','printreceipt'),(573,'sales','1','add'),(574,'sales','1','suspend'),(575,'sales','1','selectmessage'),(576,'sales','1','update'),(577,'sales','1','delete'),(578,'sales','1','cash'),(579,'sales','1','moresales'),(580,'sales','1','sale'),(581,'sales','1','mpesabalance'),(582,'sales','1','select'),(583,'sales','1','displaycustomers'),(584,'sales','1','discount'),(585,'sales','1','Logout'),(586,'sales','1','reprint'),(587,'sales','1','productdiscount'),(588,'sales','1','closebill'),(589,'sales','1','mpesa'),(590,'sales','1','order'),(591,'sales','1','printbill'),(592,'sales','1','viewbuyingprice'),(593,'sales','1','editsellingprice'),(594,'sales','1','updatepaymentmode'),(595,'sales','1','card'),(596,'sales','1','clearpayments'),(597,'sales','1','creditnote'),(598,'sales','1','cheque'),(599,'sales','1','points'),(600,'sales','1','salesbeyondbprice'),(601,'sales','1','voucher'),(602,'sales','1','credit'),(603,'sales','1','selectroom'),(604,'sales','1','dontprint'),(605,'sales','1','accountlimit'),(606,'sales','1','backdatesales'),(607,'sales','1','recordcoins'),(608,'sales','1','giveloyalityponts'),(609,'sales','1','leaseitems'),(610,'sales','1','changetaxstatus'),(611,'sales','1','dontshowstock'),(612,'sales','1','splitbill'),(613,'sales','1','changeuomonsales'),(614,'sales','1','selecttable'),(615,'sales','1','printdelivery'),(616,'sales','1','sendsms'),(617,'sales','1','selectcurrency'),(618,'sales','1','salesperson'),(619,'sales','1','receiptno'),(620,'sales','1','usekeyboard'),(621,'sales','1','negativesales'),(622,'wholesale','1','sale'),(623,'wholesale','1','add'),(624,'wholesale','1','delete'),(625,'wholesale','1','update'),(626,'cashiersales','1','entermpesacode'),(627,'cashiersales','1','editmpesa'),(628,'cashiersales','1','all'),(629,'cashiersales','1','delete'),(630,'cashiersales','1','cashiersales'),(631,'cashiersales','1','editmpesadate'),(632,'cashiersales','1','dontshowtotal'),(633,'cashiersales','1','adddailycollection'),(634,'cashiersales','1','viewtill'),(635,'cashiersales','1','viewdailycollections'),(636,'cashiersales','1','updatedailycollections'),(637,'cashiersales','1','reversempesa'),(638,'cashiersales','1','deletedailycollections'),(639,'cashiersales','1','clearallsales'),(640,'cashiersales','1','viewallcollections'),(641,'cashiersales','1','mpesapendingreport'),(642,'cashiersales','1','viewallcounters'),(643,'cashiersales','1','mpesaverifiedreport'),(644,'cashiersales','1','viewcommission'),(645,'cashiersales','1','viewmpesamessages'),(646,'cashiersales','1','dailysalesonly'),(647,'purchases','1','add'),(648,'purchases','1','update'),(649,'purchases','1','delete'),(650,'purchases','1','updatebuyingprice'),(651,'purchases','1','updatesellingprice'),(652,'purchases','1','updateclosedinvoice'),(653,'purchases','1','viewquotation'),(654,'purchases','1','viewdirectpurchases'),(655,'purchases','1','viewserials'),(656,'purchases','1','viewpurchase'),(657,'purchases','1','salesorder'),(658,'purchases','1','budget'),(659,'purchases','1','showdefaultserials'),(660,'purchases','1','viewallcounters'),(661,'purchases','1','approve'),(662,'purchases','1','addbatchno'),(663,'purchases','1','addexpirydate'),(664,'viewreturnsales','1','add'),(665,'viewreturnsales','1','update'),(666,'viewreturnsales','1','delete'),(667,'viewreturnsales','1','return'),(668,'viewreturnsales','1','clear'),(669,'viewreturnsales','1','moresales'),(670,'incomeexpenses','1','add'),(671,'incomeexpenses','1','closeexpense'),(672,'incomeexpenses','1','update'),(673,'incomeexpenses','1','updateclosedexpenses'),(674,'incomeexpenses','1','wiewinvoices'),(675,'incomeexpenses','1','viewbills'),(676,'incomeexpenses','1','viewexpense'),(677,'incomeexpenses','1','viewdebtors'),(678,'incomeexpenses','1','viewcreditors'),(679,'incomeexpenses','1','postrentalexpenses'),(680,'members','1','add'),(681,'members','1','update'),(682,'members','1','deletepeople'),(683,'members','1','opencloseshift'),(684,'users','1','add'),(685,'users','1','update'),(686,'users','1','delete'),(687,'users','1','deleteallroles'),(688,'productscategory','1','add'),(689,'productscategory','1','update'),(690,'productscategory','1','delete'),(691,'productlist','1','bulk'),(692,'productlist','1','move'),(693,'productlist','1','more'),(694,'productlist','1','updatestock'),(695,'productlist','1','transfer'),(696,'productlist','1','addstock'),(697,'productlist','1','delete'),(698,'productlist','1','view'),(699,'productlist','1','update'),(700,'productlist','1','add'),(701,'productlist','1','stocktaking'),(702,'productlist','1','openclosestock'),(703,'productlist','1','editstocktaken'),(704,'productlist','1','editopenclosestock'),(705,'productlist','1','changeserialstatus'),(706,'productlist','1','viewserials'),(707,'productlist','1','viewproductsfromallbranches'),(708,'productlist','1','bulkpriceupdate'),(709,'productlist','1','negativestockadjustment'),(710,'productlist','1','viewproduction'),(711,'productlist','1','assignproduction'),(712,'productlist','1','deleteproductionitem'),(713,'productlist','1','updateproductionitem'),(714,'products','1','add'),(715,'products','1','update'),(716,'products','1','delete'),(717,'products','1','addstock'),(718,'products','1','more'),(719,'products','1','bulk'),(720,'products','1','deleteorder'),(721,'products','1','dispatch'),(722,'products','1','removestock'),(723,'products','1','price'),(724,'products','1','removeallstock'),(725,'products','1','bulkpriceupdate'),(726,'products','1','negativestockadjustment'),(727,'incomingstock','1','add'),(728,'incomingstock','1','update'),(729,'incomingstock','1','view'),(730,'incomingstock','1','delete'),(731,'incomingstore','1','add'),(732,'incomingstore','1','delete'),(733,'incomingstore','1','view'),(734,'lowstocklist','1','add'),(735,'lowstocklist','1','more'),(736,'lowstocklist','1','view'),(737,'lowproducts','1','add'),(738,'lowproducts','1','update'),(739,'damagedproducts','1','add'),(740,'damagedproducts','1','update'),(741,'damagedproducts','1','delete'),(742,'accountingreports','1','view'),(743,'labourrecords','1','add'),(744,'reports','1','view'),(745,'reports','1','download'),(746,'reports','1','delete'),(747,'reports','1','update'),(748,'reports','1','viewall'),(749,'password','1','change'),(750,'config','1','delete'),(751,'config','1','add'),(752,'config','1','update'),(753,'sales','3','printreceipt'),(754,'sales','3','add'),(755,'sales','3','suspend'),(756,'sales','3','selectmessage'),(757,'sales','3','update'),(758,'sales','3','delete'),(759,'sales','3','cash'),(760,'sales','3','moresales'),(761,'sales','3','sale'),(762,'sales','3','mpesabalance'),(763,'sales','3','select'),(764,'sales','3','displaycustomers'),(765,'sales','3','discount'),(766,'sales','3','Logout'),(767,'sales','3','reprint'),(768,'sales','3','productdiscount'),(769,'sales','3','closebill'),(770,'sales','3','mpesa'),(771,'sales','3','order'),(772,'sales','3','printbill'),(773,'sales','3','viewbuyingprice'),(774,'sales','3','hold'),(775,'sales','3','allowdiscountdropdown'),(776,'sales','3','editsellingprice'),(777,'sales','3','updatepaymentmode'),(778,'sales','3','card'),(779,'sales','3','clearpayments'),(780,'sales','3','creditnote'),(781,'sales','3','cheque'),(782,'sales','3','points'),(783,'sales','3','salesbeyondbprice'),(784,'sales','3','voucher'),(785,'sales','3','credit'),(786,'sales','3','salebelowbprice'),(787,'sales','3','selectroom'),(788,'sales','3','dontprint'),(789,'sales','3','accountlimit'),(790,'sales','3','backdatesales'),(791,'sales','3','recordcoins'),(792,'sales','3','giveloyalityponts'),(793,'sales','3','leaseitems'),(794,'sales','3','changetaxstatus'),(795,'sales','3','dontshowstock'),(796,'sales','3','splitbill'),(797,'sales','3','mergebill'),(798,'sales','3','changeuomonsales'),(799,'sales','3','selecttable'),(800,'sales','3','printdelivery'),(801,'sales','3','entermpesacode'),(802,'sales','3','sendsms'),(803,'sales','3','selectcurrency'),(804,'sales','3','salesperson'),(805,'sales','3','receiptno'),(806,'sales','3','usekeyboard'),(807,'sales','3','negativesales'),(808,'sales','3','updateqtysales'),(809,'sales','3','displaypreviousbalance'),(810,'sales','3','restrictbillprintingtotwo'),(811,'sales','3','claimmpesacode'),(812,'sales','3','swapsales'),(813,'cashiersales','3','entermpesacode'),(814,'cashiersales','3','editmpesa'),(815,'cashiersales','3','all'),(816,'cashiersales','3','delete'),(817,'cashiersales','3','cashiersales'),(818,'cashiersales','3','editmpesadate'),(819,'cashiersales','3','adddailycollection'),(820,'cashiersales','3','viewtill'),(821,'cashiersales','3','viewdailycollections'),(822,'cashiersales','3','updatedailycollections'),(823,'cashiersales','3','reversempesa'),(824,'cashiersales','3','deletedailycollections'),(825,'cashiersales','3','clearallsales'),(826,'cashiersales','3','viewallcollections'),(827,'cashiersales','3','mpesapendingreport'),(828,'cashiersales','3','viewallcounters'),(829,'cashiersales','3','mpesaverifiedreport'),(830,'cashiersales','3','viewcommission'),(831,'cashiersales','3','viewmpesamessages'),(832,'cashiersales','3','dailysalesonly'),(833,'cashiersales','3','changestatus'),(834,'cashiersales','3','pendingisdefault'),(835,'cashiersales','3','clearsalesisdefault'),(836,'cashiersales','3','showsitemmovement'),(837,'viewreturnsales','3','add'),(838,'viewreturnsales','3','update'),(839,'viewreturnsales','3','delete'),(840,'viewreturnsales','3','return'),(841,'viewreturnsales','3','clear'),(842,'viewreturnsales','3','moresales'),(843,'viewreturnsales','3','returnclearedsales'),(844,'password','3','change'),(845,'profile','3','update'),(892,'sales','2','add'),(893,'sales','2','suspend'),(894,'sales','2','update'),(895,'sales','2','moresales'),(896,'sales','2','sale'),(897,'sales','2','Logout'),(898,'sales','2','order'),(899,'sales','2','printbill'),(900,'sales','2','clearpayments'),(901,'sales','2','splitbill'),(902,'sales','2','mergebill'),(903,'sales','2','updateqtysales'),(904,'cashiersales','2','viewdailycollections'),(905,'cashiersales','2','dailysalesonly'),(906,'cashiersales','2','pendingisdefault'),(907,'password','2','change'),(908,'purchases','4','add'),(909,'purchases','4','update'),(910,'purchases','4','delete'),(911,'purchases','4','updatebuyingprice'),(912,'purchases','4','updatesellingprice'),(913,'purchases','4','updateclosedinvoice'),(914,'purchases','4','viewquotation'),(915,'purchases','4','viewdirectpurchases'),(916,'purchases','4','viewserials'),(917,'purchases','4','viewpurchase'),(918,'purchases','4','salesorder'),(919,'purchases','4','budget'),(920,'purchases','4','showdefaultserials'),(921,'purchases','4','viewallcounters'),(922,'purchases','4','approve'),(923,'purchases','4','addbatchno'),(924,'purchases','4','addexpirydate'),(925,'purchases','4','updateserial'),(926,'viewreturnsales','4','add'),(927,'viewreturnsales','4','update'),(928,'viewreturnsales','4','delete'),(929,'viewreturnsales','4','return'),(930,'viewreturnsales','4','clear'),(931,'viewreturnsales','4','moresales'),(932,'members','4','add'),(933,'members','4','update'),(934,'members','4','deletepeople'),(935,'members','4','opencloseshift'),(936,'members','4','UpdateRenewal'),(937,'productlist','4','bulk'),(938,'productlist','4','move'),(939,'productlist','4','more'),(940,'productlist','4','updatestock'),(941,'productlist','4','transfer'),(942,'productlist','4','addstock'),(943,'productlist','4','delete'),(944,'productlist','4','view'),(945,'productlist','4','update'),(946,'productlist','4','add'),(947,'productlist','4','stocktaking'),(948,'productlist','4','openclosestock'),(949,'productlist','4','editstocktaken'),(950,'productlist','4','editopenclosestock'),(951,'productlist','4','changeserialstatus'),(952,'productlist','4','viewserials'),(953,'productlist','4','viewproductsfromallbranches'),(954,'productlist','4','bulkpriceupdate'),(955,'productlist','4','negativestockadjustment'),(956,'productlist','4','viewproduction'),(957,'productlist','4','assignproduction'),(958,'productlist','4','deleteproductionitem'),(959,'productlist','4','updateproductionitem'),(960,'products','4','add'),(961,'products','4','update'),(962,'products','4','delete'),(963,'products','4','addstock'),(964,'products','4','more'),(965,'products','4','bulk'),(966,'products','4','deleteorder'),(967,'products','4','dispatch'),(968,'products','4','removestock'),(969,'products','4','price'),(970,'products','4','removeallstock'),(971,'products','4','bulkpriceupdate'),(972,'products','4','negativestockadjustment'),(973,'lowstocklist','4','add'),(974,'lowstocklist','4','more'),(975,'lowstocklist','4','view'),(976,'lowproducts','4','add'),(977,'lowproducts','4','update'),(978,'password','4','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,'MANAGER','Cashier','2025-05-25 15:16:55','active','1','','1',''),(2,'Waiter','Waiter','2024-05-21 15:44:26','active','1','','1',''),(3,'CASHIER','','2025-05-25 15:17:29','active','1','','1',''),(4,'STOCK CONTROLLER','','2025-05-25 18:13:16','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`), UNIQUE KEY `roomid_2` (`roomid`,`plotno`,`chargeid`), UNIQUE KEY `roomid_3` (`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=1809 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,'','Mpesa','','2025-06-04 18:21:53','','0','5','2025-06-04 18:21:53','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51749050508','Cleared','17','2025-06-04 19:05:38','','','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,''),(2,'','Mpesa','','2025-06-04 18:36:22','','0','5','2025-06-04 18:36:22','','0','1300','1','retail','0','1300','1','0','0','0','0','1300','0','printed',' ','','1','0','51749051282','Cleared','17','2025-06-04 19:06:43','','','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,''),(3,'','Mpesa','','2025-06-04 18:39:05','','0','5','2025-06-04 18:39:05','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','51749051463','Cleared','17','2025-06-04 19:06:14','','','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,''),(4,'0','Cash','','2025-06-04 18:47:56','','0','17','2025-06-04 18:47:57','','','','1','retail','','','1','0','0','0','0','0','0','printed',' ','',NULL,'0','171749052076','Cleared','16','2025-06-04 19:51:19','','','2','','','',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,''),(5,'','Mpesa','','2025-06-04 18:50:37','','0','5','2025-06-04 18:50:37','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','4','0','51749051719','Cleared','17','2025-06-04 19:06:03','','','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,''),(6,'','Mpesa','','2025-06-04 18:57:46','','0','5','2025-06-04 18:57:46','','0','2040','1','retail','0','2040','1','0','0','0','0','2040','0','printed',' ','','1','0','51749052443','Cleared','17','2025-06-04 19:08:21','','','','','','',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,''),(7,'','Mpesa','','2025-06-04 19:10:16','','0','11','2025-06-04 19:10:16','','0','3190','1','retail','0','3190','1','0','0','0','0','3190','0','printed',' ','','1','0','111749052794','Cleared','17','2025-06-04 19:21:16','','','','','','',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,''),(8,'','Mpesa','','2025-06-04 19:21:46','','0','11','2025-06-04 19:21:46','','0','2820','1','retail','0','2820','1','0','0','0','0','2820','0','printed',' ','','4','0','111749053532','Cleared','17','2025-06-04 19:24:33','','','','','','',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,''),(9,'','Cash','','2025-06-04 19:25:54','','0','3','2025-06-04 19:25:54','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','31749054247','Cleared','17','2025-06-05 00:11:05','','','2','','','',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,''),(10,'','Mpesa','','2025-06-04 19:27:49','','0','3','2025-06-04 19:27:49','','0','1150','1','retail','0','1150','1','0','0','0','0','1150','0','printed',' ','','4','0','31749054441','Cleared','17','2025-06-05 00:06:52','','','2','','','',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,''),(11,'','Cash','','2025-06-13 18:44:54','','0','3','2025-06-04 19:52:16','','5954','5954','1','retail','0','5954','1','0','0','0','0','0','0','new',' ','','4','0','31749054544','No','16','2025-06-13 18:44: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,''),(12,'','Cash','','2025-06-04 20:02:56','','0','5','2025-06-04 20:02:56','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','51749056574','Cleared','17','2025-06-05 00:07:08','','','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,''),(13,'','Mpesa','','2025-06-04 20:07:39','','0','5','2025-06-04 20:07:39','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','51749056731','Cleared','17','2025-06-05 00:04:02','','','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,''),(14,'','Mpesa','','2025-06-04 20:27:15','','0','5','2025-06-04 20:27:15','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','1','0','51749057942','Cleared','17','2025-06-05 00:05:40','','','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,''),(15,'','Mpesa','','2025-06-04 21:15:20','','0','11','2025-06-04 21:15:20','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','111749060895','Cleared','17','2025-06-05 00:21:57','','','','','','',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,''),(16,'','Mpesa','','2025-06-04 21:28:44','','0','11','2025-06-04 21:28:44','','0','3500','1','retail','0','3500','1','0','0','0','0','3500','0','printed',' ','','1','0','111749061708','Cleared','17','2025-06-05 00:22: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,''),(17,'','Mpesa','','2025-06-04 21:32:18','','0','5','2025-06-04 21:32:18','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','51749061936','Cleared','17','2025-06-05 00:06:15','','','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,''),(18,'','Mpesa','','2025-06-04 21:34:00','','0','5','2025-06-04 21:34:00','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','51749061986','Cleared','17','2025-06-05 00:05:58','','','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,''),(19,'','Mpesa','','2025-06-04 21:36:13','','0','5','2025-06-04 21:36:13','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','4','0','51749062172','Cleared','17','2025-06-05 00:10:35','','','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,''),(20,'','Mpesa','','2025-06-04 21:39:07','','0','11','2025-06-04 21:39:07','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','2','0','111749062345','Cleared','17','2025-06-05 00:22:34','','','','','','',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,''),(21,'','Mpesa','','2025-06-04 21:42:20','','0','5','2025-06-04 21:42:20','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','4','0','51749062538','Cleared','17','2025-06-05 00:10:49','','','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,''),(22,'','Mpesa','','2025-06-04 21:51:15','','0','11','2025-06-04 21:51:15','','0','600','1','retail','0','700','1','0','0','0','0','600','0','printed',' ','','4','0','111749063051','Cleared','17','2025-06-05 00:22:42','','','','','','',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,''),(23,'','Mpesa','','2025-06-04 21:57:09','','0','11','2025-06-04 21:57:09','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','111749063427','Cleared','17','2025-06-05 00:24:02','','','','','','',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,''),(24,'','Mpesa','','2025-06-04 22:47:03','','0','5','2025-06-04 22:47:03','','0','1100','1','retail','0','1100','1','0','0','0','0','1100','0','printed',' ','','1','0','51749066360','Cleared','17','2025-06-05 00:05:00','','','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,''),(25,'','Cash','','2025-06-04 22:48:18','','0','5','2025-06-04 22:48:18','','750','750','1','retail','0','750','1','0','0','0','0','0','0','printed',' ','','4','0','51749066487','Cleared','17','2025-06-05 00:04:20','','','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,''),(26,'','Cash','','2025-06-04 22:52:34','','0','5','2025-06-04 22:52:34','16','750','750','1','retail','0','750','1','0','0','0','0','0','0','printed',' ','','4','0','51749066744','Cleared','17','2025-06-05 00:39:05','','','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,''),(27,'','Cash','','2025-06-04 23:37:28','','0','11','2025-06-04 23:33:35','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','3','0','111749069214','Cleared','17','2025-06-05 00:12:18','','','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,''),(28,'','Mpesa','','2025-06-04 23:43:31','','0','5','2025-06-04 23:43:31','','0','400','1','retail','0','500','1','0','0','0','0','400','0','printed',' ','','1','0','51749069801','Cleared','17','2025-06-05 00:17:31','','','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,''),(29,'','Mpesa','','2025-06-04 23:45:40','','0','5','2025-06-04 23:45:40','','0','1380','1','retail','0','1380','1','0','0','0','0','1380','0','printed',' ','','1','0','51749069897','Cleared','17','2025-06-05 00:11:21','','','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,''),(30,'','Cash','','2025-06-04 23:55:00','','0','5','2025-06-04 23:55:00','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','51749070499','Cleared','17','2025-06-05 00:05:24','','','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,''),(31,'','Mpesa','','2025-06-05 00:15:40','','0','5','2025-06-05 00:15:40','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','4','0','51749071725','Cleared','17','2025-06-05 00:20:59','','','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,''),(32,'','Mpesa','','2025-06-05 00:17:08','','0','5','2025-06-05 00:17:08','','0','770','1','retail','0','770','1','0','0','0','0','770','0','printed',' ','','1','0','51749071763','Cleared','17','2025-06-05 00:21:18','','','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,''),(33,'','Mpesa','','2025-06-05 00:35:15','','0','5','2025-06-05 00:35:15','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','51749072888','Cleared','17','2025-06-05 00:38:05','','','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,''),(34,'','Mpesa','','2025-06-05 00:35:55','','0','5','2025-06-05 00:35:55','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','51749072954','Cleared','17','2025-06-05 00:38:15','','','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,''),(35,'','Cash','','2025-06-05 00:57:34','','0','5','2025-06-05 00:57:34','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','51749074234','Cleared','17','2025-06-05 00:58:32','','','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,''),(36,'','Mpesa','','2025-06-05 01:23:52','','0','5','2025-06-05 01:23:52','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51749075831','Cleared','17','2025-06-05 01:24:28','','','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,''),(37,'','Mpesa','','2025-06-05 13:50:09','','0','3','2025-06-05 13:31:18','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','31749119471','Cleared','11','2025-06-05 17:46:47','','','2','','','',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,''),(38,'','Mpesa','','2025-06-05 14:13:37','','0','3','2025-06-05 13:53:27','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','31749120806','Cleared','11','2025-06-05 17:59:46','','','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,''),(39,'','Mpesa','','2025-06-05 15:44:02','','0','4','2025-06-05 15:44:02','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','41749127441','Cleared','11','2025-06-05 23:16:18','','','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,''),(40,'','Cash','','2025-06-05 18:49:19','','0','4','2025-06-05 16:06:06','','2150','2220','1','retail','0','2220','1','0','0','0','0','70','0','printed',' ','','1','0','41749128744','Cleared','11','2025-06-05 23:15:49','','','2','','','',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,''),(41,'','Cash','','2025-06-05 18:43:01','','0','11','2025-06-05 16:45:56','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','3','0','111749131152','Cleared','11','2025-06-05 18:44:40','','','2','','','',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,''),(42,'','Cash','','2025-06-05 16:53:50','','0','4','2025-06-05 16:53:50','','950','950','1','retail','0','950','1','0','0','0','0','0','0','printed',' ','','4','0','41749131608','Cleared','11','2025-06-05 23:23:20','','','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,''),(43,'','Cash','','2025-06-05 18:31:02','','0','4','2025-06-05 17:10:19','','3180','3180','1','retail','0','3180','1','0','0','0','0','0','0','printed',' ','','1','0','41749132422','Cleared','11','2025-06-05 22:31:28','','','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,''),(44,'','Mpesa','','2025-06-05 17:38:17','','0','3','2025-06-05 17:38:17','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','4','0','31749134282','Cleared','11','2025-06-05 17:47: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,''),(45,'','Cash','','2025-06-05 17:56:08','','0','6','2025-06-05 17:56:08','','1300','1300','1','retail','0','1300','1','0','0','0','0','0','0','new',' ','','4','0','61749135340','No','','','','','2','','','',0.00,0.00,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-06-06 02:58:05','','0','6','2025-06-05 17:57:39','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','1','0','61749135458','Cleared','11','2025-06-06 03:09:42','','','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,''),(47,'6DK','Mpesa','','2025-06-05 17:58:12','','0','6','2025-06-05 17:58:12','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','61749135489','Cleared','11','2025-06-05 20:31:43','','','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,''),(48,'','Cash','','2025-06-05 17:58:43','','0','6','2025-06-05 17:58:43','','260','260','1','retail','0','260','1','0','0','0','0','0','0','printed',' ','','1','0','61749135521','Cleared','11','2025-06-05 22:59:47','','','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,''),(49,'mi5','Mpesa','','2025-06-05 18:33:06','','0','3','2025-06-05 18:33:06','','0','1150','1','retail','0','1150','1','0','0','0','0','1150','0','printed',' ','','1','0','31749137537','Cleared','11','2025-06-05 19:44:21','','','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,''),(50,'','Cash','','2025-06-05 18:39:41','','0','6','2025-06-05 18:39:41','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61749137978','Cleared','11','2025-06-05 19:03:46','','','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,''),(51,'kbxo','Mpesa','','2025-06-05 18:51:31','','0','6','2025-06-05 18:51:31','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','61749138689','Cleared','11','2025-06-05 19:26:00','','','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,''),(52,'','Mpesa','','2025-06-05 19:01:05','','0','3','2025-06-05 19:01:05','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','31749139181','Cleared','11','2025-06-05 19:45:10','','','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,''),(53,'','Mpesa','','2025-06-05 19:16:12','','0','5','2025-06-05 19:16:12','','0','1040','1','retail','0','1040','1','0','0','0','0','1040','0','printed',' ','','1','0','51749140169','Cleared','11','2025-06-05 19:31:38','','','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,''),(54,'','Cash','','2025-06-05 19:20:27','','0','5','2025-06-05 19:20:28','','1300','1300','1','retail','0','1300','1','0','0','0','0','0','0','printed',' ','','1','0','51749140361','Cleared','11','2025-06-05 20:40:15','','','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,''),(55,'','Cash','','2025-06-05 19:21:42','','0','5','2025-06-05 19:21:42','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','1','0','51749140499','Cleared','11','2025-06-05 19:35:19','','','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,''),(56,'','Cash','','2025-06-05 20:47:17','','0','6','2025-06-05 19:36:57','','800','900','1','retail','0','900','1','0','0','0','0','100','0','printed',' ','','1','0','61749141414','Cleared','11','2025-06-05 21:47:37','','','2','','','',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,''),(57,'','Mpesa','','2025-06-05 20:59:43','','0','4','2025-06-05 19:38:11','','0','1900','1','retail','0','1900','1','0','0','0','0','1900','0','printed',' ','','3','0','41749141473','Cleared','11','2025-06-05 22:40:05','','','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,''),(58,'','Mpesa','','2025-06-05 19:49:39','','0','3','2025-06-05 19:49:39','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','31749142139','Cleared','11','2025-06-06 02:52:17','','','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,''),(59,'XPSK','Mpesa','','2025-06-06 00:46:02','','0','6','2025-06-05 20:08:24','','0','3150','1','retail','0','3150','1','0','0','0','0','3150','0','printed',' ','','1','0','61749143290','Cleared','11','2025-06-06 02:45:51','','','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,''),(60,'RNQ','Mpesa','','2025-06-05 20:53:17','','0','6','2025-06-05 20:16:25','','0','720','1','retail','0','720','1','0','0','0','0','720','0','printed',' ','','2','0','61749143783','Cleared','11','2025-06-05 21:43:29','','','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,''),(61,'YBUY','Mpesa','','2025-06-05 20:27:37','','0','6','2025-06-05 20:27:37','','0','1300','1','retail','0','1300','1','0','0','0','0','1300','0','printed',' ','','1','0','61749144456','Cleared','11','2025-06-05 20:29:11','','','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,''),(62,'RRK9','Mpesa','','2025-06-05 20:36:42','','0','5','2025-06-05 20:36:42','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','51749144987','Cleared','11','2025-06-05 20:41:31','','','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,''),(63,'','Cash','','2025-06-05 20:38:19','','0','6','2025-06-05 20:38:19','','0','0','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','4','450','61749145088','No','','','','','1','','','',0.00,0.00,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-06-06 03:56:13','','0','4','2025-06-05 20:41:48','','5100','5100','1','retail','0','5100','1','0','0','0','0','0','0','new',' ','','1','0','41749145289','No','4','2025-06-06 03:56: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,''),(65,'','Cash','','2025-06-05 21:13:10','','0','4','2025-06-05 21:13:10','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','41749147176','Cleared','11','2025-06-06 02:35:58','','','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,''),(66,'','Mpesa','','2025-06-05 23:47:55','','0','6','2025-06-05 21:35:51','','0','3450','1','retail','0','3450','1','0','0','0','0','3450','0','printed',' ','','1','0','61749148540','Cleared','11','2025-06-06 02:51:01','','','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,''),(67,'L3MR','Mpesa','','2025-06-05 21:42:09','','0','5','2025-06-05 21:42:09','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','4','0','51749148914','Cleared','11','2025-06-05 21:44:35','','','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,''),(68,'','Cash','','2025-06-06 02:02:45','','0','4','2025-06-05 21:54:08','','3810','3810','1','retail','0','3810','1','0','0','0','0','0','0','printed',' ','','1','0','41749149581','Cleared','11','2025-06-06 02:13:46','','','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,''),(69,'','Cash','','2025-06-06 01:18:07','','0','6','2025-06-05 22:04:04','','400','2980','1','retail','0','2980','1','0','0','0','0','2580','0','printed',' ','','1','0','61749150227','Cleared','11','2025-06-06 02:43:48','','','2','','','',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,'PFW','Mpesa','','2025-06-05 22:32:49','','0','6','2025-06-05 22:20:32','','0','760','1','retail','0','760','1','0','0','0','0','760','0','printed',' ','','1','0','61749151224','Cleared','11','2025-06-05 23:08:01','','','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,''),(71,'P85','Mpesa','','2025-06-05 22:23:00','','0','5','2025-06-05 22:23:00','','0','2150','1','retail','0','2150','1','0','0','0','0','2150','0','printed',' ','','4','0','51749151339','Cleared','11','2025-06-06 01:43:15','','','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,''),(72,'','Mpesa','','2025-06-05 22:26:51','','0','5','2025-06-05 22:26:51','','0','1300','1','retail','0','1300','1','0','0','0','0','1300','0','printed',' ','','1','0','51749151470','Cleared','11','2025-06-06 01:42:04','','','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,''),(73,'','Mpesa','','2025-06-05 22:28:39','','0','5','2025-06-05 22:28:39','','0','1470','1','retail','0','1470','1','0','0','0','0','1470','0','printed',' ','','1','0','51749151662','Cleared','17','2025-06-06 04:03:42','','','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,''),(74,'','Mpesa','','2025-06-05 22:29:14','','0','5','2025-06-05 22:29:14','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','4','0','51749151752','Cleared','11','2025-06-06 02:30:05','','','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,''),(75,'','Mpesa','','2025-06-05 22:30:51','','0','5','2025-06-05 22:30:51','','0','3000','1','retail','0','3000','1','0','0','0','0','3000','0','printed',' ','','3','0','51749151850','Cleared','11','2025-06-06 01:41:11','','','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,''),(76,'','Mpesa','','2025-06-05 23:11:32','','0','6','2025-06-05 22:36:01','','0','2340','1','retail','0','2340','1','0','0','0','0','2340','0','printed',' ','','1','0','61749152046','Cleared','11','2025-06-05 23:18:21','','','2','','','',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,''),(77,'','Mpesa','','2025-06-05 23:31:01','','0','4','2025-06-05 23:04:59','','0','920','1','retail','0','920','1','0','0','0','0','920','0','printed',' ','','1','0','41749153889','Cleared','17','2025-06-05 23:48:52','','','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,''),(78,'','Cash','','2025-06-05 23:23:15','','0','6','2025-06-05 23:23:15','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','4','0','61749154994','Cleared','17','2025-06-06 01:38:44','','','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,''),(79,'','Mpesa','','2025-06-06 01:22:10','','0','6','2025-06-05 23:36:21','','0','940','1','retail','0','940','1','0','0','0','0','940','0','printed',' ','','1','0','61749155766','Cleared','11','2025-06-06 02:47:35','','','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,''),(80,'','Mpesa','','2025-06-05 23:41:29','','0','4','2025-06-05 23:41:29','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','41749156088','Cleared','17','2025-06-05 23:58: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,''),(81,'','Cash','','2025-06-05 23:42:07','','0','4','2025-06-05 23:42:07','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','41749156126','Cleared','17','2025-06-05 23:47:01','','','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,''),(82,'','Mpesa','','2025-06-06 01:57:39','','0','6','2025-06-05 23:48:47','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','61749156500','Cleared','11','2025-06-06 02:04:28','','','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,''),(83,'','Cash','','2025-06-05 23:52:19','boss','0','6','2025-06-05 23:52:19','16','1200','1200','1','retail','0','1200','1','0','0','0','0','0','0','printed','boss ','','1','0','61749156728','Cleared','17','2025-06-06 03:57:18','','','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,''),(84,'','Cash','','2025-06-05 23:57:56','','0','5','2025-06-05 23:57:56','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','51749157075','Cleared','11','2025-06-06 01:44:38','','','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,''),(85,'','Cash','','2025-06-05 23:59:14','','0','5','2025-06-05 23:59:14','','200','1050','1','retail','0','1050','1','0','0','0','0','850','0','printed',' ','','1','0','51749157131','Cleared','11','2025-06-06 01:12:29','','','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,''),(86,'KWWY','Mpesa','','2025-06-06 00:06:57','','0','5','2025-06-06 00:06:57','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','51749157601','Cleared','11','2025-06-06 01:14:06','','','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,''),(87,'','Cash','','2025-06-06 00:11:59','','0','5','2025-06-06 00:11:59','','320','320','1','retail','0','320','1','0','0','0','0','0','0','printed',' ','','4','0','51749157859','Cleared','11','2025-06-06 03:00:26','','','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,''),(88,'','Cash','','2025-06-06 00:21:15','','0','4','2025-06-06 00:20:46','','1500','1500','1','retail','0','1500','1','0','0','0','0','0','0','printed',' ','','1','0','41749158388','Cleared','11','2025-06-06 02:14:25','','','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,''),(89,'','Cash','','2025-06-06 00:25:21','','0','5','2025-06-06 00:25:21','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','4','0','51749158720','Cleared','11','2025-06-06 02:57:46','','','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,''),(90,'','Cash','','2025-06-06 00:37:04','','0','4','2025-06-06 00:37:04','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','41749159414','Cleared','11','2025-06-06 02:35:20','','','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,''),(91,'','Cash','','2025-06-06 00:47:43','','0','4','2025-06-06 00:47:43','','1040','1040','1','retail','0','1040','1','0','0','0','0','0','0','printed',' ','','1','0','41749160062','Cleared','11','2025-06-06 02:34:58','','','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,''),(92,'','Cash','','2025-06-06 01:29:12','','0','4','2025-06-06 01:29:12','','0','0','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','4','200','41749162551','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-06-06 02:16:05','','0','4','2025-06-06 02:16:05','','1100','1100','1','retail','0','1100','1','0','0','0','0','0','0','printed',' ','','1','0','41749165351','Cleared','11','2025-06-06 02:21:03','','','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,''),(94,'','Mpesa','','2025-06-06 02:33:26','','0','5','2025-06-06 02:33:26','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','51749166333','Cleared','11','2025-06-06 02:56:47','','','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,''),(95,'','Cash','','2025-06-06 02:35:20','','0','5','2025-06-06 02:35:20','16','700','700','1','retail','0','700','1','0','0','0','0','0','0','printed',' ','','1','0','51749166509','Cleared','17','2025-06-06 03:56:58','','','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,''),(96,'','Mpesa','','2025-06-06 02:42:28','','0','5','2025-06-06 02:42:28','','0','6480','1','retail','0','6480','1','0','0','0','0','6480','0','printed',' ','','1','0','51749166644','Cleared','11','2025-06-06 02:55:34','','','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,''),(97,'','Cash','','2025-06-06 02:45:24','','0','5','2025-06-06 02:45:24','','310','4000','1','retail','0','4000','1','0','0','0','0','3690','0','printed',' ','','1','0','51749167012','Cleared','11','2025-06-06 03:04:12','','','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,''),(98,'','Cash','','2025-06-06 02:46:36','','0','5','2025-06-06 02:46:36','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','51749167195','Cleared','11','2025-06-06 03:00:52','','','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,''),(99,'','Cash','','2025-06-06 02:55:09','','0','4','2025-06-06 02:55:09','','3880','3880','1','retail','0','3880','1','0','0','0','0','0','0','printed',' ','','1','0','41749167426','Cleared','17','2025-06-06 03:47:38','','','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,''),(100,'','Cash','','2025-06-06 02:59:10','','0','6','2025-06-06 02:59:10','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','61749167948','Cleared','11','2025-06-06 03:12:46','','','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,''),(101,'77GO','Mpesa','','2025-06-06 02:59:43','','0','6','2025-06-06 02:59:43','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61749167982','Cleared','11','2025-06-06 03:11:02','','','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,''),(102,'','Cash','','2025-06-06 03:01:04','dj','0','6','2025-06-06 03:01:04','16','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed','dj ','','4','0','61749168054','Cleared','17','2025-06-06 03:57:53','','','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,''),(103,'','Cash','','2025-06-06 03:11:35','','0','4','2025-06-06 03:11:35','16','550','550','1','retail','0','550','1','0','0','0','0','0','0','printed',' ','','1','0','41749168678','Cleared','17','2025-06-06 03:55:29','','','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,''),(104,'','Cash','','2025-06-06 03:21:18','','0','5','2025-06-06 03:21:18','','0','0','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','1','600','51749169266','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-06 03:26:16','','0','5','2025-06-06 03:26:16','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51749169575','Cleared','17','2025-06-06 04:03:21','','','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,''),(106,'','Cash','','2025-06-06 03:27:12','','0','5','2025-06-06 03:27:12','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','51749169631','No','','','','','1','','','',0.00,0.00,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,'','Cash','','2025-06-06 03:29:12','','0','6','2025-06-06 03:29:12','','600','1600','1','retail','0','1600','1','0','0','0','0','1000','0','printed',' ','','1','0','61749169742','Cleared','17','2025-06-06 03:41:44','','','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,''),(108,'','Mpesa','','2025-06-06 03:30:07','','0','6','2025-06-06 03:30:07','','0','1200','1','retail','0','1200','1','0','0','0','0','1200','0','printed',' ','','1','0','61749169796','Cleared','17','2025-06-06 03:40:19','','','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,''),(109,'','Cash','','2025-06-06 03:31:02','boss','0','6','2025-06-06 03:31:02','16','1200','1200','1','retail','0','1200','1','0','0','0','0','0','0','printed','boss ','','1','0','61749169835','Cleared','17','2025-06-06 03:56:15','','','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,''),(110,'','Cash','','2025-06-06 03:38:49','','0','4','2025-06-06 03:38:49','','3900','3900','1','retail','0','3900','1','0','0','0','0','0','0','new',' ','','4','0','41749170266','No','','','','','1','','','',0.00,0.00,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-06-06 03:39:50','','0','4','2025-06-06 03:39:50','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','1','0','41749170388','Cleared','17','2025-06-06 03:44:21','','','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,''),(112,'','Mpesa','','2025-06-06 03:43:12','','0','6','2025-06-06 03:43:12','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','4','0','61749170591','Cleared','17','2025-06-06 04:10:51','','','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,''),(113,'','Mpesa','','2025-06-06 04:04:29','','0','5','2025-06-06 04:04:29','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','51749171867','Cleared','17','2025-06-06 04:07:14','','','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,''),(114,'rdn','Mpesa','','2025-06-06 12:13:10','','0','3','2025-06-06 12:13:10','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','31749201189','Cleared','16','2025-06-06 21:54:40','','','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,''),(115,'','Cash','','2025-06-06 12:15:49','','0','3','2025-06-06 12:15:16','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','1','0','31749201307','Cleared','16','2025-06-06 21:52:12','','','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,''),(116,'oog','Mpesa','','2025-06-06 12:19:40','','0','3','2025-06-06 12:19:40','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','4','0','31749201551','Cleared','16','2025-06-06 21:54:59','','','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,''),(117,'','Cash','','2025-06-06 12:23:02','','0','3','2025-06-06 12:21:07','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','31749201656','No','3','2025-06-06 12:23: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,''),(118,'','Cash','','2025-06-06 12:24:42','','0','3','2025-06-06 12:24:42','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','31749201859','No','','','','','1','','','',0.00,0.00,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-06-06 12:25:27','','0','3','2025-06-06 12:25:27','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','31749201925','Cleared','16','2025-06-06 21:51:55','','','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,''),(120,'','Cash','','2025-06-06 12:33:19','','0','3','2025-06-06 12:33:19','','320','320','1','retail','0','320','1','0','0','0','0','0','0','new',' ','','4','0','31749202368','No','','','','','1','','','',0.00,0.00,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-06-06 12:51:00','','0','3','2025-06-06 12:51:00','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','4','0','31749203458','No','','','','','1','','','',0.00,0.00,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,'1ti4','Mpesa','','2025-06-06 12:53:13','','0','3','2025-06-06 12:53:13','','0','3100','1','retail','0','3100','1','0','0','0','0','3100','0','printed',' ','','1','0','31749203539','Cleared','16','2025-06-06 21:53:07','','','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,''),(123,'','Cash','','2025-06-06 13:21:32','','0','3','2025-06-06 13:21:32','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','4','0','31749205290','No','','','','','1','','','',0.00,0.00,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-06-06 13:23:21','','0','3','2025-06-06 13:23:21','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','1','0','31749205361','No','','','','','1','','','',0.00,0.00,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-06-06 13:37:25','','0','3','2025-06-06 13:37:25','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','4','0','31749206223','No','','','','','1','','','',0.00,0.00,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-06-06 14:22:47','','0','3','2025-06-06 14:22:47','','45','45','1','retail','0','45','1','0','0','0','0','0','0','printed',' ','','1','0','31749208965','Cleared','16','2025-06-06 21:52:33','','','2','','','',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,''),(127,'VQJ','Mpesa','','2025-06-06 15:17:26','','0','3','2025-06-06 15:17:26','','0','2300','1','retail','0','2300','1','0','0','0','0','2300','0','printed',' ','','1','0','31749212115','Cleared','16','2025-06-06 21:53:35','','','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,''),(128,'VQJ','Mpesa','','2025-06-06 16:58:01','','0','3','2025-06-06 15:27:07','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','31749212822','Cleared','16','2025-06-06 21:54:18','','','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,''),(129,'','Mpesa','','2025-06-06 16:56:33','','0','3','2025-06-06 15:27:59','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','31749212877','Cleared','16','2025-06-06 21:53:58','','','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,''),(130,'','Cash','','2025-06-06 16:53:00','','0','3','2025-06-06 15:34:54','','2380','3200','1','retail','0','3200','1','0','0','0','0','820','0','printed',' ','','1','0','31749212951','Cleared','16','2025-06-06 21:56:38','','','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,''),(131,'','Cash','','2025-06-06 15:36:34','','0','3','2025-06-06 15:36:34','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','31749213384','No','','','','','2','','','',0.00,0.00,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-06-06 15:58:05','','0','5','2025-06-06 15:58:05','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','51749214677','Cleared','17','2025-06-07 01:13:21','','','2','','','',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,''),(133,'','Cash','','2025-06-06 15:59:04','','0','5','2025-06-06 15:59:04','','1500','1500','1','retail','0','1500','1','0','0','0','0','0','0','printed',' ','','3','0','51749214741','Cleared','17','2025-06-07 01:13:38','','','2','','','',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,''),(134,'','Cash','','2025-06-06 16:11:45','','0','3','2025-06-06 16:11:45','','1300','1300','1','retail','0','1300','1','0','0','0','0','0','0','new',' ','','4','0','31749215493','No','','','','','2','','','',0.00,0.00,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,'','Mpesa','','2025-06-06 16:45:22','','0','6','2025-06-06 16:45:22','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61749217410','Cleared','11','2025-06-06 18:07:40','','','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,''),(136,'','Mpesa','','2025-06-06 17:19:46','','0','6','2025-06-06 17:19:46','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','61749219585','Cleared','17','2025-06-07 01:33:45','','','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,''),(137,'qdv5','Mpesa','','2025-06-06 18:38:57','','0','6','2025-06-06 18:38:57','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','61749224334','Cleared','11','2025-06-06 20:16:02','','','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,''),(138,'','Mpesa','','2025-06-06 21:05:12','','0','6','2025-06-06 18:42:00','','0','2820','1','retail','0','2820','1','0','0','0','0','2820','0','printed',' ','','1','0','61749224376','Cleared','17','2025-06-07 01:31:42','','','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,''),(139,'','Mpesa','','2025-06-06 18:54:24','','0','3','2025-06-06 18:54:24','','0','1020','1','retail','0','1020','1','0','0','0','0','1020','0','printed',' ','','1','0','31749225145','Cleared','16','2025-06-06 21:57:20','','','2','','','',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,''),(140,'wqb','Mpesa','','2025-06-06 19:04:49','','0','4','2025-06-06 19:04:50','','0','650','1','retail','0','650','1','0','0','0','0','650','0','printed',' ','','1','0','41749225836','Cleared','17','2025-06-07 03:20:49','','','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,''),(141,'','Mpesa','','2025-06-06 19:17:06','','0','6','2025-06-06 19:17:06','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61749226607','Cleared','17','2025-06-07 01:33:07','','','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,''),(142,'','Mpesa','','2025-06-06 21:04:11','','0','6','2025-06-06 19:20:08','','0','3150','1','retail','0','3150','1','0','0','0','0','3150','0','printed',' ','','3','0','61749226786','Cleared','17','2025-06-07 01:32:55','','','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,''),(143,'','Mpesa','','2025-06-06 19:40:14','','0','5','2025-06-06 19:40:14','','0','860','1','retail','0','860','1','0','0','0','0','860','0','printed',' ','','1','0','51749227902','Cleared','17','2025-06-07 01:13:59','','','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,''),(144,'8t65','Mpesa','','2025-06-06 19:40:52','','0','5','2025-06-06 19:40:52','','0','660','1','retail','0','660','1','0','0','0','0','660','0','printed',' ','','1','0','51749228040','Cleared','14','2025-06-06 23:47:56','','','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,''),(145,'8t65','Cash','','2025-06-06 19:41:56','','0','5','2025-06-06 19:41:56','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','4','0','51749228115','Cleared','14','2025-06-06 23:45:07','','','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,''),(146,'','Cash','','2025-06-06 19:43:45','','0','5','2025-06-06 19:43:45','','620','620','1','retail','0','620','1','0','0','0','0','0','0','printed',' ','','1','0','51749228179','Cleared','14','2025-06-06 23:39:13','','','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,''),(147,'','Mpesa','','2025-06-07 03:38:35','','0','6','2025-06-06 19:52:55','','0','9750','1','retail','0','9750','1','0','0','0','0','9750','0','printed',' ','','1','0','61749228689','Cleared','11','2025-06-07 17:53:55','','','3','','','',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,''),(148,'','Mpesa','','2025-06-06 19:57:57','','0','8','2025-06-06 19:57:57','','0','2100','1','retail','0','2100','1','0','0','0','0','2100','0','printed',' ','','4','0','81749229049','Cleared','17','2025-06-07 02:07:18','','','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,''),(149,'p947','Mpesa','','2025-06-06 19:59:15','','0','8','2025-06-06 19:59:15','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','81749229154','Cleared','11','2025-06-06 21:31:15','','','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,''),(150,'','Cash','','2025-06-06 20:19:56','','0','6','2025-06-06 20:19:56','','0','3000','1','retail','0','3000','1','0','0','0','0','3000','0','printed',' ','','3','0','61749230395','Cleared','11','2025-06-14 18:46:34','','','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,''),(151,'','Mpesa','','2025-06-06 21:18:58','','0','8','2025-06-06 21:18:58','','0','1200','1','retail','0','1200','1','0','0','0','0','1200','0','printed',' ','','1','0','81749229200','Cleared','11','2025-06-06 21:34:35','','','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,''),(152,'','Cash','','2025-06-06 21:19:52','','0','8','2025-06-06 21:19:52','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','1','0','81749233991','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-06 21:32:31','','0','8','2025-06-06 21:32:31','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','4','0','81749234744','Cleared','17','2025-06-07 02:33:05','','','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,''),(154,'','Mpesa','','2025-06-06 21:34:08','','0','4','2025-06-06 21:34:08','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41749234846','Cleared','17','2025-06-07 03:20:19','','','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,''),(155,'','Cash','','2025-06-06 21:35:08','','0','4','2025-06-06 21:35:08','','520','520','1','retail','0','520','1','0','0','0','0','0','0','new',' ','','1','0','41749234906','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,''),(156,'','Cash','','2025-06-06 21:59:56','','0','6','2025-06-06 21:59:56','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','4','0','61749236387','Cleared','17','2025-06-07 01:31:00','','','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,''),(157,'','Mpesa','','2025-06-06 22:10:11','','0','6','2025-06-06 22:10:11','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','4','0','61749237002','Cleared','17','2025-06-07 01:31:18','','','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,''),(158,'','Cash','','2025-06-06 22:12:51','','0','6','2025-06-06 22:12:51','','850','850','1','retail','0','850','1','0','0','0','0','0','0','new',' ','','1','0','61749237147','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,''),(159,'','Mpesa','','2025-06-06 22:28:13','','0','6','2025-06-06 22:28:13','','0','80','1','retail','0','80','1','0','0','0','0','80','0','printed',' ','','1','0','61749238091','Cleared','17','2025-06-07 01:32:01','','','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,''),(160,'','Mpesa','','2025-06-06 22:57:12','','0','6','2025-06-06 22:57:12','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61749239797','Cleared','17','2025-06-07 05:34: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,''),(161,'','Cash','','2025-06-07 00:07:09','','0','6','2025-06-06 23:13:18','','100','450','1','retail','0','450','1','0','0','0','0','350','0','printed',' ','','1','0','61749240792','Cleared','17','2025-06-07 01:46:42','','','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,''),(162,'','Cash','','2025-06-07 02:25:33','','0','4','2025-06-06 23:31:00','','2090','2090','1','retail','0','2090','1','0','0','0','0','0','0','printed',' ','','1','0','41749241841','Cleared','17','2025-06-07 03:13:59','','','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,''),(163,'','Cash','','2025-06-06 23:52:18','','0','4','2025-06-06 23:52:18','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','4','0','41749243137','No','','','','','1','','','',0.00,0.00,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,'op2','Mpesa','','2025-06-06 23:53:15','','0','4','2025-06-06 23:53:15','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','41749243193','Cleared','17','2025-06-07 03:20:34','','','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,''),(165,'','Mpesa','','2025-06-07 00:01:27','','0','14','2025-06-07 00:01:27','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','141749243686','Cleared','17','2025-06-08 05:40:41','','','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,''),(166,'','Mpesa','','2025-06-07 00:15:26','','0','6','2025-06-07 00:15:26','','0','1050','1','retail','0','1650','1','0','0','0','0','1050','0','printed',' ','','1','0','61749244480','Cleared','17','2025-06-07 02:32:46','','','2','','','',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,''),(167,'','Cash','','2025-06-07 00:43:32','','0','14','2025-06-07 00:43:32','','4840','4840','1','retail','0','4840','1','0','0','0','0','0','0','new',' ','','1','0','141749245517','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,''),(168,'','Cash','','2025-06-07 00:47:20','','0','8','2025-06-07 00:47:20','','700','820','1','retail','0','820','1','0','0','0','0','120','0','printed',' ','','1','0','81749234805','Cleared','17','2025-06-07 06:52:07','','','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,''),(169,'','Mpesa','','2025-06-07 00:49:17','','0','8','2025-06-07 00:49:17','','0','1600','1','retail','0','1600','1','0','0','0','0','1600','0','printed',' ','','1','0','81749246511','Cleared','17','2025-06-07 02:08:09','','','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,''),(170,'','Mpesa','','2025-06-07 00:52:19','','0','8','2025-06-07 00:52:19','','0','2750','1','retail','0','2750','1','0','0','0','0','2750','0','printed',' ','','1','0','81749246658','Cleared','17','2025-06-07 02:06: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,''),(171,'','Mpesa','','2025-06-07 00:54:44','','0','8','2025-06-07 00:54:44','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','81749246859','Cleared','17','2025-06-07 02:07:02','','','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,''),(172,'','Mpesa','','2025-06-07 00:58:32','','0','8','2025-06-07 00:58:32','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','81749247111','Cleared','17','2025-06-07 02:08:33','','','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,''),(173,'','Cash','','2025-06-07 01:01:30','','0','8','2025-06-07 01:01:30','','80','780','1','retail','0','780','1','0','0','0','0','700','0','printed',' ','','1','0','81749247288','Cleared','17','2025-06-07 02:09:09','','','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,''),(174,'','Cash','','2025-06-07 01:05:59','','0','8','2025-06-07 01:05:59','','80','1520','1','retail','0','1520','1','0','0','0','0','1440','0','printed',' ','','1','0','81749247470','Cleared','17','2025-06-07 02:09:38','','','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,''),(175,'','Cash','','2025-06-07 01:07:49','','0','8','2025-06-07 01:07:49','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','4','0','81749247667','Cleared','17','2025-06-07 02:07:40','','','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,''),(176,'','Mpesa','','2025-06-07 01:14:42','','0','6','2025-06-07 01:14:42','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','1','0','61749248081','Cleared','17','2025-06-07 01:45:18','','','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,''),(177,'','Mpesa','','2025-06-07 01:19:21','','0','6','2025-06-07 01:19:21','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61749248321','Cleared','17','2025-06-07 01:45:43','','','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,''),(178,'','Mpesa','','2025-06-07 01:55:29','','0','8','2025-06-07 01:55:29','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','81749250528','Cleared','17','2025-06-07 02:09:53','','','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,''),(179,'','Mpesa','','2025-06-07 01:56:34','','0','8','2025-06-07 01:56:34','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','81749250593','Cleared','17','2025-06-07 02:10:12','','','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,''),(180,'','Cash','','2025-06-07 01:59:05','','0','8','2025-06-07 01:59:05','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','1','0','81749250653','Cleared','17','2025-06-07 02:33:36','','','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,''),(181,'','Mpesa','','2025-06-07 02:03:44','','0','8','2025-06-07 02:03:44','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','81749250959','Cleared','17','2025-06-07 02:10:27','','','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,''),(182,'','Mpesa','','2025-06-07 02:05:23','','0','6','2025-06-07 02:05:23','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','61749251099','Cleared','17','2025-06-07 02:29:31','','','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,''),(183,'','Mpesa','','2025-06-07 02:07:58','','0','6','2025-06-07 02:07:58','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','1','0','61749251277','Cleared','17','2025-06-07 02:29:49','','','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,''),(184,'','Cash','','2025-06-07 02:14:21','','0','8','2025-06-07 02:14:21','','2100','2100','1','retail','0','2100','1','0','0','0','0','0','0','printed',' ','','1','0','81749251644','Cleared','17','2025-06-07 06:50:34','','','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,''),(185,'','Cash','','2025-06-07 02:15:24','','0','8','2025-06-07 02:15:24','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','1','0','81749251723','No','','','','','1','','','',0.00,0.00,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-06-07 02:17:05','','0','8','2025-06-07 02:17:05','','200','800','1','retail','0','800','1','0','0','0','0','600','0','printed',' ','','1','0','81749251794','Cleared','17','2025-06-07 02:34:07','','','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,''),(187,'','Cash','','2025-06-07 02:18:03','','0','8','2025-06-07 02:18:03','','1900','1900','1','retail','0','1900','1','0','0','0','0','0','0','new',' ','','1','0','81749251870','No','','','','','1','','','',0.00,0.00,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-06-07 02:20:18','','0','4','2025-06-07 02:20:18','','725','950','1','retail','0','950','1','0','0','0','0','225','0','printed',' ','','1','0','41749252005','Cleared','17','2025-06-07 06:54:34','','','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,''),(189,'','Mpesa','','2025-06-07 02:21:30','','0','4','2025-06-07 02:21:30','','0','780','1','retail','0','780','1','0','0','0','0','780','0','printed',' ','','1','0','41749252089','Cleared','17','2025-06-07 03:14:59','','','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,''),(190,'','Mpesa','','2025-06-07 02:37:27','','0','5','2025-06-07 02:37:27','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','51749253014','Cleared','17','2025-06-07 06:35:55','','','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,''),(191,'','Mpesa','','2025-06-07 02:40:18','','0','5','2025-06-07 02:40:18','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','51749253094','Cleared','17','2025-06-07 06:37:41','','','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,''),(192,'','Mpesa','','2025-06-07 02:41:51','','0','5','2025-06-07 02:41:51','','0','2100','1','retail','0','2100','1','0','0','0','0','2100','0','printed',' ','','1','0','51749253290','Cleared','17','2025-06-07 06:35:02','','','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,''),(193,'','Mpesa','','2025-06-07 02:43:08','','0','4','2025-06-07 02:43:08','','0','3190','1','retail','0','3190','1','0','0','0','0','3190','0','printed',' ','','5','0','41749252451','Cleared','17','2025-06-07 03:12:57','','','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,''),(194,'','Mpesa','','2025-06-07 02:46:15','','0','4','2025-06-07 02:46:15','','0','1770','1','retail','0','1770','1','0','0','0','0','1770','0','printed',' ','','1','0','41749253549','Cleared','17','2025-06-07 03:19:48','','','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,''),(195,'','Cash','','2025-06-07 02:47:11','','0','4','2025-06-07 02:47:11','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','1','0','41749253630','Cleared','17','2025-06-07 03:13:16','','','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,''),(196,'','Cash','','2025-06-07 02:48:02','','0','14','2025-06-07 02:48:02','','4700','4700','1','retail','0','4700','1','0','0','0','0','0','0','new',' ','','1','0','141749253018','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,''),(197,'','Mpesa','','2025-06-07 02:49:20','','0','4','2025-06-07 02:49:20','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','41749253759','Cleared','17','2025-06-07 03:14:34','','','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,''),(198,'','Mpesa','','2025-06-07 02:50:49','','0','4','2025-06-07 02:50:49','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','41749253837','Cleared','17','2025-06-07 03:19:29','','','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,''),(199,'','Mpesa','','2025-06-07 02:51:50','','0','4','2025-06-07 02:51:50','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','41749253903','Cleared','17','2025-06-07 03:12:15','','','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,''),(200,'','Mpesa','','2025-06-07 02:54:25','','0','4','2025-06-07 02:54:25','','0','1850','1','retail','0','1850','1','0','0','0','0','1850','0','printed',' ','','1','0','41749254008','Cleared','17','2025-06-07 03:19:14','','','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,''),(201,'','Mpesa','','2025-06-07 02:56:51','','0','4','2025-06-07 02:56:51','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','41749254129','Cleared','17','2025-06-07 03:21:38','','','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,''),(202,'','Mpesa','','2025-06-07 02:58:00','','0','4','2025-06-07 02:58:00','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','41749254279','Cleared','17','2025-06-07 03:13:44','','','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,''),(203,'','Mpesa','','2025-06-07 03:11:16','','0','5','2025-06-07 03:11:16','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51749255075','Cleared','17','2025-06-07 06:34:31','','','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,''),(204,'','Mpesa','','2025-06-07 03:12:46','','0','5','2025-06-07 03:12:46','','0','1750','1','retail','0','1750','1','0','0','0','0','1750','0','printed',' ','','1','0','51749255123','Cleared','17','2025-06-07 06:32:57','','','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,''),(205,'','Mpesa','','2025-06-07 03:13:37','','0','5','2025-06-07 03:13:37','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51749255216','Cleared','17','2025-06-07 06:33:22','','','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,''),(206,'','Mpesa','','2025-06-07 03:14:21','','0','5','2025-06-07 03:14:21','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','51749255260','Cleared','17','2025-06-07 06:34:16','','','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,''),(207,'','Mpesa','','2025-06-07 03:15:06','','0','5','2025-06-07 03:15:06','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51749255305','Cleared','17','2025-06-07 06:32:44','','','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,''),(208,'','Mpesa','','2025-06-07 03:16:59','','0','5','2025-06-07 03:16:59','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','51749255408','Cleared','17','2025-06-07 06:34:02','','','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,''),(209,'','Cash','','2025-06-07 03:18:15','','0','5','2025-06-07 03:18:15','','100','360','1','retail','0','360','1','0','0','0','0','260','0','printed',' ','','1','0','51749255487','Cleared','17','2025-06-07 06:33:46','','','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,''),(210,'','Mpesa','','2025-06-07 03:19:23','','0','5','2025-06-07 03:19:23','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','51749255550','Cleared','17','2025-06-07 06:33:09','','','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,''),(211,'','Cash','','2025-06-07 03:21:32','','0','5','2025-06-07 03:21:32','','2000','2330','1','retail','0','2330','1','0','0','0','0','330','0','printed',' ','','1','0','51749255618','Cleared','17','2025-06-07 06:31:17','','','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,''),(212,'','Mpesa','','2025-06-07 03:23:17','','0','5','2025-06-07 03:23:17','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','51749255796','Cleared','17','2025-06-07 06:30:52','','','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,''),(213,'','Cash','','2025-06-07 03:25:01','','0','5','2025-06-07 03:25:01','','1200','1200','1','retail','0','1200','1','0','0','0','0','0','0','new',' ','','1','0','51749255879','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-07 03:28:58','','0','4','2025-06-07 03:28:58','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','41749256123','Cleared','17','2025-06-07 05:29:28','','','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,''),(215,'','Cash','','2025-06-07 03:31:41','','0','4','2025-06-07 03:31:41','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','41749256300','Cleared','17','2025-06-07 05:27:32','','','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,''),(216,'','Cash','','2025-06-07 03:32:36','','0','4','2025-06-07 03:32:36','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','41749256355','Cleared','17','2025-06-07 05:27:15','','','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,''),(217,'','Mpesa','','2025-06-07 03:34:19','','0','4','2025-06-07 03:34:19','','0','1010','1','retail','0','1010','1','0','0','0','0','1010','0','printed',' ','','1','0','41749256425','Cleared','17','2025-06-07 05:29:43','','','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,''),(218,'','Mpesa','','2025-06-07 03:40:54','','0','6','2025-06-07 03:40:54','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','4','0','61749256834','Cleared','17','2025-06-07 05:38:47','','','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,''),(219,'','Mpesa','','2025-06-07 03:42:35','','0','6','2025-06-07 03:42:35','','0','2950','1','retail','0','2950','1','0','0','0','0','2950','0','printed',' ','','1','0','61749256890','Cleared','11','2025-06-07 17:54:39','','','2','','','',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,''),(220,'','Cash','','2025-06-07 03:43:15','','0','6','2025-06-07 03:43:15','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','4','0','61749256988','Cleared','17','2025-06-07 05:37:47','','','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,''),(221,'','Cash','','2025-06-07 03:43:41','','0','14','2025-06-07 03:43:41','','610','610','1','retail','0','610','1','0','0','0','0','0','0','new',' ','','1','0','141749256041','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,''),(222,'','Cash','','2025-06-07 03:50:04','','0','4','2025-06-07 03:50:04','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','41749257390','Cleared','17','2025-06-07 05:28:09','','','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,''),(223,'','Mpesa','','2025-06-07 03:51:28','','0','5','2025-06-07 03:51:28','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','4','0','51749257465','Cleared','17','2025-06-07 06:29:45','','','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,''),(224,'','Mpesa','','2025-06-07 03:51:59','','0','5','2025-06-07 03:51:59','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','5','0','51749257518','Cleared','17','2025-06-07 06:40: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,''),(225,'','Card','','2025-06-07 03:53:25','','0','4','2025-06-07 03:53:25','','0','500','1','retail','0','500','1','500','0','0','0','0','0','printed',' ','','1','0','41749257604','Cleared','17','2025-06-07 05:29:13','','','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,''),(226,'','Cash','','2025-06-07 03:54:48','','0','4','2025-06-07 03:54:48','','250','850','1','retail','0','850','1','0','0','0','0','600','0','printed',' ','','1','0','41749257658','Cleared','11','2025-06-07 18:35:46','','','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,''),(227,'','Cash','','2025-06-07 03:58:35','','0','5','2025-06-07 03:58:35','','780','780','1','retail','0','780','1','0','0','0','0','0','0','printed',' ','','1','0','51749257908','Cleared','17','2025-06-07 06:29:32','','','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,''),(228,'','Mpesa','','2025-06-07 04:02:42','','0','5','2025-06-07 04:02:42','','0','1040','1','retail','0','1040','1','0','0','0','0','1040','0','printed',' ','','1','0','51749258161','Cleared','17','2025-06-07 06:30:13','','','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,''),(229,'','Mpesa','','2025-06-07 04:05:01','','0','8','2025-06-07 04:05:01','','0','1010','1','retail','0','1010','1','0','0','0','0','1010','0','printed',' ','','1','0','81749258292','Cleared','17','2025-06-07 06:52:35','','','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,''),(230,'','Cash','','2025-06-07 04:07:08','','0','8','2025-06-07 04:07:08','','1900','1900','1','retail','0','1900','1','0','0','0','0','0','0','new',' ','','1','0','81749258366','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-07 04:10:43','','0','6','2025-06-07 04:10:43','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','4','0','61749258642','Cleared','17','2025-06-07 05:36:03','','','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,''),(232,'','Cash','','2025-06-07 04:11:37','','0','6','2025-06-07 04:11:37','','140','350','1','retail','0','350','1','0','0','0','0','210','0','printed',' ','','4','0','61749258691','Cleared','11','2025-06-07 17:55:53','','','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,''),(233,'','Mpesa','','2025-06-07 04:24:40','','0','4','2025-06-07 04:24:40','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41749259478','Cleared','17','2025-06-07 05:30:11','','','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,''),(234,'','Mpesa','','2025-06-07 04:41:58','','0','6','2025-06-07 04:41:58','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61749260517','Cleared','17','2025-06-07 05:35:45','','','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,''),(235,'','Cash','','2025-06-07 04:42:49','','0','6','2025-06-07 04:42:49','','100','510','1','retail','0','510','1','0','0','0','0','410','0','printed',' ','','1','0','61749260554','Cleared','17','2025-06-07 05:36:51','','','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,''),(236,'','Mpesa','','2025-06-07 04:44:08','','0','6','2025-06-07 04:44:08','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61749260647','Cleared','17','2025-06-07 05:36:23','','','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,''),(237,'','Mpesa','','2025-06-07 04:45:34','','0','5','2025-06-07 04:45:34','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','51749260724','Cleared','17','2025-06-07 06:30:00','','','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,''),(238,'','Mpesa','','2025-06-07 04:59:09','','0','8','2025-06-07 04:59:09','','0','5210','1','retail','0','5210','1','0','0','0','0','5210','0','printed',' ','','1','0','81749260875','Cleared','17','2025-06-07 06:53:40','','','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,''),(239,'','Mpesa','','2025-06-07 05:52:43','','0','5','2025-06-07 05:52:43','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','4','0','51749264762','Cleared','17','2025-06-07 06:29:05','','','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,''),(240,'','Mpesa','','2025-06-07 05:54:00','','0','5','2025-06-07 05:54:00','','0','2100','1','retail','0','2100','1','0','0','0','0','2100','0','printed',' ','','1','0','51749264827','Cleared','17','2025-06-07 06:28: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,''),(241,'','Cash','','2025-06-07 05:55:33','','0','5','2025-06-07 05:55:33','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','4','0','51749264932','Cleared','17','2025-06-07 06:29:18','','','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,''),(242,'','Cash','','2025-06-07 06:15:54','','0','8','2025-06-07 06:15:54','','7800','7800','1','retail','0','7800','1','0','0','0','0','0','0','new',' ','','4','0','81749265814','No','','','','','1','','','',0.00,0.00,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-06-07 06:23:26','','0','8','2025-06-07 06:23:26','','2350','2350','1','retail','0','2350','1','0','0','0','0','0','0','new',' ','','1','0','81749266220','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-07 06:26:40','','0','9','2025-06-07 06:26:40','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','91749266776','Cleared','16','2025-06-07 07:27:18','','','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,''),(245,'','Mpesa','','2025-06-07 06:27:33','','0','9','2025-06-07 06:27:33','','0','15','1','retail','0','15','1','0','0','0','0','15','0','printed',' ','','1','0','91749266851','Cleared','16','2025-06-07 07:27:32','','','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,''),(246,'','Mpesa','','2025-06-07 06:40:31','','0','9','2025-06-07 06:29:04','','0','70','1','retail','0','70','1','0','0','0','0','70','0','printed',' ','','1','0','91749266924','Cleared','16','2025-06-07 07:27:46','','','2','','','',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,''),(247,'','Mpesa','','2025-06-07 06:42:12','','0','9','2025-06-07 06:42:12','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','91749267731','Cleared','16','2025-06-07 07:16:37','','','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,''),(248,'','Mpesa','','2025-06-07 06:43:39','','0','9','2025-06-07 06:43:39','','0','510','1','retail','0','510','1','0','0','0','0','510','0','printed',' ','','1','0','91749267809','Cleared','16','2025-06-07 07:18:56','','','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,''),(249,'','Mpesa','','2025-06-07 06:45:35','','0','9','2025-06-07 06:45:35','','0','1040','1','retail','0','1040','1','0','0','0','0','1040','0','printed',' ','','1','0','91749267902','Cleared','16','2025-06-07 07:23:19','','','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,''),(250,'','Mpesa','','2025-06-07 06:46:50','','0','9','2025-06-07 06:46:50','','0','510','1','retail','0','510','1','0','0','0','0','510','0','printed',' ','','1','0','91749268003','Cleared','16','2025-06-07 07:24:22','','','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,''),(251,'','Cash','','2025-06-07 06:47:37','','0','4','2025-06-07 06:47:37','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','41749268052','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-07 06:48:25','','0','9','2025-06-07 06:48:25','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','91749268103','Cleared','16','2025-06-07 07:24:58','','','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,''),(253,'','Mpesa','','2025-06-07 06:49:42','','0','9','2025-06-07 06:49:42','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','5','0','91749268181','Cleared','16','2025-06-07 07:18:34','','','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,''),(254,'','Mpesa','','2025-06-07 06:53:11','','0','9','2025-06-07 06:53:11','','0','1600','1','retail','0','1600','1','0','0','0','0','1600','0','printed',' ','','1','0','91749268255','Cleared','16','2025-06-07 07:17:15','','','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,''),(255,'','Mpesa','','2025-06-07 06:54:25','','0','9','2025-06-07 06:54:25','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','91749268451','Cleared','16','2025-06-07 07:16:56','','','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,''),(256,'','Mpesa','','2025-06-07 06:55:48','','0','9','2025-06-07 06:55:48','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','91749268546','Cleared','16','2025-06-07 07:17:28','','','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,''),(257,'','Cash','','2025-06-07 06:57:33','','0','9','2025-06-07 06:56:58','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','4','0','91749268617','No','9','2025-06-07 06:57: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,''),(258,'','Cash','','2025-06-07 07:04:26','','0','9','2025-06-07 07:04:26','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','5','0','91749269049','No','','','','','1','','','',0.00,0.00,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-06-07 07:05:32','','0','9','2025-06-07 07:05:32','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','5','0','91749269123','No','','','','','1','','','',0.00,0.00,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-06-07 07:06:52','','0','9','2025-06-07 07:06:52','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','5','0','91749269202','No','','','','','1','','','',0.00,0.00,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-06-07 07:07:51','','0','9','2025-06-07 07:07:51','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','5','0','91749269270','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-07 10:08:26','','0','3','2025-06-07 10:08:26','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','31749280105','Cleared','17','2025-06-07 19:47:49','','','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,''),(263,'','Cash','','2025-06-07 10:09:22','','0','3','2025-06-07 10:09:22','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','31749280160','Cleared','17','2025-06-07 19:47:09','','','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,''),(264,'','Cash','','2025-06-07 10:48:36','','0','3','2025-06-07 10:48:36','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','31749282469','Cleared','17','2025-06-07 19:50:53','','','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,''),(265,'','Cash','','2025-06-07 13:04:03','','0','3','2025-06-07 13:04:03','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','31749287751','Cleared','17','2025-06-07 19:50:26','','','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,''),(266,'','Cash','','2025-06-07 13:06:32','','0','3','2025-06-07 13:06:32','','20','600','1','retail','0','600','1','0','0','0','0','580','0','printed',' ','','1','0','31749290753','Cleared','17','2025-06-07 19:50:01','','','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,''),(267,'','Cash','','2025-06-07 13:33:33','','0','3','2025-06-07 13:33:33','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','31749292396','Cleared','17','2025-06-07 19:51:30','','','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,''),(268,'','Mpesa','','2025-06-07 13:35:52','','0','3','2025-06-07 13:35:52','','0','1600','1','retail','0','1600','1','0','0','0','0','1600','0','printed',' ','','1','0','31749292551','Cleared','17','2025-06-08 07:36:23','','','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,''),(269,'','Cash','','2025-06-07 13:53:33','','0','3','2025-06-07 13:53:33','','0','0','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','1','700','31749293584','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,''),(270,'','Mpesa','','2025-06-07 14:24:29','','0','3','2025-06-07 14:24:29','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','31749295411','Cleared','17','2025-06-07 19:48:06','','','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,''),(271,'','Mpesa','','2025-06-07 14:28:04','','0','3','2025-06-07 14:28:04','','0','1500','1','retail','0','1500','1','0','0','0','0','1500','0','printed',' ','','4','0','31749295527','Cleared','17','2025-06-07 19:48:52','','','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,''),(272,'','Mpesa','','2025-06-07 14:28:34','','0','3','2025-06-07 14:28:34','','0','15','1','retail','0','15','1','0','0','0','0','15','0','printed',' ','','1','0','31749295713','Cleared','17','2025-06-07 19:47:34','','','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,''),(273,'','Mpesa','','2025-06-07 14:29:31','','0','3','2025-06-07 14:29:31','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','31749295770','Cleared','17','2025-06-07 19:49:26','','','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,''),(274,'','Mpesa','','2025-06-07 14:48:52','','0','3','2025-06-07 14:34:02','','0','1020','1','retail','0','1020','1','0','0','0','0','1020','0','printed',' ','','1','0','31749295988','Cleared','17','2025-06-07 19:49:10','','','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,''),(275,'','Cash','','2025-06-08 00:22:42','','0','14','2025-06-07 16:59:35','','500','4920','1','retail','0','4920','1','0','0','0','0','4420','0','printed',' ','','1','0','141749304619','Cleared','17','2025-06-08 06:17:47','','','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,''),(276,'','Mpesa','','2025-06-07 17:38:52','','0','11','2025-06-07 17:38:52','','0','40750','1','retail','0','40750','1','0','0','0','0','40750','0','printed',' ','','4','0','111749212131','Cleared','11','2025-06-07 17:45:26','','','','','','',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,''),(277,'','Mpesa','','2025-06-07 18:14:39','','0','3','2025-06-07 18:14:39','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','31749309277','Cleared','17','2025-06-07 19:48:21','','','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,''),(278,'','Mpesa','','2025-06-07 18:31:08','','0','3','2025-06-07 18:28:57','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','1','0','31749310061','Cleared','17','2025-06-07 19:46:53','','','2','','','',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,''),(279,'','Mpesa','','2025-06-07 18:37:06','','0','4','2025-06-07 18:37:06','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','41749310619','Cleared','17','2025-06-07 22:05:53','','','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,''),(280,'','Mpesa','','2025-06-07 18:40:37','','0','5','2025-06-07 18:40:37','','0','2100','1','retail','0','2100','1','0','0','0','0','2100','0','printed',' ','','4','0','51749310779','Cleared','17','2025-06-08 04:33:34','','','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,''),(281,'','Mpesa','','2025-06-07 18:43:05','','0','5','2025-06-07 18:43:05','','0','2150','1','retail','0','2150','1','0','0','0','0','2150','0','printed',' ','','4','0','51749310906','Cleared','17','2025-06-08 04:34:37','','','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,''),(282,'','Mpesa','','2025-06-07 18:45:25','','0','3','2025-06-07 18:45:25','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','31749311106','Cleared','17','2025-06-07 19:48:37','','','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,''),(283,'','Mpesa','','2025-06-07 19:09:09','','0','4','2025-06-07 19:09:09','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','41749312544','Cleared','17','2025-06-07 22:05:36','','','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,''),(284,'','Mpesa','','2025-06-07 20:23:35','','0','6','2025-06-07 19:49:14','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61749314929','Cleared','17','2025-06-08 06:34:18','','','2','','','',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,''),(285,'','Cash','','2025-06-07 19:49:46','','0','6','2025-06-07 19:49:46','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61749314982','Cleared','17','2025-06-07 20:36:25','','','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,''),(286,'','Mpesa','','2025-06-07 20:04:07','','0','6','2025-06-07 20:04:07','','0','1800','1','retail','0','1800','1','0','0','0','0','1800','0','printed',' ','','1','0','61749315807','Cleared','17','2025-06-07 21:55:33','','','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,''),(287,'','Mpesa','','2025-06-07 20:22:35','','0','14','2025-06-07 20:09:25','','0','1850','1','retail','0','1850','1','0','0','0','0','1850','0','printed',' ','','1','0','141749315977','Cleared','17','2025-06-08 06:19:27','','','','','','',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,''),(288,'','Mpesa','','2025-06-07 23:55:24','','0','6','2025-06-07 20:13:13','','0','1250','1','retail','0','1250','1','0','0','0','0','1250','0','printed',' ','','4','0','61749316375','Cleared','17','2025-06-07 23:59:31','','','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,''),(289,'','Cash','','2025-06-07 20:28:04','','0','4','2025-06-07 20:28:04','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','4','0','41749317281','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,''),(290,'','Cash','','2025-06-07 21:13:23','','0','4','2025-06-07 21:13:23','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','41749320001','Cleared','17','2025-06-07 22:05:17','','','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,''),(291,'','Cash','','2025-06-08 01:54:03','','0','4','2025-06-07 21:16:00','','7900','7900','1','retail','0','7900','1','0','0','0','0','0','0','printed',' ','','1','0','41749320041','Cleared','17','2025-06-08 07:04:22','','','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,''),(292,'','Mpesa','','2025-06-07 21:17:24','','0','4','2025-06-07 21:17:24','','0','2700','1','retail','0','2700','1','0','0','0','0','2700','0','printed',' ','','1','0','41749320195','Cleared','17','2025-06-08 06:56:05','','','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,''),(293,'','Mpesa','','2025-06-07 21:39:33','','0','4','2025-06-07 21:39:33','','0','560','1','retail','0','560','1','0','0','0','0','560','0','printed',' ','','1','0','41749321556','Cleared','17','2025-06-07 22:06:31','','','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,''),(294,'','Mpesa','','2025-06-07 21:40:42','','0','4','2025-06-07 21:40:42','','0','1440','1','retail','0','1440','1','0','0','0','0','1440','0','printed',' ','','1','0','41749321603','Cleared','17','2025-06-07 22:06:15','','','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,''),(295,'PNM','Mpesa','','2025-06-07 22:09:26','','0','6','2025-06-07 22:09:26','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61749323365','Cleared','17','2025-06-08 05:40:57','','','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,''),(296,'','Cash','','2025-06-07 22:13:34','','0','6','2025-06-07 22:13:34','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61749323612','Cleared','17','2025-06-07 22:26:59','','','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,''),(297,'','Mpesa','','2025-06-07 22:40:31','','0','4','2025-06-07 22:40:31','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','41749325219','Cleared','17','2025-06-08 06:56:48','','','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,''),(298,'ROONP','Mpesa','','2025-06-07 22:59:39','','0','11','2025-06-07 22:59:39','','0','1050','1','retail','0','1050','1','0','0','0','0','1050','0','printed',' ','','1','0','111749325844','Cleared','17','2025-06-08 06:04:41','','','','','','',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,''),(299,'','Mpesa','','2025-06-07 23:10:06','','0','4','2025-06-07 23:10:06','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','4','0','41749326982','Cleared','17','2025-06-08 06:56:33','','','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,''),(300,'','Mpesa','','2025-06-07 23:28:22','','0','6','2025-06-07 23:28:22','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61749328101','Cleared','17','2025-06-08 05:41:11','','','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,''),(301,'','Mpesa','','2025-06-08 05:30:49','','0','6','2025-06-07 23:55:52','','0','21700','1','retail','0','21700','1','0','0','0','0','21700','0','printed',' ','','1','0','61749329751','Cleared','17','2025-06-08 06:32:45','','','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,''),(302,'','Mpesa','','2025-06-08 00:02:53','','0','4','2025-06-08 00:02:53','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','41749330163','Cleared','17','2025-06-08 07:03:37','','','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,''),(303,'','Mpesa','','2025-06-08 00:03:29','','0','4','2025-06-08 00:03:29','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','41749330208','Cleared','17','2025-06-08 06:59:52','','','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,''),(304,'','Cash','','2025-06-08 00:04:25','','0','4','2025-06-08 00:04:25','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','1','0','41749330251','Cleared','17','2025-06-08 06:58:12','','','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,''),(305,'','Cash','','2025-06-08 00:12:50','','0','4','2025-06-08 00:12:50','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','41749330769','Cleared','17','2025-06-08 06:59:16','','','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,''),(306,'','Mpesa','','2025-06-08 00:13:34','','0','4','2025-06-08 00:13:34','','0','560','1','retail','0','560','1','0','0','0','0','560','0','printed',' ','','1','0','41749330791','Cleared','17','2025-06-08 06:59:00','','','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,''),(307,'','Mpesa','','2025-06-08 01:17:07','','0','6','2025-06-08 00:40:49','','0','3000','1','retail','0','3100','1','0','0','0','0','3000','0','printed',' ','','1','0','61749332347','Cleared','17','2025-06-08 02:10:52','','','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,''),(308,'','Mpesa','','2025-06-08 00:41:39','','0','6','2025-06-08 00:41:39','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','4','0','61749332498','Cleared','17','2025-06-08 07:35:34','','','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,''),(309,'','Mpesa','','2025-06-08 00:42:14','','0','6','2025-06-08 00:42:14','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','4','0','61749332533','Cleared','17','2025-06-08 05:54:17','','','2','','','',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,''),(310,'','Mpesa','','2025-06-08 00:43:25','','0','4','2025-06-08 00:43:25','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','41749332604','Cleared','17','2025-06-08 06:58:42','','','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,''),(311,'','Mpesa','','2025-06-08 00:44:11','','0','4','2025-06-08 00:44:11','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','41749332649','Cleared','17','2025-06-08 06:58:26','','','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,''),(312,'','Cash','','2025-06-08 01:18:01','','0','6','2025-06-08 01:18:01','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','1','0','61749334650','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,''),(313,'','Cash','','2025-06-08 01:19:03','','0','6','2025-06-08 01:19:03','','1300','1300','1','retail','0','1300','1','0','0','0','0','0','0','new',' ','','1','0','61749334713','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-08 01:20:31','','0','4','2025-06-08 01:20:31','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41749334829','Cleared','17','2025-06-08 06:57:43','','','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,''),(315,'','Mpesa','','2025-06-08 01:21:10','','0','4','2025-06-08 01:21:10','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41749334869','Cleared','17','2025-06-08 06:57:30','','','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,''),(316,'','Cash','','2025-06-08 01:21:43','','0','4','2025-06-08 01:21:43','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','41749334902','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,'','Mpesa','','2025-06-08 01:22:08','','0','4','2025-06-08 01:22:08','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41749334926','Cleared','17','2025-06-08 06:57:15','','','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,''),(318,'','Cash','','2025-06-08 01:22:39','','0','4','2025-06-08 01:22:39','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','41749334958','Cleared','17','2025-06-08 06:57:02','','','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,''),(319,'','Mpesa','','2025-06-08 01:23:05','','0','4','2025-06-08 01:23:05','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','41749334984','Cleared','17','2025-06-08 06:57:57','','','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,''),(320,'','Cash','','2025-06-08 02:36:20','','0','6','2025-06-08 01:26:19','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','1','0','61749335152','No','6','2025-06-08 02:36: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,''),(321,'','Cash','','2025-06-08 01:34:53','','0','6','2025-06-08 01:34:53','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61749335692','Cleared','17','2025-06-08 02:10:32','','','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,''),(322,'','Mpesa','','2025-06-08 01:40:09','','0','4','2025-06-08 01:40:09','','0','2930','1','retail','0','2930','1','0','0','0','0','2930','0','printed',' ','','1','0','41749335986','Cleared','17','2025-06-08 07:04:07','','','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,''),(323,'','Mpesa','','2025-06-08 02:36:45','','0','6','2025-06-08 02:36:45','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','61749339394','Cleared','17','2025-06-08 05:53:25','','','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,''),(324,'','Cash','','2025-06-08 03:17:05','','0','5','2025-06-08 03:17:05','','1000','1300','1','retail','0','1300','1','0','0','0','0','300','0','printed',' ','','1','0','51749341786','Cleared','17','2025-06-08 04:35:21','','','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,''),(325,'','Mpesa','','2025-06-08 03:26:50','','0','5','2025-06-08 03:26:50','','0','4225','1','retail','0','4225','1','0','0','0','0','4225','0','printed',' ','','1','0','51749342063','Cleared','17','2025-06-08 04:34:22','','','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,''),(326,'','Mpesa','','2025-06-08 03:35:58','','0','5','2025-06-08 03:35:58','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','51749342948','Cleared','17','2025-06-08 04:36:40','','','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,''),(327,'','Cash','','2025-06-08 03:37:38','','0','5','2025-06-08 03:37:38','','1100','1600','1','retail','0','1600','1','0','0','0','0','500','0','printed',' ','','1','0','51749343025','Cleared','17','2025-06-08 04:36:15','','','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,''),(328,'','Card','','2025-06-08 03:38:55','','0','5','2025-06-08 03:38:55','','0','15','1','retail','0','15','1','15','0','0','0','0','0','printed',' ','','1','0','51749343134','Cleared','17','2025-06-08 04:35:35','','','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,''),(329,'','Mpesa','','2025-06-08 03:39:45','','0','5','2025-06-08 03:39:45','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51749343184','Cleared','17','2025-06-08 04:37:44','','','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,''),(330,'','Mpesa','','2025-06-08 03:40:38','','0','5','2025-06-08 03:40:38','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51749343237','Cleared','17','2025-06-08 04:37:31','','','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,''),(331,'','Mpesa','','2025-06-08 03:41:30','','0','5','2025-06-08 03:41:30','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','51749343288','Cleared','17','2025-06-08 04:37:17','','','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,''),(332,'','Mpesa','','2025-06-08 03:43:31','','0','5','2025-06-08 03:43:31','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','51749343399','Cleared','17','2025-06-08 04:37:05','','','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,''),(333,'','Mpesa','','2025-06-08 03:45:35','','0','5','2025-06-08 03:45:35','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','51749343525','Cleared','17','2025-06-08 04:37:57','','','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,''),(334,'','Mpesa','','2025-06-08 03:46:34','','0','5','2025-06-08 03:46:34','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51749343593','Cleared','17','2025-06-08 04:36:52','','','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,''),(335,'','Mpesa','','2025-06-08 03:47:45','','0','5','2025-06-08 03:47:45','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51749343664','Cleared','17','2025-06-08 04:35:49','','','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,''),(336,'','Mpesa','','2025-06-08 03:49:26','','0','5','2025-06-08 03:49:26','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','1','0','51749343736','Cleared','17','2025-06-08 04:39:01','','','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,''),(337,'','Mpesa','','2025-06-08 03:52:12','','0','5','2025-06-08 03:52:12','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','51749343856','Cleared','17','2025-06-08 04:40:48','','','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,''),(338,'','Mpesa','','2025-06-08 03:53:13','','0','5','2025-06-08 03:53:13','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51749343992','Cleared','17','2025-06-08 04:40:36','','','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,''),(339,'','Mpesa','','2025-06-08 03:55:03','','0','5','2025-06-08 03:55:03','','0','1600','1','retail','0','1600','1','0','0','0','0','1600','0','printed',' ','','1','0','51749344075','Cleared','17','2025-06-08 04:40:09','','','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,''),(340,'','Mpesa','','2025-06-08 03:56:44','','0','5','2025-06-08 03:56:44','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','4','0','51749344189','Cleared','17','2025-06-08 04:40:23','','','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,''),(341,'','Mpesa','','2025-06-08 03:59:04','','0','5','2025-06-08 03:59:04','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','51749344343','Cleared','17','2025-06-08 04:39:45','','','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,''),(342,'','Mpesa','','2025-06-08 04:03:33','','0','5','2025-06-08 04:03:33','','0','2555','1','retail','0','2555','1','0','0','0','0','2555','0','printed',' ','','1','0','51749344581','Cleared','17','2025-06-08 04:39:31','','','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,''),(343,'','Mpesa','','2025-06-08 04:05:19','','0','5','2025-06-08 04:05:19','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','4','0','51749344702','Cleared','17','2025-06-08 04:39:17','','','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,''),(344,'','Mpesa','','2025-06-08 04:06:29','','0','5','2025-06-08 04:06:29','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51749344788','Cleared','17','2025-06-08 04:39:57','','','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,''),(345,'','Mpesa','','2025-06-08 04:07:43','','0','5','2025-06-08 04:07:43','','0','4000','1','retail','0','4000','1','0','0','0','0','4000','0','printed',' ','','3','0','51749344838','Cleared','17','2025-06-08 04:38:14','','','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,''),(346,'','Mpesa','','2025-06-08 04:09:50','','0','5','2025-06-08 04:09:50','','0','490','1','retail','0','490','1','0','0','0','0','490','0','printed',' ','','1','0','51749344962','Cleared','17','2025-06-08 04:41:38','','','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,''),(347,'','Mpesa','','2025-06-08 04:10:47','','0','5','2025-06-08 04:10:47','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','51749345045','Cleared','17','2025-06-08 04:41:26','','','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,''),(348,'','Mpesa','','2025-06-08 04:11:44','','0','5','2025-06-08 04:11:44','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','51749345103','Cleared','17','2025-06-08 04:41:13','','','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,''),(349,'','Mpesa','','2025-06-08 04:15:12','','0','5','2025-06-08 04:15:12','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','51749345311','Cleared','17','2025-06-08 04:41:02','','','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,''),(350,'','Cash','','2025-06-08 04:16:21','','0','5','2025-06-08 04:16:21','','550','550','1','retail','0','550','1','0','0','0','0','0','0','printed',' ','','1','0','51749345372','Cleared','17','2025-06-08 06:39:32','','','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,''),(351,'','Mpesa','','2025-06-08 04:18:53','','0','5','2025-06-08 04:18:53','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','51749345524','Cleared','17','2025-06-08 04:41:51','','','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,''),(352,'','Mpesa','','2025-06-08 04:20:26','','0','5','2025-06-08 04:20:26','','0','1200','1','retail','0','1200','1','0','0','0','0','1200','0','printed',' ','','1','0','51749345608','Cleared','17','2025-06-08 04:44:04','','','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,''),(353,'','Mpesa','','2025-06-08 04:21:54','','0','5','2025-06-08 04:21:54','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','4','0','51749345679','Cleared','17','2025-06-08 04:43:50','','','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,''),(354,'','Mpesa','','2025-06-08 04:23:21','','0','5','2025-06-08 04:23:21','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','51749345776','Cleared','17','2025-06-08 04:43:38','','','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,''),(355,'','Mpesa','','2025-06-08 04:25:06','','0','5','2025-06-08 04:25:06','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','4','0','51749345898','Cleared','17','2025-06-08 04:43:10','','','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,''),(356,'','Cash','','2025-06-08 04:29:31','','0','5','2025-06-08 04:29:31','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','4','0','51749346169','Cleared','17','2025-06-08 06:39:12','','','2','','','',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,''),(357,'','Mpesa','','2025-06-08 04:44:17','','0','6','2025-06-08 04:44:17','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61749347022','Cleared','17','2025-06-08 05:54:35','','','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,''),(358,'','Mpesa','','2025-06-08 04:47:09','','0','6','2025-06-08 04:47:09','','0','3600','1','retail','0','3600','1','0','0','0','0','3600','0','printed',' ','','1','0','61749347103','Cleared','17','2025-06-08 07:13:55','','','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,''),(359,'','Mpesa','','2025-06-08 04:49:17','','0','6','2025-06-08 04:49:17','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','61749347277','Cleared','17','2025-06-08 07:11:46','','','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,''),(360,'','Cash','','2025-06-08 05:11:40','','0','5','2025-06-08 05:11:40','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','4','0','51749348699','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,''),(361,'','Mpesa','','2025-06-08 05:14:01','','0','14','2025-06-08 05:14:01','','0','4150','1','retail','0','4150','1','0','0','0','0','4150','0','printed',' ','','4','0','141749348524','Cleared','17','2025-06-08 06:03:18','','','','','','',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,''),(362,'','Mpesa','','2025-06-08 05:27:06','','0','14','2025-06-08 05:27:06','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','4','0','141749349572','Cleared','17','2025-06-08 05:59:47','','','','','','',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,''),(363,'','Mpesa','','2025-06-08 05:29:06','','0','6','2025-06-08 05:29:06','','0','55','1','retail','0','55','1','0','0','0','0','55','0','printed',' ','','1','0','61749349682','Cleared','17','2025-06-08 05:53:56','','','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,''),(364,'','Cash','','2025-06-08 05:45:54','','0','5','2025-06-08 05:45:54','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','5','0','51749350753','No','','','','','1','','','',0.00,0.00,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-06-08 05:52:54','','0','6','2025-06-08 05:52:28','','2600','2600','1','retail','0','2600','1','0','0','0','0','0','0','new',' ','','1','0','61749351123','No','6','2025-06-08 05:52: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,''),(366,'','Cash','','2025-06-08 06:06:17','','0','4','2025-06-08 06:06:17','','6620','6620','1','retail','0','6620','1','0','0','0','0','0','0','printed',' ','','1','0','41749351865','Cleared','17','2025-06-08 07:03:53','','','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,''),(367,'','Cash','','2025-06-08 06:07:38','','0','4','2025-06-08 06:07:38','','40','1080','1','retail','0','1080','1','0','0','0','0','1040','0','printed',' ','','1','0','41749352043','Cleared','17','2025-06-08 07:05:37','','','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,''),(368,'','Mpesa','','2025-06-08 06:11:40','','0','4','2025-06-08 06:11:40','','0','4400','1','retail','0','4400','1','0','0','0','0','4400','0','printed',' ','','1','0','41749352208','Cleared','17','2025-06-08 07:05:10','','','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,''),(369,'','Cash','','2025-06-08 06:12:32','','0','4','2025-06-08 06:12:32','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','1','0','41749352350','Cleared','17','2025-06-08 07:04:43','','','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,''),(370,'','Cash','','2025-06-08 06:15:55','','0','4','2025-06-08 06:15:55','','2040','2040','1','retail','0','2040','1','0','0','0','0','0','0','new',' ','','1','0','41749352464','No','','','','','1','','','',0.00,0.00,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-06-08 06:18:01','','0','4','2025-06-08 06:18:01','','4000','4000','1','retail','0','4000','1','0','0','0','0','0','0','printed',' ','','1','0','41749352604','Cleared','17','2025-06-08 07:04:57','','','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,''),(372,'','Mpesa','','2025-06-08 06:18:42','','0','4','2025-06-08 06:18:42','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','41749352721','Cleared','17','2025-06-08 07:07:34','','','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,''),(373,'','Mpesa','','2025-06-08 06:19:27','','0','4','2025-06-08 06:19:27','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41749352766','Cleared','17','2025-06-08 07:07:23','','','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,''),(374,'','Mpesa','','2025-06-08 06:20:19','','0','4','2025-06-08 06:20:19','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','41749352811','Cleared','17','2025-06-08 07:07:11','','','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,''),(375,'','Mpesa','','2025-06-08 06:21:11','','0','4','2025-06-08 06:21:11','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','4','0','41749352870','Cleared','17','2025-06-08 07:06:58','','','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,''),(376,'','Cash','','2025-06-08 06:22:47','','0','4','2025-06-08 06:22:47','','1900','1900','1','retail','0','1900','1','0','0','0','0','0','0','printed',' ','','1','0','41749352928','Cleared','17','2025-06-08 07:07:45','','','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,''),(377,'','Cash','','2025-06-08 06:23:50','','0','4','2025-06-08 06:23:50','','2100','2400','1','retail','0','2400','1','0','0','0','0','300','0','printed',' ','','1','0','41749353029','Cleared','17','2025-06-08 07:06:29','','','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,''),(378,'','Cash','','2025-06-08 06:25:47','','0','4','2025-06-08 06:25:47','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','1','0','41749353131','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-08 06:28:42','','0','4','2025-06-08 06:28:42','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','41749353321','Cleared','17','2025-06-08 07:06:07','','','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,''),(380,'','Mpesa','','2025-06-08 06:34:19','','0','4','2025-06-08 06:34:19','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','4','0','41749353483','Cleared','17','2025-06-08 07:06:42','','','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,''),(381,'','Mpesa','','2025-06-08 06:38:42','','0','4','2025-06-08 06:38:42','','0','290','1','retail','0','290','1','0','0','0','0','290','0','printed',' ','','1','0','41749353893','Cleared','17','2025-06-08 07:05:55','','','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,''),(382,'','Mpesa','','2025-06-08 06:39:19','','0','4','2025-06-08 06:39:19','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','41749353958','Cleared','17','2025-06-08 07:08:00','','','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,''),(383,'','Mpesa','','2025-06-08 06:41:08','','0','4','2025-06-08 06:41:08','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','41749354066','Cleared','17','2025-06-08 07:08:14','','','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,''),(384,'','Cash','','2025-06-08 06:43:40','','0','4','2025-06-08 06:43:40','','1200','1200','1','retail','0','1200','1','0','0','0','0','0','0','new',' ','','1','0','41749354166','No','','','','','1','','','',0.00,0.00,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-06-08 07:18:35','','0','4','2025-06-08 07:18:35','','3860','3860','1','retail','0','3860','1','0','0','0','0','0','0','new',' ','','1','0','41749356225','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-08 07:19:35','','0','4','2025-06-08 07:19:35','','0','1500','1','retail','0','1500','1','0','0','0','0','1500','0','printed',' ','','3','0','41749356374','Cleared','17','2025-06-08 07:35:14','','','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,''),(387,'','Cash','','2025-06-08 07:35:17','','0','8','2025-06-08 07:35:17','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','1','0','81749357303','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-08 13:04:31','','0','3','2025-06-08 13:04:31','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','31749377069','Cleared','17','2025-06-08 19:35:53','','','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,''),(389,'','Mpesa','','2025-06-08 13:12:44','','0','3','2025-06-08 13:12:44','','0','1500','1','retail','0','1500','1','0','0','0','0','1500','0','printed',' ','','3','0','31749377562','Cleared','17','2025-06-08 19:35:11','','','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,''),(390,'','Mpesa','','2025-06-08 15:37:32','','0','3','2025-06-08 15:37:32','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','31749386250','Cleared','17','2025-06-08 19:29:34','','','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,''),(391,'','Mpesa','','2025-06-08 18:57:59','','0','3','2025-06-08 16:04:00','','0','1200','1','retail','0','1200','1','0','0','0','0','1200','0','printed',' ','','1','0','31749387806','Cleared','17','2025-06-08 19:36:59','','','2','','','',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,''),(392,'','Cash','','2025-06-08 16:49:00','','0','3','2025-06-08 16:49:00','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','31749390539','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-08 16:49:40','','0','3','2025-06-08 16:49:40','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','31749390577','Cleared','17','2025-06-08 19:43:30','','','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,''),(394,'','Cash','','2025-06-08 18:51:41','','0','3','2025-06-08 16:50:25','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','31749390624','No','3','2025-06-08 18:51: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,''),(395,'','Mpesa','','2025-06-08 16:51:46','','0','3','2025-06-08 16:51:46','','0','600','1','retail','0','700','1','0','0','0','0','600','0','printed',' ','','1','0','31749390670','Cleared','17','2025-06-08 19:34:48','','','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,''),(396,'','Mpesa','','2025-06-08 22:20:06','','0','6','2025-06-08 17:09:21','','0','1850','1','retail','0','1850','1','0','0','0','0','1850','0','printed',' ','','1','0','61749391717','Cleared','17','2025-06-08 23:56:37','','','3','','','',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,''),(397,'','Mpesa','','2025-06-09 00:42:39','','0','6','2025-06-08 17:18:30','','0','2900','1','retail','0','2900','1','0','0','0','0','2900','0','printed',' ','','4','0','61749392297','Cleared','17','2025-06-09 02:22:07','','','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,''),(398,'FRH','Mpesa','','2025-06-08 17:53:06','','0','11','2025-06-08 17:53:06','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','111749394358','Cleared','11','2025-06-08 17:55:04','','','','','','',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,''),(399,'','Mpesa','','2025-06-08 19:11:39','','0','6','2025-06-08 18:10:45','','0','1810','1','retail','0','1810','1','0','0','0','0','1810','0','printed',' ','','4','0','61749395423','Cleared','17','2025-06-08 23:56:05','','','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,''),(400,'','Cash','','2025-06-08 18:13:01','','0','4','2025-06-08 18:13:01','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','4','0','41749395579','Cleared','17','2025-06-08 20:56:50','','','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,''),(401,'','Cash','','2025-06-08 18:14:41','','0','4','2025-06-08 18:14:41','','130','130','1','retail','0','130','1','0','0','0','0','0','0','printed',' ','','1','0','41749395664','Cleared','17','2025-06-08 20:56:28','','','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,''),(402,'','Mpesa','','2025-06-08 18:16:28','','0','4','2025-06-08 18:16:28','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','41749395760','Cleared','17','2025-06-08 20:57:36','','','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,''),(403,'','Mpesa','','2025-06-08 18:53:34','','0','3','2025-06-08 18:53:34','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','31749398013','Cleared','17','2025-06-08 19:34:25','','','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,''),(404,'','Mpesa','','2025-06-08 19:34:47','','0','4','2025-06-08 19:34:47','','0','620','1','retail','0','620','1','0','0','0','0','620','0','printed',' ','','1','0','41749400468','Cleared','17','2025-06-08 20:57:08','','','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,''),(405,'','Mpesa','','2025-06-08 19:36:17','','0','4','2025-06-08 19:36:17','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41749400573','Cleared','17','2025-06-08 20:57:23','','','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,''),(406,'','Cash','','2025-06-08 21:28:57','','0','4','2025-06-08 19:40:24','','500','1250','1','retail','0','1250','1','0','0','0','0','750','0','printed',' ','','1','0','41749400793','Cleared','17','2025-06-08 22:25: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,''),(407,'','Mpesa','','2025-06-09 01:09:53','','0','6','2025-06-08 19:44:07','','0','1050','1','retail','0','1050','1','0','0','0','0','1050','0','printed',' ','','2','0','61749401017','Cleared','17','2025-06-09 02:23:09','','','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,''),(408,'','Mpesa','','2025-06-08 20:26:09','','0','11','2025-06-08 20:26:09','','0','1265','1','retail','0','1265','1','0','0','0','0','1265','0','printed',' ','','1','0','111749403041','Cleared','17','2025-06-09 02:55:34','','','','','','',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,''),(409,'','Mpesa','','2025-06-08 20:32:17','','0','4','2025-06-08 20:32:17','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','41749403935','Cleared','17','2025-06-08 20:56:10','','','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,''),(410,'','Cash','','2025-06-08 20:35:00','','0','11','2025-06-08 20:35:00','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','1','0','111749403634','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,''),(411,'','Cash','','2025-06-08 20:39:33','','0','5','2025-06-08 20:39:33','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','51749404371','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-08 20:41:02','','0','5','2025-06-08 20:41:02','','0','735','1','retail','0','735','1','0','0','0','0','735','0','printed',' ','','1','0','51749404416','Cleared','17','2025-06-09 00:56:55','','','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,''),(413,'','Mpesa','','2025-06-08 20:42:01','','0','5','2025-06-08 20:42:02','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51749404518','Cleared','17','2025-06-09 01:00:48','','','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,''),(414,'','Cash','','2025-06-08 20:43:24','','0','5','2025-06-08 20:43:24','','0','0','1','retail','0','650','1','0','0','0','0','0','0','new',' ','','4','850','51749404587','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-08 21:06:43','','0','5','2025-06-08 21:06:43','','0','620','1','retail','0','620','1','0','0','0','0','620','0','printed',' ','','1','0','51749405993','Cleared','17','2025-06-09 00:59:33','','','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,''),(416,'','Mpesa','','2025-06-08 21:08:49','','0','5','2025-06-08 21:08:49','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','4','0','51749406106','Cleared','17','2025-06-09 00:59:21','','','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,''),(417,'','Mpesa','','2025-06-08 21:10:27','','0','5','2025-06-08 21:10:27','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','51749406220','Cleared','17','2025-06-09 01:02:00','','','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,''),(418,'','Mpesa','','2025-06-08 21:27:27','','0','4','2025-06-08 21:27:27','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','41749407245','Cleared','17','2025-06-08 22:25:17','','','2','','','',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,''),(419,'','Cash','','2025-06-08 21:44:16','','0','4','2025-06-08 21:44:16','','350','350','1','retail','0','350','1','0','0','0','0','0','0','printed',' ','','1','0','41749408254','Cleared','17','2025-06-08 22:25:59','','','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,''),(420,'','Mpesa','','2025-06-08 21:54:22','','0','4','2025-06-08 21:54:22','','0','1430','1','retail','0','1430','1','0','0','0','0','1430','0','printed',' ','','1','0','41749408817','Cleared','17','2025-06-08 22:25:04','','','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,''),(421,'','Mpesa','','2025-06-08 21:56:36','','0','4','2025-06-08 21:56:36','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','41749408985','Cleared','17','2025-06-08 22:24:50','','','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,''),(422,'','Cash','','2025-06-08 22:02:39','','0','5','2025-06-08 22:02:39','','860','860','1','retail','0','860','1','0','0','0','0','0','0','printed',' ','','1','0','51749409352','Cleared','17','2025-06-09 00:57:10','','','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,''),(423,'','Mpesa','','2025-06-09 00:01:52','','0','5','2025-06-08 22:03:43','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','5','0','51749409421','Cleared','17','2025-06-09 01:02:15','','','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,''),(424,'','Mpesa','','2025-06-08 22:07:27','','0','5','2025-06-08 22:07:27','','0','510','1','retail','0','510','1','0','0','0','0','510','0','printed',' ','','1','0','51749409640','Cleared','17','2025-06-09 00:59:47','','','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,''),(425,'','Cash','','2025-06-08 22:17:50','','0','4','2025-06-08 22:17:50','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','41749410268','Cleared','17','2025-06-08 22:26:50','','','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,''),(426,'','Cash','','2025-06-08 22:20:25','','0','11','2025-06-08 22:20:25','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','4','0','111749410393','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,''),(427,'','Mpesa','','2025-06-08 23:55:22','','0','6','2025-06-08 22:21:04','','0','720','1','retail','0','720','1','0','0','0','0','720','0','printed',' ','','1','0','61749410414','Cleared','17','2025-06-09 02:23:40','','','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,''),(428,'','Mpesa','','2025-06-08 22:52:45','','0','6','2025-06-08 22:52:45','','0','1150','1','retail','0','1150','1','0','0','0','0','1150','0','printed',' ','','1','0','61749412337','Cleared','17','2025-06-08 23:57:15','','','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,''),(429,'','Mpesa','','2025-06-08 23:05:04','','0','6','2025-06-08 23:05:04','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','61749413091','Cleared','17','2025-06-08 23:56:58','','','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,''),(430,'','Mpesa','','2025-06-08 23:19:33','','0','11','2025-06-08 23:15:40','','0','2550','1','retail','0','2550','1','0','0','0','0','2550','0','printed',' ','','1','0','111749413492','Cleared','17','2025-06-09 02:55:14','','','','','','',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,''),(431,'','Mpesa','','2025-06-08 23:44:14','','0','5','2025-06-08 23:44:14','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','3','0','51749415452','Cleared','17','2025-06-09 00:57:38','','','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,''),(432,'','Mpesa','','2025-06-08 23:45:38','','0','5','2025-06-08 23:45:38','','0','2180','1','retail','0','2180','1','0','0','0','0','2180','0','printed',' ','','1','0','51749415502','Cleared','17','2025-06-09 00:58:30','','','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,''),(433,'','Mpesa','','2025-06-08 23:46:38','','0','5','2025-06-08 23:46:38','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','4','0','51749415585','Cleared','17','2025-06-09 00:58:43','','','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,''),(434,'','Mpesa','','2025-06-08 23:49:20','','0','5','2025-06-08 23:49:20','','0','2960','1','retail','0','2960','1','0','0','0','0','2960','0','printed',' ','','1','0','51749415653','Cleared','17','2025-06-09 00:59:07','','','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,''),(435,'','Mpesa','','2025-06-08 23:50:04','','0','5','2025-06-08 23:50:04','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','4','0','51749415802','Cleared','17','2025-06-09 00:58:55','','','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,''),(436,'','Mpesa','','2025-06-08 23:51:12','','0','5','2025-06-08 23:51:12','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','4','0','51749415857','Cleared','17','2025-06-09 00:58:16','','','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,''),(437,'','Cash','','2025-06-08 23:52:22','','0','4','2025-06-08 23:52:22','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','41749415941','Cleared','17','2025-06-08 23:55:15','','','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,''),(438,'','Cash','','2025-06-09 00:22:12','','0','4','2025-06-09 00:22:12','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','41749417722','Cleared','17','2025-06-09 01:07:42','','','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,''),(439,'','Mpesa','','2025-06-09 00:26:49','','0','5','2025-06-09 00:26:49','','0','2470','1','retail','0','2470','1','0','0','0','0','2470','0','printed',' ','','1','0','51749417949','Cleared','17','2025-06-09 00:55:57','','','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,''),(440,'','Cash','','2025-06-09 00:27:28','','0','5','2025-06-09 00:27:28','','150','350','1','retail','0','350','1','0','0','0','0','200','0','printed',' ','','1','0','51749418046','Cleared','17','2025-06-09 00:56:21','','','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,''),(441,'','Cash','','2025-06-09 00:28:22','','0','5','2025-06-09 00:28:22','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','51749418092','No','','','','','1','','','',0.00,0.00,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-06-09 00:29:13','','0','5','2025-06-09 00:29:13','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','4','0','51749418145','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-09 00:44:13','','0','6','2025-06-09 00:44:13','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61749419008','Cleared','17','2025-06-09 02:22:28','','','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,''),(444,'','Mpesa','','2025-06-09 00:45:49','','0','6','2025-06-09 00:45:49','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61749419127','Cleared','17','2025-06-09 02:21:38','','','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,''),(445,'','Cash','','2025-06-09 01:03:40','','0','5','2025-06-09 01:03:40','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','51749420219','No','','','','','1','','','',0.00,0.00,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-06-09 01:05:48','','0','4','2025-06-09 01:05:48','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','41749420340','Cleared','17','2025-06-09 01:07:28','','','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,''),(447,'','Mpesa','','2025-06-09 01:10:40','','0','6','2025-06-09 01:10:40','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','61749420603','Cleared','17','2025-06-09 02:22:44','','','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,''),(448,'','Mpesa','','2025-06-09 01:12:32','','0','6','2025-06-09 01:12:32','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61749420715','Cleared','17','2025-06-09 02:22:56','','','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,''),(449,'','Cash','','2025-06-09 01:12:57','','0','6','2025-06-09 01:12:57','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','61749420762','Cleared','17','2025-06-09 02:21:50','','','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,''),(450,'','Mpesa','','2025-06-09 01:14:39','','0','6','2025-06-09 01:14:39','','0','1410','1','retail','0','1410','1','0','0','0','0','1410','0','printed',' ','','4','0','61749420794','Cleared','17','2025-06-09 02:23:22','','','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,''),(451,'','Cash','','2025-06-09 01:15:09','','0','14','2025-06-09 01:15:09','','3000','3000','1','retail','0','3000','1','0','0','0','0','0','0','new',' ','','1','0','141749420490','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,''),(452,'','Mpesa','','2025-06-09 02:26:54','','0','6','2025-06-09 01:16:30','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','61749420958','Cleared','17','2025-06-09 03:02:38','','','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,''),(453,'','Mpesa','','2025-06-09 01:19:30','','0','11','2025-06-09 01:19:30','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','4','0','111749421099','Cleared','17','2025-06-09 02:54:59','','','','','','',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,''),(454,'','Mpesa','','2025-06-09 01:23:34','','0','5','2025-06-09 01:23:34','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','51749421412','Cleared','17','2025-06-09 01:27:45','','','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,''),(455,'','Cash','','2025-06-09 01:24:35','','0','4','2025-06-09 01:24:35','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','1','0','41749421474','No','','','','','1','','','',0.00,0.00,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-06-09 16:10:14','','0','4','2025-06-09 16:10:14','','1500','1500','1','retail','0','1500','1','0','0','0','0','0','0','printed',' ','','4','0','41749474567','Cleared','17','2025-06-09 18:11:18','','','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,''),(457,'','Mpesa','','2025-06-09 18:52:31','','0','4','2025-06-09 17:06:24','','0','2050','1','retail','0','2050','1','0','0','0','0','2050','0','printed',' ','','1','0','41749477967','Cleared','17','2025-06-09 22:22:33','','','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,''),(458,'','Mpesa','','2025-06-09 17:08:49','','0','4','2025-06-09 17:08:49','','0','4170','1','retail','0','4170','1','0','0','0','0','4170','0','printed',' ','','4','0','41749478010','Cleared','17','2025-06-09 22:25:19','','','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,''),(459,'','Cash','','2025-06-09 17:57:37','','0','4','2025-06-09 17:09:48','','800','820','1','retail','0','820','1','0','0','0','0','20','0','printed',' ','','4','0','41749478155','Cleared','17','2025-06-09 18:10:59','','','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,''),(460,'','Mpesa','','2025-06-09 19:05:46','','0','4','2025-06-09 17:52:31','','0','1250','1','retail','0','1250','1','0','0','0','0','1250','0','printed',' ','','4','0','41749480749','Cleared','17','2025-06-09 22:22:45','','','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,''),(461,'','Mpesa','','2025-06-09 18:59:30','','0','4','2025-06-09 18:59:30','','0','4420','1','retail','0','4420','1','0','0','0','0','4420','0','printed',' ','','1','0','41749484634','Cleared','17','2025-06-09 22:23:10','','','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,''),(462,'','Cash','','2025-06-09 19:22:12','','0','4','2025-06-09 19:22:12','','520','520','1','retail','0','520','1','0','0','0','0','0','0','printed',' ','','1','0','41749486124','Cleared','17','2025-06-09 22:22:11','','','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,''),(463,'','Mpesa','','2025-06-09 21:18:55','','0','4','2025-06-09 19:23:05','','0','2950','1','retail','0','2950','1','0','0','0','0','2950','0','printed',' ','','4','0','41749486180','Cleared','17','2025-06-09 22:24:13','','','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,''),(464,'','Mpesa','','2025-06-09 19:35:37','','0','4','2025-06-09 19:35:37','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','41749486920','Cleared','17','2025-06-09 22:25:05','','','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,''),(465,'','Mpesa','','2025-06-09 22:06:14','','0','4','2025-06-09 19:39:11','','0','3230','1','retail','0','4270','1','0','0','0','0','3230','0','printed',' ','','1','0','41749486961','Cleared','16','2025-06-09 23:59:33','','','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,''),(466,'','Mpesa','','2025-06-09 21:06:20','','0','4','2025-06-09 21:05:15','','0','1610','1','retail','0','1610','1','0','0','0','0','1610','0','printed',' ','','4','0','41749492233','Cleared','17','2025-06-09 22:24:34','','','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,''),(467,'','Mpesa','','2025-06-09 21:19:54','','0','4','2025-06-09 21:19:54','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','41749493193','Cleared','17','2025-06-09 22:22:56','','','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,''),(468,'','Mpesa','','2025-06-09 21:24:18','','0','4','2025-06-09 21:24:18','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','4','0','41749493457','Cleared','17','2025-06-09 22:23:19','','','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,''),(469,'','Mpesa','','2025-06-09 22:07:15','','0','4','2025-06-09 22:07:15','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','4','0','41749496023','Cleared','17','2025-06-09 22:24:54','','','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,''),(470,'','Mpesa','','2025-06-09 22:08:20','','0','4','2025-06-09 22:08:20','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','41749496088','Cleared','17','2025-06-09 22:24:44','','','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,''),(471,'','Mpesa','','2025-06-09 22:20:31','','0','4','2025-06-09 22:20:31','','0','1500','1','retail','0','1500','1','0','0','0','0','1500','0','printed',' ','','3','0','41749496829','Cleared','17','2025-06-09 22:21:53','','','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,''),(472,'','Mpesa','','2025-06-09 23:51:32','','0','4','2025-06-09 23:51:32','','0','2300','1','retail','0','2300','1','0','0','0','0','2300','0','printed',' ','','1','0','41749502265','Cleared','17','2025-06-09 23:52:29','','','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,''),(473,'','Mpesa','','2025-06-09 23:58:30','','0','4','2025-06-09 23:58:30','','0','780','1','retail','0','780','1','0','0','0','0','780','0','printed',' ','','1','0','41749502709','Cleared','16','2025-06-09 23:59:25','','','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,''),(474,'','Cash','','2025-06-10 10:19:50','','0','3','2025-06-10 10:19:50','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','1','0','31749539989','Cleared','17','2025-06-10 18:49:50','','','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,''),(475,'09w','Mpesa','','2025-06-10 11:38:01','','0','3','2025-06-10 11:38:01','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','4','0','31749544647','Cleared','11','2025-06-10 12:05:06','','','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,''),(476,'8kj5','Mpesa','','2025-06-10 12:26:11','','0','3','2025-06-10 12:26:11','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','31749547559','Cleared','11','2025-06-10 14:11:10','','','2','','','',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,''),(477,'','Cash','','2025-06-10 12:46:12','','0','3','2025-06-10 12:46:12','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','4','0','31749548770','No','','','','','1','','','',0.00,0.00,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-06-10 14:11:38','','0','3','2025-06-10 14:11:38','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','31749553897','No','','','','','1','','','',0.00,0.00,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-06-10 15:52:13','','0','3','2025-06-10 15:52:13','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','1','0','31749559907','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-10 17:17:01','','0','3','2025-06-10 16:51:35','','0','1100','1','retail','0','1100','1','0','0','0','0','1100','0','printed',' ','','1','0','31749563454','Cleared','17','2025-06-10 17:40:44','','','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,''),(481,'','Mpesa','','2025-06-10 17:07:25','','0','3','2025-06-10 17:07:25','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','31749564409','Cleared','17','2025-06-10 18:38:28','','','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,''),(482,'','Mpesa','','2025-06-10 17:32:43','','0','6','2025-06-10 17:32:43','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61749565902','Cleared','17','2025-06-10 20:26:02','','','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,''),(483,'','Mpesa','','2025-06-10 17:48:55','','0','3','2025-06-10 17:48:55','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','31749566874','Cleared','17','2025-06-10 17:51:04','','','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,''),(484,'','Cash','','2025-06-10 17:53:51','','0','3','2025-06-10 17:53:51','','900','900','1','retail','0','900','1','0','0','0','0','0','0','printed',' ','','1','0','31749567042','Cleared','17','2025-06-10 18:35:05','','','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,''),(485,'','Cash','','2025-06-10 23:58:35','','0','6','2025-06-10 19:09:42','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','61749571722','No','6','2025-06-10 23:58: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,''),(486,'','Cash','','2025-06-10 20:19:50','','0','6','2025-06-10 19:34:42','','1450','1450','1','retail','0','1450','1','0','0','0','0','0','0','new',' ','','1','0','61749573222','No','6','2025-06-10 20:19: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,''),(487,'','Mpesa','','2025-06-10 20:20:23','','0','6','2025-06-10 20:20:23','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61749576007','Cleared','17','2025-06-10 20:26:14','','','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,''),(488,'','Cash','','2025-06-10 20:22:55','','0','6','2025-06-10 20:22:55','','1860','1860','1','retail','0','1860','1','0','0','0','0','0','0','new',' ','','1','0','61749576105','No','','','','','1','','','',0.00,0.00,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-06-10 20:48:26','','0','6','2025-06-10 20:48:26','','100','500','1','retail','0','500','1','0','0','0','0','400','0','printed',' ','','1','0','61749577689','Cleared','17','2025-06-10 20:51:16','','','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,''),(490,'','Mpesa','','2025-06-10 23:26:11','','0','6','2025-06-10 20:56:47','','0','2430','1','retail','0','2430','1','0','0','0','0','2430','0','printed',' ','','4','0','61749578162','Cleared','17','2025-06-10 23:31:26','','','2','','','',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,''),(491,'','Cash','','2025-06-10 20:57:16','','0','6','2025-06-10 20:57:16','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','61749578218','No','','','','','2','','','',0.00,0.00,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,'','Mpesa','','2025-06-10 21:47:40','','0','6','2025-06-10 21:41:29','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','4','0','61749580845','Cleared','17','2025-06-10 23:17:38','','','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,''),(493,'','Mpesa','','2025-06-10 21:41:55','','0','6','2025-06-10 21:41:55','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','4','0','61749580899','Cleared','17','2025-06-10 23:17:53','','','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,''),(494,'','Mpesa','','2025-06-10 21:44:28','','0','6','2025-06-10 21:44:28','','0','1350','1','retail','0','1350','1','0','0','0','0','1350','0','printed',' ','','1','0','61749581005','Cleared','17','2025-06-10 23:30:22','','','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,''),(495,'','Cash','','2025-06-10 22:43:52','','0','6','2025-06-10 22:43:52','','1200','1200','1','retail','0','1200','1','0','0','0','0','0','0','new',' ','','1','0','61749584577','No','','','','','1','','','',0.00,0.00,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-06-11 00:00:54','','0','6','2025-06-11 00:00:54','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','1','0','61749589253','Cleared','17','2025-06-11 00:06:48','','','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,''),(497,'','Cash','','2025-06-11 00:01:38','','0','6','2025-06-11 00:01:38','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','61749589286','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-11 00:04:30','','0','6','2025-06-11 00:04:30','','0','1320','1','retail','0','1320','1','0','0','0','0','1320','0','printed',' ','','1','0','61749589319','Cleared','17','2025-06-11 00:08:13','','','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,''),(499,'','Mpesa','','2025-06-11 13:54:37','','0','3','2025-06-11 13:02:52','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','31749635995','Cleared','17','2025-06-11 15:10:45','','','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,''),(500,'','Mpesa','','2025-06-11 14:16:49','','0','3','2025-06-11 13:05:51','','0','1800','1','retail','0','1800','1','0','0','0','0','1800','0','printed',' ','','1','0','31749636236','Cleared','17','2025-06-11 15:10:38','','','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,''),(501,'','Cash','','2025-06-11 13:06:54','','0','3','2025-06-11 13:06:54','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','3','0','31749636410','Cleared','11','2025-06-11 13:19:47','','','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,''),(502,'','Mpesa','','2025-06-11 14:04:52','','0','3','2025-06-11 14:04:52','','0','1800','1','retail','0','1800','1','0','0','0','0','1800','0','printed',' ','','1','0','31749639891','Cleared','17','2025-06-11 15:10:29','','','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,''),(503,'','Mpesa','','2025-06-11 16:04:14','','0','3','2025-06-11 15:22:59','','0','1750','1','retail','0','1750','1','0','0','0','0','1750','0','printed',' ','','4','0','31749644520','Cleared','17','2025-06-11 18:20:18','','','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,''),(504,'','Cash','','2025-06-11 15:48:57','','0','3','2025-06-11 15:48:57','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','3','0','31749646135','Cleared','17','2025-06-11 15:52:28','','','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,''),(505,'','Cash','','2025-06-11 16:59:13','','0','3','2025-06-11 16:59:13','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','31749650351','Cleared','17','2025-06-11 17:03:27','','','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,''),(506,'','Mpesa','','2025-06-11 17:00:04','','0','3','2025-06-11 17:00:04','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','31749650397','Cleared','17','2025-06-11 17:03: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,''),(507,'','Cash','','2025-06-11 17:15:08','','0','3','2025-06-11 17:15:08','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','4','0','31749651305','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-11 17:31:10','','0','3','2025-06-11 17:31:10','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','31749652268','Cleared','17','2025-06-11 18:20:10','','','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,''),(509,'','Mpesa','','2025-06-11 18:25:38','','0','3','2025-06-11 18:25:38','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','31749655528','Cleared','17','2025-06-11 18:29:54','','','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,''),(510,'','Mpesa','','2025-06-11 18:30:20','','0','5','2025-06-11 18:30:20','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51749655817','Cleared','17','2025-06-11 21:19:29','','','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,''),(511,'','Mpesa','','2025-06-11 18:33:50','','0','5','2025-06-11 18:33:50','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','4','0','51749656025','Cleared','17','2025-06-12 02:21:49','','','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,''),(512,'','Cash','','2025-06-11 18:34:45','','0','5','2025-06-11 18:34:45','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','4','0','51749656081','Cleared','17','2025-06-11 21:20:33','','','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,''),(513,'','Mpesa','','2025-06-11 18:36:02','','0','5','2025-06-11 18:36:02','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','4','0','51749656155','Cleared','17','2025-06-12 01:04:53','','','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,''),(514,'','Mpesa','','2025-06-11 19:31:41','','0','5','2025-06-11 19:31:41','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','51749659454','Cleared','17','2025-06-11 21:20:18','','','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,''),(515,'','Cash','','2025-06-11 19:42:32','','0','5','2025-06-11 19:42:32','','100','1250','1','retail','0','1250','1','0','0','0','0','1150','0','printed',' ','','1','0','51749660069','Cleared','17','2025-06-11 21:19:53','','','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,''),(516,'','Cash','','2025-06-11 20:44:02','','0','5','2025-06-11 20:44:02','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','51749663839','Cleared','17','2025-06-11 21:19:00','','','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,''),(517,'','Mpesa','','2025-06-11 21:11:00','','0','5','2025-06-11 21:11:00','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','51749665458','Cleared','17','2025-06-11 21:19:17','','','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,''),(518,'','Cash','','2025-06-11 21:12:48','','0','5','2025-06-11 21:12:48','','300','1200','1','retail','0','1200','1','0','0','0','0','900','0','printed',' ','','1','0','51749665551','Cleared','17','2025-06-11 21:20:54','','','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,''),(519,'','Mpesa','','2025-06-11 21:24:41','','0','5','2025-06-11 21:24:41','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','4','0','51749666280','Cleared','17','2025-06-12 01:04: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,''),(520,'','Mpesa','','2025-06-11 21:26:15','','0','5','2025-06-11 21:26:15','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','4','0','51749666335','Cleared','17','2025-06-11 21:37:09','','','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,''),(521,'','Mpesa','','2025-06-11 21:33:26','','0','5','2025-06-11 21:33:26','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51749666804','Cleared','17','2025-06-11 21:37:00','','','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,''),(522,'','Cash','','2025-06-11 21:44:54','','0','5','2025-06-11 21:44:54','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','51749667492','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-11 23:03:07','','0','5','2025-06-11 23:03:07','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','4','0','51749672161','Cleared','17','2025-06-12 01:03:46','','','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,''),(524,'','Mpesa','','2025-06-11 23:05:30','','0','5','2025-06-11 23:05:30','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','51749672260','Cleared','17','2025-06-12 01:03:34','','','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,''),(525,'','Mpesa','','2025-06-12 00:50:37','','0','5','2025-06-12 00:50:37','','0','2300','1','retail','0','2300','1','0','0','0','0','2300','0','printed',' ','','1','0','51749678543','Cleared','17','2025-06-12 01:05:40','','','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,''),(526,'','Cash','','2025-06-12 00:51:26','','0','5','2025-06-12 00:51:26','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','51749678684','Cleared','17','2025-06-12 01:05:12','','','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,''),(527,'','Mpesa','','2025-06-12 00:52:13','','0','5','2025-06-12 00:52:13','','0','620','1','retail','0','620','1','0','0','0','0','620','0','printed',' ','','1','0','51749678726','Cleared','17','2025-06-12 01:05:27','','','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,''),(528,'','Mpesa','','2025-06-12 00:55:26','','0','5','2025-06-12 00:55:26','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','5','0','51749678925','Cleared','17','2025-06-12 02:22:16','','','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,''),(529,'','Cash','','2025-06-12 00:56:03','','0','5','2025-06-12 00:56:03','','10','50','1','retail','0','50','1','0','0','0','0','40','0','printed',' ','','4','0','51749678962','Cleared','17','2025-06-12 01:06:16','','','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,''),(530,'','Mpesa','','2025-06-12 01:11:01','','0','5','2025-06-12 01:11:01','','0','1500','1','retail','0','1500','1','0','0','0','0','1500','0','printed',' ','','3','0','51749679860','Cleared','17','2025-06-12 02:18:20','','','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,''),(531,'','Mpesa','','2025-06-12 01:11:32','','0','5','2025-06-12 01:11:32','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','3','0','51749679891','Cleared','17','2025-06-12 02:18:34','','','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,''),(532,'','Cash','','2025-06-12 01:12:05','','0','5','2025-06-12 01:12:05','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','new',' ','','3','0','51749679924','No','','','','','1','','','',0.00,0.00,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-06-12 01:12:36','','0','5','2025-06-12 01:12:36','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','3','0','51749679954','Cleared','17','2025-06-12 02:18:49','','','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,''),(534,'','Cash','','2025-06-12 01:13:20','','0','5','2025-06-12 01:13:20','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','new',' ','','3','0','51749679999','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-12 01:25:57','','0','5','2025-06-12 01:25:57','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51749680756','Cleared','17','2025-06-12 02:21:43','','','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,''),(536,'','Mpesa','','2025-06-12 01:27:32','','0','5','2025-06-12 01:27:32','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','51749680839','Cleared','17','2025-06-12 02:21:05','','','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,''),(537,'','Cash','','2025-06-12 01:47:06','','0','5','2025-06-12 01:47:06','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','1','0','51749682025','Cleared','17','2025-06-12 02:19: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,''),(538,'','Cash','','2025-06-12 01:48:13','','0','5','2025-06-12 01:48:13','','2200','2200','1','retail','0','2200','1','0','0','0','0','0','0','printed',' ','','1','0','51749682066','Cleared','17','2025-06-12 02:20:42','','','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,''),(539,'','Mpesa','','2025-06-12 01:50:00','','0','5','2025-06-12 01:50:00','','0','2500','1','retail','0','2500','1','0','0','0','0','2500','0','printed',' ','','1','0','51749682140','Cleared','17','2025-06-12 02:22:36','','','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,''),(540,'','Mpesa','','2025-06-12 02:08:09','','0','5','2025-06-12 02:08:09','','0','1650','1','retail','0','1650','1','0','0','0','0','1650','0','printed',' ','','1','0','51749683261','Cleared','17','2025-06-12 02:20:10','','','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,''),(541,'','Mpesa','','2025-06-12 14:18:22','','0','3','2025-06-12 14:18:22','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','31749727100','Cleared','11','2025-06-12 15:03:15','','','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,''),(542,'','Mpesa','','2025-06-12 15:09:10','','0','3','2025-06-12 15:09:10','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','31749730149','Cleared','17','2025-06-12 17:25:51','','','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,''),(543,'','Cash','','2025-06-12 16:49:56','','0','5','2025-06-12 16:49:56','','1300','1300','1','retail','0','1300','1','0','0','0','0','0','0','new',' ','','1','0','51749736152','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-12 18:38:02','','0','3','2025-06-12 17:45:01','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','31749739499','Cleared','17','2025-06-12 21:28:55','','','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,''),(545,'','Mpesa','','2025-06-12 21:08:30','','0','6','2025-06-12 19:53:08','','0','510','1','retail','0','510','1','0','0','0','0','510','0','printed',' ','','1','0','61749747176','Cleared','17','2025-06-12 21:29:09','','','2','','','',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,''),(546,'','Cash','','2025-06-12 20:53:07','','0','5','2025-06-12 20:53:07','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','1','0','51749750785','Cleared','17','2025-06-13 00:09:04','','','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,''),(547,'','Mpesa','','2025-06-12 21:34:28','','0','6','2025-06-12 21:34:28','','0','1500','1','retail','0','1500','1','0','0','0','0','1500','0','printed',' ','','3','0','61749753267','Cleared','17','2025-06-12 21:52:55','','','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,''),(548,'','Cash','','2025-06-12 21:50:36','','0','4','2025-06-12 21:50:36','','820','820','1','retail','0','820','1','0','0','0','0','0','0','printed',' ','','1','0','41749754225','Cleared','17','2025-06-12 21:57:07','','','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,''),(549,'','Mpesa','','2025-06-12 22:07:23','','0','4','2025-06-12 22:07:23','','0','2600','1','retail','0','2600','1','0','0','0','0','2600','0','printed',' ','','4','0','41749755164','Cleared','17','2025-06-12 22:44:49','','','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,''),(550,'','Mpesa','','2025-06-12 22:34:53','','0','6','2025-06-12 22:34:53','','0','2000','1','retail','0','2000','1','0','0','0','0','2000','0','printed',' ','','3','0','61749756820','Cleared','17','2025-06-12 23:21:45','','','2','','','',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,''),(551,'','Cash','','2025-06-12 22:36:28','','0','4','2025-06-12 22:36:28','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','4','0','41749756979','Cleared','17','2025-06-13 00:32:06','','','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,''),(552,'','Mpesa','','2025-06-12 22:41:43','','0','4','2025-06-12 22:41:43','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','41749757284','Cleared','17','2025-06-12 22:45:12','','','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,''),(553,'','Cash','','2025-06-12 23:05:13','','0','5','2025-06-12 23:05:13','','50','450','1','retail','0','450','1','0','0','0','0','400','0','printed',' ','','5','0','51749758695','Cleared','17','2025-06-13 00:10:34','','','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,''),(554,'','Cash','','2025-06-12 23:16:15','','0','5','2025-06-12 23:16:15','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','4','0','51749759374','Cleared','17','2025-06-13 00:09:36','','','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,''),(555,'','Cash','','2025-06-12 23:16:40','','0','5','2025-06-12 23:16:40','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','1','0','51749759399','Cleared','17','2025-06-13 00:09:52','','','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,''),(556,'','Mpesa','','2025-06-12 23:23:49','','0','6','2025-06-12 23:23:49','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','4','0','61749759816','Cleared','17','2025-06-12 23:39:35','','','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,''),(557,'','Mpesa','','2025-06-13 00:05:53','','0','5','2025-06-13 00:05:53','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','51749762352','Cleared','17','2025-06-13 00:10:50','','','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,''),(558,'','Mpesa','','2025-06-13 00:43:45','','0','5','2025-06-13 00:43:45','','0','1800','1','retail','0','1800','1','0','0','0','0','1800','0','printed',' ','','1','0','51749764624','Cleared','17','2025-06-13 00:52:17','','','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,''),(559,'','Mpesa','','2025-06-13 00:44:44','','0','5','2025-06-13 00:44:44','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','4','0','51749764676','Cleared','17','2025-06-13 00:52:10','','','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,''),(560,'','Mpesa','','2025-06-13 05:31:14','','0','17','2025-06-13 05:31:14','','0','9850','1','retail','0','9850','1','0','0','0','0','9850','0','printed',' ','','1','0','171749770131','Cleared','17','2025-06-13 06:45:17','','','2','','','',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,''),(561,'','Cash','','2025-06-13 07:02:57','','0','17','2025-06-13 07:02:57','','2475','3250','1','retail','0','3250','1','0','0','0','0','775','0','printed',' ','','1','0','171749782353','Cleared','17','2025-06-13 07:54:30','','','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,''),(562,'','Cash','','2025-06-13 12:17:17','','0','3','2025-06-13 12:08:56','','2850','2850','1','retail','0','2850','1','0','0','0','0','0','0','printed',' ','','4','0','31749805472','Cleared','17','2025-06-13 17:45:36','','','2','','','',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,''),(563,'','Mpesa','','2025-06-13 13:55:13','','0','3','2025-06-13 13:55:13','','0','1450','1','retail','0','1450','1','0','0','0','0','1450','0','printed',' ','','1','0','31749812077','Cleared','17','2025-06-13 19:38:06','','','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,''),(564,'TFDONWFAFG','Mpesa','','2025-06-13 14:12:29','','0','3','2025-06-13 14:12:29','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','4','0','31749813132','Cleared','11','2025-06-13 14:26:00','','','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,''),(565,'','Cash','','2025-06-13 14:38:34','','0','3','2025-06-13 14:38:34','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','31749814713','No','','','','','1','','','',0.00,0.00,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-06-13 14:39:24','','0','3','2025-06-13 14:39:24','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','31749814763','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-13 15:39:26','','0','3','2025-06-13 15:39:26','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','4','0','31749818346','Cleared','17','2025-06-13 17:45:09','','','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,''),(568,'','Cash','','2025-06-13 16:53:51','','0','6','2025-06-13 16:53:51','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','61749822807','Cleared','11','2025-06-13 17:06:58','','','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,''),(569,'','Mpesa','','2025-06-13 16:56:38','','0','4','2025-06-13 16:56:38','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','41749822997','Cleared','17','2025-06-13 19:14:51','','','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,''),(570,'','Mpesa','','2025-06-13 20:26:30','','0','4','2025-06-13 16:57:32','','0','5920','1','retail','0','5920','1','0','0','0','0','5920','0','printed',' ','','1','0','41749823051','Cleared','17','2025-06-13 21:09:33','','','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,''),(571,'','Mpesa','','2025-06-13 17:06:33','','0','4','2025-06-13 16:59:16','','0','2050','1','retail','0','2050','1','0','0','0','0','2050','0','printed',' ','','1','0','41749823144','Cleared','17','2025-06-13 19:15:21','','','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,''),(572,'','Cash','','2025-06-13 17:14:14','','0','4','2025-06-13 17:14:14','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','41749824053','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-13 19:05:43','','0','3','2025-06-13 17:33:14','','0','2300','1','retail','0','2300','1','0','0','0','0','2300','0','printed',' ','','1','0','31749825091','Cleared','17','2025-06-13 21:23:05','','','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,''),(574,'','Mpesa','','2025-06-13 17:35:55','','0','8','2025-06-13 17:35:55','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','4','0','81749825276','Cleared','17','2025-06-13 23:36:46','','','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,''),(575,'','Mpesa','','2025-06-13 20:14:58','','0','6','2025-06-13 18:03:13','','0','2350','1','retail','0','2350','1','0','0','0','0','2350','0','printed',' ','','1','0','61749826737','Cleared','17','2025-06-13 20:21:37','','','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,''),(576,'','Cash','','2025-06-13 18:05:49','','0','8','2025-06-13 18:05:49','','800','800','1','retail','0','800','1','0','0','0','0','0','0','printed',' ','','5','0','81749827140','Cleared','17','2025-06-14 01:55:46','','','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,''),(577,'','Cash','','2025-06-13 18:33:51','','0','8','2025-06-13 18:33:51','','2200','2200','1','retail','0','2200','1','0','0','0','0','0','0','printed',' ','','1','0','81749828800','Cleared','17','2025-06-14 01:56:03','','','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,''),(578,'','Mpesa','','2025-06-13 22:43:17','','0','6','2025-06-13 18:46:40','','0','1700','1','retail','0','1700','1','0','0','0','0','1700','0','printed',' ','','1','0','61749829574','Cleared','17','2025-06-14 00:09:44','','','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,''),(579,'','Cash','','2025-06-13 22:50:36','','0','6','2025-06-13 18:47:09','','2000','3250','1','retail','0','3250','1','0','0','0','0','1250','0','printed',' ','','1','0','61749829611','Cleared','17','2025-06-14 00:09:06','','','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,''),(580,'','Mpesa','','2025-06-13 18:53:04','','0','16','2025-06-13 18:53:04','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','161749829959','Cleared','17','2025-06-13 18:54:34','','','','','','',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,''),(581,'','Mpesa','','2025-06-13 18:56:05','','0','8','2025-06-13 18:56:05','','0','2200','1','retail','0','2200','1','0','0','0','0','2200','0','printed',' ','','1','0','81749830059','Cleared','17','2025-06-13 20:19:42','','','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,''),(582,'','Mpesa','','2025-06-13 18:59:26','','0','3','2025-06-13 18:59:26','','0','1200','1','retail','0','1200','1','0','0','0','0','1200','0','printed',' ','','1','0','31749830284','Cleared','17','2025-06-13 19:38:51','','','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,''),(583,'','Mpesa','','2025-06-13 19:10:43','','0','3','2025-06-13 19:10:43','','0','1200','1','retail','0','1200','1','0','0','0','0','1200','0','printed',' ','','5','0','31749831035','Cleared','17','2025-06-13 21:03: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,''),(584,'','Mpesa','','2025-06-13 19:15:06','','0','6','2025-06-13 19:15:06','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61749831290','Cleared','17','2025-06-13 19:51:49','','','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,''),(585,'','Mpesa','','2025-06-13 19:18:52','','0','8','2025-06-13 19:18:52','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','4','0','81749831507','Cleared','17','2025-06-13 20:19:54','','','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,''),(586,'','Mpesa','','2025-06-13 19:27:57','','0','8','2025-06-13 19:27:57','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','81749832075','Cleared','17','2025-06-13 19:33:09','','','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,''),(587,'','Cash','','2025-06-13 19:44:24','','0','6','2025-06-13 19:44:24','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','1','0','61749833060','Cleared','17','2025-06-13 19:51:28','','','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,''),(588,'','Cash','','2025-06-13 19:48:10','','0','5','2025-06-13 19:48:10','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','51749833289','Cleared','17','2025-06-14 02:18:47','','','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,''),(589,'','Cash','','2025-06-13 20:06:00','','0','5','2025-06-13 20:06:00','','1800','1800','1','retail','0','1800','1','0','0','0','0','0','0','printed',' ','','5','0','51749834342','Cleared','17','2025-06-14 02:19:25','','','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,''),(590,'','Mpesa','','2025-06-13 20:29:36','','0','4','2025-06-13 20:29:36','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','3','0','41749835774','Cleared','17','2025-06-13 21:10:20','','','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,''),(591,'','Mpesa','','2025-06-13 20:44:37','','0','4','2025-06-13 20:44:37','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','41749836676','Cleared','17','2025-06-13 21:10:04','','','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,''),(592,'','Mpesa','','2025-06-13 20:50:16','','0','8','2025-06-13 20:50:16','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','81749836997','Cleared','17','2025-06-13 22:52:59','','','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,''),(593,'','Cash','','2025-06-13 20:53:03','','0','8','2025-06-13 20:53:03','','850','850','1','retail','0','850','1','0','0','0','0','0','0','new',' ','','4','0','81749837161','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-13 21:06:08','','0','8','2025-06-13 21:06:08','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','4','0','81749837966','Cleared','17','2025-06-13 23:37:36','','','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,''),(595,'','Card','','2025-06-13 21:07:02','','0','8','2025-06-13 21:07:02','','0','250','1','retail','0','250','1','250','0','0','0','0','0','printed',' ','','1','0','81749838019','Cleared','17','2025-06-13 22:52:42','','','2','','','',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,''),(596,'','Mpesa','','2025-06-13 21:07:49','','0','5','2025-06-13 21:07:49','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','1','0','51749838067','Cleared','17','2025-06-13 21:23:25','','','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,''),(597,'','Cash','','2025-06-13 21:09:54','','0','8','2025-06-13 21:09:54','','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','4','0','81749838193','Cleared','17','2025-06-14 00:13:41','','','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,''),(598,'','Cash','','2025-06-13 21:10:31','','0','8','2025-06-13 21:10:31','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','81749838228','Cleared','17','2025-06-14 00:14:00','','','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,''),(599,'','Mpesa','','2025-06-13 21:13:33','','0','4','2025-06-13 21:13:33','','0','2300','1','retail','0','2300','1','0','0','0','0','2300','0','printed',' ','','1','0','41749838376','Cleared','17','2025-06-13 21:19:50','','','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,''),(600,'','Mpesa','','2025-06-13 21:19:34','','0','4','2025-06-13 21:19:34','','0','0','1','retail','0','1500','1','0','0','0','0','1500','0','printed',' ','','3','1500','41749838772','Cleared','17','2025-06-13 21:24:30','','','2','','','',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,''),(601,'','Mpesa','','2025-06-13 22:51:58','','0','6','2025-06-13 21:21:03','','0','460','1','retail','0','460','1','0','0','0','0','460','0','printed',' ','','1','0','61749838847','Cleared','17','2025-06-13 23:02:55','','','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,''),(602,'','Mpesa','','2025-06-13 21:31:25','','0','4','2025-06-13 21:31:25','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','41749839484','Cleared','17','2025-06-13 22:38:28','','','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,''),(603,'','Cash','','2025-06-13 21:35:44','','0','4','2025-06-13 21:35:44','','0','0','1','retail','0','4000','1','0','0','0','0','0','0','new',' ','','3','4000','41749839743','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-13 21:56:52','','0','5','2025-06-13 21:56:52','','0','1450','1','retail','0','1450','1','0','0','0','0','1450','0','printed',' ','','4','0','51749841004','Cleared','17','2025-06-14 02:23:57','','','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,''),(605,'','Mpesa','','2025-06-13 21:57:52','','0','8','2025-06-13 21:57:52','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','4','0','81749841071','Cleared','17','2025-06-13 22:53:12','','','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,''),(606,'','Mpesa','','2025-06-13 21:59:22','','0','8','2025-06-13 21:59:23','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','81749841161','Cleared','17','2025-06-13 22:53:22','','','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,''),(607,'','Mpesa','','2025-06-13 23:14:24','','0','4','2025-06-13 22:13:55','','0','920','1','retail','0','920','1','0','0','0','0','920','0','printed',' ','','1','0','41749842013','Cleared','17','2025-06-14 00:00:52','','','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,''),(608,'','Mpesa','','2025-06-13 22:31:53','','0','4','2025-06-13 22:31:53','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','3','0','41749843112','Cleared','17','2025-06-13 22:39:07','','','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,''),(609,'','Mpesa','','2025-06-13 22:33:35','','0','4','2025-06-13 22:33:35','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','3','0','41749843145','Cleared','17','2025-06-13 22:38:49','','','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,''),(610,'','Cash','','2025-06-13 22:34:13','','0','4','2025-06-13 22:34:13','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','3','0','41749843252','Cleared','17','2025-06-13 22:39:30','','','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,''),(611,'','Mpesa','','2025-06-13 22:35:11','','0','4','2025-06-13 22:35:11','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','3','0','41749843309','Cleared','17','2025-06-14 20:39:23','','','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,''),(612,'3sa','Mpesa','','2025-06-13 22:54:02','','0','4','2025-06-13 22:54:02','','100','600','1','retail','0','600','1','0','0','0','0','500','0','printed',' ','','1','0','41749844387','Cleared','11','2025-06-14 00:57:45','','','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,''),(613,'','Mpesa','','2025-06-13 22:54:38','','0','4','2025-06-13 22:54:38','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','41749844476','Cleared','17','2025-06-13 23:39:43','','','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,''),(614,'','Mpesa','','2025-06-13 23:11:30','','0','5','2025-06-13 23:11:30','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','4','0','51749845482','Cleared','17','2025-06-14 02:18:14','','','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,''),(615,'','Mpesa','','2025-06-13 23:11:49','','0','5','2025-06-13 23:11:49','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','4','0','51749845508','Cleared','17','2025-06-14 02:20:21','','','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,''),(616,'','Cash','','2025-06-13 23:17:53','','0','5','2025-06-13 23:17:53','','5180','5180','1','retail','0','5180','1','0','0','0','0','0','0','printed',' ','','1','0','51749845772','Cleared','17','2025-06-14 02:20:55','','','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,''),(617,'','Mpesa','','2025-06-13 23:26:10','','0','8','2025-06-13 23:26:10','','0','1610','1','retail','0','1610','1','0','0','0','0','1610','0','printed',' ','','1','0','81749846304','Cleared','17','2025-06-13 23:37:16','','','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,''),(618,'','Mpesa','','2025-06-13 23:29:48','','0','8','2025-06-13 23:29:48','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','4','0','81749846587','Cleared','17','2025-06-13 23:37:53','','','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,''),(619,'','Mpesa','','2025-06-13 23:31:23','','0','8','2025-06-13 23:31:23','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','81749846674','Cleared','17','2025-06-13 23:38:21','','','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,''),(620,'','Mpesa','','2025-06-13 23:32:41','','0','4','2025-06-13 23:32:41','','0','2000','1','retail','0','2000','1','0','0','0','0','2000','0','printed',' ','','3','0','41749846760','Cleared','17','2025-06-13 23:40:08','','','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,''),(621,'','Mpesa','','2025-06-13 23:39:37','','0','5','2025-06-13 23:39:37','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','4','0','51749847160','Cleared','17','2025-06-14 02:23:26','','','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,''),(622,'','Mpesa','','2025-06-13 23:43:39','','0','8','2025-06-13 23:43:39','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','81749847418','Cleared','17','2025-06-13 23:46:21','','','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,''),(623,'','Mpesa','','2025-06-13 23:54:58','','0','4','2025-06-13 23:54:58','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','41749848097','Cleared','17','2025-06-14 00:01:14','','','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,''),(624,'','Cash','','2025-06-14 00:26:30','','0','5','2025-06-14 00:26:30','','700','700','1','retail','0','700','1','0','0','0','0','0','0','printed',' ','','1','0','51749849977','Cleared','17','2025-06-14 02:19:06','','','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,''),(625,'','Mpesa','','2025-06-14 00:27:22','','0','5','2025-06-14 00:27:22','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','51749850030','Cleared','17','2025-06-14 02:20:07','','','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,''),(626,'','Mpesa','','2025-06-14 00:31:16','','0','5','2025-06-14 00:31:16','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','51749850233','Cleared','17','2025-06-14 02:19:52','','','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,''),(627,'','Mpesa','','2025-06-14 00:40:25','','0','4','2025-06-14 00:40:25','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','41749850824','Cleared','17','2025-06-14 00:42: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,''),(628,'','Mpesa','','2025-06-14 01:11:42','','0','5','2025-06-14 01:11:42','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','51749852693','Cleared','17','2025-06-14 02:18:32','','','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,''),(629,'','Mpesa','','2025-06-14 01:21:03','','0','5','2025-06-14 01:21:03','','0','4470','1','retail','0','4470','1','0','0','0','0','4470','0','printed',' ','','1','0','51749852812','Cleared','17','2025-06-14 02:23:03','','','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,''),(630,'','Mpesa','','2025-06-14 01:57:54','','0','8','2025-06-14 01:57:54','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','81749855464','Cleared','17','2025-06-14 02:26:31','','','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,''),(631,'','Mpesa','','2025-06-14 02:03:15','','0','8','2025-06-14 02:03:15','','0','1340','1','retail','0','1340','1','0','0','0','0','1340','0','printed',' ','','1','0','81749855539','Cleared','17','2025-06-14 02:25:20','','','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,''),(632,'','Cash','','2025-06-14 02:04:40','','0','8','2025-06-14 02:04:40','','250','300','1','retail','0','300','1','0','0','0','0','50','0','printed',' ','','1','0','81749855879','Cleared','17','2025-06-14 02:25:51','','','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,''),(633,'','Mpesa','','2025-06-14 02:05:31','','0','4','2025-06-14 02:05:31','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41749855930','Cleared','17','2025-06-14 02:07:15','','','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,''),(634,'','Mpesa','','2025-06-14 02:06:33','','0','8','2025-06-14 02:06:33','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','81749855992','Cleared','17','2025-06-14 02:26:50','','','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,''),(635,'','Mpesa','','2025-06-14 02:15:37','','0','8','2025-06-14 02:15:37','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','81749856536','Cleared','17','2025-06-14 02:25:04','','','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,''),(636,'','Cash','','2025-06-14 02:18:35','','0','8','2025-06-14 02:18:35','','40','300','1','retail','0','300','1','0','0','0','0','260','0','printed',' ','','1','0','81749856714','Cleared','17','2025-06-14 02:43:26','','','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,''),(637,'','Mpesa','','2025-06-14 02:19:25','','0','8','2025-06-14 02:19:25','','0','25','1','retail','0','25','1','0','0','0','0','25','0','printed',' ','','1','0','81749856764','Cleared','17','2025-06-14 02:27:15','','','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,''),(638,'','Cash','','2025-06-14 02:24:56','','0','6','2025-06-14 02:24:56','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','61749857030','Cleared','17','2025-06-14 03:05:44','','','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,''),(639,'','Mpesa','','2025-06-14 02:27:18','','0','5','2025-06-14 02:27:18','','0','1750','1','retail','0','1750','1','0','0','0','0','1750','0','printed',' ','','1','0','51749857165','Cleared','17','2025-06-14 02:44:09','','','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,''),(640,'','Cash','','2025-06-14 02:30:13','','0','6','2025-06-14 02:30:13','','2500','2900','1','retail','0','2900','1','0','0','0','0','400','0','printed',' ','','1','0','61749857284','Cleared','17','2025-06-14 03:03:36','','','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,''),(641,'','Mpesa','','2025-06-14 02:31:02','','0','6','2025-06-14 02:31:02','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','1','0','61749857435','Cleared','17','2025-06-14 03:04:25','','','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,''),(642,'','Cash','','2025-06-14 02:33:05','','0','6','2025-06-14 02:33:05','','1550','1550','1','retail','0','1550','1','0','0','0','0','0','0','printed',' ','','4','0','61749857479','Cleared','17','2025-06-14 03:05:07','','','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,''),(643,'','Mpesa','','2025-06-14 02:35:41','','0','5','2025-06-14 02:35:41','','0','2025','1','retail','0','2025','1','0','0','0','0','2025','0','printed',' ','','1','0','51749857632','Cleared','17','2025-06-14 02:44:24','','','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,''),(644,'','Mpesa','','2025-06-14 02:36:34','','0','5','2025-06-14 02:36:34','','0','760','1','retail','0','760','1','0','0','0','0','760','0','printed',' ','','1','0','51749857780','Cleared','17','2025-06-14 02:44: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,''),(645,'','Cash','','2025-06-14 02:37:07','','0','5','2025-06-14 02:37:07','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','51749857826','No','','','','','1','','','',0.00,0.00,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-06-14 02:49:54','','0','4','2025-06-14 02:49:54','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','41749858573','Cleared','17','2025-06-14 02:53:47','','','2','','','',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,''),(647,'','Mpesa','','2025-06-14 02:53:55','','0','6','2025-06-14 02:53:55','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','4','0','61749858813','Cleared','17','2025-06-14 03:01:43','','','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,''),(648,'','Cash','','2025-06-14 02:54:24','','0','6','2025-06-14 02:54:24','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','61749858853','Cleared','17','2025-06-14 03:02:44','','','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,''),(649,'','Cash','','2025-06-14 03:05:05','','0','6','2025-06-14 03:05:05','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','4','0','61749859463','No','','','','','1','','','',0.00,0.00,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-06-14 08:33:18','','0','3','2025-06-14 08:33:18','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','31749879182','Cleared','14','2025-06-14 09:35:36','','','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,''),(651,'DIR1','Mpesa','','2025-06-14 09:16:19','','0','3','2025-06-14 09:16:19','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','4','0','31749881761','Cleared','14','2025-06-14 09:34:08','','','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,''),(652,'FM4','Mpesa','','2025-06-14 09:18:31','','0','3','2025-06-14 09:18:31','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','4','0','31749881909','Cleared','14','2025-06-14 09:35:04','','','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,''),(653,'','Cash','','2025-06-14 12:37:01','','0','3','2025-06-14 12:37:01','','0','0','1','retail','0','1400','1','0','0','0','0','0','0','printed',' ','','1','1400','31749893807','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,''),(654,'','Cash','','2025-06-14 12:57:25','','0','3','2025-06-14 12:57:25','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','31749895040','Cleared','11','2025-06-14 18:44:57','','','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,''),(655,'','Cash','','2025-06-14 13:13:55','','0','3','2025-06-14 13:13:55','','1300','1300','1','retail','0','1300','1','0','0','0','0','0','0','printed',' ','','1','0','31749896025','Cleared','11','2025-06-14 18:43:47','','','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,''),(656,'','Mpesa','','2025-06-14 14:37:54','','0','3','2025-06-14 14:37:54','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','31749901064','Cleared','17','2025-06-14 19:53:21','','','2','','','',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,''),(657,'k17','Mpesa','','2025-06-14 14:39:50','','0','3','2025-06-14 14:39:50','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','4','0','31749901169','Cleared','11','2025-06-14 16:54:25','','','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,''),(658,'','Mpesa','','2025-06-14 15:55:50','','0','3','2025-06-14 14:40:39','','0','640','1','retail','0','640','1','0','0','0','0','640','0','printed',' ','','4','0','31749901226','Cleared','17','2025-06-14 19:55:03','','','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,''),(659,'','Cash','','2025-06-14 15:15:40','','0','3','2025-06-14 15:15:40','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','31749903338','No','','','','','1','','','',0.00,0.00,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,'2g9','Mpesa','','2025-06-14 15:46:03','','0','3','2025-06-14 15:46:03','','0','2000','1','retail','0','2000','1','0','0','0','0','2000','0','printed',' ','','1','0','31749905143','Cleared','11','2025-06-14 16:56:04','','','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,''),(661,'','Mpesa','','2025-06-14 17:10:08','','0','3','2025-06-14 15:57:39','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','31749905853','Cleared','17','2025-06-14 19:54:13','','','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,''),(662,'','Mpesa','','2025-06-14 16:34:08','','0','3','2025-06-14 16:34:08','','0','220','1','retail','0','220','1','0','0','0','0','220','0','printed',' ','','4','0','31749907980','Cleared','11','2025-06-14 16:52:27','','','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,''),(663,'','Mpesa','','2025-06-14 19:02:34','','0','3','2025-06-14 16:40:36','','0','6000','1','retail','0','6000','1','0','0','0','0','6000','0','printed',' ','','1','0','31749908252','Cleared','11','2025-06-14 19:15:18','','','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,''),(664,'tjwa','Mpesa','','2025-06-14 18:14:46','','0','6','2025-06-14 16:48:22','','0','950','1','retail','0','950','1','0','0','0','0','950','0','printed',' ','','4','0','61749908864','Cleared','11','2025-06-14 19:05:43','','','2','','','',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,''),(665,'','Cash','','2025-06-14 17:04:18','','0','5','2025-06-14 17:04:19','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','4','0','51749909841','Cleared','17','2025-06-15 07:42:42','','','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,''),(666,'','Mpesa','','2025-06-14 18:07:48','','0','3','2025-06-14 18:07:48','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','31749913532','Cleared','17','2025-06-14 19:53:55','','','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,''),(667,'','Mpesa','','2025-06-14 18:12:48','','0','6','2025-06-14 18:12:48','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','4','0','61749913940','Cleared','11','2025-06-14 19:07:04','','','2','','','',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,''),(668,'','Cash','','2025-06-14 18:15:45','','0','3','2025-06-14 18:15:45','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','31749914141','No','','','','','1','','','',0.00,0.00,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-06-14 18:17:03','','0','5','2025-06-14 18:17:03','','800','800','1','retail','0','800','1','0','0','0','0','0','0','printed',' ','','5','0','51749914219','Cleared','17','2025-06-15 07:42:53','','','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,''),(670,'','Cash','','2025-06-14 18:20:19','','0','4','2025-06-14 18:20:19','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','41749914413','Cleared','11','2025-06-14 19:15:41','','','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,''),(671,'fiko','Mpesa','','2025-06-14 18:41:09','','0','6','2025-06-14 18:23:00','','0','1600','1','retail','0','1600','1','0','0','0','0','1600','0','printed',' ','','1','0','61749914546','Cleared','11','2025-06-14 19:06:33','','','2','','','',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,''),(672,'QKJ','Mpesa','','2025-06-14 18:57:48','','0','5','2025-06-14 18:57:48','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','51749916649','Cleared','17','2025-06-15 07:52:40','','','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,''),(673,'','Mpesa','','2025-06-14 19:04:16','','0','3','2025-06-14 19:04:16','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','4','0','31749917038','Cleared','17','2025-06-14 19:53:01','','','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,''),(674,'ozr3','Mpesa','','2025-06-14 19:32:04','','0','4','2025-06-14 19:07:48','','0','2010','1','retail','0','2010','1','0','0','0','0','2010','0','printed',' ','','4','0','41749917244','Cleared','17','2025-06-14 21:13:15','','','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,''),(675,'','Mpesa','','2025-06-14 19:15:30','','0','3','2025-06-14 19:15:30','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','31749917723','Cleared','17','2025-06-14 19:54:43','','','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,''),(676,'myaz','Mpesa','','2025-06-14 19:53:35','','0','4','2025-06-14 19:17:22','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','41749917812','Cleared','17','2025-06-14 21:13:47','','','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,''),(677,'','Mpesa','','2025-06-14 19:22:08','','0','5','2025-06-14 19:22:08','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','4','0','51749918081','Cleared','17','2025-06-15 07:45:06','','','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,''),(678,'','Mpesa','','2025-06-14 19:28:35','','0','6','2025-06-14 19:28:35','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61749918513','Cleared','17','2025-06-14 20:14:45','','','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,''),(679,'','Mpesa','','2025-06-14 19:29:20','','0','6','2025-06-14 19:29:20','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61749918557','Cleared','17','2025-06-14 20:14:29','','','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,''),(680,'','Mpesa','','2025-06-14 19:39:32','','0','4','2025-06-14 19:39:32','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','41749919078','Cleared','17','2025-06-14 20:34:36','','','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,''),(681,'','Mpesa','','2025-06-14 20:04:13','','0','6','2025-06-14 20:04:13','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61749920586','Cleared','17','2025-06-14 20:27:10','','','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,''),(682,'zuhr','Mpesa','','2025-06-14 20:04:49','','0','6','2025-06-14 20:04:49','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','61749920665','Cleared','17','2025-06-14 20:42:53','','','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,''),(683,'','Cash','','2025-06-14 20:38:28','','0','6','2025-06-14 20:38:28','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','61749922683','Cleared','11','2025-06-14 21:00:09','','','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,''),(684,'','Cash','','2025-06-14 20:39:31','','0','6','2025-06-14 20:39:31','','1500','1500','1','retail','0','1500','1','0','0','0','0','0','0','new',' ','','1','0','61749922723','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,''),(685,'bwy2','Mpesa','','2025-06-14 20:47:09','','0','4','2025-06-14 20:47:09','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','41749923208','Cleared','17','2025-06-14 20:49:44','','','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,''),(686,'ox9','Mpesa','','2025-06-14 21:39:49','','0','4','2025-06-14 20:47:40','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','41749923259','Cleared','17','2025-06-14 22:29:04','','','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,''),(687,'raai1','Mpesa','','2025-06-14 20:59:52','','0','6','2025-06-14 20:59:52','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','4','0','61749923966','Cleared','17','2025-06-14 22:32:02','','','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,''),(688,'7xf6','Mpesa','','2025-06-14 21:10:18','','0','4','2025-06-14 21:10:18','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','41749924617','Cleared','17','2025-06-14 21:14:22','','','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,''),(689,'6r9','Mpesa','','2025-06-14 21:10:36','','0','4','2025-06-14 21:10:36','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41749924635','Cleared','17','2025-06-14 21:15:10','','','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,''),(690,'7f2','Mpesa','','2025-06-14 21:11:17','','0','4','2025-06-14 21:11:17','','0','2000','1','retail','0','2000','1','0','0','0','0','2000','0','printed',' ','','3','0','41749924676','Cleared','17','2025-06-14 21:14:48','','','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,''),(691,'ifob','Mpesa','','2025-06-14 21:21:09','','0','6','2025-06-14 21:21:09','','0','510','1','retail','0','510','1','0','0','0','0','510','0','printed',' ','','1','0','61749925239','Cleared','11','2025-06-14 21:50:41','','','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,''),(692,'B112','Mpesa','','2025-06-14 23:49:40','','0','4','2025-06-14 21:40:28','','0','4300','1','retail','0','4300','1','0','0','0','0','4300','0','printed',' ','','1','0','41749926400','Cleared','17','2025-06-15 04:17:56','','','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,''),(693,'VEC','Cash','','2025-06-14 22:44:30','','0','4','2025-06-14 21:41:49','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','1','0','41749926461','Cleared','17','2025-06-15 01:01:50','','','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,''),(694,'JKO','Mpesa','','2025-06-14 21:42:10','','0','4','2025-06-14 21:42:10','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','2','0','41749926529','Cleared','17','2025-06-15 01:04:23','','','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,''),(695,'ddte','Mpesa','','2025-06-14 21:42:46','','0','4','2025-06-14 21:42:46','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','4','0','41749926553','Cleared','17','2025-06-14 22:27:29','','','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,''),(696,'5vs','Mpesa','','2025-06-14 21:54:21','','0','4','2025-06-14 21:54:21','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41749927260','Cleared','17','2025-06-14 22:17:27','','','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,''),(697,'','Cash','','2025-06-14 21:54:38','','0','4','2025-06-14 21:54:38','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','41749927277','No','','','','','1','','','',0.00,0.00,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,'y3ew','Mpesa','','2025-06-15 01:52:47','','0','6','2025-06-14 21:56:40','','0','6360','1','retail','0','6360','1','0','0','0','0','6360','0','printed',' ','','1','0','61749927338','Cleared','17','2025-06-15 07:11:23','','','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,''),(699,'18d3','Card','','2025-06-14 22:18:10','','0','4','2025-06-14 22:18:10','','0','650','1','retail','0','650','1','650','0','0','0','0','0','printed',' ','','1','0','41749928680','Cleared','17','2025-06-14 22:28:21','','','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,''),(700,'G1F','Mpesa','','2025-06-15 02:00:45','','0','4','2025-06-14 22:21:52','','0','2750','1','retail','0','2750','1','0','0','0','0','2750','0','printed',' ','','1','0','41749928873','Cleared','17','2025-06-15 04:16:49','','','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,''),(701,'7kla','Mpesa','','2025-06-14 22:22:54','','0','6','2025-06-14 22:22:54','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','4','0','61749928943','Cleared','17','2025-06-14 22:32:37','','','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,''),(702,'p5us','Mpesa','','2025-06-14 22:26:25','','0','4','2025-06-14 22:26:25','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','41749929180','Cleared','17','2025-06-14 22:29:40','','','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,''),(703,'JKO','Mpesa','','2025-06-14 22:26:50','','0','4','2025-06-14 22:26:50','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','41749929194','Cleared','17','2025-06-15 01:04:58','','','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,''),(704,'WQH','Mpesa','','2025-06-14 22:51:17','','0','5','2025-06-14 22:51:17','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','51749930676','Cleared','17','2025-06-15 07:52:14','','','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,''),(705,'','Mpesa','','2025-06-14 22:55:01','','0','5','2025-06-14 22:55:01','','0','2030','1','retail','0','2030','1','0','0','0','0','2030','0','printed',' ','','2','0','51749930784','Cleared','17','2025-06-15 07:51:37','','','2','','','',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,''),(706,'VEC','Cash','','2025-06-14 22:56:39','','0','4','2025-06-14 22:56:39','','800','800','1','retail','0','800','1','0','0','0','0','0','0','printed',' ','','1','0','41749930963','Cleared','17','2025-06-15 01:03:12','','','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,''),(707,'','Mpesa','','2025-06-14 22:58:37','','0','5','2025-06-14 22:58:37','','0','1800','1','retail','0','1800','1','0','0','0','0','1800','0','printed',' ','','5','0','51749931097','Cleared','17','2025-06-15 07:51:51','','','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,''),(708,'PG6','Mpesa','','2025-06-14 23:00:44','','0','5','2025-06-14 23:00:44','','0','3200','1','retail','0','3200','1','0','0','0','0','3200','0','printed',' ','','1','0','51749931208','Cleared','17','2025-06-14 23:09:55','','','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,''),(709,'','Cash','','2025-06-14 23:04:34','','0','5','2025-06-14 23:04:34','','2200','2200','1','retail','0','2200','1','0','0','0','0','0','0','new',' ','','4','0','51749931447','No','','','','','1','','','',0.00,0.00,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-06-14 23:06:35','','0','6','2025-06-14 23:05:59','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','4','0','61749931535','No','6','2025-06-14 23:06:35','','','','','','',0.00,0.00,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,'Y81X','Mpesa','','2025-06-14 23:12:24','','0','4','2025-06-14 23:12:24','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41749931926','Cleared','17','2025-06-15 01:06:00','','','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,''),(712,'x4uw','Mpesa','','2025-06-14 23:19:02','','0','6','2025-06-14 23:19:02','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61749932325','Cleared','17','2025-06-15 07:11:40','','','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,''),(713,'','Cash','','2025-06-14 23:32:59','','0','5','2025-06-14 23:32:59','','1880','2250','1','retail','0','2250','1','0','0','0','0','370','0','printed',' ','','1','0','51749933178','Cleared','17','2025-06-15 07:42:27','','','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,''),(714,'','Mpesa','','2025-06-14 23:36:55','','0','5','2025-06-14 23:36:55','','0','8190','1','retail','0','8190','1','0','0','0','0','8190','0','printed',' ','','1','0','51749933261','Cleared','17','2025-06-15 07:45:36','','','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,''),(715,'','Mpesa','','2025-06-14 23:40:31','','0','5','2025-06-14 23:40:31','','0','2300','1','retail','0','2300','1','0','0','0','0','2300','0','printed',' ','','4','0','51749933610','Cleared','17','2025-06-15 07:45:20','','','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,''),(716,'','Cash','','2025-06-14 23:52:10','','0','4','2025-06-14 23:52:10','','1720','1720','1','retail','0','1720','1','0','0','0','0','0','0','new',' ','','4','0','41749934215','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,''),(717,'1HZ1','Mpesa','','2025-06-14 23:58:49','','0','4','2025-06-14 23:58:49','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','41749934721','Cleared','17','2025-06-15 01:06:43','','','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,''),(718,'VEC','Cash','','2025-06-15 00:20:59','','0','4','2025-06-15 00:20:59','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','1','0','41749936058','Cleared','17','2025-06-15 01:01:19','','','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,''),(719,'hsn6','Mpesa','','2025-06-15 01:50:26','','0','6','2025-06-15 00:36:31','','0','4260','1','retail','0','4260','1','0','0','0','0','4260','0','printed',' ','','1','0','61749936933','Cleared','17','2025-06-15 07:12:20','','','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,''),(720,'C8E','Mpesa','','2025-06-15 00:51:55','','0','4','2025-06-15 00:51:55','','0','280','1','retail','0','280','1','0','0','0','0','280','0','printed',' ','','1','0','41749937907','Cleared','17','2025-06-15 01:07:43','','','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,''),(721,'VTN','Cash','','2025-06-15 00:52:28','','0','4','2025-06-15 00:52:28','','50','100','1','retail','0','100','1','0','0','0','0','50','0','printed',' ','','1','0','41749937947','Cleared','17','2025-06-15 04:18:58','','','2','','','',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,''),(722,'qdx','Mpesa','','2025-06-15 00:53:34','','0','6','2025-06-15 00:53:34','','0','1550','1','retail','0','1550','1','0','0','0','0','1550','0','printed',' ','','1','0','61749937987','Cleared','11','2025-06-15 00:58:41','','','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,''),(723,'IY9','Mpesa','','2025-06-15 02:04:32','','0','4','2025-06-15 02:04:32','','0','3670','1','retail','0','3670','1','0','0','0','0','3670','0','printed',' ','','1','0','41749942122','Cleared','17','2025-06-15 04:21:03','','','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,''),(724,'GGI','Mpesa','','2025-06-15 02:08:25','','0','4','2025-06-15 02:08:25','','0','2160','1','retail','0','2160','1','0','0','0','0','2160','0','printed',' ','','1','0','41749942460','Cleared','17','2025-06-15 04:20:06','','','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,''),(725,'YHH','Mpesa','','2025-06-15 02:33:01','','0','4','2025-06-15 02:33:01','','0','1720','1','retail','0','1720','1','0','0','0','0','1720','0','printed',' ','','4','0','41749943792','Cleared','17','2025-06-15 04:22:07','','','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,''),(726,'F61','Card','','2025-06-15 02:36:19','','0','4','2025-06-15 02:36:19','','0','600','1','retail','0','600','1','600','0','0','0','0','0','printed',' ','','1','0','41749944157','Cleared','17','2025-06-15 04:17:15','','','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,''),(727,'6rcc','Mpesa','','2025-06-15 02:50:37','','0','11','2025-06-15 02:50:38','','0','10','1','retail','0','10','1','0','0','0','0','10','0','printed',' ','','1','0','111749945018','Cleared','11','2025-06-15 02:52:43','','','','','','',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,''),(728,'4ewn','Mpesa','','2025-06-15 03:14:07','','0','6','2025-06-15 03:14:07','','0','3990','1','retail','0','3990','1','0','0','0','0','3990','0','printed',' ','','4','0','61749946233','Cleared','17','2025-06-15 07:09:25','','','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,''),(729,'','Mpesa','','2025-06-15 03:15:26','','0','6','2025-06-15 03:15:26','','1000','1300','1','retail','0','1300','1','0','0','0','0','300','0','printed',' ','','1','0','61749946464','Cleared','17','2025-06-15 07:10:47','','','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,''),(730,'pq8m','Mpesa','','2025-06-15 03:18:12','','0','6','2025-06-15 03:18:12','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','61749946649','Cleared','17','2025-06-15 07:10:07','','','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,''),(731,'','Cash','','2025-06-15 03:28:00','','0','11','2025-06-15 03:28:00','','6280','13485','1','retail','0','13485','1','0','0','0','0','7205','0','printed',' ','','1','0','111749946069','Cleared','17','2025-06-15 04:41:45','','','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,''),(732,'','Cash','','2025-06-15 04:09:51','','0','4','2025-06-15 03:29:17','','1600','1600','1','retail','0','1600','1','0','0','0','0','0','0','new',' ','','1','0','41749947356','No','4','2025-06-15 04:09: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,''),(733,'','Cash','','2025-06-15 03:29:56','','0','4','2025-06-15 03:29:56','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','4','0','41749947395','Cleared','17','2025-06-15 06:42:50','','','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,''),(734,'rf00','Mpesa','','2025-06-15 03:37:25','','0','6','2025-06-15 03:37:25','','0','4600','1','retail','0','4600','1','0','0','0','0','4600','0','printed',' ','','1','0','61749946706','Cleared','17','2025-06-15 07:09:06','','','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,''),(735,'412w','Mpesa','','2025-06-15 03:39:38','','0','6','2025-06-15 03:39:38','','0','3000','1','retail','0','3000','1','0','0','0','0','3000','0','printed',' ','','1','0','61749947908','Cleared','17','2025-06-15 07:09:44','','','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,''),(736,'','Cash','','2025-06-15 04:14:20','','0','6','2025-06-15 03:46:33','','5105','5105','1','retail','0','5105','1','0','0','0','0','0','0','new',' ','','1','0','61749948024','No','6','2025-06-15 04: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,''),(737,'5uw','Mpesa','','2025-06-15 03:52:01','','0','4','2025-06-15 03:52:01','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','41749948698','Cleared','17','2025-06-15 04:16:19','','','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,''),(738,'','Cash','','2025-06-15 03:53:30','','0','4','2025-06-15 03:53:30','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','4','0','41749948769','No','','','','','1','','','',0.00,0.00,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,'bm24','Mpesa','','2025-06-15 04:11:50','','0','6','2025-06-15 04:11:50','','0','1200','1','retail','0','1200','1','0','0','0','0','1200','0','printed',' ','','2','0','61749949864','Cleared','17','2025-06-15 07:12:53','','','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,''),(740,'jox9','Mpesa','','2025-06-15 04:15:07','','0','6','2025-06-15 04:15:07','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61749950078','Cleared','17','2025-06-15 07:08:45','','','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,''),(741,'','Cash','','2025-06-15 04:23:23','','0','4','2025-06-15 04:23:23','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','41749950602','No','','','','','1','','','',0.00,0.00,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,'rm24','Mpesa','','2025-06-15 04:59:09','','0','6','2025-06-15 04:59:09','','0','1200','1','retail','0','1200','1','0','0','0','0','1200','0','printed',' ','','1','0','61749952705','Cleared','17','2025-06-15 07:07:55','','','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,''),(743,'','Mpesa','','2025-06-15 05:05:46','','0','6','2025-06-15 05:05:46','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','61749952923','Cleared','17','2025-06-15 07:14:26','','','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,''),(744,'','Cash','','2025-06-15 05:06:14','','0','6','2025-06-15 05:06:14','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','new',' ','','1','0','61749953153','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-15 05:09:02','','0','6','2025-06-15 05:09:02','','0','1550','1','retail','0','1550','1','0','0','0','0','1550','0','printed',' ','','1','0','61749953203','Cleared','17','2025-06-17 18:19:57','','','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,''),(746,'oqq','Mpesa','','2025-06-15 05:11:52','','0','6','2025-06-15 05:11:52','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','61749953497','Cleared','17','2025-06-17 18:19:37','','','','','','',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,''),(747,'33zog','Mpesa','','2025-06-15 05:21:11','','0','5','2025-06-15 05:21:11','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','51749954070','Cleared','17','2025-06-15 07:38:31','','','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,''),(748,'KK8Y','Mpesa','','2025-06-15 05:25:17','','0','5','2025-06-15 05:25:17','','0','4680','1','retail','0','4680','1','0','0','0','0','4680','0','printed',' ','','1','0','51749954090','Cleared','17','2025-06-15 07:41:40','','','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,''),(749,'BJ8K','Mpesa','','2025-06-15 05:29:12','','0','5','2025-06-15 05:29:12','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','51749954550','Cleared','17','2025-06-15 07:51:09','','','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,''),(750,'8htk','Mpesa','','2025-06-15 05:30:47','','0','5','2025-06-15 05:30:47','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','51749954595','Cleared','17','2025-06-15 07:35:44','','','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,''),(751,'vvw','Mpesa','','2025-06-15 05:32:26','','0','5','2025-06-15 05:32:26','','0','2000','1','retail','0','2000','1','0','0','0','0','2000','0','printed',' ','','1','0','51749954702','Cleared','17','2025-06-15 07:36:24','','','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,''),(752,'cda7','Mpesa','','2025-06-15 05:33:51','','0','5','2025-06-15 05:33:51','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','4','0','51749954820','Cleared','17','2025-06-15 07:38:04','','','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,''),(753,'cda7','Mpesa','','2025-06-15 05:34:39','','0','5','2025-06-15 05:34:39','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','51749954864','Cleared','17','2025-06-15 07:37:48','','','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,''),(754,'cda7','Mpesa','','2025-06-15 05:35:25','','0','5','2025-06-15 05:35:25','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','51749954924','Cleared','17','2025-06-15 07:37:27','','','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,''),(755,'4ub','Mpesa','','2025-06-15 05:36:52','','0','5','2025-06-15 05:36:52','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51749955011','Cleared','17','2025-06-15 07:36:02','','','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,''),(756,'fks','Mpesa','','2025-06-15 05:37:39','','0','5','2025-06-15 05:37:39','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','51749955058','Cleared','17','2025-06-15 07:36:41','','','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,''),(757,'zia0','Mpesa','','2025-06-15 05:38:35','','0','5','2025-06-15 05:38:35','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','51749955105','Cleared','17','2025-06-15 07:37:02','','','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,''),(758,'','Mpesa','','2025-06-15 05:53:19','','0','5','2025-06-15 05:53:19','','0','4100','1','retail','0','4100','1','0','0','0','0','4100','0','printed',' ','','1','0','51749955987','Cleared','17','2025-06-15 07:44:40','','','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,''),(759,'','Mpesa','','2025-06-15 05:54:25','','0','5','2025-06-15 05:54:25','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','4','0','51749956055','Cleared','17','2025-06-15 07:44:27','','','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,''),(760,'OFM','Mpesa','','2025-06-15 05:57:16','','0','5','2025-06-15 05:57:16','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','51749956224','Cleared','17','2025-06-15 06:12:55','','','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,''),(761,'Z8LB','Mpesa','','2025-06-15 05:59:42','','0','5','2025-06-15 05:59:42','','0','1800','1','retail','0','1800','1','0','0','0','0','1800','0','printed',' ','','1','0','51749956334','Cleared','17','2025-06-15 07:50:33','','','2','','','',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,''),(762,'AUIZ','Mpesa','','2025-06-15 06:04:17','','0','5','2025-06-15 06:04:17','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51749956656','Cleared','17','2025-06-15 07:50:50','','','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,''),(763,'W6A7','Mpesa','','2025-06-15 06:05:55','','0','5','2025-06-15 06:05:55','','0','1510','1','retail','0','1510','1','0','0','0','0','1510','0','printed',' ','','1','0','51749956722','Cleared','17','2025-06-15 07:50:09','','','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,''),(764,'W6A7','Mpesa','','2025-06-15 06:08:18','','0','5','2025-06-15 06:08:18','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','4','0','51749956869','Cleared','17','2025-06-15 07:49:50','','','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,''),(765,'','Cash','','2025-06-15 06:09:57','','0','5','2025-06-15 06:09:57','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','51749956996','Cleared','17','2025-06-15 07:49:25','','','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,''),(766,'rfin','Mpesa','','2025-06-15 06:11:08','','0','5','2025-06-15 06:11:08','','0','650','1','retail','0','650','1','0','0','0','0','650','0','printed',' ','','1','0','51749957028','Cleared','17','2025-06-15 07:35:11','','','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,''),(767,'','Mpesa','','2025-06-15 06:12:02','','0','5','2025-06-15 06:12:02','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','51749957121','Cleared','17','2025-06-15 07:49:06','','','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,''),(768,'ONG','Mpesa','','2025-06-15 06:13:00','','0','5','2025-06-15 06:13:00','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','51749957174','Cleared','17','2025-06-15 07:48:46','','','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,''),(769,'','Cash','','2025-06-15 06:14:03','','0','5','2025-06-15 06:14:03','','260','260','1','retail','0','260','1','0','0','0','0','0','0','printed',' ','','1','0','51749957242','Cleared','17','2025-06-15 07:48:08','','','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,''),(770,'FBLM','Mpesa','','2025-06-15 06:15:52','','0','5','2025-06-15 06:15:52','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','51749957318','Cleared','17','2025-06-15 07:47:54','','','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,''),(771,'IP8','Mpesa','','2025-06-15 06:16:43','','0','5','2025-06-15 06:16:43','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','51749957402','Cleared','17','2025-06-15 07:47:34','','','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,''),(772,'','Cash','','2025-06-15 06:32:54','','0','5','2025-06-15 06:32:54','','2100','2100','1','retail','0','2100','1','0','0','0','0','0','0','new',' ','','1','0','51749957964','No','','','','','1','','','',0.00,0.00,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,'zqdx','Mpesa','','2025-06-15 07:02:30','','0','6','2025-06-15 07:02:30','','0','4075','1','retail','0','4075','1','0','0','0','0','4075','0','printed',' ','','4','0','61749959838','Cleared','17','2025-06-15 07:08:21','','','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,''),(774,'','Mpesa','','2025-06-15 09:36:59','','0','14','2025-06-15 09:36:59','','0','3500','1','retail','0','3500','1','0','0','0','0','3500','0','printed',' ','','1','0','141749969418','Cleared','11','2025-06-15 18:58:45','','','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,''),(775,'','Cash','','2025-06-15 10:57:28','','0','3','2025-06-15 10:57:28','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','31749974247','Cleared','17','2025-06-15 21:13:42','','','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,''),(776,'','Cash','','2025-06-15 10:58:11','','0','3','2025-06-15 10:58:11','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','31749974289','Cleared','17','2025-06-15 21:21:20','','','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,''),(777,'','Cash','','2025-06-15 11:31:40','','0','3','2025-06-15 11:31:40','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','31749976299','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,''),(778,'','Cash','','2025-06-15 14:02:33','','0','3','2025-06-15 11:32:43','','2300','2300','1','retail','0','2300','1','0','0','0','0','0','0','printed',' ','','1','0','31749976333','Cleared','17','2025-06-15 21:21:02','','','2','','','',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,''),(779,'sua','Mpesa','','2025-06-15 18:50:38','','0','3','2025-06-15 11:33:36','','0','2650','1','retail','0','2650','1','0','0','0','0','2650','0','printed',' ','','1','0','31749976403','Cleared','17','2025-06-15 21:12:29','','','2','','','',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,''),(780,'FZB','Mpesa','','2025-06-15 12:10:21','','0','3','2025-06-15 12:10:21','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','31749978608','Cleared','17','2025-06-15 21:20:46','','','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,''),(781,'TRV','Mpesa','','2025-06-15 12:11:00','','0','3','2025-06-15 12:11:01','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','3','0','31749978659','Cleared','17','2025-06-15 21:19:25','','','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,''),(782,'','Cash','','2025-06-15 12:11:27','','0','3','2025-06-15 12:11:27','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','1','0','31749978686','Cleared','17','2025-06-15 21:22:01','','','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,''),(783,'FZV','Mpesa','','2025-06-15 12:15:30','','0','3','2025-06-15 12:15:30','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','31749978929','Cleared','17','2025-06-15 21:20:28','','','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,''),(784,'c2et','Mpesa','','2025-06-15 13:32:07','','0','3','2025-06-15 12:44:55','','0','3445','1','retail','0','3445','1','0','0','0','0','3445','0','printed',' ','','1','0','31749980614','Cleared','17','2025-06-15 21:13:22','','','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,''),(785,'tdm','Mpesa','','2025-06-15 14:07:27','','0','3','2025-06-15 12:46:17','','0','3100','1','retail','0','3100','1','0','0','0','0','3100','0','printed',' ','','1','0','31749980742','Cleared','17','2025-06-15 21:10:52','','','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,''),(786,'','Cash','','2025-06-15 14:04:15','','0','3','2025-06-15 14:04:15','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','31749985435','Cleared','17','2025-06-15 21:21:41','','','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,''),(787,'','Cash','','2025-06-15 16:12:20','','0','3','2025-06-15 14:33:14','','2430','2430','1','retail','0','2430','1','0','0','0','0','0','0','printed',' ','',NULL,'0','31749987111','Cleared','3','2025-06-15 16:12: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,''),(788,'YOG','Mpesa','','2025-06-15 15:41:43','','0','3','2025-06-15 15:41:43','','0','1065','1','retail','0','1065','1','0','0','0','0','1065','0','printed',' ','','1','0','31749991271','Cleared','17','2025-06-15 21:19:49','','','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,''),(789,'tdm','Mpesa','','2025-06-15 16:58:56','','0','3','2025-06-15 16:58:56','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','31749995933','Cleared','17','2025-06-15 21:11:10','','','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,''),(790,'hyn','Mpesa','','2025-06-15 17:01:02','','0','3','2025-06-15 17:01:02','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','31749996037','Cleared','17','2025-06-15 21:12:06','','','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,''),(791,'atm','Cash','','2025-06-15 18:12:42','','0','3','2025-06-15 17:02:46','','7220','7220','1','retail','0','7220','1','0','0','0','0','0','0','printed',' ','','1','0','31749996082','Cleared','17','2025-06-15 21:10:25','','','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,''),(792,'sx6','Mpesa','','2025-06-15 19:06:04','','0','3','2025-06-15 18:31:55','','0','2100','1','retail','0','2100','1','0','0','0','0','2100','0','printed',' ','','1','0','31750001438','Cleared','17','2025-06-15 21:08:07','','','2','','','',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,''),(793,'','Cash','','2025-06-15 18:52:32','','0','3','2025-06-15 18:52:32','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','31750002750','No','','','','','1','','','',0.00,0.00,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,'sua','Mpesa','','2025-06-15 19:04:24','','0','3','2025-06-15 19:04:24','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','31750003461','Cleared','17','2025-06-15 21:12:46','','','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,''),(795,'','Cash','','2025-06-15 19:28:18','','0','6','2025-06-15 19:28:18','','2100','2100','1','retail','0','2100','1','0','0','0','0','0','0','printed',' ','','1','0','61750004863','Cleared','17','2025-06-15 19:37: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,''),(796,'ERX','Mpesa','','2025-06-15 19:38:07','','0','3','2025-06-15 19:38:07','','0','2300','1','retail','0','2300','1','0','0','0','0','2300','0','printed',' ','','1','0','31750005390','Cleared','17','2025-06-15 21:18:30','','','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,''),(797,'atm','Mpesa','','2025-06-15 19:38:45','','0','3','2025-06-15 19:38:45','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','31750005519','Cleared','17','2025-06-15 21:10:07','','','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,''),(798,'sx6','Mpesa','','2025-06-15 19:40:22','','0','3','2025-06-15 19:40:22','','1150','1150','1','retail','0','1750','1','0','0','0','0','1150','0','printed',' ','','1','1200','31750005569','Cleared','17','2025-06-15 21:09:33','','','2','','','',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,''),(799,'','Mpesa','','2025-06-15 20:07:44','','0','11','2025-06-15 20:07:44','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','111750007168','Cleared','17','2025-06-16 02:28:58','','','','','','',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,''),(800,'iipo','Mpesa','','2025-06-15 21:09:38','','0','5','2025-06-15 20:07:12','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51750007220','Cleared','17','2025-06-15 23:13:49','','','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,''),(801,'4f79','Mpesa','','2025-06-15 20:08:49','','0','5','2025-06-15 20:08:49','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','4','0','51750007320','Cleared','17','2025-06-15 23:12:58','','','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,''),(802,'','Cash','','2025-06-15 20:11:46','','0','4','2025-06-15 20:11:46','','800','800','1','retail','0','800','1','0','0','0','0','0','0','printed',' ','','5','0','41750007487','Cleared','17','2025-06-15 21:58:09','','','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,''),(803,'atm','Mpesa','','2025-06-15 20:14:18','','0','5','2025-06-15 20:14:18','','0','5500','1','retail','0','5500','1','0','0','0','0','5500','0','printed',' ','','1','0','51750007656','Cleared','17','2025-06-15 21:04:33','','','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,''),(804,'8bw','Mpesa','','2025-06-15 20:34:57','','0','5','2025-06-15 20:34:57','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','51750008896','Cleared','17','2025-06-15 21:05:00','','','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,''),(805,'znjx','Mpesa','','2025-06-15 20:36:12','','0','5','2025-06-15 20:36:12','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51750008970','Cleared','17','2025-06-15 23:12:03','','','3','','','',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,''),(806,'','Cash','','2025-06-15 20:48:54','','0','11','2025-06-15 20:48:54','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','111750009674','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-06-15 21:07:50','','0','4','2025-06-15 21:07:50','','650','650','1','retail','0','650','1','0','0','0','0','0','0','new',' ','','2','0','41750010837','No','','','','','1','','','',0.00,0.00,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,'nyv','Mpesa','','2025-06-15 21:10:24','','0','5','2025-06-15 21:10:24','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','5','0','51750011023','Cleared','17','2025-06-16 02:15:12','','','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,''),(809,'wzy','Mpesa','','2025-06-15 21:11:35','','0','5','2025-06-15 21:11:35','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','51750011094','Cleared','17','2025-06-15 23:10:36','','','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,''),(810,'CXAB','Mpesa','','2025-06-15 21:14:19','','0','6','2025-06-15 21:14:19','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','61750011228','Cleared','17','2025-06-15 21:17:59','','','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,''),(811,'ojb','Mpesa','','2025-06-15 21:15:42','','0','4','2025-06-15 21:15:42','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','2','0','41750011323','Cleared','17','2025-06-15 23:40:01','','','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,''),(812,'gt8','Mpesa','','2025-06-15 22:41:41','','0','4','2025-06-15 21:16:06','','0','1220','1','retail','0','1220','1','0','0','0','0','1220','0','printed',' ','','1','0','41750011365','Cleared','17','2025-06-15 23:39:18','','','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,''),(813,'','Cash','','2025-06-15 21:55:03','','0','4','2025-06-15 21:55:03','','100','1100','1','retail','0','1100','1','0','0','0','0','1000','0','printed',' ','','1','0','41750013681','Cleared','17','2025-06-15 21:58:31','','','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,''),(814,'b6t','Mpesa','','2025-06-15 22:24:27','','0','6','2025-06-15 22:03:15','','0','1015','1','retail','0','1515','1','0','0','0','0','1015','0','printed',' ','',NULL,'0','61750013362','Cleared','17','2025-06-15 23:25:42','','','3','','','',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,''),(815,'zdz','Mpesa','','2025-06-15 22:04:58','','0','6','2025-06-15 22:04:58','','0','460','1','retail','0','460','1','0','0','0','0','460','0','printed',' ','','1','0','61750014213','Cleared','17','2025-06-15 23:26:54','','','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,''),(816,'','Cash','','2025-06-15 22:05:31','','0','6','2025-06-15 22:05:31','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61750014314','Cleared','17','2025-06-15 23:27:11','','','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,''),(817,'','Cash','','2025-06-15 22:06:39','','0','5','2025-06-15 22:06:39','','800','800','1','retail','0','800','1','0','0','0','0','0','0','new',' ','','4','0','51750014388','No','','','','','1','','','',0.00,0.00,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-06-15 22:07:12','','0','5','2025-06-15 22:07:12','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','new',' ','','3','0','51750014431','No','','','','','1','','','',0.00,0.00,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,'11po','Cash','','2025-06-15 22:42:56','','0','6','2025-06-15 22:42:56','','300','400','1','retail','0','400','1','0','0','0','0','100','0','printed',' ','','1','0','61750016541','Cleared','17','2025-06-15 23:26:24','','','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,''),(820,'laq','Mpesa','','2025-06-15 22:56:59','','0','6','2025-06-15 22:56:59','','0','1040','1','retail','0','1040','1','0','0','0','0','1040','0','printed',' ','','1','0','61750017392','Cleared','17','2025-06-15 23:07:53','','','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,''),(821,'','Cash','','2025-06-15 22:58:22','','0','11','2025-06-15 22:58:22','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','4','0','111750017485','Cleared','17','2025-06-16 02:20:11','','','2','','','',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,''),(822,'eul','Cash','','2025-06-15 23:27:52','','0','8','2025-06-15 23:27:52','','200','300','1','retail','0','300','1','0','0','0','0','100','0','printed',' ','','1','0','81750019270','Cleared','17','2025-06-16 00:14:45','','','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,''),(823,'','Cash','','2025-06-15 23:49:49','','0','11','2025-06-15 23:49:49','','850','2900','1','retail','0','2900','1','0','0','0','0','2050','0','printed',' ','','4','0','111750020372','Cleared','17','2025-06-16 02:28:15','','','','','','',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,''),(824,'gmx','Mpesa','','2025-06-16 00:31:16','','0','4','2025-06-16 00:03:47','','0','3720','1','retail','0','3720','1','0','0','0','0','3720','0','printed',' ','','1','0','41750021389','Cleared','17','2025-06-16 01:26:01','','','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,''),(825,'gmx','Mpesa','','2025-06-16 00:59:20','','0','4','2025-06-16 00:59:20','','0','3500','1','retail','0','3500','1','0','0','0','0','3500','0','printed',' ','','1','0','41750024742','Cleared','17','2025-06-16 01:26:25','','','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,''),(826,'','Cash','','2025-06-16 01:37:05','','0','4','2025-06-16 01:37:05','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','4','0','41750027024','No','','','','','1','','','',0.00,0.00,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,'z35','Mpesa','','2025-06-16 01:39:18','','0','11','2025-06-16 01:39:18','','0','2290','1','retail','0','2290','1','0','0','0','0','2290','0','printed',' ','','1','0','111750026825','Cleared','17','2025-06-16 02:18:48','','','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,''),(828,'','Cash','','2025-06-16 01:57:49','','0','5','2025-06-16 01:57:49','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','51750028268','No','','','','','1','','','',0.00,0.00,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-06-16 01:58:55','','0','5','2025-06-16 01:58:55','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','51750028334','No','','','','','1','','','',0.00,0.00,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-06-16 01:59:41','','0','5','2025-06-16 01:59:41','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','4','0','51750028375','No','','','','','1','','','',0.00,0.00,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,'j8x','Mpesa','','2025-06-16 11:53:51','','0','14','2025-06-16 11:53:51','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','141750063786','Cleared','17','2025-06-16 17:23:08','','','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,''),(832,'s2d','Cash','','2025-06-16 16:36:50','','0','4','2025-06-16 16:36:50','','200','400','1','retail','0','400','1','0','0','0','0','200','0','printed',' ','','1','0','41750080956','Cleared','17','2025-06-16 17:20:33','','','2','','','',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,''),(833,'zoy','Mpesa','','2025-06-16 16:43:57','','0','4','2025-06-16 16:43:57','','0','1220','1','retail','0','1220','1','0','0','0','0','1220','0','printed',' ','','1','0','41750081041','Cleared','17','2025-06-16 18:49:51','','','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,''),(834,'mmb','Mpesa','','2025-06-16 17:14:34','','0','4','2025-06-16 17:14:34','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','41750083272','Cleared','17','2025-06-16 17:16:23','','','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,''),(835,'tlk','Mpesa','','2025-06-16 17:54:23','','0','4','2025-06-16 17:19:04','','0','1080','1','retail','0','1080','1','0','0','0','0','1080','0','printed',' ','','1','0','41750083510','Cleared','17','2025-06-16 18:12:00','','','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,''),(836,'','Cash','','2025-06-16 19:42:44','','0','4','2025-06-16 18:21:55','','860','860','1','retail','0','860','1','0','0','0','0','0','0','printed',' ','','1','0','41750087313','Cleared','17','2025-06-16 19:45:17','','','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,''),(837,'jnd','Cash','','2025-06-16 19:12:58','','0','4','2025-06-16 19:12:58','','0','1550','1','retail','0','1550','1','0','0','0','0','1550','','printed',' ','','1','0','41750089576','Cleared','17','2025-06-17 01:56:06','','','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,''),(838,'hjf','Mpesa','','2025-06-16 21:58:35','','0','4','2025-06-16 20:42:11','','0','1350','1','retail','0','1400','1','0','0','0','0','1350','0','printed',' ','','1','0','41750095713','Cleared','17','2025-06-16 22:17:00','','','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,''),(839,'pvp','Cash','','2025-06-16 22:18:38','','0','4','2025-06-16 21:03:37','','1020','1220','1','retail','0','1220','1','0','0','0','0','200','0','printed',' ','','1','0','41750096953','Cleared','17','2025-06-17 00:16:50','','','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,''),(840,'','Cash','','2025-06-16 21:59:27','','0','4','2025-06-16 21:27:44','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','41750098463','Cleared','17','2025-06-16 22:02:11','','','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,''),(841,'5ic','Mpesa','','2025-06-17 00:20:36','','0','4','2025-06-16 22:06:30','','0','2210','1','retail','0','2210','1','0','0','0','0','2210','0','printed',' ','','1','0','41750100753','Cleared','17','2025-06-17 01:04:21','','','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,''),(842,'','Cash','','2025-06-16 22:18:54','','0','4','2025-06-16 22:18:54','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','41750101533','Cleared','17','2025-06-16 22:20:40','','','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,''),(843,'as8','Mpesa','','2025-06-16 23:45:55','','0','4','2025-06-16 23:45:55','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','41750106754','Cleared','17','2025-06-17 00:01:06','','','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,''),(844,'','Cash','','2025-06-17 01:16:09','','0','17','2025-06-17 01:16:09','','0','0','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','4','120','171750112151','No','','','','','1','','','',0.00,0.00,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-06-17 01:20:34','','0','4','2025-06-17 01:20:34','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','41750112433','No','','','','','1','','','',0.00,0.00,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-06-17 01:21:15','','0','4','2025-06-17 01:21:15','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','4','0','41750112456','No','','','','','1','','','',0.00,0.00,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,'c50','Mpesa','','2025-06-17 01:29:28','','0','4','2025-06-17 01:29:28','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','4','0','41750112967','Cleared','17','2025-06-17 01:32:53','','','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,''),(848,'','Cash','','2025-06-17 12:24:17','','0','3','2025-06-17 12:24:17','','1250','1250','1','retail','0','1250','1','0','0','0','0','0','0','printed',' ','','4','0','31750152192','Cleared','11','2025-06-17 13:03:40','','','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,''),(849,'','Cash','','2025-06-17 13:50:07','','0','3','2025-06-17 13:50:07','','2000','2000','1','retail','0','2000','1','0','0','0','0','0','0','printed',' ','','1','0','31750157335','Cleared','14','2025-06-17 15:22:36','','','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,''),(850,'jgo','Mpesa','','2025-06-17 17:21:09','','0','3','2025-06-17 17:21:09','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','31750169978','Cleared','17','2025-06-17 18:40:28','','','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,''),(851,'tmd,gwq','Mpesa','','2025-06-17 21:24:17','','0','6','2025-06-17 17:40:31','','0','1090','1','retail','0','1090','1','0','0','0','0','1090','0','printed',' ','','1','0','61750171215','Cleared','17','2025-06-17 21:58:06','','','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,''),(852,'','Cash','','2025-06-17 20:08:36','','0','6','2025-06-17 20:08:36','','240','240','1','retail','0','240','1','0','0','0','0','0','0','printed',' ','','4','0','61750180099','Cleared','17','2025-06-17 20:13:21','','','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,''),(853,'tcc','Cash','','2025-06-17 20:20:44','','0','6','2025-06-17 20:20:44','','500','520','1','retail','0','520','1','0','0','0','0','20','0','printed',' ','','1','0','61750180826','Cleared','17','2025-06-17 20:34:05','','','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,''),(854,'fx4','Mpesa','','2025-06-17 20:41:56','','0','6','2025-06-17 20:41:56','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','4','0','61750182099','Cleared','17','2025-06-17 21:58:43','','','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,''),(855,'','Cash','','2025-06-17 20:42:14','','0','6','2025-06-17 20:42:14','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','3','0','61750182123','Cleared','17','2025-06-17 20:46:31','','','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,''),(856,'','Cash','','2025-06-17 20:42:34','','0','6','2025-06-17 20:42:34','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','3','0','61750182143','Cleared','17','2025-06-17 20:46:20','','','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,''),(857,'otw','Mpesa','','2025-06-17 20:44:42','','0','6','2025-06-17 20:44:42','','0','1500','1','retail','0','1500','1','0','0','0','0','1500','0','printed',' ','','3','0','61750182269','Cleared','17','2025-06-17 20:46:53','','','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,''),(858,'zu0','Mpesa','','2025-06-17 22:15:50','','0','6','2025-06-17 20:47:54','','0','1115','1','retail','0','1115','1','0','0','0','0','1115','0','printed',' ','','1','0','61750182437','Cleared','17','2025-06-17 22:54:40','','','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,''),(859,'','Cash','','2025-06-17 20:48:13','','0','6','2025-06-17 20:48:13','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','61750182483','Cleared','17','2025-06-17 22:54:53','','','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,''),(860,'','Cash','','2025-06-17 20:48:41','','0','6','2025-06-17 20:48:41','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','61750182500','Cleared','17','2025-06-17 21:56:31','','','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,''),(861,'255','Mpesa','','2025-06-18 01:15:36','','0','6','2025-06-17 20:49:03','','0','1220','1','retail','0','1220','1','0','0','0','0','1220','0','printed',' ','','4','0','61750182530','Cleared','17','2025-06-18 01:50:26','','','2','','','',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,''),(862,'hpi','Cash','','2025-06-17 20:49:29','','0','6','2025-06-17 20:49:29','','700','1000','1','retail','0','1000','1','0','0','0','0','300','0','printed',' ','','1','0','61750182550','Cleared','17','2025-06-17 21:55:50','','','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,''),(863,'','Cash','','2025-06-17 20:49:58','','0','6','2025-06-17 20:49:58','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','3','0','61750182589','Cleared','14','2025-06-18 11:47:13','','','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,''),(864,'','Cash','','2025-06-17 21:03:58','','0','6','2025-06-17 20:50:14','','2100','2100','1','retail','0','2100','1','0','0','0','0','0','0','printed',' ','','4','0','61750182605','Cleared','17','2025-06-17 21:59:15','','','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,''),(865,'dec','Mpesa','','2025-06-17 21:53:43','','0','6','2025-06-17 21:53:43','','0','915','1','retail','0','915','1','0','0','0','0','915','0','printed',' ','','1','0','61750186398','Cleared','17','2025-06-17 22:02:28','','','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,''),(866,'zvo','Mpesa','','2025-06-17 22:02:44','','0','6','2025-06-17 22:02:44','','0','1500','1','retail','0','1500','1','0','0','0','0','1500','0','printed',' ','','3','0','61750186952','Cleared','17','2025-06-17 22:06:49','','','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,''),(867,'','Cash','','2025-06-17 22:03:03','','0','6','2025-06-17 22:03:03','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','4','0','61750186970','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-17 22:18:24','','0','6','2025-06-17 22:18:24','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61750187882','Cleared','11','2025-06-17 23:25: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,''),(869,'hz9','Mpesa','','2025-06-18 00:22:07','','0','6','2025-06-17 22:46:53','','0','2080','1','retail','0','2080','1','0','0','0','0','2080','0','printed',' ','','1','0','61750189579','Cleared','17','2025-06-18 01:38:47','','','2','','','',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,''),(870,'qoc','Mpesa','','2025-06-17 23:42:09','','0','6','2025-06-17 23:42:09','','0','510','1','retail','0','510','1','0','0','0','0','510','0','printed',' ','','1','0','61750192894','Cleared','17','2025-06-18 00:15:12','','','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,''),(871,'u2e','Cash','','2025-06-18 00:56:46','','0','6','2025-06-18 00:25:10','','2300','2520','1','retail','0','2520','1','0','0','0','0','220','0','printed',' ','','1','0','61750195385','Cleared','17','2025-06-18 01:39:33','','','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,''),(872,'','Cash','','2025-06-18 01:36:36','','0','6','2025-06-18 01:36:36','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','1','0','61750199784','Cleared','17','2025-06-18 01:38:20','','','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,''),(873,'7a7','Mpesa','','2025-06-18 11:35:07','','0','3','2025-06-18 11:35:07','','0','1600','1','retail','0','1600','1','0','0','0','0','1600','0','printed',' ','','3','0','31750235636','Cleared','17','2025-06-18 15:52: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,''),(874,'mqr','Mpesa','','2025-06-18 13:44:37','','0','3','2025-06-18 13:44:37','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','1','0','31750243476','Cleared','17','2025-06-18 15:53:19','','','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,''),(875,'7an','Mpesa','','2025-06-18 15:26:34','','0','3','2025-06-18 13:45:56','','0','2300','1','retail','0','2300','1','0','0','0','0','2300','0','printed',' ','','1','0','31750243522','Cleared','17','2025-06-18 15:47: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,''),(876,'','Cash','','2025-06-18 15:43:34','','-400','3','2025-06-18 15:43:34','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','31750250593','Cleared','17','2025-06-18 18:11:45','','','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,''),(877,'ida','Cash','','2025-06-18 17:21:55','','0','3','2025-06-18 15:44:25','','1200','2115','1','retail','0','2115','1','0','0','0','0','915','0','printed',' ','','1','0','31750250648','Cleared','17','2025-06-18 19:27:43','','','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,''),(878,'zn3','Mpesa','','2025-06-18 16:17:07','','0','3','2025-06-18 16:17:07','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','4','0','31750252608','Cleared','17','2025-06-18 19:28:23','','','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,''),(879,'','Voucher','','2025-06-18 16:37:24','','0','3','2025-06-18 16:37:24','','0','300','1','retail','0','300','1','0','300','0','0','0','0','printed',' ','','1','0','31750253841','Cleared','17','2025-06-18 19:30:24','','','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,''),(880,'','Voucher','','2025-06-18 16:43:00','','0','5','2025-06-18 16:43:00','','0','900','1','retail','0','900','1','0','900','0','0','0','0','printed',' ','','1','0','51750254102','Cleared','17','2025-06-19 03:30:44','','','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,''),(881,'','Mpesa','','2025-06-18 16:44:35','','0','3','2025-06-18 16:44:35','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','31750254243','Cleared','11','2025-06-18 16:52:20','','','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,''),(882,'','Voucher','','2025-06-18 17:03:32','','0','3','2025-06-18 17:03:32','','0','10','1','retail','0','10','1','0','10','0','0','0','0','printed',' ','','1','0','31750255409','Cleared','17','2025-06-18 19:31:12','','','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,''),(883,'9a7','Mpesa','','2025-06-18 17:23:50','','0','3','2025-06-18 17:23:50','','0','1100','1','retail','0','1100','1','0','0','0','0','1100','0','printed',' ','','1','0','31750256559','Cleared','17','2025-06-18 19:24:33','','','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,''),(884,'','Cash','','2025-06-18 18:30:26','','0','3','2025-06-18 17:49:38','','1200','1200','1','retail','0','1200','1','0','0','0','0','0','0','printed',' ','','1','0','31750258176','Cleared','17','2025-06-18 19:23:18','','','2','','','',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,''),(885,'4p2','Mpesa','','2025-06-18 17:50:09','','0','3','2025-06-18 17:50:09','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','31750258206','Cleared','17','2025-06-18 19:22:50','','','2','','','',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,''),(886,'su6','Mpesa','','2025-06-18 18:17:21','','0','3','2025-06-18 18:17:21','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','31750259826','Cleared','17','2025-06-18 19:22:24','','','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,''),(887,'','Cash','','2025-06-18 18:18:34','','0','3','2025-06-18 18:18:34','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','2','0','31750259913','Cleared','17','2025-06-18 19:23:57','','','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,''),(888,'kuo','Mpesa','','2025-06-18 18:27:19','','0','3','2025-06-18 18:27:19','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','31750260437','Cleared','17','2025-06-18 19:29:45','','','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,''),(889,'','Cash','','2025-06-18 18:28:33','','0','3','2025-06-18 18:28:33','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','1','0','31750260506','Cleared','17','2025-06-18 19:29:04','','','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,''),(890,'','Cash','','2025-06-18 19:37:50','','0','5','2025-06-18 19:37:50','','15','15','1','retail','0','15','1','0','0','0','0','0','0','printed',' ','','1','0','51750264669','Cleared','17','2025-06-19 00:17:16','','','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,''),(891,'hob','Cash','','2025-06-18 19:38:24','','0','5','2025-06-18 19:38:24','','300','400','1','retail','0','400','1','0','0','0','0','100','0','printed',' ','','1','0','51750264702','Cleared','17','2025-06-19 00:19:58','','','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,''),(892,'','Cash','','2025-06-18 19:39:36','','0','5','2025-06-18 19:39:37','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','4','0','51750264767','Cleared','17','2025-06-19 00:19:10','','','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,''),(893,'','Cash','','2025-06-18 19:40:18','','0','5','2025-06-18 19:40:18','','1500','1500','1','retail','0','1500','1','0','0','0','0','0','0','printed',' ','','3','0','51750264817','Cleared','17','2025-06-18 21:35:30','','','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,''),(894,'','Cash','','2025-06-18 19:41:57','','0','5','2025-06-18 19:41:57','','1100','1100','1','retail','0','1100','1','0','0','0','0','0','0','printed',' ','','4','0','51750264900','Cleared','17','2025-06-18 21:35:22','','','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,''),(895,'','Voucher','','2025-06-18 21:23:42','','0','5','2025-06-18 21:23:42','','0','100','1','retail','0','100','1','0','100','0','0','0','0','printed',' ','','1','0','51750271021','Cleared','17','2025-06-19 03:31:42','','','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,''),(896,'hob','Mpesa','','2025-06-18 21:24:32','','0','5','2025-06-18 21:24:32','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','51750271071','Cleared','17','2025-06-19 00:33:17','','','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,''),(897,'','Cash','','2025-06-18 21:25:45','','0','5','2025-06-18 21:25:45','','45','45','1','retail','0','45','1','0','0','0','0','0','0','printed',' ','','1','0','51750271144','Cleared','17','2025-06-19 00:17:29','','','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,''),(898,'in3','Mpesa','','2025-06-18 21:27:07','','0','5','2025-06-18 21:27:07','','0','770','1','retail','0','770','1','0','0','0','0','770','0','printed',' ','','1','0','51750271222','Cleared','17','2025-06-19 00:33:41','','','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,''),(899,'g3g','Mpesa','','2025-06-18 21:28:20','','0','5','2025-06-18 21:28:20','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','51750271291','Cleared','17','2025-06-19 00:32:14','','','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,''),(900,'cz4','Mpesa','','2025-06-18 21:29:42','','0','5','2025-06-18 21:29:42','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','4','0','51750271381','Cleared','17','2025-06-19 00:32:40','','','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,''),(901,'9uw','Mpesa','','2025-06-18 21:32:49','','0','5','2025-06-18 21:32:49','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','51750271546','Cleared','17','2025-06-19 00:30:36','','','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,''),(902,'9uv','Mpesa','','2025-06-18 21:34:20','','0','5','2025-06-18 21:34:20','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','5','0','51750271641','Cleared','17','2025-06-19 00:30:13','','','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,''),(903,'','Cash','','2025-06-18 21:36:33','','0','5','2025-06-18 21:36:33','','700','700','1','retail','0','700','1','0','0','0','0','0','0','printed',' ','','4','0','51750271729','Cleared','17','2025-06-18 21:40:54','','','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,''),(904,'','Cash','','2025-06-18 21:37:54','','0','5','2025-06-18 21:37:54','','700','700','1','retail','0','700','1','0','0','0','0','0','0','printed',' ','','4','0','51750271842','Cleared','17','2025-06-18 21:40:46','','','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,''),(905,'21k','Mpesa','','2025-06-18 21:55:58','','0','5','2025-06-18 21:55:58','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','51750272957','Cleared','17','2025-06-18 22:10:37','','','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,''),(906,'21k','Mpesa','','2025-06-18 21:57:32','','0','5','2025-06-18 21:57:32','','0','1050','1','retail','0','1050','1','0','0','0','0','1050','0','printed',' ','','4','0','51750273020','Cleared','17','2025-06-18 22:09:06','','','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,''),(907,'qem','Mpesa','','2025-06-18 22:19:34','','0','5','2025-06-18 22:19:34','','0','1500','1','retail','0','1500','1','0','0','0','0','1500','0','printed',' ','','3','0','51750274373','Cleared','17','2025-06-18 22:32: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,''),(908,'sc4','Mpesa','','2025-06-18 22:20:13','','0','5','2025-06-18 22:20:13','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','51750274412','Cleared','17','2025-06-19 00:28:31','','','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,''),(909,'sc4','Mpesa','','2025-06-18 22:21:06','','0','5','2025-06-18 22:21:06','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','4','0','51750274456','Cleared','17','2025-06-19 00:29:01','','','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,''),(910,'eve','Mpesa','','2025-06-18 23:14:52','','0','5','2025-06-18 23:14:52','','0','510','1','retail','0','510','1','0','0','0','0','510','0','printed',' ','','1','0','51750277688','Cleared','17','2025-06-19 00:21:42','','','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,''),(911,'zol','Mpesa','','2025-06-18 23:16:08','','0','5','2025-06-18 23:16:08','','0','1820','1','retail','0','1820','1','0','0','0','0','1820','0','printed',' ','','1','0','51750277748','Cleared','17','2025-06-19 00:21:13','','','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,''),(912,'hpz','Mpesa','','2025-06-18 23:17:06','','0','5','2025-06-18 23:17:06','','0','1300','1','retail','0','1300','1','0','0','0','0','1300','0','printed',' ','','1','0','51750277825','Cleared','17','2025-06-19 00:22: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,''),(913,'hpz','Mpesa','','2025-06-18 23:17:58','','0','5','2025-06-18 23:17:58','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','4','0','51750277877','Cleared','17','2025-06-19 00:22:17','','','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,''),(914,'','Cash','','2025-06-18 23:19:05','','0','5','2025-06-18 23:19:05','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','51750277929','Cleared','17','2025-06-19 00:16:53','','','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,''),(915,'kov','Mpesa','','2025-06-18 23:20:03','','0','5','2025-06-18 23:20:03','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','51750277997','Cleared','17','2025-06-19 00:27: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,''),(916,'kov','Mpesa','','2025-06-18 23:21:06','','0','5','2025-06-18 23:21:06','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','4','0','51750278065','Cleared','17','2025-06-19 00:27:18','','','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,''),(917,'x6f','Mpesa','','2025-06-18 23:24:38','','0','5','2025-06-18 23:24:38','','0','2600','1','retail','0','2600','1','0','0','0','0','2600','0','printed',' ','','1','0','51750278221','Cleared','17','2025-06-19 00:24:03','','','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,''),(918,'x6f','Mpesa','','2025-06-18 23:25:56','','0','5','2025-06-18 23:25:56','','0','1450','1','retail','0','1450','1','0','0','0','0','1450','0','printed',' ','','4','0','51750278347','Cleared','17','2025-06-19 00:23:40','','','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,''),(919,'m8o','Mpesa','','2025-06-18 23:27:22','','0','5','2025-06-18 23:27:22','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','51750278432','Cleared','17','2025-06-19 00:20:38','','','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,''),(920,'','Cash','','2025-06-18 23:29:26','','0','5','2025-06-18 23:29:26','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','3','0','51750278565','Cleared','17','2025-06-18 23:32:05','','','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,''),(921,'','Cash','','2025-06-18 23:29:47','','0','5','2025-06-18 23:29:47','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','3','0','51750278586','Cleared','17','2025-06-18 23:31:51','','','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,''),(922,'','Cash','','2025-06-18 23:56:25','','0','5','2025-06-18 23:56:25','','510','510','1','retail','0','510','1','0','0','0','0','0','0','printed',' ','','1','0','51750280177','Cleared','17','2025-06-19 00:17:59','','','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,''),(923,'','Voucher','','2025-06-18 23:57:21','','0','5','2025-06-18 23:57:21','','0','1300','1','retail','0','1300','1','0','1300','0','0','0','0','printed',' ','','1','0','51750280240','Cleared','17','2025-06-19 03:30:17','','','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,''),(924,'yop','Mpesa','','2025-06-19 00:46:41','','0','5','2025-06-19 00:46:41','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','4','0','51750282667','Cleared','17','2025-06-19 03:14:27','','','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,''),(925,'8fn','Mpesa','','2025-06-19 01:10:16','','0','5','2025-06-19 01:10:16','','0','4940','1','retail','0','4940','1','0','0','0','0','4940','0','printed',' ','','1','0','51750284526','Cleared','17','2025-06-19 03:17:34','','','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,''),(926,'8fn','Mpesa','','2025-06-19 02:11:39','','0','5','2025-06-19 02:11:39','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','4','0','51750288298','Cleared','17','2025-06-19 03:11:54','','','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,''),(927,'eo6','Mpesa','','2025-06-19 02:14:16','','0','5','2025-06-19 02:14:16','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','51750288371','Cleared','17','2025-06-19 03:09:54','','','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,''),(928,'ghg','Mpesa','','2025-06-19 02:15:15','','0','5','2025-06-19 02:15:15','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','4','0','51750288507','Cleared','17','2025-06-19 03:09:11','','','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,''),(929,'fwr','Mpesa','','2025-06-19 02:17:01','','0','5','2025-06-19 02:17:01','','0','770','1','retail','0','770','1','0','0','0','0','770','0','printed',' ','','1','0','51750288604','Cleared','17','2025-06-19 03:25:35','','','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,''),(930,'fwr','Mpesa','','2025-06-19 02:17:50','','0','5','2025-06-19 02:17:50','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','51750288662','Cleared','17','2025-06-19 03:25:08','','','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,''),(931,'','Cash','','2025-06-19 02:18:47','','0','5','2025-06-19 02:18:47','','40','45','1','retail','0','45','1','0','0','0','0','5','0','printed',' ','','1','0','51750288726','Cleared','17','2025-06-19 03:13:52','','','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,''),(932,'','Cash','','2025-06-19 02:24:26','','0','5','2025-06-19 02:24:26','','2770','2770','1','retail','0','2770','1','0','0','0','0','0','0','printed',' ','','1','0','51750288753','Cleared','17','2025-06-19 03:14:40','','','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,''),(933,'skg','Mpesa','','2025-06-19 02:26:42','','0','5','2025-06-19 02:26:42','','0','910','1','retail','0','910','1','0','0','0','0','910','0','printed',' ','','1','0','51750289181','Cleared','17','2025-06-19 03:21:52','','','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,''),(934,'8ef','Mpesa','','2025-06-19 02:28:30','','0','5','2025-06-19 02:28:30','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','4','0','51750289275','Cleared','17','2025-06-19 03:13:26','','','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,''),(935,'8fn','Cash','','2025-06-19 02:31:38','','0','5','2025-06-19 02:31:38','','3510','4510','1','retail','0','4510','1','0','0','0','0','1000','0','printed',' ','','1','0','51750289363','Cleared','17','2025-06-19 03:16:31','','','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,''),(936,'','Voucher','','2025-06-19 02:32:37','','0','5','2025-06-19 02:32:37','','0','100','1','retail','0','100','1','0','100','0','0','0','0','printed',' ','','1','0','51750289556','Cleared','17','2025-06-19 03:31:29','','','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,''),(937,'8fn','Mpesa','','2025-06-19 02:33:17','','0','5','2025-06-19 02:33:17','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','4','0','51750289592','Cleared','17','2025-06-19 03:12:19','','','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,''),(938,'','Cash','','2025-06-19 02:58:54','','0','5','2025-06-19 02:58:54','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','51750291133','No','','','','','1','','','',0.00,0.00,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,'eo6','Mpesa','','2025-06-19 02:59:21','','0','5','2025-06-19 02:59:21','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','3','0','51750291160','Cleared','17','2025-06-19 03:08:24','','','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,''),(940,'pc2','Mpesa','','2025-06-19 03:30:51','','0','5','2025-06-19 03:30:51','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','3','0','51750293050','Cleared','11','2025-06-19 15:10:24','','','2','','','',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,''),(941,'550w','Mpesa','','2025-06-19 10:08:09','','0','3','2025-06-19 10:08:09','','0','740','1','retail','0','740','1','0','0','0','0','740','0','printed',' ','','4','0','31750316662','Cleared','11','2025-06-19 14:54:43','','','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,''),(942,'','Voucher','','2025-06-19 12:06:24','','0','3','2025-06-19 12:06:24','','0','50','1','retail','0','50','1','0','50','0','0','0','0','printed',' ','','1','0','31750323983','Cleared','11','2025-06-19 15:06:32','','','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,''),(943,'gdia','Cash','','2025-06-19 12:07:16','','0','3','2025-06-19 12:07:16','','100','1100','1','retail','0','1100','1','0','0','0','0','1000','0','printed',' ','','3','0','31750324023','Cleared','11','2025-06-19 14:59:52','','','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,''),(944,'','Cash','','2025-06-19 12:32:11','','0','3','2025-06-19 12:32:11','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','4','0','31750325523','No','','','','','2','','','',0.00,0.00,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,'dty','Mpesa','','2025-06-19 15:35:30','','0','3','2025-06-19 13:17:08','','0','2010','1','retail','0','2010','1','0','0','0','0','2010','0','printed',' ','','4','0','31750328197','Cleared','11','2025-06-19 21:03:50','','','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,''),(946,'','Cash','','2025-06-19 13:36:04','','0','3','2025-06-19 13:36:04','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','31750329347','No','','','','','1','','','',0.00,0.00,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-06-19 14:19:26','','0','3','2025-06-19 13:47:37','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','31750330056','No','3','2025-06-19 14:19: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,''),(948,'','Mpesa','','2025-06-19 14:17:24','','0','3','2025-06-19 14:17:24','','0','880','1','retail','0','880','1','0','0','0','0','880','0','printed',' ','','1','0','31750331823','Cleared','11','2025-06-19 16:29:25','','','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,''),(949,'','Mpesa','','2025-06-19 14:44:17','','0','3','2025-06-19 14:44:17','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','31750333456','Cleared','11','2025-06-19 16:29:50','','','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,''),(950,'','Cash','','2025-06-19 15:06:50','','0','3','2025-06-19 15:06:50','','15','15','1','retail','0','15','1','0','0','0','0','0','0','printed',' ','','1','0','31750334809','Cleared','11','2025-06-19 15:13:27','','','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,''),(951,'','Cash','','2025-06-19 15:36:57','','0','3','2025-06-19 15:36:57','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','4','0','31750336603','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-19 16:06:18','','0','3','2025-06-19 16:06:18','','0','1380','1','retail','0','1380','1','0','0','0','0','1380','0','printed',' ','','1','0','31750338361','Cleared','11','2025-06-19 16:30:13','','','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,''),(953,'','Cash','','2025-06-19 16:35:55','','0','3','2025-06-19 16:35:55','','640','640','1','retail','0','640','1','0','0','0','0','0','0','new',' ','','4','0','31750340127','No','','','','','1','','','',0.00,0.00,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,'','Voucher','','2025-06-19 16:57:36','','0','3','2025-06-19 16:57:36','','0','250','1','retail','0','250','1','0','250','0','0','0','0','printed',' ','','1','0','31750341454','Cleared','11','2025-06-19 17:29:35','','','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,''),(955,'dty','Mpesa','','2025-06-19 17:03:17','','0','3','2025-06-19 17:03:17','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','3','0','31750341792','Cleared','11','2025-06-19 21:03:04','','','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,''),(956,'','Cash','','2025-06-20 03:30:15','','0','3','2025-06-20 03:30:15','','820','820','1','retail','0','820','1','0','0','0','0','0','0','new',' ','','4','0','31750379353','No','','','','','1','','','',0.00,0.00,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-06-20 03:32:12','','0','3','2025-06-20 03:32:12','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','31750379531','No','','','','','1','','','',0.00,0.00,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-06-20 03:33:43','','0','3','2025-06-20 03:33:44','','660','660','1','retail','0','660','1','0','0','0','0','0','0','new',' ','','1','0','31750379603','No','','','','','1','','','',0.00,0.00,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-06-20 03:34:38','','0','3','2025-06-20 03:34:38','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','31750379677','No','','','','','1','','','',0.00,0.00,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-06-20 03:35:43','','0','3','2025-06-20 03:35:43','','1100','1100','1','retail','0','1100','1','0','0','0','0','0','0','new',' ','','4','0','31750379733','No','','','','','1','','','',0.00,0.00,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-06-20 03:36:31','','0','3','2025-06-20 03:36:31','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','31750379790','No','','','','','1','','','',0.00,0.00,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-06-20 03:37:59','','0','3','2025-06-20 03:37:59','','660','660','1','retail','0','660','1','0','0','0','0','0','0','new',' ','','1','0','31750379838','No','','','','','1','','','',0.00,0.00,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-06-20 03:39:24','','0','3','2025-06-20 03:39:24','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','31750379948','No','','','','','1','','','',0.00,0.00,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-06-20 03:40:43','','0','3','2025-06-20 03:40:43','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','31750380043','No','','','','','1','','','',0.00,0.00,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-06-20 03:41:29','','0','3','2025-06-20 03:41:29','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','31750380089','No','','','','','1','','','',0.00,0.00,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-06-20 03:42:22','','0','3','2025-06-20 03:42:22','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','31750380141','No','','','','','1','','','',0.00,0.00,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-06-20 03:43:09','','0','3','2025-06-20 03:43:09','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','31750380188','No','','','','','1','','','',0.00,0.00,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-06-20 03:43:55','','0','3','2025-06-20 03:43:55','','25','25','1','retail','0','25','1','0','0','0','0','0','0','new',' ','','1','0','31750380234','No','','','','','1','','','',0.00,0.00,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-06-20 03:44:48','','0','3','2025-06-20 03:44:48','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','31750380276','No','','','','','1','','','',0.00,0.00,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-06-20 03:46:03','','0','3','2025-06-20 03:46:03','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','31750380362','No','','','','','1','','','',0.00,0.00,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-06-20 03:47:46','','0','3','2025-06-20 03:47:46','','1310','1310','1','retail','0','1310','1','0','0','0','0','0','0','new',' ','','4','0','31750380407','No','','','','','1','','','',0.00,0.00,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-06-20 03:48:51','','0','3','2025-06-20 03:48:51','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','4','0','31750380522','No','','','','','1','','','',0.00,0.00,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-06-20 03:49:42','','0','3','2025-06-20 03:49:42','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','31750380581','No','','','','','1','','','',0.00,0.00,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-06-20 03:50:45','','0','3','2025-06-20 03:50:45','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','31750380645','No','','','','','1','','','',0.00,0.00,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-06-20 03:51:37','','0','3','2025-06-20 03:51:37','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','31750380696','No','','','','','1','','','',0.00,0.00,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-06-20 03:52:32','','0','3','2025-06-20 03:52:32','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','4','0','31750380751','No','','','','','1','','','',0.00,0.00,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,'85n','Mpesa','','2025-06-20 08:24:40','','0','3','2025-06-20 08:24:40','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','31750397050','Cleared','17','2025-06-21 00:08:35','','','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,''),(978,'','Cash','','2025-06-20 08:44:46','','0','3','2025-06-20 08:44:46','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','new',' ','','3','0','31750398285','No','','','','','2','','','',0.00,0.00,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,'RJ9','Mpesa','','2025-06-20 10:01:36','','0','3','2025-06-20 10:01:36','','0','25','1','retail','0','25','1','0','0','0','0','25','0','printed',' ','','1','0','31750402895','Cleared','11','2025-06-20 17:22:00','','','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,''),(980,'RA2','Mpesa','','2025-06-20 10:02:24','','0','3','2025-06-20 10:02:24','','0','60','1','retail','0','60','1','0','0','0','0','60','0','printed',' ','','1','0','31750402943','Cleared','11','2025-06-20 17:23:25','','','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,''),(981,'','Cash','','2025-06-20 10:05:37','','0','3','2025-06-20 10:05:37','','0','0','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','1','600','31750403065','No','','','','','1','','','',0.00,0.00,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,'A34V','Mpesa','','2025-06-20 11:32:27','','0','3','2025-06-20 11:32:27','','0','3600','1','retail','0','3600','1','0','0','0','0','3600','0','printed',' ','','4','0','31750408286','Cleared','11','2025-06-20 17:26:34','','','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,''),(983,'UQM3','Mpesa','','2025-06-20 13:02:34','','0','3','2025-06-20 13:02:34','','0','560','1','retail','0','560','1','0','0','0','0','560','0','printed',' ','','1','0','31750413746','Cleared','11','2025-06-20 17:28:44','','','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,''),(984,'SCFY','Mpesa','','2025-06-20 13:05:29','','0','3','2025-06-20 13:03:24','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','31750413783','Cleared','11','2025-06-20 17:42:44','','','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,''),(985,'','Voucher','','2025-06-20 13:05:01','','0','3','2025-06-20 13:05:01','','0','20','1','retail','0','20','1','0','20','0','0','0','0','printed',' ','','1','0','31750413894','Cleared','11','2025-06-20 18:16:59','','','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,''),(986,'','Mpesa','','2025-06-20 14:54:25','','0','3','2025-06-20 14:54:25','','0','560','1','retail','0','560','1','0','0','0','0','560','0','printed',' ','','1','0','31750420461','Cleared','11','2025-06-20 17:29:23','','','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,''),(987,'','Mpesa','','2025-06-20 15:01:28','','0','3','2025-06-20 15:01:28','','0','975','1','retail','0','975','1','0','0','0','0','975','0','printed',' ','','1','0','31750420759','Cleared','11','2025-06-20 18:02:41','','','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,''),(988,'','Mpesa','','2025-06-20 15:05:06','','0','3','2025-06-20 15:05:06','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','31750421092','Cleared','11','2025-06-20 18:01:44','','','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,''),(989,'','Mpesa','','2025-06-20 15:11:11','','0','3','2025-06-20 15:11:11','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','31750421447','Cleared','11','2025-06-20 18:02:16','','','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,''),(990,'ZRQ','Mpesa','','2025-06-20 15:42:37','','0','3','2025-06-20 15:42:37','','0','10','1','retail','0','10','1','0','0','0','0','10','0','printed',' ','','1','0','31750423355','Cleared','11','2025-06-20 17:19:31','','','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,''),(991,'JENQ','Mpesa','','2025-06-20 17:05:49','','0','3','2025-06-20 15:43:58','','0','1100','1','retail','0','1100','1','0','0','0','0','1100','0','printed',' ','','1','0','31750423423','Cleared','11','2025-06-20 17:15:51','','','2','','','',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,''),(992,'z2k','Mpesa','','2025-06-20 18:10:37','','0','3','2025-06-20 15:47:18','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','31750423456','Cleared','17','2025-06-21 00:09:15','','','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,''),(993,'iym','Mpesa','','2025-06-20 15:47:57','','0','3','2025-06-20 15:47:57','','0','780','1','retail','0','780','1','0','0','0','0','780','0','printed',' ','','1','0','31750423674','Cleared','17','2025-06-21 00:08:12','','','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,''),(994,'5ML','Mpesa','','2025-06-20 16:10:15','','0','3','2025-06-20 16:10:15','','0','950','1','retail','0','950','1','0','0','0','0','950','0','printed',' ','','1','0','31750424665','Cleared','11','2025-06-20 18:21:38','','','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,''),(995,'','Cash','','2025-06-20 16:36:14','','0','3','2025-06-20 16:11:32','','860','860','1','retail','0','860','1','0','0','0','0','0','0','printed',' ','','1','0','31750425065','Cleared','11','2025-06-20 17:59:43','','','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,''),(996,'','Cash','','2025-06-20 16:23:24','','0','3','2025-06-20 16:23:24','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','31750425804','No','','','','','1','','','',0.00,0.00,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-06-20 16:39:54','','0','3','2025-06-20 16:39:54','','3950','3950','1','retail','0','3950','1','0','0','0','0','0','0','printed',' ','','4','0','31750426704','Cleared','11','2025-06-20 17:57:51','','','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,''),(998,'','Cash','','2025-06-20 16:42:02','','0','3','2025-06-20 16:42:02','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','1','0','31750426904','No','','','','','1','','','',0.00,0.00,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,'8D44','Mpesa','','2025-06-20 16:59:18','','0','4','2025-06-20 16:59:18','','0','650','1','retail','0','650','1','0','0','0','0','650','0','printed',' ','','4','0','41750427745','Cleared','11','2025-06-20 17:55:36','','','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,''),(1000,'inp5','Mpesa','','2025-06-20 22:01:51','','0','6','2025-06-20 16:59:55','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','1','0','61750427041','Cleared','17','2025-06-20 22:35:37','','','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,''),(1001,'qqro','Voucher','','2025-06-20 17:00:44','','0','6','2025-06-20 17:00:44','','0','30','1','retail','0','30','1','0','30','0','0','0','0','printed',' ','','1','0','61750428032','Cleared','17','2025-06-20 22:34:12','','','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,''),(1002,'01FN','Mpesa','','2025-06-20 17:20:39','','0','4','2025-06-20 17:20:39','','170','200','1','retail','0','200','1','0','0','0','0','30','0','printed',' ','','1','0','41750429194','Cleared','11','2025-06-20 17:53:53','','','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,''),(1003,'','Cash','','2025-06-20 20:07:41','','0','6','2025-06-20 17:42:48','','750','750','1','retail','0','750','1','0','0','0','0','0','0','printed',' ','','1','0','61750430518','Cleared','17','2025-06-20 22:36:40','','','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,''),(1004,'','Mpesa','','2025-06-20 17:47:58','','0','3','2025-06-20 17:47:58','','0','25','1','retail','0','25','1','0','0','0','0','25','0','printed',' ','','1','0','31750430877','Cleared','11','2025-06-20 18:03:11','','','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,''),(1005,'','Mpesa','','2025-06-20 18:08:00','','0','3','2025-06-20 18:08:00','','0','45','1','retail','0','45','1','0','0','0','0','45','0','printed',' ','','1','0','31750432077','Cleared','11','2025-06-20 18:11:40','','','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,''),(1006,'','Cash','','2025-06-20 18:30:53','','0','5','2025-06-20 18:30:53','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','4','0','51750433450','Cleared','17','2025-06-21 05:55:51','','','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,''),(1007,'mukc','Mpesa','','2025-06-20 18:51:29','','0','5','2025-06-20 18:51:29','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','4','0','51750434687','Cleared','17','2025-06-20 22:21:05','','','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,''),(1008,'mp6u','Mpesa','','2025-06-20 19:13:46','','0','5','2025-06-20 19:13:46','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','4','0','51750436009','Cleared','17','2025-06-20 22:20:30','','','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,''),(1009,'ni77','Mpesa','','2025-06-20 19:14:43','','0','5','2025-06-20 19:14:43','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','4','0','51750436064','Cleared','17','2025-06-20 22:20:05','','','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,''),(1010,'S45B','Mpesa','','2025-06-20 20:03:03','','0','4','2025-06-20 20:03:03','','0','1440','1','retail','0','1440','1','0','0','0','0','1440','0','printed',' ','','1','0','41750438917','Cleared','11','2025-06-20 21:40:43','','','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,''),(1011,'fbag','Mpesa','','2025-06-20 22:03:36','','0','6','2025-06-20 20:09:12','','0','460','1','retail','0','460','1','0','0','0','0','460','0','printed',' ','','1','0','61750439271','Cleared','17','2025-06-20 22:34:36','','','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,''),(1012,'5nh','Mpesa','','2025-06-20 22:27:47','','0','4','2025-06-20 20:13:03','','0','2100','1','retail','0','2100','1','0','0','0','0','2100','0','printed',' ','','4','0','41750439437','Cleared','17','2025-06-21 01:04:10','','','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,''),(1013,'zuzp','Mpesa','','2025-06-20 20:14:25','','0','6','2025-06-20 20:14:25','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61750439647','Cleared','17','2025-06-20 22:35:15','','','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,''),(1014,'lzy5','Mpesa','','2025-06-20 20:15:03','','0','6','2025-06-20 20:15:03','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61750439681','Cleared','17','2025-06-20 22:34:58','','','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,''),(1015,'','Cash','','2025-06-20 20:15:28','','0','6','2025-06-20 20:15:28','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','1','0','61750439712','Cleared','17','2025-06-21 03:32:11','','','2','','','',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,''),(1016,'hsir','Mpesa','','2025-06-20 20:16:29','','0','6','2025-06-20 20:16:29','','0','510','1','retail','0','510','1','0','0','0','0','510','0','printed',' ','','1','0','61750439739','Cleared','17','2025-06-20 22:35:54','','','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,''),(1017,'','Cash','','2025-06-20 20:18:47','','0','6','2025-06-20 20:18:47','','2080','2080','1','retail','0','2080','1','0','0','0','0','0','0','printed',' ','','1','0','61750439870','Cleared','17','2025-06-20 22:36:31','','','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,''),(1018,'','Cash','','2025-06-20 20:19:19','','0','6','2025-06-20 20:19:19','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','61750439941','Cleared','17','2025-06-20 22:36:06','','','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,''),(1019,'','Voucher','','2025-06-20 20:24:41','','0','8','2025-06-20 20:24:41','','0','1450','1','retail','0','1450','1','0','1450','0','0','0','0','printed',' ','','4','0','81750440273','Cleared','17','2025-06-21 04:46:35','','','2','','','',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,''),(1020,'','Voucher','','2025-06-20 20:25:49','','0','8','2025-06-20 20:25:49','','0','2800','1','retail','0','2800','1','0','2800','0','0','0','0','printed',' ','','4','0','81750440328','Cleared','17','2025-06-21 04:46:51','','','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,''),(1021,'','Cash','','2025-06-20 20:26:42','','0','8','2025-06-20 20:26:42','','520','520','1','retail','0','520','1','0','0','0','0','0','0','printed',' ','','1','0','81750440401','Cleared','17','2025-06-20 22:47:38','','','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,''),(1022,'ztw','Mpesa','','2025-06-20 20:28:35','','0','8','2025-06-20 20:28:35','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','5','0','81750440513','Cleared','17','2025-06-20 22:46:06','','','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,''),(1023,'44lli','Mpesa','','2025-06-20 20:53:30','','0','6','2025-06-20 20:53:30','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61750441992','Cleared','17','2025-06-20 22:33:53','','','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,''),(1024,'','Cash','','2025-06-20 20:55:48','','0','6','2025-06-20 20:55:48','','15','15','1','retail','0','15','1','0','0','0','0','0','0','printed',' ','','1','0','61750442136','Cleared','17','2025-06-20 22:36:20','','','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,''),(1025,'ny77','Mpesa','','2025-06-20 21:39:33','','0','5','2025-06-20 21:39:33','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','51750444741','Cleared','17','2025-06-20 22:19:43','','','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,''),(1026,'8fw','Cash','','2025-06-20 21:41:59','','0','5','2025-06-20 21:41:59','','0','860','1','retail','0','860','1','0','0','0','0','860','0','printed',' ','','1','0','51750444900','Cleared','17','2025-06-20 22:17:55','','','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,''),(1027,'8fw','Mpesa','','2025-06-20 21:43:03','','0','5','2025-06-20 21:43:03','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','4','0','51750444969','Cleared','17','2025-06-20 22:18:28','','','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,''),(1028,'','Cash','','2025-06-20 21:43:54','','0','5','2025-06-20 21:43:54','','1040','1040','1','retail','0','1040','1','0','0','0','0','0','0','printed',' ','','1','0','51750445033','Cleared','17','2025-06-20 22:18:43','','','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,''),(1029,'mp6u','Mpesa','','2025-06-20 21:45:22','','0','5','2025-06-20 21:45:22','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51750445120','Cleared','17','2025-06-20 22:20:47','','','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,''),(1030,'icf','Mpesa','','2025-06-20 21:46:44','','0','8','2025-06-20 21:46:44','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','81750445193','Cleared','17','2025-06-20 22:46:53','','','2','','','',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,''),(1031,'es2','Mpesa','','2025-06-20 21:52:50','','0','8','2025-06-20 21:52:50','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','81750445558','Cleared','17','2025-06-21 00:04:38','','','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,''),(1032,'umn','Mpesa','','2025-06-20 21:54:39','','0','8','2025-06-20 21:54:39','','0','1220','1','retail','0','1220','1','0','0','0','0','1220','0','printed',' ','','1','0','81750445606','Cleared','17','2025-06-20 22:47:27','','','2','','','',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,''),(1033,'','Cash','','2025-06-20 21:55:30','','0','8','2025-06-20 21:55:30','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','81750445728','No','','','','','1','','','',0.00,0.00,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,'39x','Mpesa','','2025-06-20 21:56:13','','0','8','2025-06-20 21:56:13','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','81750445772','Cleared','17','2025-06-20 22:47:11','','','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,''),(1035,'','Cash','','2025-06-21 04:06:34','','0','6','2025-06-20 22:16:31','','1600','1600','1','retail','0','1600','1','0','0','0','0','0','0','new',' ','','1','0','61750446955','No','6','2025-06-21 04:06: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,''),(1036,'','Voucher','','2025-06-21 01:04:24','dj','0','6','2025-06-20 22:16:56','','0','800','1','retail','0','800','1','0','800','0','0','0','0','printed','dj ','','4','0','61750446998','Cleared','17','2025-06-21 04:05:03','','','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,''),(1037,'','Voucher','','2025-06-20 22:18:53','','0','8','2025-06-20 22:18:53','','0','100','1','retail','0','100','1','0','100','0','0','0','0','printed',' ','','1','0','81750447132','Cleared','17','2025-06-21 04:32:23','','','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,''),(1038,'g83','Mpesa','','2025-06-20 22:29:12','','0','4','2025-06-20 22:29:12','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','4','0','41750447717','Cleared','17','2025-06-21 03:22:00','','','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,''),(1039,'tof','Mpesa','','2025-06-20 22:29:52','','0','4','2025-06-20 22:29:52','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','41750447791','Cleared','17','2025-06-21 01:04:26','','','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,''),(1040,'','Cash','','2025-06-20 22:31:16','','0','4','2025-06-20 22:31:16','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','4','0','41750447866','Cleared','17','2025-06-21 01:02:11','','','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,''),(1041,'','Cash','','2025-06-20 22:32:13','','0','4','2025-06-20 22:32:13','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','4','0','41750447916','Cleared','17','2025-06-21 01:02:22','','','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,''),(1042,'5so','Mpesa','','2025-06-20 22:34:15','','0','4','2025-06-20 22:34:15','','0','1150','1','retail','0','1150','1','0','0','0','0','1150','0','printed',' ','','1','0','41750447980','Cleared','17','2025-06-21 04:50:38','','','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,''),(1043,'fhn','Mpesa','','2025-06-20 22:50:03','','0','4','2025-06-20 22:50:03','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','41750448956','Cleared','17','2025-06-21 01:03:46','','','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,''),(1044,'dmkd','Mpesa','','2025-06-20 22:55:10','','0','4','2025-06-20 22:55:10','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','4','0','41750449285','Cleared','17','2025-06-21 01:04:41','','','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,''),(1045,'3yy','Mpesa','','2025-06-20 23:36:17','','0','4','2025-06-20 23:36:17','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41750451776','Cleared','17','2025-06-21 01:04:55','','','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,''),(1046,'gz1','Mpesa','','2025-06-20 23:36:50','','0','4','2025-06-20 23:36:50','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','41750451808','Cleared','17','2025-06-21 01:05:10','','','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,''),(1047,'','Cash','','2025-06-20 23:37:25','','0','4','2025-06-20 23:37:25','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','41750451844','Cleared','17','2025-06-21 01:03:00','','','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,''),(1048,'','Voucher','','2025-06-20 23:46:57','','0','6','2025-06-20 23:46:57','','0','400','1','retail','0','400','1','0','400','0','0','0','0','printed',' ','','4','0','61750452375','Cleared','17','2025-06-21 04:03:02','','','','','','',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,''),(1049,'w9z','Mpesa','','2025-06-20 23:57:46','','0','8','2025-06-20 23:57:46','','0','510','1','retail','0','510','1','0','0','0','0','510','0','printed',' ','','1','0','81750453051','Cleared','17','2025-06-21 00:04:21','','','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,''),(1050,'c8q','Mpesa','','2025-06-20 23:58:55','','0','8','2025-06-20 23:58:55','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','81750453122','Cleared','17','2025-06-21 00:04:56','','','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,''),(1051,'','Cash','','2025-06-21 00:00:13','','0','8','2025-06-21 00:00:13','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','81750453204','Cleared','17','2025-06-21 00:04:03','','','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,''),(1052,'p80','Cash','','2025-06-21 00:21:15','','0','4','2025-06-21 00:21:15','','2170','2170','1','retail','0','2170','1','0','0','0','0','0','0','printed',' ','','1','0','41750454139','Cleared','17','2025-06-21 01:05:45','','','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,''),(1053,'ose','Mpesa','','2025-06-21 00:33:54','','0','4','2025-06-21 00:33:54','','0','1320','1','retail','0','1320','1','0','0','0','0','1320','0','printed',' ','','1','0','41750455204','Cleared','17','2025-06-21 01:06:01','','','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,''),(1054,'3dqq','Mpesa','','2025-06-21 00:48:28','','0','5','2025-06-21 00:48:28','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','51750456029','Cleared','17','2025-06-21 05:47:23','','','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,''),(1055,'y755','Mpesa','','2025-06-21 00:49:54','','0','5','2025-06-21 00:49:54','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','51750456182','Cleared','17','2025-06-21 06:20:18','','','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,''),(1056,'hwg','Mpesa','','2025-06-21 03:32:29','','0','4','2025-06-21 00:57:57','','0','5300','1','retail','0','5300','1','0','0','0','0','5300','0','printed',' ','','1','0','41750456674','Cleared','17','2025-06-21 04:50:00','','','2','','','',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,''),(1057,'cmg2','Mpesa','','2025-06-21 01:03:12','','0','6','2025-06-21 01:03:12','','0','2390','1','retail','0','2390','1','0','0','0','0','2390','0','printed',' ','','1','0','61750456620','Cleared','17','2025-06-21 03:33:19','','','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,''),(1058,'','Voucher','','2025-06-21 01:37:16','','0','8','2025-06-21 01:37:16','','0','4250','1','retail','0','4250','1','0','4250','0','0','0','0','printed',' ','','1','0','81750458465','Cleared','17','2025-06-21 04:44:55','','','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,''),(1059,'j83','Mpesa','','2025-06-21 01:38:39','','0','8','2025-06-21 01:38:39','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','4','0','81750459118','Cleared','17','2025-06-21 03:21:42','','','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,''),(1060,'ylu','Mpesa','','2025-06-21 01:40:10','','0','8','2025-06-21 01:40:10','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','81750459192','Cleared','17','2025-06-21 03:22:51','','','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,''),(1061,'g23f','Mpesa','','2025-06-21 01:45:41','','0','6','2025-06-21 01:45:41','','0','2250','1','retail','0','2250','1','0','0','0','0','2250','0','printed',' ','','1','0','61750459375','Cleared','17','2025-06-21 03:32:59','','','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,''),(1062,'','Mpesa','','2025-06-21 01:47:12','','0','6','2025-06-21 01:47:12','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61750459619','Cleared','17','2025-06-21 03:32:36','','','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,''),(1063,'','Cash','','2025-06-21 02:17:12','','0','8','2025-06-21 02:17:12','','780','780','1','retail','0','780','1','0','0','0','0','0','0','printed',' ','','1','0','81750461431','Cleared','17','2025-06-21 03:23:01','','','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,''),(1064,'ff7','Mpesa','','2025-06-21 02:18:27','','0','8','2025-06-21 02:18:27','','0','820','1','retail','0','820','1','0','0','0','0','820','0','printed',' ','','1','0','81750461473','Cleared','17','2025-06-21 03:22:35','','','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,''),(1065,'lhd','Mpesa','','2025-06-21 02:19:15','','0','8','2025-06-21 02:19:15','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','81750461554','Cleared','17','2025-06-21 03:22:19','','','2','','','',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,''),(1066,'5cs','Mpesa','','2025-06-21 02:20:43','','0','4','2025-06-21 02:20:43','','0','650','1','retail','0','650','1','0','0','0','0','650','0','printed',' ','','1','0','41750461623','Cleared','17','2025-06-21 04:51:17','','','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,''),(1067,'CV4W','Mpesa','','2025-06-21 03:18:23','','0','6','2025-06-21 03:18:23','','0','5520','1','retail','0','5520','1','0','0','0','0','5520','0','printed',' ','','4','0','61750464936','Cleared','17','2025-06-21 03:33:45','','','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,''),(1068,'','Voucher','','2025-06-21 03:20:45','','0','6','2025-06-21 03:20:45','','0','900','1','retail','0','900','1','0','900','0','0','0','0','printed',' ','','1','0','61750465149','Cleared','17','2025-06-21 04:05:14','','','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,''),(1069,'','Cash','','2025-06-21 03:22:09','','0','6','2025-06-21 03:22:09','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','new',' ','','1','0','61750465301','No','','','','','1','','','',0.00,0.00,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,'3v2','Cash','','2025-06-21 03:33:42','','0','4','2025-06-21 03:33:42','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41750466021','Cleared','17','2025-06-21 04:51:00','','','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,''),(1071,'hw2','Mpesa','','2025-06-21 03:38:25','','0','4','2025-06-21 03:38:25','','0','4100','1','retail','0','4100','1','0','0','0','0','4100','0','printed',' ','','4','0','41750466068','Cleared','17','2025-06-21 04:50:20','','','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,''),(1072,'5s0','Mpesa','','2025-06-21 03:40:10','','0','4','2025-06-21 03:40:10','','0','1540','1','retail','0','1540','1','0','0','0','0','1540','0','printed',' ','','1','0','41750466393','Cleared','17','2025-06-21 04:53:19','','','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,''),(1073,'3ua','Cash','','2025-06-21 03:48:47','','0','6','2025-06-21 03:43:29','','1220','2720','1','retail','0','2720','1','0','0','0','0','1500','0','printed',' ','','1','0','61750466527','Cleared','17','2025-06-21 03:54:12','','','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,''),(1074,'3lw','Mpesa','','2025-06-21 03:44:59','','0','22','2025-06-21 03:44:59','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','221750466690','Cleared','17','2025-06-21 05:21:11','','','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,''),(1075,'','Mpesa','','2025-06-21 03:45:55','','0','22','2025-06-21 03:45:55','','0','1600','1','retail','0','1600','1','0','0','0','0','1600','0','printed',' ','','1','0','221750466735','Cleared','17','2025-06-21 05:20:51','','','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,''),(1076,'','Mpesa','','2025-06-21 03:47:19','','0','22','2025-06-21 03:47:19','','0','1050','1','retail','0','1050','1','0','0','0','0','1050','0','printed',' ','','4','0','221750466829','Cleared','17','2025-06-21 05:20:35','','','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,''),(1077,'vqv','Mpesa','','2025-06-21 03:51:46','','0','22','2025-06-21 03:51:46','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','221750467045','Cleared','17','2025-06-21 05:21:44','','','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,''),(1078,'','Cash','','2025-06-21 03:52:49','','0','22','2025-06-21 03:52:49','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','221750467149','Cleared','17','2025-06-21 05:24:07','','','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,''),(1079,'','Mpesa','','2025-06-21 03:53:31','','0','22','2025-06-21 03:53:31','','0','1600','1','retail','0','1600','1','0','0','0','0','1600','0','printed',' ','','5','0','221750467210','Cleared','17','2025-06-21 05:24:46','','','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,''),(1080,'vyd','Mpesa','','2025-06-21 03:54:08','','0','22','2025-06-21 03:54:08','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','221750467247','Cleared','17','2025-06-21 05:24:28','','','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,''),(1081,'','Cash','','2025-06-21 03:56:16','','0','22','2025-06-21 03:56:16','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','1','0','221750467375','Cleared','17','2025-06-21 05:23:48','','','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,''),(1082,'','Cash','','2025-06-21 03:58:29','','0','22','2025-06-21 03:58:29','','750','750','1','retail','0','750','1','0','0','0','0','0','0','printed',' ','','1','0','221750467446','Cleared','17','2025-06-21 05:23:33','','','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,''),(1083,'','Mpesa','','2025-06-21 03:59:44','','0','22','2025-06-21 03:59:44','','0','950','1','retail','0','950','1','0','0','0','0','950','0','printed',' ','','4','0','221750467577','Cleared','17','2025-06-21 05:22:25','','','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,''),(1084,'','Mpesa','','2025-06-21 04:02:59','','0','22','2025-06-21 04:02:59','','0','650','1','retail','0','650','1','0','0','0','0','650','0','printed',' ','','4','0','221750467770','Cleared','17','2025-06-21 05:17:12','','','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,''),(1085,'xva','Mpesa','','2025-06-21 04:03:59','','0','22','2025-06-21 04:03:59','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','221750467838','Cleared','17','2025-06-21 05:18:09','','','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,''),(1086,'xva','Mpesa','','2025-06-21 04:05:07','','0','22','2025-06-21 04:05:07','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','4','0','221750467899','Cleared','17','2025-06-21 05:17:50','','','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,''),(1087,'','Cash','','2025-06-21 04:07:14','','0','6','2025-06-21 04:07:14','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','4','0','61750468022','No','','','','','1','','','',0.00,0.00,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-06-21 04:09:01','','0','22','2025-06-21 04:09:01','','365','365','1','retail','0','365','1','0','0','0','0','0','0','printed',' ','','1','0','221750468129','Cleared','17','2025-06-21 05:21:22','','','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,''),(1089,'','Cash','','2025-06-21 04:09:51','','0','22','2025-06-21 04:09:51','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','1','0','221750468190','Cleared','17','2025-06-21 05:17:27','','','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,''),(1090,'jqb','Cash','','2025-06-21 04:17:03','','0','22','2025-06-21 04:17:03','','650','1800','1','retail','0','1800','1','0','0','0','0','1150','0','printed',' ','','1','0','221750468432','Cleared','17','2025-06-21 05:23:17','','','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,''),(1091,'3y7','Mpesa','','2025-06-21 04:18:16','','0','22','2025-06-21 04:18:16','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','221750468679','Cleared','17','2025-06-21 05:18:27','','','','','','',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,''),(1092,'','Cash','','2025-06-21 04:19:46','','0','8','2025-06-21 04:19:46','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','81750468786','No','','','','','1','','','',0.00,0.00,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,'','Voucher','','2025-06-21 04:21:44','','0','8','2025-06-21 04:21:44','','0','100','1','retail','0','100','1','0','100','0','0','0','0','printed',' ','','1','0','81750468903','Cleared','17','2025-06-21 04:45:50','','','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,''),(1094,'tfe','Mpesa','','2025-06-21 04:23:20','','0','22','2025-06-21 04:23:20','','0','15','1','retail','0','15','1','0','0','0','0','15','0','printed',' ','','1','0','221750468999','Cleared','17','2025-06-21 05:16:52','','','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,''),(1095,'orr','Voucher','','2025-06-21 04:37:57','','0','22','2025-06-21 04:37:57','','0','1450','1','retail','0','1450','1','0','1450','0','0','0','0','printed',' ','','4','0','221750469512','Cleared','17','2025-06-21 05:22:06','','','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,''),(1096,'g4d','Mpesa','','2025-06-21 04:44:54','','0','5','2025-06-21 04:44:54','','0','660','1','retail','0','660','1','0','0','0','0','660','0','printed',' ','','1','0','51750470293','Cleared','17','2025-06-21 05:48:15','','','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,''),(1097,'','Cash','','2025-06-21 04:46:21','','0','5','2025-06-21 04:46:21','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','1','0','51750470380','Cleared','17','2025-06-21 05:47:37','','','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,''),(1098,'f1bd','Mpesa','','2025-06-21 04:47:15','','0','5','2025-06-21 04:47:15','','0','2200','1','retail','0','2200','1','0','0','0','0','2200','0','printed',' ','','1','0','51750470415','Cleared','17','2025-06-21 05:48:35','','','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,''),(1099,'o1j','Mpesa','','2025-06-21 04:48:08','','0','5','2025-06-21 04:48:08','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','51750470487','Cleared','17','2025-06-21 05:49:19','','','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,''),(1100,'uynt','Mpesa','','2025-06-21 04:49:26','','0','5','2025-06-21 04:49:26','','0','1100','1','retail','0','1100','1','0','0','0','0','1100','0','printed',' ','','1','0','51750470536','Cleared','17','2025-06-21 05:49:01','','','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,''),(1101,'ysgi','Mpesa','','2025-06-21 04:50:35','','0','5','2025-06-21 04:50:35','','0','1120','1','retail','0','1120','1','0','0','0','0','1120','0','printed',' ','','1','0','51750470618','Cleared','17','2025-06-21 05:49:42','','','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,''),(1102,'sh7o','Mpesa','','2025-06-21 04:51:50','','0','5','2025-06-21 04:51:50','','0','1540','1','retail','0','1540','1','0','0','0','0','1540','0','printed',' ','','1','0','51750470690','Cleared','17','2025-06-21 05:50:02','','','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,''),(1103,'sh7o','Mpesa','','2025-06-21 04:52:23','','0','5','2025-06-21 04:52:23','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','5','0','51750470742','Cleared','17','2025-06-21 05:50:19','','','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,''),(1104,'oss8','Mpesa','','2025-06-21 04:57:48','','0','5','2025-06-21 04:57:48','','0','1050','1','retail','0','1050','1','0','0','0','0','1050','0','printed',' ','','1','0','51750471060','Cleared','17','2025-06-21 05:51:25','','','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,''),(1105,'','Cash','','2025-06-21 04:58:47','','0','5','2025-06-21 04:58:47','','800','800','1','retail','0','800','1','0','0','0','0','0','0','printed',' ','','5','0','51750471126','Cleared','17','2025-06-21 05:51:07','','','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,''),(1106,'','Cash','','2025-06-21 05:02:30','','0','5','2025-06-21 05:02:30','','5200','5460','1','retail','0','5460','1','0','0','0','0','260','0','printed',' ','','1','0','51750471161','Cleared','17','2025-06-21 05:52:42','','','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,''),(1107,'','Mpesa','','2025-06-21 05:04:46','','0','5','2025-06-21 05:04:46','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','51750471466','Cleared','17','2025-06-21 05:53:50','','','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,''),(1108,'','Mpesa','','2025-06-21 05:05:43','','0','5','2025-06-21 05:05:43','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','4','0','51750471529','Cleared','17','2025-06-21 05:53:35','','','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,''),(1109,'qkkl','Mpesa','','2025-06-21 05:08:09','','0','5','2025-06-21 05:08:09','','0','2120','1','retail','0','2120','1','0','0','0','0','2120','0','printed',' ','','1','0','51750471626','Cleared','17','2025-06-21 05:53:20','','','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,''),(1110,'','Cash','','2025-06-21 05:09:32','','0','22','2025-06-21 05:09:32','','15','15','1','retail','0','15','1','0','0','0','0','0','0','new',' ','','1','0','221750471772','No','','','','','1','','','',0.00,0.00,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-06-21 08:48:55','','0','3','2025-06-21 08:48:55','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','31750484884','Cleared','11','2025-06-21 18:27:37','','','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,''),(1112,'','Cash','','2025-06-21 10:53:12','','0','3','2025-06-21 10:53:12','','510','510','1','retail','0','510','1','0','0','0','0','0','0','printed',' ','','1','0','31750492363','Cleared','11','2025-06-21 18:27:05','','','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,''),(1113,'','Mpesa','','2025-06-21 14:25:15','','NaN','3','2025-06-21 14:25:15','','0','1260','1','retail','0','1260','1','0','0','0','0','1260a8us','0','printed',' ','','1','0','31750505002','Cleared','11','2025-06-21 18:24:21','','','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,''),(1114,'wma','Mpesa','','2025-06-21 16:15:42','','0','22','2025-06-21 16:15:42','','0','410','1','retail','0','410','1','0','0','0','0','410','0','printed',' ','','1','0','221750511655','Cleared','17','2025-06-22 01:55:45','','','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,''),(1115,'0yf','Mpesa','','2025-06-21 16:36:17','','0','3','2025-06-21 16:36:17','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','31750512965','Cleared','11','2025-06-21 18:22:13','','','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,''),(1116,'prq','Mpesa','','2025-06-21 16:41:24','','0','3','2025-06-21 16:41:24','','0','3800','1','retail','0','3800','1','0','0','0','0','3800','0','printed',' ','','3','0','31750513054','Cleared','11','2025-06-21 18:23:24','','','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,''),(1117,'cta5','Mpesa','','2025-06-21 16:54:13','','0','3','2025-06-21 16:54:13','','0','1500','1','retail','0','1500','1','0','0','0','0','1500','0','printed',' ','','3','0','31750514051','Cleared','11','2025-06-21 18:21:16','','','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,''),(1118,'','Cash','','2025-06-21 16:56:46','','0','3','2025-06-21 16:56:46','','1500','1500','1','retail','0','1500','1','0','0','0','0','0','0','printed',' ','','1','0','31750514173','Cleared','17','2025-06-21 20:12:27','','','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,''),(1119,'2qk','Mpesa','','2025-06-21 17:10:45','','0','3','2025-06-21 17:10:45','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','4','0','31750515043','Cleared','11','2025-06-21 18:20:19','','','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,''),(1120,'sji','Mpesa','','2025-06-21 17:14:13','','0','3','2025-06-21 17:14:13','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','31750515251','Cleared','11','2025-06-21 18:19:09','','','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,''),(1121,'','Cash','','2025-06-21 17:22:13','','0','22','2025-06-21 17:22:13','','720','720','1','retail','0','720','1','0','0','0','0','0','0','printed',' ','','1','0','221750515614','Cleared','17','2025-06-22 01:55:27','','','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,''),(1122,'','Voucher','','2025-06-21 17:57:30','','0','3','2025-06-21 17:57:30','','0','1120','1','retail','0','1120','1','0','1120','0','0','0','0','printed',' ','','1','0','31750517778','Cleared','17','2025-06-21 20:13:10','','','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,''),(1123,'','Cash','','2025-06-21 18:04:06','','0','3','2025-06-21 18:04:06','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','31750518211','Cleared','11','2025-06-21 18:29:50','','','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,''),(1124,'','Voucher','','2025-06-21 18:06:58','','0','3','2025-06-21 18:06:58','','0','100','1','retail','0','100','1','0','100','0','0','0','0','printed',' ','','1','0','31750518415','Cleared','17','2025-06-21 20:12:48','','','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,''),(1125,'','Cash','','2025-06-21 19:44:47','','0','4','2025-06-21 19:44:47','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','41750524284','Cleared','17','2025-06-21 20:11:44','','','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,''),(1126,'hn8','Mpesa','','2025-06-21 19:46:15','','0','4','2025-06-21 19:46:15','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','4','0','41750524352','Cleared','17','2025-06-21 20:11:19','','','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,''),(1127,'','Cash','','2025-06-21 19:47:36','','0','4','2025-06-21 19:47:36','','15','15','1','retail','0','15','1','0','0','0','0','0','0','printed',' ','','1','0','41750524443','Cleared','17','2025-06-21 20:10:57','','','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,''),(1128,'','Cash','','2025-06-21 19:49:28','','0','4','2025-06-21 19:49:28','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','1','0','41750524514','Cleared','17','2025-06-21 20:11:31','','','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,''),(1129,'rsc','Mpesa','','2025-06-21 19:51:46','','0','4','2025-06-21 19:51:46','','0','380','1','retail','0','380','1','0','0','0','0','380','0','printed',' ','','4','0','41750524652','Cleared','17','2025-06-21 20:10:38','','','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,''),(1130,'','Cash','','2025-06-21 20:02:47','','0','22','2025-06-21 20:02:47','','520','520','1','retail','0','520','1','0','0','0','0','0','0','printed',' ','','1','0','221750525347','Cleared','17','2025-06-22 02:06:34','','','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,''),(1131,'59b','Mpesa','','2025-06-21 20:04:45','','0','22','2025-06-21 20:04:45','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','221750525395','Cleared','17','2025-06-22 01:54:29','','','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,''),(1132,'k13','Mpesa','','2025-06-22 00:29:37','','0','4','2025-06-21 20:22:29','','0','1250','1','retail','0','1250','1','0','0','0','0','1250','0','printed',' ','','1','0','41750526533','Cleared','17','2025-06-22 00:31:24','','','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,''),(1133,'c25','Mpesa','','2025-06-21 20:53:47','','0','22','2025-06-21 20:53:47','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','4','0','221750528384','Cleared','17','2025-06-22 01:56:09','','','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,''),(1134,'n72','Mpesa','','2025-06-21 22:59:32','','0','4','2025-06-21 20:59:26','','0','6450','1','retail','0','6450','1','0','0','0','0','6450','0','printed',' ','','1','0','41750528516','Cleared','17','2025-06-22 18:08:32','','','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,''),(1135,'','Cash','','2025-06-21 21:03:20','','0','22','2025-06-21 21:03:20','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','221750528968','Cleared','17','2025-06-22 01:55:04','','','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,''),(1136,'s9r','Mpesa','','2025-06-21 23:36:53','','0','4','2025-06-21 21:07:09','','0','5560','1','retail','0','5560','1','0','0','0','0','5560','0','printed',' ','','1','0','41750529049','Cleared','17','2025-06-22 00:32:22','','','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,''),(1137,'','Cash','','2025-06-21 21:28:49','','0','6','2025-06-21 21:28:49','','3000','4300','1','retail','0','4300','1','0','0','0','0','1300','0','printed',' ','','1','0','61750530227','Cleared','17','2025-06-21 21:55:20','','','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,''),(1138,'','Voucher','','2025-06-21 22:14:52','','0','22','2025-06-21 22:14:52','','0','200','1','retail','0','200','1','0','200','0','0','0','0','printed',' ','','1','0','221750533206','Cleared','17','2025-06-22 01:56:42','','','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,''),(1139,'w7s','Mpesa','','2025-06-21 22:16:30','','0','22','2025-06-21 22:16:30','','0','1550','1','retail','0','1550','1','0','0','0','0','1550','0','printed',' ','','2','0','221750533309','Cleared','17','2025-06-22 01:54:52','','','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,''),(1140,'ifa,m8v','Mpesa','','2025-06-21 22:34:15','','0','22','2025-06-21 22:34:15','','0','1900','1','retail','0','1900','1','0','0','0','0','1900','0','printed',' ','','1','0','221750534335','Cleared','17','2025-06-22 01:57:24','','','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,''),(1141,'eas','Mpesa','','2025-06-21 22:35:24','','0','22','2025-06-21 22:35:24','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','221750534476','Cleared','17','2025-06-22 01:57:47','','','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,''),(1142,'','Cash','','2025-06-21 22:37:58','','0','22','2025-06-21 22:37:58','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','1','0','221750534668','Cleared','17','2025-06-22 02:06:49','','','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,''),(1143,'','Cash','','2025-06-21 22:45:03','','0','22','2025-06-21 22:45:03','','1800','1800','1','retail','0','1800','1','0','0','0','0','0','0','printed',' ','','4','0','221750535036','Cleared','17','2025-06-22 01:58:20','','','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,''),(1144,'gut','Mpesa','','2025-06-21 23:03:48','','0','22','2025-06-21 23:03:48','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','221750536199','Cleared','17','2025-06-22 02:07:10','','','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,''),(1145,'c2u','Mpesa','','2025-06-21 23:05:14','','0','22','2025-06-21 23:05:14','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','221750536243','Cleared','17','2025-06-22 01:58:46','','','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,''),(1146,'','Cash','','2025-06-21 23:08:47','','0','22','2025-06-21 23:08:47','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','1','0','221750536517','Cleared','17','2025-06-22 02:07:19','','','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,''),(1147,'','Voucher','','2025-06-21 23:16:03','','0','4','2025-06-21 23:16:03','','0','1400','1','retail','0','1400','1','0','1400','0','0','0','0','printed',' ','','1','0','41750536949','Cleared','17','2025-06-22 00:31:38','','','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,''),(1148,'x6i','Mpesa','','2025-06-21 23:21:43','','0','22','2025-06-21 23:21:43','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','221750537293','Cleared','17','2025-06-22 01:50:57','','','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,''),(1149,'','Cash','','2025-06-21 23:31:14','','0','22','2025-06-21 23:31:14','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','1','0','221750537849','Cleared','17','2025-06-22 01:50:18','','','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,''),(1150,'n72','Mpesa','','2025-06-21 23:35:44','','0','4','2025-06-21 23:35:44','','0','2300','1','retail','0','2300','1','0','0','0','0','2300','0','printed',' ','','1','0','41750538065','Cleared','17','2025-06-22 18:09:10','','','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,''),(1151,'46n','Mpesa','','2025-06-21 23:51:05','','0','4','2025-06-21 23:51:05','','0','2200','1','retail','0','2200','1','0','0','0','0','2200','0','printed',' ','','4','0','41750538967','Cleared','17','2025-06-22 00:32:02','','','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,''),(1152,'z2k','Mpesa','','2025-06-22 01:48:58','','0','4','2025-06-22 00:34:27','','0','1320','1','retail','0','1320','1','0','0','0','0','1320','0','printed',' ','','1','0','41750541624','Cleared','17','2025-06-22 03:20:48','','','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,''),(1153,'','Cash','','2025-06-22 00:35:28','','0','4','2025-06-22 00:35:28','','1420','1420','1','retail','0','1420','1','0','0','0','0','0','0','printed',' ','','1','0','41750541715','Cleared','17','2025-06-22 03:20:04','','','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,''),(1154,'l5s','Mpesa','','2025-06-22 00:53:49','','0','22','2025-06-22 00:53:49','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','4','0','221750542802','Cleared','17','2025-06-22 01:53:19','','','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,''),(1155,'q19','Mpesa','','2025-06-22 00:58:47','','0','22','2025-06-22 00:58:47','','0','1200','1','retail','0','1200','1','0','0','0','0','1200','0','printed',' ','','1','0','221750542851','Cleared','17','2025-06-22 01:52:17','','','2','','','',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,''),(1156,'','Mpesa','','2025-06-22 01:12:01','','0','22','2025-06-22 01:12:01','','0','1250','1','retail','0','1250','1','0','0','0','0','1250','0','printed',' ','','1','0','221750543788','Cleared','17','2025-06-22 01:51:57','','','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,''),(1157,'tke','Mpesa','','2025-06-22 01:13:37','','0','22','2025-06-22 01:13:37','','0','45','1','retail','0','45','1','0','0','0','0','45','0','printed',' ','','1','0','221750543943','Cleared','17','2025-06-22 04:47:56','','','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,''),(1158,'','Voucher','','2025-06-22 01:14:42','','0','22','2025-06-22 01:14:42','','0','100','1','retail','0','100','1','0','100','0','0','0','0','printed',' ','','1','0','221750544034','Cleared','17','2025-06-22 01:53:01','','','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,''),(1159,'yoj','Mpesa','','2025-06-22 01:16:31','','0','22','2025-06-22 01:16:31','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','221750544102','Cleared','17','2025-06-22 01:52:37','','','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,''),(1160,'','Voucher','','2025-06-22 01:26:31','','0','22','2025-06-22 01:19:34','','0','5100','1','retail','0','5100','1','0','5100','0','0','0','0','printed',' ','','1','0','221750544213','Cleared','17','2025-06-22 02:05:53','','','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,''),(1161,'','Mpesa','','2025-06-22 01:20:50','','0','22','2025-06-22 01:20:50','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','221750544395','Cleared','17','2025-06-22 01:53:41','','','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,''),(1162,'','Mpesa','','2025-06-22 01:27:34','','0','22','2025-06-22 01:27:34','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','4','0','221750544818','Cleared','17','2025-06-22 01:51:36','','','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,''),(1163,'mlo','Mpesa','','2025-06-22 01:30:13','','0','22','2025-06-22 01:30:13','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','221750544932','Cleared','17','2025-06-22 01:50: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,''),(1164,'e3w','Mpesa','','2025-06-22 01:36:10','','0','22','2025-06-22 01:36:10','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','4','0','221750545335','Cleared','17','2025-06-22 01:54:09','','','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,''),(1165,'','Cash','','2025-06-22 01:39:08','','0','4','2025-06-22 01:39:08','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','41750545530','Cleared','17','2025-06-22 03:20:18','','','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,''),(1166,'','Cash','','2025-06-22 01:47:46','','0','22','2025-06-22 01:47:46','','45','45','1','retail','0','45','1','0','0','0','0','0','0','printed',' ','','1','0','221750546039','Cleared','17','2025-06-22 01:50:06','','','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,''),(1167,'fbt','Mpesa','','2025-06-22 02:10:21','','0','4','2025-06-22 02:10:21','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','1','0','41750547420','Cleared','17','2025-06-22 03:19:21','','','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,''),(1168,'','Cash','','2025-06-22 02:12:38','','0','4','2025-06-22 02:12:38','','850','850','1','retail','0','850','1','0','0','0','0','0','0','printed',' ','','1','0','41750547528','Cleared','17','2025-06-22 03:17:59','','','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,''),(1169,'id1','Mpesa','','2025-06-22 02:17:53','','0','4','2025-06-22 02:17:53','','0','25','1','retail','0','25','1','0','0','0','0','25','0','printed',' ','','1','0','41750547872','Cleared','17','2025-06-22 03:18: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,''),(1170,'','Cash','','2025-06-22 02:18:33','','0','4','2025-06-22 02:18:33','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','1','0','41750547912','Cleared','17','2025-06-22 03:18:20','','','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,''),(1171,'7d1','Mpesa','','2025-06-22 02:23:33','','0','4','2025-06-22 02:23:33','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','41750548205','Cleared','17','2025-06-22 03:19:53','','','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,''),(1172,'','Cash','','2025-06-22 02:24:19','','0','4','2025-06-22 02:24:19','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','1','0','41750548254','Cleared','17','2025-06-22 03:19:33','','','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,''),(1173,'','Cash','','2025-06-22 02:34:51','','0','4','2025-06-22 02:34:51','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','41750548890','Cleared','17','2025-06-22 03:18:10','','','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,''),(1174,'','Mpesa','','2025-06-22 03:02:26','','0','4','2025-06-22 03:02:26','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','41750550545','Cleared','17','2025-06-22 03:18:54','','','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,''),(1175,'','Cash','','2025-06-22 03:19:45','','0','22','2025-06-22 03:19:45','','375','375','1','retail','0','375','1','0','0','0','0','0','0','printed',' ','','1','0','221750551486','Cleared','17','2025-06-22 04:47:31','','','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,''),(1176,'tke','Mpesa','','2025-06-22 03:21:07','','0','22','2025-06-22 03:21:07','','0','35','1','retail','0','35','1','0','0','0','0','35','0','printed',' ','','1','0','221750551606','Cleared','17','2025-06-22 04:48:12','','','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,''),(1177,'','Voucher','','2025-06-22 03:37:27','','0','22','2025-06-22 03:37:27','','0','350','1','retail','0','350','1','0','350','0','0','0','0','printed',' ','','4','0','221750552589','Cleared','17','2025-06-22 04:48:28','','','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,''),(1178,'zec','Mpesa','','2025-06-22 03:38:40','','0','22','2025-06-22 03:38:40','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','4','0','221750552678','Cleared','17','2025-06-22 04:48:44','','','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,''),(1179,'co4b','Mpesa','','2025-06-22 03:49:51','','0','6','2025-06-22 03:49:51','','0','23300','1','retail','0','23300','1','0','0','0','0','23300','0','printed',' ','','1','0','61750553010','Cleared','17','2025-06-22 06:57:58','','','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,''),(1180,'','Cash','','2025-06-22 06:04:51','','0','6','2025-06-22 04:06:47','','2010','7610','1','retail','0','7610','1','0','0','0','0','5600','0','printed',' ','','1','0','61750553429','Cleared','17','2025-06-22 06:57:30','','','2','','','',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,''),(1181,'49or','Mpesa','','2025-06-22 04:11:38','','0','6','2025-06-22 04:11:38','','0','2580','1','retail','0','2580','1','0','0','0','0','2580','0','printed',' ','','1','0','61750554434','Cleared','17','2025-06-22 06:55:42','','','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,''),(1182,'','Cash','','2025-06-22 04:13:09','','0','5','2025-06-22 04:13:09','','1050','1100','1','retail','0','1100','1','0','0','0','0','50','0','printed',' ','','1','0','51750554763','Cleared','17','2025-06-22 07:27:46','','','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,''),(1183,'','Cash','','2025-06-22 04:19:00','','0','5','2025-06-22 04:19:00','','1000','3540','1','retail','0','3540','1','0','0','0','0','2540','0','printed',' ','','1','0','51750554954','Cleared','17','2025-06-22 07:31:11','','','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,''),(1184,'','Voucher','','2025-06-22 04:20:10','dj','0','6','2025-06-22 04:20:10','','0','600','1','retail','0','600','1','0','600','0','0','0','0','printed','dj ','','4','0','61750555158','Cleared','17','2025-06-22 07:03:47','','','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,''),(1185,'','Mpesa','','2025-06-22 04:20:36','','0','5','2025-06-22 04:20:36','','0','1200','1','retail','0','1200','1','0','0','0','0','1200','0','printed',' ','','4','0','51750555235','Cleared','17','2025-06-22 07:29:54','','','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,''),(1186,'','Mpesa','','2025-06-22 04:22:47','','0','5','2025-06-22 04:22:47','','0','1750','1','retail','0','1750','1','0','0','0','0','1750','0','printed',' ','','4','0','51750555313','Cleared','17','2025-06-22 07:32:20','','','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,''),(1187,'','Mpesa','','2025-06-22 04:24:57','','0','5','2025-06-22 04:24:57','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51750555463','Cleared','17','2025-06-22 07:31:52','','','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,''),(1188,'','Cash','','2025-06-22 04:28:05','','0','5','2025-06-22 04:28:05','','1900','1900','1','retail','0','1900','1','0','0','0','0','0','0','new',' ','','1','0','51750555609','No','','','','','1','','','',0.00,0.00,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-06-22 04:35:20','','0','17','2025-06-22 04:35:20','','3550','3800','1','retail','0','3800','1','0','0','0','0','250','0','printed',' ','','4','0','171750555985','Cleared','17','2025-06-22 07:26:54','','','2','','','',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,''),(1190,'83q','Mpesa','','2025-06-22 05:51:48','','0','6','2025-06-22 04:25:53','','0','12050','1','retail','0','12050','1','0','0','0','0','12050','0','printed',' ','','1','0','61750555232','Cleared','17','2025-06-22 07:02:20','','','2','','','',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,''),(1191,'','Mpesa','','2025-06-22 04:39:25','','0','6','2025-06-22 04:39:25','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','61750556355','Cleared','17','2025-06-22 06:58:46','','','2','','','',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,''),(1192,'','Mpesa','','2025-06-22 04:46:56','','0','5','2025-06-22 04:46:56','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','51750556807','Cleared','17','2025-06-22 07:32:35','','','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,''),(1193,'','Mpesa','','2025-06-22 04:47:54','','0','5','2025-06-22 04:47:54','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51750556873','Cleared','17','2025-06-22 07:28:25','','','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,''),(1194,'','Mpesa','','2025-06-22 04:49:21','','0','5','2025-06-22 04:49:21','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','51750556961','Cleared','17','2025-06-22 07:29:24','','','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,''),(1195,'','Savedata','','2025-06-22 04:50:58','','0','5','2025-06-22 04:50:58','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','51750557057','Cleared','17','2025-06-22 07:27:12','','','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,''),(1196,'','Mpesa','','2025-06-22 04:52:19','','0','5','2025-06-22 04:52:19','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','51750557137','Cleared','17','2025-06-22 07:26:26','','','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,''),(1197,'','Voucher','','2025-06-22 04:53:37','','0','5','2025-06-22 04:53:37','','0','800','1','retail','0','800','1','0','800','0','0','0','0','printed',' ','','4','0','51750557207','Cleared','17','2025-06-22 07:33:33','','','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,''),(1198,'','Voucher','','2025-06-22 04:54:30','','0','5','2025-06-22 04:54:30','','0','400','1','retail','0','400','1','0','400','0','0','0','0','printed',' ','','4','0','51750557260','Cleared','17','2025-06-22 07:33:21','','','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,''),(1199,'','Mpesa','','2025-06-22 04:56:19','','0','5','2025-06-22 04:56:19','','0','1800','1','retail','0','1800','1','0','0','0','0','1800','0','printed',' ','','1','0','51750557335','Cleared','17','2025-06-22 07:31:36','','','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,''),(1200,'','Mpesa','','2025-06-22 04:57:12','','0','5','2025-06-22 04:57:12','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','51750557430','Cleared','17','2025-06-22 07:32:08','','','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,''),(1201,'','Cash','','2025-06-22 04:59:54','','0','5','2025-06-22 04:59:54','','45','45','1','retail','0','45','1','0','0','0','0','0','0','new',' ','','1','0','51750557593','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,''),(1202,'','Mpesa','','2025-06-22 05:08:17','','0','5','2025-06-22 05:08:17','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','51750558096','Cleared','17','2025-06-22 07:23:49','','','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,''),(1203,'','Mpesa','','2025-06-22 05:11:14','','0','5','2025-06-22 05:11:14','','0','2900','1','retail','0','2900','1','0','0','0','0','2900','0','printed',' ','','2','0','51750558161','Cleared','17','2025-06-22 07:24:04','','','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,''),(1204,'','Mpesa','','2025-06-22 05:12:11','','0','5','2025-06-22 05:12:11','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','4','0','51750558322','Cleared','17','2025-06-22 07:24:21','','','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,''),(1205,'','Mpesa','','2025-06-22 05:14:20','','0','5','2025-06-22 05:14:20','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','4','0','51750558452','Cleared','17','2025-06-22 07:24:32','','','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,''),(1206,'','Mpesa','','2025-06-22 05:15:01','','0','5','2025-06-22 05:15:01','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','51750558500','Cleared','17','2025-06-22 07:24:43','','','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,''),(1207,'','Cash','','2025-06-22 05:16:36','','0','5','2025-06-22 05:16:36','','100','1700','1','retail','0','1700','1','0','0','0','0','1600','0','printed',' ','','1','0','51750558553','Cleared','17','2025-06-22 07:32:59','','','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,''),(1208,'','Cash','','2025-06-22 05:18:02','','0','5','2025-06-22 05:18:02','','800','800','1','retail','0','800','1','0','0','0','0','0','0','printed',' ','','1','0','51750558669','Cleared','17','2025-06-22 07:25:50','','','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,''),(1209,'','Mpesa','','2025-06-22 05:19:05','','0','5','2025-06-22 05:19:05','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','51750558744','Cleared','17','2025-06-22 07:24:55','','','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,''),(1210,'','Voucher','','2025-06-22 05:23:23','','0','5','2025-06-22 05:23:23','','0','2000','1','retail','0','2000','1','0','2000','0','0','0','0','printed',' ','','1','0','51750558921','Cleared','17','2025-06-22 07:34:36','','','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,''),(1211,'','Mpesa','','2025-06-22 05:24:21','','0','5','2025-06-22 05:24:21','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','51750559060','Cleared','17','2025-06-22 07:25:22','','','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,''),(1212,'','Voucher','','2025-06-22 05:25:28','','0','5','2025-06-22 05:25:28','','0','135','1','retail','0','135','1','0','135','0','0','0','0','printed',' ','','1','0','51750559107','Cleared','17','2025-06-22 07:25:08','','','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,''),(1213,'','Mpesa','','2025-06-22 05:26:49','','0','5','2025-06-22 05:26:49','','0','3150','1','retail','0','3150','1','0','0','0','0','3150','0','printed',' ','','1','0','51750559208','Cleared','17','2025-06-22 07:26:06','','','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,''),(1214,'','Mpesa','','2025-06-22 05:29:26','','0','5','2025-06-22 05:29:26','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','4','0','51750559288','Cleared','17','2025-06-22 07:25:40','','','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,''),(1215,'','Voucher','','2025-06-22 05:40:21','','0','22','2025-06-22 05:40:21','','0','720','1','retail','0','720','1','0','720','0','0','0','0','printed',' ','','4','0','221750559985','Cleared','17','2025-06-22 05:48:49','','','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,''),(1216,'','Cash','','2025-06-22 06:02:56','','0','6','2025-06-22 05:45:06','','2860','2860','1','retail','0','2860','1','0','0','0','0','0','0','new',' ','','1','0','61750560075','No','6','2025-06-22 06:02:56','','','','','','',0.00,0.00,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,'','Mpesa','','2025-06-22 05:48:36','','0','8','2025-06-22 05:48:36','','0','1940','1','retail','0','1940','1','0','0','0','0','1940','0','printed',' ','','1','0','81750560437','Cleared','17','2025-06-22 07:56:25','','','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,''),(1218,'','Cash','','2025-06-22 06:10:35','boss','0','6','2025-06-22 06:10:35','','5000','5000','1','retail','0','5000','1','0','0','0','0','0','0','printed','boss ','','1','0','61750561822','Cleared','17','2025-06-22 07:03:20','','','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,''),(1219,'','Mpesa','','2025-06-22 06:20:54','','0','8','2025-06-22 06:20:54','','0','1210','1','retail','0','1210','1','0','0','0','0','1210','0','printed',' ','','1','0','81750562350','Cleared','17','2025-06-22 07:54:07','','','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,''),(1220,'','Mpesa','','2025-06-22 06:21:51','','0','8','2025-06-22 06:21:51','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','4','0','81750562494','Cleared','17','2025-06-22 07:53:54','','','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,''),(1221,'','Cash','','2025-06-22 06:24:16','','0','8','2025-06-22 06:23:54','','500','700','1','retail','0','700','1','0','0','0','0','200','0','printed',' ','','1','0','81750562587','Cleared','17','2025-06-22 07:54:25','','','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,''),(1222,'','Mpesa','','2025-06-22 06:25:54','','0','8','2025-06-22 06:25:54','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','81750562740','Cleared','17','2025-06-22 07:55:22','','','2','','','',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,''),(1223,'','Mpesa','','2025-06-22 06:29:43','','0','8','2025-06-22 06:29:43','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','81750562823','Cleared','17','2025-06-22 07:55:37','','','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,''),(1224,'','Mpesa','','2025-06-22 06:32:35','','0','8','2025-06-22 06:32:35','','0','1900','1','retail','0','1900','1','0','0','0','0','1900','0','printed',' ','','1','0','81750563131','Cleared','17','2025-06-22 07:53:28','','','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,''),(1225,'','Voucher','','2025-06-22 06:34:09','','0','8','2025-06-22 06:34:09','','0','400','1','retail','0','400','1','0','400','0','0','0','0','printed',' ','','5','0','81750563248','Cleared','17','2025-06-22 07:53:41','','','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,''),(1226,'','Cash','','2025-06-22 06:36:07','','0','8','2025-06-22 06:36:07','','810','810','1','retail','0','810','1','0','0','0','0','0','0','new',' ','','1','0','81750563345','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-22 06:37:21','','0','8','2025-06-22 06:37:21','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','5','0','81750563440','Cleared','17','2025-06-22 07:53:17','','','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,''),(1228,'','Mpesa','','2025-06-22 06:38:28','','0','8','2025-06-22 06:38:28','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','81750563507','Cleared','17','2025-06-22 07:52:14','','','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,''),(1229,'','Mpesa','','2025-06-22 06:39:57','','0','8','2025-06-22 06:39:57','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','4','0','81750563569','Cleared','17','2025-06-22 07:53:05','','','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,''),(1230,'','Mpesa','','2025-06-22 06:42:40','','0','8','2025-06-22 06:42:40','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','81750563759','Cleared','17','2025-06-22 07:56:13','','','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,''),(1231,'','Mpesa','','2025-06-22 06:44:06','','0','8','2025-06-22 06:44:06','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','4','0','81750563840','Cleared','17','2025-06-22 07:52:52','','','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,''),(1232,'','Cash','','2025-06-22 06:45:11','','0','8','2025-06-22 06:45:11','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','81750563910','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-22 06:46:16','','0','8','2025-06-22 06:46:16','','0','2600','1','retail','0','2600','1','0','0','0','0','2600','0','printed',' ','','1','0','81750563975','Cleared','17','2025-06-22 07:46:26','','','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,''),(1234,'','Voucher','','2025-06-22 06:47:21','','0','8','2025-06-22 06:47:21','','0','1900','1','retail','0','1900','1','0','1900','0','0','0','0','printed',' ','','4','0','81750564035','Cleared','17','2025-06-22 07:46:38','','','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,''),(1235,'','Cash','','2025-06-22 06:51:31','','0','8','2025-06-22 06:51:31','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','81750564204','Cleared','17','2025-06-22 07:52:24','','','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,''),(1236,'','Cash','','2025-06-22 06:55:37','','0','8','2025-06-22 06:55:37','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','81750564522','Cleared','17','2025-06-22 07:46:59','','','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,''),(1237,'','Voucher','','2025-06-22 06:58:40','','0','8','2025-06-22 06:58:40','','0','1200','1','retail','0','1200','1','0','1200','0','0','0','0','printed',' ','','1','0','81750564719','Cleared','17','2025-06-22 07:47:12','','','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,''),(1238,'','Mpesa','','2025-06-22 07:00:41','','0','8','2025-06-22 07:00:41','','0','1600','1','retail','0','1600','1','0','0','0','0','1600','0','printed',' ','','5','0','81750564840','Cleared','17','2025-06-22 07:47:25','','','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,''),(1239,'','Mpesa','','2025-06-22 07:04:35','','0','8','2025-06-22 07:04:35','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','81750565074','Cleared','17','2025-06-22 07:52:03','','','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,''),(1240,'','Voucher','','2025-06-22 07:05:50','','0','8','2025-06-22 07:05:50','','0','1720','1','retail','0','1720','1','0','1720','0','0','0','0','printed',' ','','1','0','81750565128','Cleared','17','2025-06-22 07:47:48','','','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,''),(1241,'','Mpesa','','2025-06-22 07:07:14','','0','8','2025-06-22 07:07:14','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','81750565206','Cleared','17','2025-06-22 07:47:37','','','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,''),(1242,'','Mpesa','','2025-06-22 07:07:56','','0','8','2025-06-22 07:07:56','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','4','0','81750565275','Cleared','17','2025-06-22 07:49:24','','','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,''),(1243,'','Voucher','','2025-06-22 07:08:40','','0','8','2025-06-22 07:08:40','','0','300','1','retail','0','300','1','0','300','0','0','0','0','printed',' ','','1','0','81750565319','Cleared','17','2025-06-22 07:49:11','','','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,''),(1244,'','Mpesa','','2025-06-22 07:09:17','','0','8','2025-06-22 07:09:17','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','81750565356','Cleared','17','2025-06-22 07:48:52','','','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,''),(1245,'','Delivery','','2025-06-22 07:10:31','','0','8','2025-06-22 07:10:31','','0','1400','1','retail','0','1400','1','0','0','1400','0','0','0','printed',' ','','1','0','81750565405','Cleared','17','2025-06-22 07:51:52','','','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,''),(1246,'','Mpesa','','2025-06-22 07:11:19','','0','8','2025-06-22 07:11:19','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','81750565478','Cleared','17','2025-06-22 07:48: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,''),(1247,'','Mpesa','','2025-06-22 07:12:09','','0','8','2025-06-22 07:12:09','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','81750565529','Cleared','17','2025-06-22 07:48:27','','','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,''),(1248,'','Mpesa','','2025-06-22 07:13:14','','0','8','2025-06-22 07:13:14','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','81750565581','Cleared','17','2025-06-22 07:48:16','','','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,''),(1249,'','Mpesa','','2025-06-22 07:15:13','','0','8','2025-06-22 07:15:13','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','4','0','81750565698','Cleared','17','2025-06-22 07:48:04','','','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,''),(1250,'','Mpesa','','2025-06-22 07:18:31','','0','8','2025-06-22 07:18:31','','0','1800','1','retail','0','1800','1','0','0','0','0','1800','0','printed',' ','','1','0','81750565870','Cleared','17','2025-06-22 07:46:15','','','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,''),(1251,'','Voucher','','2025-06-22 07:20:14','','0','8','2025-06-22 07:20:14','','0','820','1','retail','0','820','1','0','820','0','0','0','0','printed',' ','','1','0','81750566004','Cleared','17','2025-06-22 07:51:26','','','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,''),(1252,'','Mpesa','','2025-06-22 07:23:25','','0','8','2025-06-22 07:23:25','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','81750566204','Cleared','17','2025-06-22 07:49:36','','','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,''),(1253,'','Mpesa','','2025-06-22 07:24:23','','0','8','2025-06-22 07:24:23','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','1','0','81750566262','Cleared','17','2025-06-22 07:51:01','','','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,''),(1254,'','Mpesa','','2025-06-22 07:27:01','','0','8','2025-06-22 07:27:01','','0','340','1','retail','0','340','1','0','0','0','0','340','0','printed',' ','','1','0','81750566374','Cleared','17','2025-06-22 07:50:50','','','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,''),(1255,'','Mpesa','','2025-06-22 07:28:06','','0','8','2025-06-22 07:28:06','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','81750566485','Cleared','17','2025-06-22 07:50:40','','','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,''),(1256,'','Voucher','','2025-06-22 07:29:41','','0','8','2025-06-22 07:29:41','','0','2290','1','retail','0','2290','1','0','2290','0','0','0','0','printed',' ','','1','0','81750566535','Cleared','17','2025-06-22 07:50:30','','','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,''),(1257,'','Cash','','2025-06-22 07:31:16','','0','8','2025-06-22 07:31:16','','2000','2000','1','retail','0','2000','1','0','0','0','0','0','0','printed',' ','','1','0','81750566675','Cleared','17','2025-06-22 07:50:20','','','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,''),(1258,'','Mpesa','','2025-06-22 07:32:18','','0','8','2025-06-22 07:32:18','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','81750566737','Cleared','17','2025-06-22 07:49:49','','','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,''),(1259,'','Mpesa','','2025-06-22 07:33:16','','0','8','2025-06-22 07:33:16','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','81750566795','Cleared','17','2025-06-22 07:50:06','','','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,''),(1260,'','Mpesa','','2025-06-22 07:35:06','','0','8','2025-06-22 07:35:06','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','81750566834','Cleared','17','2025-06-22 07:52:40','','','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,''),(1261,'','Delivery','','2025-06-22 07:36:49','','0','8','2025-06-22 07:36:49','','0','1700','1','retail','0','1700','1','0','0','1700','0','0','0','printed',' ','','1','0','81750566950','Cleared','17','2025-06-22 07:55:08','','','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,''),(1262,'','Mpesa','','2025-06-22 07:40:30','','0','8','2025-06-22 07:40:30','','0','2100','1','retail','0','2100','1','0','0','0','0','2100','0','printed',' ','','1','0','81750567183','Cleared','17','2025-06-22 07:55:48','','','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,''),(1263,'','Mpesa','','2025-06-22 07:41:56','','0','8','2025-06-22 07:41:56','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','4','0','81750567304','Cleared','17','2025-06-22 07:55:58','','','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,''),(1264,'','Cash','','2025-06-22 07:46:50','','0','5','2025-06-22 07:46:50','','1000','1480','1','retail','0','1480','1','0','0','0','0','480','0','printed',' ','','1','0','51750567412','Cleared','17','2025-06-22 08:02:47','','','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,''),(1265,'w9y','Mpesa','','2025-06-22 11:33:20','','0','3','2025-06-22 11:33:20','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','31750581184','Cleared','17','2025-06-22 18:14:36','','','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,''),(1266,'bo4','Mpesa','','2025-06-22 11:36:05','','0','3','2025-06-22 11:36:05','','0','1150','1','retail','0','1150','1','0','0','0','0','1150','0','printed',' ','','4','0','31750581293','Cleared','17','2025-06-22 18:15:17','','','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,''),(1267,'m2z','Mpesa','','2025-06-22 12:12:19','','0','3','2025-06-22 11:42:54','','0','1560','1','retail','0','1560','1','0','0','0','0','1560','0','printed',' ','','1','0','31750581598','Cleared','17','2025-06-22 18:14:56','','','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,''),(1268,'SV1','Mpesa','','2025-06-22 16:54:55','','0','3','2025-06-22 12:47:26','','0','1100','1','retail','0','1100','1','0','0','0','0','1100','0','printed',' ','','1','0','31750585557','Cleared','11','2025-06-22 18:48:47','','','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,''),(1269,'sjm','Mpesa','','2025-06-22 17:24:36','','0','3','2025-06-22 15:11:28','','2750','2750','1','retail','0','4170','1','0','0','0','0','4170','0','printed',' ','','4','1420','31750592652','Cleared','17','2025-06-22 18:15:49','','','2','','','',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,''),(1270,'49m','Mpesa','','2025-06-22 17:10:40','','0','3','2025-06-22 15:18:04','','0','6280','1','retail','0','6280','1','0','0','0','0','6280','0','printed',' ','','1','0','31750594479','Cleared','17','2025-06-22 18:17:58','','','2','','','',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,''),(1271,'jei','Mpesa','','2025-06-22 16:49:40','','0','3','2025-06-22 15:20:26','','0','2200','1','retail','0','2200','1','0','0','0','0','2200','0','printed',' ','','1','0','31750594700','Cleared','17','2025-06-22 18:14:15','','','2','','','',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,''),(1272,'','Cash','','2025-06-22 15:40:38','','0','22','2025-06-22 15:40:38','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','1','0','221750595994','Cleared','11','2025-06-22 21:03:02','','','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,''),(1273,'','Cash','','2025-06-22 18:04:57','','0','3','2025-06-22 15:49:05','','820','820','1','retail','0','820','1','0','0','0','0','0','0','new',' ','','4','0','31750596532','No','3','2025-06-22 18:04:57','','','1','','','',0.00,0.00,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-06-22 15:51:02','','0','3','2025-06-22 15:51:02','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','31750596661','No','','','','','2','','','',0.00,0.00,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,'','Voucher','','2025-06-22 17:07:55','','0','22','2025-06-22 17:07:55','','0','640','1','retail','0','640','1','0','640','0','0','0','0','printed',' ','','4','0','221750601251','Cleared','17','2025-06-23 00:34:15','','','2','','','',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,''),(1276,'JN3','Mpesa','','2025-06-22 17:58:02','','0','3','2025-06-22 17:58:02','','0','1560','1','retail','0','1560','1','0','0','0','0','1560','0','printed',' ','','1','0','31750604194','Cleared','11','2025-06-22 18:45:20','','','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,''),(1277,'','Voucher','','2025-06-22 18:01:43','','0','22','2025-06-22 18:01:43','','0','200','1','retail','0','200','1','0','200','0','0','0','0','printed',' ','','1','0','221750604502','Cleared','11','2025-06-22 20:50:57','','','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,''),(1278,'Z4J','Mpesa','','2025-06-22 18:27:34','','0','3','2025-06-22 18:27:34','','0','1650','1','retail','0','1650','1','0','0','0','0','1650','0','printed',' ','','4','0','31750606000','Cleared','11','2025-06-22 18:46:47','','','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,''),(1279,'','Cash','','2025-06-22 18:32:38','','0','4','2025-06-22 18:32:38','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','41750606357','Cleared','17','2025-06-22 18:52:10','','','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,''),(1280,'uzw','Mpesa','','2025-06-22 18:33:29','','0','4','2025-06-22 18:33:29','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','41750606394','Cleared','17','2025-06-23 00:20:17','','','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,''),(1281,'aom','Mpesa','','2025-06-22 18:33:54','','0','4','2025-06-22 18:33:54','','0','1040','1','retail','0','1040','1','0','0','0','0','1040','0','printed',' ','','1','0','41750606433','Cleared','17','2025-06-22 18:52:29','','','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,''),(1282,'','Voucher','','2025-06-22 18:50:16','','0','22','2025-06-22 18:50:16','','0','1000','1','retail','0','1000','1','0','1000','0','0','0','0','printed',' ','','1','0','221750607230','Cleared','17','2025-06-23 00:32:50','','','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,''),(1283,'','Voucher','','2025-06-22 18:52:29','','0','22','2025-06-22 18:52:29','','0','250','1','retail','0','250','1','0','250','0','0','0','0','printed',' ','','1','0','221750607528','Cleared','17','2025-06-23 00:33:05','','','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,''),(1284,'','Voucher','','2025-06-22 18:53:40','','0','22','2025-06-22 18:53:40','','0','550','1','retail','0','550','1','0','550','0','0','0','0','printed',' ','','1','0','221750607569','Cleared','17','2025-06-23 00:33:36','','','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,''),(1285,'SSL','Mpesa','','2025-06-22 20:15:02','','0','22','2025-06-22 20:15:02','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','221750612466','Cleared','11','2025-06-22 21:05:05','','','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,''),(1286,'W3G','Mpesa','','2025-06-22 20:17:49','','0','22','2025-06-22 20:17:49','','0','1900','1','retail','0','1900','1','0','0','0','0','1900','0','printed',' ','','1','0','221750612528','Cleared','11','2025-06-22 21:06:22','','','2','','','',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,''),(1287,'','Voucher','','2025-06-22 21:13:57','','0','22','2025-06-22 21:13:57','','0','1800','1','retail','0','1800','1','0','1800','0','0','0','0','printed',' ','','1','0','221750616022','Cleared','17','2025-06-23 00:25:58','','','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,''),(1288,'7ce','Mpesa','','2025-06-22 21:14:52','','0','22','2025-06-22 21:14:52','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','221750616055','Cleared','17','2025-06-23 00:25:44','','','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,''),(1289,'9bm','Mpesa','','2025-06-22 21:33:50','','0','22','2025-06-22 21:33:50','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','221750617166','Cleared','17','2025-06-23 00:26:18','','','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,''),(1290,'n3m','Mpesa','','2025-06-22 21:35:59','','0','5','2025-06-22 21:35:59','','0','800','1','retail','0','800','1','0','0','0','0','800','0','printed',' ','','1','0','51750617347','Cleared','17','2025-06-23 00:06:55','','','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,''),(1291,'48hl','Mpesa','','2025-06-22 21:37:21','','0','5','2025-06-22 21:37:21','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','51750617440','Cleared','17','2025-06-23 00:05:15','','','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,''),(1292,'48hl','Mpesa','','2025-06-22 21:39:22','','0','5','2025-06-22 21:39:22','','0','1050','1','retail','0','1050','1','0','0','0','0','1050','0','printed',' ','','4','0','51750617545','Cleared','17','2025-06-23 00:06:32','','','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,''),(1293,'wyv','Mpesa','','2025-06-22 21:40:03','','0','5','2025-06-22 21:40:03','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','4','0','51750617602','Cleared','17','2025-06-23 00:04:56','','','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,''),(1294,'','Cash','','2025-06-22 21:45:02','','0','22','2025-06-22 21:45:02','','0','2100','1','retail','0','2100','1','0','400','0','0','1700','0','printed',' ','','1','0','221750617851','Cleared','17','2025-06-23 00:25:22','','','3','','','',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,''),(1295,'','Cash','','2025-06-22 21:53:14','','0','17','2025-06-22 21:53:14','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','171750618386','No','','','','','2','','','',0.00,0.00,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-06-22 21:54:03','','0','17','2025-06-22 21:54:03','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','171750618437','No','','','','','2','','','',0.00,0.00,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,'wsf','Mpesa','','2025-06-22 21:57:04','','0','4','2025-06-22 21:57:04','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','41750618623','Cleared','17','2025-06-22 22:17:53','','','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,''),(1298,'54d','Mpesa','','2025-06-22 21:58:28','','0','22','2025-06-22 21:58:28','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','4','0','221750618698','Cleared','17','2025-06-23 00:26:51','','','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,''),(1299,'zpi','Mpesa','','2025-06-22 22:05:00','','0','22','2025-06-22 22:05:00','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','4','0','221750619053','Cleared','17','2025-06-23 00:26:33','','','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,''),(1300,'','Cash','','2025-06-23 01:12:24','','0','6','2025-06-22 22:16:35','','0','2920','1','retail','0','2920','1','0','600','0','0','2320','0','printed',' ','','1','0','61750619759','Cleared','17','2025-06-23 05:18:38','','','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,''),(1301,'','Cash','','2025-06-22 22:32:53','','0','4','2025-06-22 22:29:06','','840','840','1','retail','0','840','1','0','0','0','0','0','0','printed',' ','','4','0','41750620545','Cleared','17','2025-06-22 23:40:17','','','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,''),(1302,'','Cash','','2025-06-22 22:36:20','','0','8','2025-06-22 22:36:20','','1100','1100','1','retail','0','1100','1','0','0','0','0','0','0','printed',' ','','1','0','81750620968','Cleared','17','2025-06-23 00:01:37','','','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,''),(1303,'','Cash','','2025-06-22 22:37:25','','0','8','2025-06-22 22:37:25','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','4','0','81750621026','Cleared','17','2025-06-22 23:59:55','','','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,''),(1304,'eki','Mpesa','','2025-06-22 22:38:40','','0','8','2025-06-22 22:38:40','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','81750621102','Cleared','17','2025-06-23 00:01:59','','','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,''),(1305,'010','Cash','','2025-06-22 23:05:46','','0','22','2025-06-22 23:05:46','','200','600','1','retail','0','600','1','0','0','0','0','400','0','printed',' ','','1','0','221750622667','Cleared','17','2025-06-23 00:27:34','','','2','','','',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,''),(1306,'lg23','Mpesa','','2025-06-22 23:10:22','','0','5','2025-06-22 23:10:22','','0','4700','1','retail','0','4700','1','0','0','0','0','4700','0','printed',' ','','1','0','51750618161','Cleared','17','2025-06-23 00:07:17','','','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,''),(1307,'','Voucher','','2025-06-22 23:11:51','','0','5','2025-06-22 23:11:51','','0','3100','1','retail','0','3100','1','0','3100','0','0','0','0','printed',' ','','1','0','51750623066','Cleared','17','2025-06-23 00:05:51','','','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,''),(1308,'','Voucher','','2025-06-22 23:12:33','','0','5','2025-06-22 23:12:33','','0','800','1','retail','0','800','1','0','800','0','0','0','0','printed',' ','','5','0','51750623152','Cleared','17','2025-06-23 00:06:11','','','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,''),(1309,'s3p9','Voucher','','2025-06-22 23:13:44','','0','5','2025-06-22 23:13:44','','0','950','1','retail','0','950','1','0','950','0','0','0','0','printed',' ','','4','0','51750623190','Cleared','17','2025-06-23 00:07:35','','','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,''),(1310,'s3p9','Mpesa','','2025-06-22 23:14:21','','0','5','2025-06-22 23:14:21','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51750623260','Cleared','17','2025-06-23 00:07:51','','','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,''),(1311,'3pq','Mpesa','','2025-06-22 23:22:43','','0','4','2025-06-22 23:22:43','','0','1010','1','retail','0','1010','1','0','0','0','0','1010','0','printed',' ','','1','0','41750623750','Cleared','17','2025-06-22 23:40:36','','','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,''),(1312,'h71','Mpesa','','2025-06-22 23:46:27','','0','4','2025-06-22 23:46:27','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','4','0','41750625172','Cleared','17','2025-06-23 00:19:34','','','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,''),(1313,'wyv','Mpesa','','2025-06-22 23:54:35','','0','5','2025-06-22 23:54:35','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51750625674','Cleared','17','2025-06-23 00:05:34','','','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,''),(1314,'','Mpesa','','2025-06-23 01:14:05','','0','6','2025-06-23 01:14:05','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','61750630399','Cleared','17','2025-06-23 05:19:10','','','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,''),(1315,'','Cash','','2025-06-23 01:16:52','','0','6','2025-06-23 01:16:52','','600','3700','1','retail','0','3700','1','0','0','0','0','3100','0','printed',' ','','4','0','61750630523','Cleared','17','2025-06-23 05:17:50','','','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,''),(1316,'','Cash','','2025-06-23 01:18:34','','0','6','2025-06-23 01:18:34','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','61750630684','Cleared','17','2025-06-23 05:16:40','','','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,''),(1317,'','Voucher','','2025-06-23 01:21:13','','0','6','2025-06-23 01:21:13','','0','950','1','retail','0','950','1','0','950','0','0','0','0','printed',' ','','1','0','61750630794','Cleared','17','2025-06-23 05:20:05','','','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,''),(1318,'','Mpesa','','2025-06-23 01:22:19','','0','6','2025-06-23 01:22:19','','0','1800','1','retail','0','1800','1','0','0','0','0','1800','0','printed',' ','','1','0','61750630937','Cleared','17','2025-06-23 05:19:45','','','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,''),(1319,'','Cash','','2025-06-23 03:26:44','','0','6','2025-06-23 01:23:55','','1080','1080','1','retail','0','1080','1','0','0','0','0','0','0','printed',' ','','1','0','61750630984','Cleared','17','2025-06-23 05:17:28','','','2','','','',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,''),(1320,'','Voucher','','2025-06-23 03:38:05','','0','6','2025-06-23 01:27:50','','0','10900','1','retail','0','10900','1','0','10900','0','0','0','0','printed',' ','','1','0','61750631082','Cleared','17','2025-06-23 05:20:16','','','3','','','',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,''),(1321,'','Mpesa','','2025-06-23 01:28:47','','0','6','2025-06-23 01:28:47','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','61750631317','Cleared','17','2025-06-23 05:19:00','','','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,''),(1322,'','Cash','','2025-06-23 01:30:13','','0','6','2025-06-23 01:30:13','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','4','0','61750631388','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,''),(1323,'','Cash','','2025-06-23 01:30:43','','0','6','2025-06-23 01:30:43','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','1','0','61750631441','Cleared','17','2025-06-23 05:16:30','','','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,''),(1324,'','Mpesa','','2025-06-23 01:33:14','','0','6','2025-06-23 01:33:14','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','61750631593','Cleared','17','2025-06-23 05:18:52','','','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,''),(1325,'','Mpesa','','2025-06-23 03:40:54','','0','6','2025-06-23 01:35:16','','0','1050','1','retail','0','1050','1','0','0','0','0','1050','0','printed',' ','','1','0','61750631676','Cleared','17','2025-06-23 05:16:01','','','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,''),(1326,'','Cash','','2025-06-27 23:19:39','','0','6','2025-06-23 03:43:16','','3320','3320','1','retail','0','7640','1','0','0','0','0','0','0','new',' ','','4','4320','61750639299','No','17','2025-06-27 23:19: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,''),(1327,'','Cash','','2025-06-23 04:44:30','','0','6','2025-06-23 04:44:30','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','61750643058','Cleared','17','2025-06-23 05:17:12','','','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,''),(1328,'','Cash','','2025-06-23 12:29:24','','0','14','2025-06-23 12:29:24','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','141750670924','Cleared','17','2025-06-24 01:20:35','','','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,''),(1329,'','Cash','','2025-06-23 12:34:27','','0','14','2025-06-23 12:34:27','','370','520','1','retail','0','520','1','0','150','0','0','0','0','printed',' ','','4','0','141750671189','Cleared','17','2025-06-23 18:14:19','','','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,''),(1330,'','Cash','','2025-06-23 13:04:46','','0','14','2025-06-23 13:04:46','','1850','1850','1','retail','0','1850','1','0','0','0','0','0','0','printed',' ','','4','0','141750673023','Cleared','17','2025-06-23 18:13:06','','','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,''),(1331,'','Mpesa','','2025-06-23 13:06:17','','0','14','2025-06-23 13:06:17','','0','15','1','retail','0','15','1','0','0','0','0','15','0','printed',' ','','1','0','141750673163','Cleared','17','2025-06-23 18:14:58','','','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,''),(1332,'','Mpesa','','2025-06-23 13:10:20','','0','14','2025-06-23 13:10:20','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','141750673356','Cleared','17','2025-06-24 01:15:59','','','2','','','',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,''),(1333,'','Mpesa','','2025-06-23 14:41:47','','0','14','2025-06-23 14:41:47','','0','610','1','retail','0','610','1','0','0','0','0','610','0','printed',' ','','1','0','141750677998','Cleared','17','2025-06-23 18:15:21','','','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,''),(1334,'','Mpesa','','2025-06-23 14:43:55','','0','14','2025-06-23 14:43:55','','0','1010','1','retail','0','1010','1','0','0','0','0','1010','0','printed',' ','','1','0','141750678933','Cleared','17','2025-06-24 01:08:30','','','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,''),(1335,'','Cash','','2025-06-23 14:47:19','','0','14','2025-06-23 14:47:19','','2100','2100','1','retail','0','2100','1','0','0','0','0','0','0','printed',' ','','1','0','141750679058','Cleared','17','2025-06-23 18:12:46','','','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,''),(1336,'','Cash','','2025-06-23 18:23:47','','0','14','2025-06-23 18:23:47','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','141750692203','Cleared','17','2025-06-23 18:25:30','','','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,''),(1337,'814','Delivery','','2025-06-23 20:08:42','','0','4','2025-06-23 20:08:42','','0','200','1','retail','0','200','1','0','0','200','0','0','0','printed',' ','','1','0','41750698520','Cleared','17','2025-06-23 21:15:41','','','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,''),(1338,'bcz','Mpesa','','2025-06-23 20:28:34','','0','4','2025-06-23 20:17:40','','0','7680','1','retail','0','7680','1','0','0','0','0','7680','0','printed',' ','','4','0','41750698538','Cleared','17','2025-06-23 21:15:22','','','2','','','',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,''),(1339,'d4r','Mpesa','','2025-06-23 20:20:41','','0','4','2025-06-23 20:20:41','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','41750699238','Cleared','17','2025-06-23 21:17:30','','','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,''),(1340,'olt','Mpesa','','2025-06-23 20:21:39','','0','4','2025-06-23 20:21:39','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','41750699298','Cleared','17','2025-06-23 21:16:20','','','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,''),(1341,'','Voucher','','2025-06-23 20:22:46','','0','4','2025-06-23 20:22:46','','0','700','1','retail','0','700','1','0','700','0','0','0','0','printed',' ','','1','0','41750699339','Cleared','17','2025-06-24 00:58:28','','','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,''),(1342,'','Cash','','2025-06-23 20:24:23','','0','4','2025-06-23 20:24:23','','30','400','1','retail','0','400','1','0','0','0','0','370','0','printed',' ','','1','0','41750699410','Cleared','17','2025-06-23 21:16:03','','','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,''),(1343,'','Cash','','2025-06-23 22:11:50','','0','4','2025-06-23 20:38:00','','1850','1850','1','retail','0','1850','1','0','0','0','0','0','0','printed',' ','','4','0','41750700244','Cleared','17','2025-06-23 23:47:04','','','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,''),(1344,'','Cash','','2025-06-23 20:39:12','','0','4','2025-06-23 20:39:12','','700','850','1','retail','0','850','1','0','0','0','0','150','0','printed',' ','','1','0','41750700328','Cleared','17','2025-06-23 21:26:17','','','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,''),(1345,'','Mpesa','','2025-06-23 23:54:28','','0','4','2025-06-23 20:40:24','','0','1750','1','retail','0','1750','1','0','0','0','0','1750','0','printed',' ','','1','0','41750700379','Cleared','17','2025-06-24 00:26:27','','','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,''),(1346,'','Mpesa','','2025-06-23 20:41:03','','0','4','2025-06-23 20:41:03','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','41750700457','Cleared','17','2025-06-24 00:27:00','','','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,''),(1347,'','Cash','','2025-06-23 20:42:19','','0','4','2025-06-23 20:42:19','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','41750700538','Cleared','17','2025-06-23 21:17:40','','','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,''),(1348,'','Voucher','','2025-06-23 20:43:06','','0','4','2025-06-23 20:43:06','','0','1300','1','retail','0','1300','1','0','1300','0','0','0','0','printed',' ','','1','0','41750700552','Cleared','17','2025-06-23 21:16:38','','','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,''),(1349,'','Voucher','','2025-06-23 20:44:04','','0','4','2025-06-23 20:44:04','','0','20','1','retail','0','20','1','0','20','0','0','0','0','printed',' ','','1','0','41750700643','Cleared','17','2025-06-23 21:16:54','','','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,''),(1350,'','Mpesa','','2025-06-23 20:44:22','','0','4','2025-06-23 20:44:22','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','2','0','41750700661','Cleared','17','2025-06-24 00:54:26','','','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,''),(1351,'','Cash','','2025-06-30 14:05:58','','0','4','2025-06-23 20:46:21','','0','400','1','retail','0','400','1','0','400','0','0','0','0','new',' ','','4','0','41750700779','No','16','2025-06-30 14:05: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,''),(1352,'trn','Mpesa','','2025-06-23 21:58:31','','0','4','2025-06-23 21:58:31','','0','2100','1','retail','0','2100','1','0','0','0','0','2100','0','printed',' ','','3','0','41750705017','Cleared','17','2025-06-23 22:10:35','','','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,''),(1353,'','Cash','','2025-06-23 23:27:02','','0','4','2025-06-23 23:27:02','','30','30','1','retail','0','30','1','0','0','0','0','0','0','printed',' ','','1','0','41750710421','Cleared','17','2025-06-23 23:50:21','','','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,''),(1354,'','Mpesa','','2025-06-23 23:28:37','','0','4','2025-06-23 23:28:37','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','41750710497','Cleared','17','2025-06-24 00:26:49','','','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,''),(1355,'','Cash','','2025-06-24 00:33:20','','0','4','2025-06-24 00:33:20','','1500','1500','1','retail','0','1500','1','0','0','0','0','0','0','printed',' ','','3','0','41750714400','Cleared','17','2025-06-24 00:34:45','','','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,''),(1356,'','Voucher','','2025-06-24 01:01:16','','0','4','2025-06-24 01:01:16','','0','100','1','retail','0','100','1','0','100','0','0','0','0','printed',' ','','1','0','41750716065','Cleared','17','2025-06-24 01:01:31','','','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,''),(1357,'','Mpesa','','2025-06-24 22:38:43','','0','6','2025-06-24 22:38:43','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','1','0','61750793841','Cleared','17','2025-06-24 23:45:27','','','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,''),(1358,'','Mpesa','','2025-06-24 22:44:15','','0','6','2025-06-24 22:44:15','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61750794254','Cleared','17','2025-06-24 23:45: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,''),(1359,'','Mpesa','','2025-06-24 22:46:07','','0','6','2025-06-24 22:46:07','','0','1950','1','retail','0','1950','1','0','0','0','0','1950','0','printed',' ','','3','0','61750794297','Cleared','17','2025-06-24 23:45:49','','','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,''),(1360,'ub1','Mpesa','','2025-06-24 22:49:42','','0','6','2025-06-24 22:49:42','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','61750794513','Cleared','17','2025-06-24 23:45:15','','','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,''),(1361,'v25','Mpesa','','2025-06-24 22:50:38','','0','6','2025-06-24 22:50:38','','0','0','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','200','61750794636','Cleared','17','2025-06-24 23:44:57','','','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,''),(1362,'2ul','Mpesa','','2025-06-24 22:52:30','','0','6','2025-06-24 22:52:30','','0','1950','1','retail','0','1950','1','0','0','0','0','1950','0','printed',' ','','4','0','61750794687','Cleared','17','2025-06-24 23:44:41','','','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,''),(1363,'d21','Mpesa','','2025-06-24 22:54:47','','0','6','2025-06-24 22:54:47','','0','1150','1','retail','0','1150','1','0','0','0','0','1150','0','printed',' ','','1','0','61750794821','Cleared','17','2025-06-24 23:44:23','','','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,''),(1364,'9kp','Mpesa','','2025-06-24 22:55:46','','0','6','2025-06-24 22:55:46','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61750794908','Cleared','17','2025-06-24 23:44:04','','','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,''),(1365,'','Voucher','','2025-06-24 22:56:41','','0','6','2025-06-24 22:56:41','','0','150','1','retail','0','150','1','0','150','0','0','0','0','printed',' ','','1','0','61750794966','Cleared','17','2025-06-24 23:43:44','','','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,''),(1366,'','Cash','','2025-06-24 22:58:43','','0','6','2025-06-24 22:58:43','','1700','1700','1','retail','0','1700','1','0','0','0','0','0','0','printed',' ','','3','0','61750795072','Cleared','17','2025-06-24 23:43:34','','','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,''),(1367,'','Cash','','2025-06-24 23:00:08','','0','6','2025-06-24 23:00:08','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61750795144','Cleared','17','2025-06-24 23:43:25','','','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,''),(1368,'v25','Mpesa','','2025-06-24 23:51:45','','0','6','2025-06-24 23:51:45','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','61750798293','Cleared','17','2025-06-24 23:53:31','','','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,''),(1369,'','Mpesa','','2025-06-24 23:57:59','','0','6','2025-06-24 23:57:59','','0','15','1','retail','0','15','1','0','0','0','0','15','0','printed',' ','','1','0','61750798678','Cleared','17','2025-06-24 23:59:23','','','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,''),(1370,'','Mpesa','','2025-06-25 00:56:40','','0','6','2025-06-25 00:56:40','','0','2160','1','retail','0','2160','1','0','0','0','0','2160','0','printed',' ','','1','0','61750802119','Cleared','17','2025-06-25 03:43:12','','','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,''),(1371,'','Mpesa','','2025-06-25 00:59:55','','0','14','2025-06-25 00:59:55','','0','1900','1','retail','0','1900','1','0','0','0','0','1900','0','printed',' ','','1','0','141750802358','Cleared','17','2025-06-25 03:57:21','','','2','','','',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,''),(1372,'','Mpesa','','2025-06-25 01:01:31','','0','14','2025-06-25 01:01:31','','0','950','1','retail','0','950','1','0','0','0','0','950','0','printed',' ','','4','0','141750802444','Cleared','17','2025-06-25 03:43:34','','','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,''),(1373,'','Mpesa','','2025-06-25 01:02:27','','0','14','2025-06-25 01:02:27','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','141750802514','Cleared','17','2025-06-25 03:44:58','','','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,''),(1374,'','Mpesa','','2025-06-25 01:05:48','','0','14','2025-06-25 01:05:48','','0','1600','1','retail','0','1600','1','0','0','0','0','1600','0','printed',' ','','4','0','141750802631','Cleared','17','2025-06-25 03:45:50','','','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,''),(1375,'','Cash','','2025-06-25 02:04:19','','0','6','2025-06-25 02:04:19','','7310','7310','1','retail','0','7310','1','0','0','0','0','0','0','printed',' ','','1','0','61750805192','Cleared','17','2025-06-25 03:46:47','','','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,''),(1376,'','Mpesa','','2025-06-25 02:08:11','','0','14','2025-06-25 02:08:11','','0','2750','1','retail','0','2750','1','0','0','0','0','2750','0','printed',' ','','1','0','141750806332','Cleared','17','2025-06-25 03:46:02','','','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,''),(1377,'','Mpesa','','2025-06-25 02:11:00','','0','14','2025-06-25 02:11:00','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','141750806520','Cleared','17','2025-06-25 03:43:57','','','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,''),(1378,'','Mpesa','','2025-06-25 02:13:51','','0','14','2025-06-25 02:13:51','','0','2570','1','retail','0','2570','1','0','0','0','0','2570','0','printed',' ','','4','0','141750806679','Cleared','17','2025-06-25 03:44:17','','','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,''),(1379,'','Cash','','2025-06-25 02:15:05','','0','14','2025-06-25 02:15:05','','1000','1450','1','retail','0','1450','1','0','0','0','0','450','0','printed',' ','','4','0','141750806852','Cleared','17','2025-06-25 03:44:47','','','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,''),(1380,'','Cash','','2025-06-25 02:16:27','','0','14','2025-06-25 02:16:27','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','141750806921','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-25 02:18:22','','0','14','2025-06-25 02:18:22','','0','640','1','retail','0','640','1','0','0','0','0','640','0','printed',' ','','1','0','141750807007','Cleared','17','2025-06-25 03:43:46','','','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,''),(1382,'','Mpesa','','2025-06-25 02:19:15','','0','14','2025-06-25 02:19:15','','0','130','1','retail','0','130','1','0','0','0','0','130','0','printed',' ','','1','0','141750807126','Cleared','17','2025-06-25 03:45:10','','','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,''),(1383,'','Mpesa','','2025-06-25 02:19:43','','0','14','2025-06-25 02:19:43','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','141750807167','Cleared','17','2025-06-25 03:45:38','','','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,''),(1384,'','Mpesa','','2025-06-25 02:20:45','','0','14','2025-06-25 02:20:45','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','4','0','141750807200','Cleared','17','2025-06-25 03:45:27','','','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,''),(1385,'','Mpesa','','2025-06-25 02:34:01','','0','6','2025-06-25 02:34:01','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','4','0','61750807967','Cleared','17','2025-06-25 03:42:46','','','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,''),(1386,'','Mpesa','','2025-06-25 02:39:01','','0','6','2025-06-25 02:39:01','','0','5700','1','retail','0','5700','1','0','0','0','0','5700','0','printed',' ','','4','0','61750808110','Cleared','17','2025-06-25 03:43:24','','','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,''),(1387,'','Mpesa','','2025-06-25 03:04:02','','0','6','2025-06-25 03:04:02','','0','8940','1','retail','0','8940','1','0','0','0','0','8940','0','printed',' ','','3','0','61750809443','Cleared','17','2025-06-27 21:27:07','','','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,''),(1388,'','Mpesa','','2025-06-25 03:05:04','','0','6','2025-06-25 03:05:04','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','3','0','61750809885','Cleared','17','2025-06-27 21:26:50','','','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,''),(1389,'','Voucher','','2025-06-25 17:17:37','','0','3','2025-06-25 17:17:37','','0','250','1','retail','0','250','1','0','250','0','0','0','0','printed',' ','','1','0','31750861056','Cleared','17','2025-06-25 19:52:53','','','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,''),(1390,'izy','Cash','','2025-06-25 17:21:42','','0','3','2025-06-25 17:21:42','','100','2400','1','retail','0','2400','1','0','0','0','0','2300','0','printed',' ','','4','0','31750861228','Cleared','17','2025-06-25 19:51:56','','','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,''),(1391,'zcl','Mpesa','','2025-06-25 17:26:24','','0','3','2025-06-25 17:26:24','','0','2100','1','retail','0','2100','1','0','0','0','0','2100','0','printed',' ','','4','0','31750861564','Cleared','17','2025-06-25 19:49:09','','','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,''),(1392,'6vo','Mpesa','','2025-06-25 17:27:26','','0','3','2025-06-25 17:27:26','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','4','0','31750861645','Cleared','17','2025-06-25 19:50:00','','','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,''),(1393,'ie4.631/ekc/ld5/oea','Mpesa','','2025-06-25 17:37:04','','0','3','2025-06-25 17:37:04','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','31750862222','Cleared','17','2025-06-25 19:49:46','','','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,''),(1394,'6jh','Mpesa','','2025-06-25 19:06:44','','0','3','2025-06-25 19:06:44','','0','2170','1','retail','0','2170','1','0','0','0','0','2170','0','printed',' ','','4','0','31750867553','Cleared','17','2025-06-25 19:48:22','','','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,''),(1395,'wfi','Mpesa','','2025-06-25 19:08:01','','0','3','2025-06-25 19:08:01','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','31750867679','Cleared','17','2025-06-25 19:48:06','','','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,''),(1396,'oyq','Mpesa','','2025-06-25 19:10:40','','0','3','2025-06-25 19:10:40','','0','1300','1','retail','0','1300','1','0','0','0','0','1300','0','printed',' ','','1','0','31750867796','Cleared','17','2025-06-25 19:48:40','','','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,''),(1397,'jmr','Mpesa','','2025-06-25 19:12:58','','0','3','2025-06-25 19:12:58','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','31750867903','Cleared','17','2025-06-25 19:48:57','','','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,''),(1398,'vzw','Mpesa','','2025-06-25 19:16:09','','0','3','2025-06-25 19:16:09','','0','1520','1','retail','0','1520','1','0','0','0','0','1520','0','printed',' ','','4','0','31750868144','Cleared','17','2025-06-25 19:52:12','','','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,''),(1399,'','Cash','','2025-06-25 19:17:34','','0','3','2025-06-25 19:17:34','','900','900','1','retail','0','900','1','0','0','0','0','0','0','printed',' ','','1','0','31750868222','Cleared','17','2025-06-25 19:53:19','','','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,''),(1400,'','Mpesa','','2025-06-25 19:52:25','','0','5','2025-06-25 19:52:25','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','51750870344','Cleared','17','2025-06-25 23:43:26','','','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,''),(1401,'','Mpesa','','2025-06-25 19:53:01','','0','5','2025-06-25 19:53:01','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','51750870380','Cleared','17','2025-06-25 23:44:52','','','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,''),(1402,'','Mpesa','','2025-06-25 19:53:35','','0','5','2025-06-25 19:53:35','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','4','0','51750870414','Cleared','17','2025-06-25 23:45:08','','','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,''),(1403,'','Mpesa','','2025-06-25 19:54:22','','0','5','2025-06-25 19:54:22','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','51750870450','Cleared','17','2025-06-25 23:44:42','','','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,''),(1404,'','Mpesa','','2025-06-25 19:55:04','','0','5','2025-06-25 19:55:04','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','4','0','51750870492','Cleared','17','2025-06-25 23:44:34','','','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,''),(1405,'','Mpesa','','2025-06-25 19:55:40','','0','5','2025-06-25 19:55:40','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','4','0','51750870539','Cleared','17','2025-06-25 23:45:00','','','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,''),(1406,'','Cash','','2025-06-25 19:56:06','','0','5','2025-06-25 19:56:06','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','51750870565','Cleared','17','2025-06-25 23:43:37','','','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,''),(1407,'','Mpesa','','2025-06-25 19:56:38','','0','5','2025-06-25 19:56:38','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','4','0','51750870590','Cleared','17','2025-06-25 23:43:14','','','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,''),(1408,'','Mpesa','','2025-06-25 19:57:09','','0','5','2025-06-25 19:57:09','','0','15','1','retail','0','15','1','0','0','0','0','15','0','printed',' ','','1','0','51750870628','Cleared','17','2025-06-25 23:40:55','','','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,''),(1409,'','Mpesa','','2025-06-25 19:57:41','','0','5','2025-06-25 19:57:41','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51750870660','Cleared','17','2025-06-25 23:43:02','','','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,''),(1410,'','Mpesa','','2025-06-25 20:38:41','','0','5','2025-06-25 20:38:41','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','4','0','51750873092','Cleared','17','2025-06-25 23:44:03','','','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,''),(1411,'','Cash','','2025-06-25 20:40:25','','0','5','2025-06-25 20:40:25','','1100','1100','1','retail','0','1100','1','0','0','0','0','0','0','printed',' ','','4','0','51750873176','Cleared','17','2025-06-25 23:44:13','','','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,''),(1412,'','Mpesa','','2025-06-25 20:41:31','','0','5','2025-06-25 20:41:31','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','4','0','51750873282','Cleared','17','2025-06-25 23:44:24','','','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,''),(1413,'','Mpesa','','2025-06-25 21:14:42','','0','5','2025-06-25 21:14:42','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','51750875281','Cleared','17','2025-06-25 23:42:35','','','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,''),(1414,'','Mpesa','','2025-06-25 21:16:07','','0','5','2025-06-25 21:16:07','','0','1150','1','retail','0','1150','1','0','0','0','0','1150','0','printed',' ','','1','0','51750875347','Cleared','17','2025-06-25 23:42:47','','','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,''),(1415,'','Mpesa','','2025-06-25 21:17:04','','0','5','2025-06-25 21:17:04','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','1','0','51750875423','Cleared','17','2025-06-25 23:41:58','','','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,''),(1416,'','Cash','','2025-06-25 21:56:39','','0','5','2025-06-25 21:56:39','','360','360','1','retail','0','360','1','0','0','0','0','0','0','printed',' ','','1','0','51750877793','Cleared','17','2025-06-25 23:42:10','','','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,''),(1417,'','Mpesa','','2025-06-25 21:57:33','','0','5','2025-06-25 21:57:33','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','51750877838','Cleared','17','2025-06-25 23:41:33','','','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,''),(1418,'','Mpesa','','2025-06-25 21:58:12','','0','5','2025-06-25 21:58:12','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','4','0','51750877891','Cleared','17','2025-06-25 23:41:44','','','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,''),(1419,'','Mpesa','','2025-06-25 22:04:12','','0','5','2025-06-25 22:04:12','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','51750878251','Cleared','17','2025-06-25 23:42:24','','','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,''),(1420,'','Mpesa','','2025-06-25 22:05:11','','0','5','2025-06-25 22:05:11','','0','950','1','retail','0','950','1','0','0','0','0','950','0','printed',' ','','4','0','51750878306','Cleared','17','2025-06-25 23:40:33','','','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,''),(1421,'','Mpesa','','2025-06-25 23:06:31','','0','5','2025-06-25 23:06:31','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','51750881990','Cleared','17','2025-06-25 23:43:49','','','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,''),(1422,'','Mpesa','','2025-06-25 23:08:44','','0','5','2025-06-25 23:08:44','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51750882123','Cleared','17','2025-06-25 23:41:20','','','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,''),(1423,'','Mpesa','','2025-06-25 23:16:11','','0','5','2025-06-25 23:16:11','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','51750882524','Cleared','17','2025-06-25 23:39:47','','','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,''),(1424,'','Cash','','2025-06-25 23:18:18','','0','5','2025-06-25 23:18:18','','1250','1250','1','retail','0','1250','1','0','0','0','0','0','0','printed',' ','','1','0','51750882685','Cleared','17','2025-06-25 23:41:06','','','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,''),(1425,'','Mpesa','','2025-06-25 23:25:11','','0','5','2025-06-25 23:25:11','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','51750883103','Cleared','17','2025-06-25 23:39:33','','','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,''),(1426,'','Mpesa','','2025-06-25 23:58:32','','0','5','2025-06-25 23:58:32','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','51750885111','Cleared','17','2025-06-26 00:58:15','','','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,''),(1427,'','Cash','','2025-06-26 00:51:42','','0','5','2025-06-26 00:51:42','','310','2550','1','retail','0','2550','1','0','0','0','0','2240','0','printed',' ','','1','0','51750888215','Cleared','17','2025-06-26 00:58:31','','','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,''),(1428,'','Mpesa','','2025-06-26 01:36:36','','0','5','2025-06-26 01:36:36','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','2','0','51750890995','Cleared','17','2025-06-26 01:37:27','','','2','','','',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,''),(1429,'t47','Mpesa','','2025-06-26 13:05:45','','0','3','2025-06-26 13:05:45','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','31750932278','Cleared','17','2025-06-26 19:28:01','','','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,''),(1430,'2ax','Mpesa','','2025-06-26 13:06:47','','0','3','2025-06-26 13:06:47','','0','15','1','retail','0','15','1','0','0','0','0','15','0','printed',' ','','1','0','31750932358','Cleared','17','2025-06-26 19:26:35','','','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,''),(1431,'igh','Mpesa','','2025-06-26 14:44:36','','0','3','2025-06-26 14:44:36','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','31750938260','Cleared','17','2025-06-26 19:27:40','','','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,''),(1432,'k8k','Mpesa','','2025-06-26 18:16:21','','0','3','2025-06-26 15:03:56','','0','1150','1','retail','0','1150','1','0','0','0','0','1150','0','printed',' ','','1','0','31750939402','Cleared','17','2025-06-26 19:26:51','','','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,''),(1433,'hllp','Mpesa','','2025-06-26 15:51:00','','0','4','2025-06-26 15:51:00','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','4','0','41750942248','Cleared','17','2025-06-26 19:25:55','','','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,''),(1434,'ilq','Mpesa','','2025-06-26 16:53:30','','0','3','2025-06-26 16:53:30','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','31750946006','Cleared','17','2025-06-26 19:27:26','','','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,''),(1435,'','Voucher','','2025-06-26 16:55:06','','0','3','2025-06-26 16:55:06','','0','50','1','retail','0','50','1','0','50','0','0','0','0','printed',' ','','1','0','31750946104','Cleared','17','2025-06-26 19:28:11','','','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,''),(1436,'','Cash','','2025-06-26 17:47:16','','0','3','2025-06-26 17:47:16','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','31750949234','Cleared','17','2025-06-26 22:07:46','','','2','','','',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,''),(1437,'aka','Mpesa','','2025-06-26 18:26:43','','0','3','2025-06-26 18:26:43','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','31750951601','Cleared','17','2025-06-26 19:27:10','','','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,''),(1438,'09u','Mpesa','','2025-06-26 19:13:15','','0','3','2025-06-26 19:13:15','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','31750954394','Cleared','17','2025-06-26 19:26:19','','','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,''),(1439,'','Cash','','2025-06-26 19:51:17','','0','6','2025-06-26 19:51:17','','900','900','1','retail','0','900','1','0','0','0','0','0','0','printed',' ','','1','0','61750956644','Cleared','17','2025-06-26 21:40:36','','','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,''),(1440,'jhu9','Mpesa','','2025-06-27 00:21:50','','0','6','2025-06-26 19:51:43','','0','820','1','retail','0','820','1','0','0','0','0','820','0','printed',' ','','1','0','61750956686','Cleared','17','2025-06-27 01:31:19','','','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,''),(1441,'','Cash','','2025-06-26 20:52:47','','0','5','2025-06-26 20:27:33','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','4','0','51750958825','Cleared','17','2025-06-26 22:05:45','','','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,''),(1442,'','Mpesa','','2025-06-26 20:28:18','','0','5','2025-06-26 20:28:18','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','4','0','51750958880','Cleared','17','2025-06-26 22:06:26','','','2','','','',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,''),(1443,'','Mpesa','','2025-06-26 20:28:56','','0','5','2025-06-26 20:28:56','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','4','0','51750958927','Cleared','17','2025-06-26 22:05:22','','','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,''),(1444,'','Mpesa','','2025-06-26 20:35:16','','0','5','2025-06-26 20:35:16','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','51750959313','Cleared','17','2025-06-26 22:06:07','','','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,''),(1445,'','Mpesa','','2025-06-26 20:36:07','','0','5','2025-06-26 20:36:07','','0','1200','1','retail','0','1200','1','0','0','0','0','1200','0','printed',' ','','1','0','51750959364','Cleared','17','2025-06-26 22:05:57','','','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,''),(1446,'','Mpesa','','2025-06-26 20:37:38','','0','5','2025-06-26 20:37:38','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','1','0','51750959446','Cleared','17','2025-06-26 22:06:18','','','2','','','',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,''),(1447,'','Cash','','2025-06-26 20:39:39','','0','6','2025-06-26 20:39:39','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','4','0','61750959531','Cleared','17','2025-06-26 22:30:23','','','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,''),(1448,'','Mpesa','','2025-06-26 20:47:29','','0','5','2025-06-26 20:47:29','','0','1500','1','retail','0','1500','1','0','0','0','0','1500','0','printed',' ','','3','0','51750960048','Cleared','17','2025-06-28 19:43:07','','','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,''),(1449,'','Cash','','2025-06-26 20:58:55','','0','5','2025-06-26 20:58:55','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','51750960734','Cleared','17','2025-06-26 22:06:53','','','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,''),(1450,'','Cash','','2025-06-26 21:05:41','','0','6','2025-06-26 21:05:41','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','1','0','61750961128','Cleared','17','2025-06-26 21:40:26','','','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,''),(1451,'','Mpesa','','2025-06-26 21:24:07','','0','5','2025-06-26 21:24:07','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','4','0','51750962238','Cleared','17','2025-06-26 22:06:45','','','2','','','',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,''),(1452,'','Cash','','2025-06-26 21:24:37','','0','5','2025-06-26 21:24:37','','60','60','1','retail','0','60','1','0','0','0','0','0','0','printed',' ','','1','0','51750962275','Cleared','17','2025-06-26 22:06:37','','','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,''),(1453,'','Voucher','','2025-06-26 21:30:56','','0','5','2025-06-26 21:30:56','','0','100','1','retail','0','100','1','0','100','0','0','0','0','printed',' ','','1','0','51750962655','Cleared','17','2025-06-26 22:07:32','','','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,''),(1454,'','Mpesa','','2025-06-26 21:31:43','','0','5','2025-06-26 21:31:43','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51750962690','Cleared','17','2025-06-26 22:07:21','','','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,''),(1455,'otk9','Mpesa','','2025-06-26 21:34:15','','0','4','2025-06-26 21:34:15','','0','2150','1','retail','0','2150','1','0','0','0','0','2150','0','printed',' ','','4','0','41750962755','Cleared','17','2025-06-26 23:06:45','','','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,''),(1456,'wsy','Mpesa','','2025-06-27 00:18:37','','0','4','2025-06-26 21:35:50','','0','1310','1','retail','0','1310','1','0','0','0','0','1310','0','printed',' ','','5','0','41750962896','Cleared','17','2025-06-27 00:26:22','','','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,''),(1457,'','Cash','','2025-06-26 21:36:27','','0','4','2025-06-26 21:36:27','','600','600','1','retail','0','600','1','0','0','0','0','0','0','printed',' ','','1','0','41750962967','Cleared','17','2025-06-26 22:29:30','','','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,''),(1458,'pp7','Mpesa','','2025-06-26 22:22:20','','0','6','2025-06-26 21:39:18','','0','3700','1','retail','0','3700','1','0','0','0','0','3700','0','printed',' ','','4','0','61750963069','Cleared','17','2025-06-27 16:57:32','','','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,''),(1459,'','Cash','','2025-06-26 21:50:49','','0','5','2025-06-26 21:50:49','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','51750963848','Cleared','17','2025-06-26 22:05:36','','','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,''),(1460,'','Cash','','2025-06-26 21:52:13','','0','5','2025-06-26 21:52:13','','1500','1500','1','retail','0','1500','1','0','0','0','0','0','0','printed',' ','','3','0','51750963932','Cleared','17','2025-06-26 22:04:41','','','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,''),(1461,'','Cash','','2025-06-26 23:01:47','','0','6','2025-06-26 23:01:47','','750','750','1','retail','0','750','1','0','0','0','0','0','0','printed',' ','','1','0','61750967952','Cleared','17','2025-06-26 23:06:08','','','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,''),(1462,'','Cash','','2025-06-26 23:05:57','','0','5','2025-06-26 23:05:57','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','4','0','51750968357','Cleared','17','2025-06-27 00:56:00','','','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,''),(1463,'','Mpesa','','2025-06-26 23:06:43','','0','5','2025-06-26 23:06:43','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','4','0','51750968395','Cleared','17','2025-06-27 00:53:28','','','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,''),(1464,'','Mpesa','','2025-06-26 23:07:08','','0','5','2025-06-26 23:07:08','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','4','0','51750968427','Cleared','17','2025-06-27 00:54:17','','','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,''),(1465,'','Mpesa','','2025-06-26 23:27:09','','0','5','2025-06-26 23:27:09','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51750969628','Cleared','17','2025-06-27 00:54:25','','','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,''),(1466,'','Cash','','2025-06-26 23:28:21','','0','5','2025-06-26 23:28:21','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','4','0','51750969694','Cleared','17','2025-06-27 00:53:04','','','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,''),(1467,'','Mpesa','','2025-06-26 23:45:59','','0','5','2025-06-26 23:45:59','','0','100','1','retail','0','100','1','0','50','0','0','50','0','printed',' ','','4','0','51750970758','Cleared','17','2025-06-27 00:55:33','','','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,''),(1468,'f8ni','Mpesa','','2025-06-26 23:47:59','','0','4','2025-06-26 23:47:59','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','4','0','41750970847','Cleared','17','2025-06-27 00:27:00','','','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,''),(1469,'','Mpesa','','2025-06-26 23:55:38','','0','6','2025-06-26 23:55:38','','0','1960','1','retail','0','1960','1','0','0','0','0','1960','0','printed',' ','','1','0','61750971265','Cleared','17','2025-06-27 01:30:59','','','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,''),(1470,'','Mpesa','','2025-06-27 00:26:28','','0','5','2025-06-27 00:26:28','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','51750973181','Cleared','17','2025-06-27 00:54:09','','','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,''),(1471,'','Mpesa','','2025-06-27 00:27:34','','0','5','2025-06-27 00:27:34','','0','1500','1','retail','0','1500','1','0','0','0','0','1500','0','printed',' ','','3','0','51750973253','Cleared','17','2025-06-27 00:54:01','','','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,''),(1472,'','Mpesa','','2025-06-27 00:29:48','','0','5','2025-06-27 00:29:48','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','51750973375','Cleared','17','2025-06-27 00:53:51','','','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,''),(1473,'','Cash','','2025-06-27 00:31:29','','0','5','2025-06-27 00:31:29','','260','260','1','retail','0','260','1','0','0','0','0','0','0','printed',' ','','1','0','51750973488','Cleared','17','2025-06-27 00:54:31','','','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,''),(1474,'','Cash','','2025-06-27 00:32:22','','0','5','2025-06-27 00:32:22','','440','440','1','retail','0','440','1','0','0','0','0','0','0','printed',' ','','4','0','51750973531','Cleared','17','2025-06-27 00:53:13','','','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,''),(1475,'','Mpesa','','2025-06-27 01:04:44','','0','5','2025-06-27 01:04:44','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','51750975473','Cleared','17','2025-06-27 01:06:13','','','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,''),(1476,'','Cash','','2025-06-27 09:49:26','','0','14','2025-06-27 09:49:26','','0','0','1','retail','0','1850','1','0','0','0','0','0','0','new',' ','','4','1850','141751006907','No','','','','','1','','','',0.00,0.00,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,'TFRS6JX7XZ4','Mpesa','','2025-06-27 12:47:09','','0','3','2025-06-27 12:47:09','','0','2400','1','retail','0','2400','1','0','0','0','0','2400','0','printed',' ','','1','0','31751017549','Cleared','11','2025-06-27 15:26:52','','','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,''),(1478,'TFR8JOK40','Mpesa','','2025-06-27 12:48:54','','0','3','2025-06-27 12:48:55','','0','320','1','retail','0','320','1','0','0','0','0','320','0','printed',' ','','4','0','31751017700','Cleared','11','2025-06-27 15:29:44','','','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,''),(1479,'OCZ','Mpesa','','2025-06-27 13:45:09','','0','3','2025-06-27 12:50:27','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','31751017825','Cleared','11','2025-06-27 15:32:46','','','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,''),(1480,'','Cash','','2025-06-27 13:05:11','','0','3','2025-06-27 13:05:11','','1700','1700','1','retail','0','1700','1','0','0','0','0','0','0','printed',' ','','1','0','31751018660','Cleared','11','2025-06-27 15:30:46','','','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,''),(1481,'','Mpesa','','2025-06-27 14:10:00','','0','3','2025-06-27 14:10:01','','0','15','1','retail','0','15','1','0','0','0','0','15','0','printed',' ','','1','0','31751022599','Cleared','11','2025-06-27 15:35:51','','','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,''),(1482,'','Mpesa','','2025-06-27 14:11:37','','0','3','2025-06-27 14:11:37','','10','15','1','retail','0','15','1','0','0','0','0','5','0','printed',' ','','1','0','31751022692','Cleared','11','2025-06-27 15:33:56','','','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,''),(1483,'NUNC','Mpesa','','2025-06-27 14:35:14','','0','3','2025-06-27 14:13:02','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','31751022766','Cleared','11','2025-06-27 15:37:14','','','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,''),(1484,'aqf','Mpesa','','2025-06-27 14:28:19','','0','3','2025-06-27 14:14:23','','0','1150','1','retail','0','1150','1','0','0','0','0','1150','0','printed',' ','','1','0','31751022826','Cleared','17','2025-06-27 17:13:48','','','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,''),(1485,'','Cash','','2025-06-27 15:22:31','','0','3','2025-06-27 15:22:31','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','1','0','31751026929','Cleared','11','2025-06-27 15:24:31','','','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,''),(1486,'TFR2L7HJKI','Mpesa','','2025-06-27 16:31:02','','0','3','2025-06-27 16:31:02','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','31751031039','Cleared','11','2025-06-27 16:33:55','','','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,''),(1487,'A9K','Mpesa','','2025-06-27 16:38:52','','0','5','2025-06-27 16:38:52','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','4','0','51751031529','Cleared','17','2025-06-28 04:06:16','','','2','','','',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,''),(1488,'','Voucher','','2025-06-27 16:58:43','','0','3','2025-06-27 16:58:43','','0','150','1','retail','0','150','1','0','150','0','0','0','0','printed',' ','','1','0','31751032716','Cleared','17','2025-06-27 17:13:59','','','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,''),(1489,'2g9','Mpesa','','2025-06-27 17:52:25','','0','4','2025-06-27 17:52:25','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','4','0','41751035943','Cleared','17','2025-06-28 04:23:35','','','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,''),(1490,'J3K','Mpesa','','2025-06-27 18:36:25','','0','6','2025-06-27 18:36:25','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61751038582','Cleared','17','2025-06-27 19:26:12','','','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,''),(1491,'FOA','Mpesa','','2025-06-27 19:01:51','','0','6','2025-06-27 19:01:51','','0','1635','1','retail','0','1635','1','0','0','0','0','1635','0','printed',' ','','1','0','61751040038','Cleared','17','2025-06-27 19:25:29','','','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,''),(1492,'OKZ','Mpesa','','2025-06-27 19:12:51','','0','8','2025-06-27 19:12:51','','0','1800','1','retail','0','1800','1','0','0','0','0','1800','0','printed',' ','','1','0','81751040768','Cleared','17','2025-06-28 00:19:57','','','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,''),(1493,'','Cash','','2025-06-27 20:39:08','','0','4','2025-06-27 19:16:35','','6000','6140','1','retail','0','6140','1','0','','0','0','140','0','printed',' ','','1','0','41751040863','Cleared','17','2025-06-28 01:14:11','','','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,''),(1494,'','Cash','','2025-06-27 19:21:38','','0','6','2025-06-27 19:21:38','','125','125','1','retail','0','125','1','0','0','0','0','0','0','printed',' ','','1','0','61751041261','Cleared','17','2025-06-27 19:25:51','','','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,''),(1495,'','Mpesa','','2025-06-27 19:50:55','','0','4','2025-06-27 19:50:55','','0','115','1','retail','0','115','1','0','0','0','0','115','0','printed',' ','','1','0','41751042851','Cleared','17','2025-06-28 19:45:42','','','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,''),(1496,'','Mpesa','','2025-06-27 19:52:38','','0','4','2025-06-27 19:52:38','','0','1500','1','retail','0','1500','1','0','0','0','0','1500','0','printed',' ','','3','0','41751043156','Cleared','17','2025-06-28 19:44:08','','','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,''),(1497,'','Mpesa','','2025-06-27 19:53:04','','0','4','2025-06-27 19:53:04','','0','1500','1','retail','0','1500','1','0','0','0','0','1500','0','printed',' ','','3','0','41751043183','Cleared','17','2025-06-28 19:43:34','','','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,''),(1498,'','Cash','','2025-06-27 19:53:23','','0','4','2025-06-27 19:53:23','','1500','1500','1','retail','0','1500','1','0','0','0','0','0','0','new',' ','','3','0','41751043200','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-27 20:01:09','','0','4','2025-06-27 20:01:09','','0','1500','1','retail','0','1500','1','0','0','0','0','1500','0','printed',' ','','3','0','41751043668','Cleared','17','2025-06-28 19:44:27','','','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,''),(1500,'4W6','Mpesa','','2025-06-27 20:03:18','','0','4','2025-06-27 20:03:18','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','4','0','41751043777','Cleared','17','2025-06-27 20:10:44','','','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,''),(1501,'','Cash','','2025-06-27 20:18:29','','0','6','2025-06-27 20:18:29','','725','725','1','retail','0','725','1','0','0','0','0','0','0','printed',' ','','1','0','61751044633','Cleared','17','2025-06-27 20:33:59','','','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,''),(1502,'L77','Mpesa','','2025-06-27 20:20:18','','0','4','2025-06-27 20:20:18','','0','650','1','retail','0','650','1','0','0','0','0','650','0','printed',' ','','4','0','41751044791','Cleared','17','2025-06-28 19:45:05','','','2','','','',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,''),(1503,'3U5','Mpesa','','2025-06-27 20:23:12','','0','5','2025-06-27 20:23:12','','0','2550','1','retail','0','2550','1','0','0','0','0','2550','0','printed',' ','','5','0','51751044926','Cleared','17','2025-06-28 00:28:18','','','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,''),(1504,'Z1I','Mpesa','','2025-06-27 20:24:08','','0','5','2025-06-27 20:24:08','','0','1650','1','retail','0','1650','1','0','0','0','0','1650','0','printed',' ','','4','0','51751045035','Cleared','17','2025-06-28 00:29:58','','','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,''),(1505,'YKV','Mpesa','','2025-06-27 20:25:01','','0','5','2025-06-27 20:25:01','','0','650','1','retail','0','650','1','0','0','0','0','650','0','printed',' ','','4','0','51751045091','Cleared','17','2025-06-28 00:27:57','','','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,''),(1506,'','Cash','','2025-06-27 20:31:52','','0','6','2025-06-27 20:31:52','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','61751045500','Cleared','17','2025-06-27 20:33:47','','','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,''),(1507,'ICN','Mpesa','','2025-06-27 23:47:49','','0','4','2025-06-27 20:39:55','','0','1350','1','retail','0','1350','1','0','0','0','0','1350','0','printed',' ','','1','0','41751045988','Cleared','17','2025-06-28 01:11:02','','','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,''),(1508,'C4B','Mpesa','','2025-06-27 21:07:22','','0','6','2025-06-27 21:07:22','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','61751047603','Cleared','17','2025-06-27 21:25:00','','','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,''),(1509,'D4N','Mpesa','','2025-06-27 21:12:16','','0','4','2025-06-27 21:12:16','','0','1300','1','retail','0','1300','1','0','0','0','0','1300','0','printed',' ','','1','0','41751047918','Cleared','17','2025-06-27 21:55:45','','','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,''),(1510,'','Mpesa','','2025-06-27 22:28:55','','0','4','2025-06-27 21:26:19','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','4','0','41751047979','Cleared','17','2025-06-28 19:45:59','','','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,''),(1511,'W2D','Mpesa','','2025-06-27 21:26:38','','0','4','2025-06-27 21:26:38','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','41751048797','Cleared','17','2025-06-28 01:14:57','','','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,''),(1512,'','Cash','','2025-06-27 21:33:39','','0','4','2025-06-27 21:33:39','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','4','0','41751049218','No','','','','','1','','','',0.00,0.00,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-06-27 21:37:47','','0','8','2025-06-27 21:37:47','','1300','1300','1','retail','0','1300','1','0','0','0','0','0','0','printed',' ','','1','0','81751049365','Cleared','17','2025-06-28 00:20:09','','','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,''),(1514,'gt6','Mpesa','','2025-06-27 21:38:45','','0','8','2025-06-27 21:38:45','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','81751049514','Cleared','17','2025-06-28 00:18:45','','','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,''),(1515,'dxu','Mpesa','','2025-06-27 21:39:22','','0','8','2025-06-27 21:39:22','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','81751049561','Cleared','17','2025-06-28 02:52:17','','','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,''),(1516,'oea','Mpesa','','2025-06-27 21:40:37','','0','8','2025-06-27 21:40:37','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','4','0','81751049620','Cleared','17','2025-06-28 00:19:41','','','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,''),(1517,'3U5','Mpesa','','2025-06-27 21:42:06','','0','5','2025-06-27 21:42:06','','0','340','1','retail','0','340','1','0','0','0','0','340','0','printed',' ','','4','0','51751049711','Cleared','17','2025-06-28 00:28:36','','','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,''),(1518,'3U5','Mpesa','','2025-06-27 21:43:40','','0','5','2025-06-27 21:43:40','','0','1800','1','retail','0','1800','1','0','0','0','0','1800','0','printed',' ','','1','0','51751049774','Cleared','17','2025-06-28 00:28:51','','','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,''),(1519,'OXS','Mpesa','','2025-06-27 21:58:27','','0','6','2025-06-27 21:58:27','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','4','0','61751050674','Cleared','17','2025-06-27 22:07:35','','','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,''),(1520,'EST','Mpesa','','2025-06-27 22:16:48','','0','6','2025-06-27 22:16:48','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','1','0','61751051797','Cleared','17','2025-06-28 00:23:50','','','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,''),(1521,'113','Mpesa','','2025-06-27 22:17:48','','0','4','2025-06-27 22:17:48','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','41751051868','Cleared','17','2025-06-28 01:12:24','','','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,''),(1522,'YKV','Mpesa','','2025-06-27 22:22:42','','0','5','2025-06-27 22:22:42','','0','1130','1','retail','0','1130','1','0','0','0','0','1130','0','printed',' ','','1','0','51751052114','Cleared','17','2025-06-28 00:29:21','','','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,''),(1523,'Z1I','Mpesa','','2025-06-27 22:24:48','','0','5','2025-06-27 22:24:48','','0','3100','1','retail','0','3100','1','0','0','0','0','3100','0','printed',' ','','1','0','51751052272','Cleared','17','2025-06-28 00:29: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,''),(1524,'9CM','Mpesa','','2025-06-27 22:26:53','','0','5','2025-06-27 22:26:53','','0','2280','1','retail','0','2280','1','0','0','0','0','2280','0','printed',' ','','1','0','51751052352','Cleared','17','2025-06-28 00:29:05','','','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,''),(1525,'L3F','Mpesa','','2025-06-27 22:27:43','','0','4','2025-06-27 22:27:43','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','4','0','41751052462','Cleared','17','2025-06-28 01:12:41','','','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,''),(1526,'','Voucher','','2025-06-27 22:36:00','','0','5','2025-06-27 22:36:00','','0','200','1','retail','0','200','1','0','200','0','0','0','0','printed',' ','','1','0','51751052959','Cleared','17','2025-06-28 00:27:23','','','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,''),(1527,'TXJ','Mpesa','','2025-06-27 22:49:43','','0','4','2025-06-27 22:49:43','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','41751053782','Cleared','17','2025-06-28 01:10: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,''),(1528,'PNO','Mpesa','','2025-06-27 22:52:10','','0','6','2025-06-27 22:52:10','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','61751053914','Cleared','17','2025-06-28 00:23:14','','','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,''),(1529,'IGE','Mpesa','','2025-06-27 22:52:34','','0','6','2025-06-27 22:52:34','','0','130','1','retail','0','130','1','0','0','0','0','130','0','printed',' ','','1','0','61751053938','Cleared','17','2025-06-28 00:23:31','','','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,''),(1530,'RZA','Mpesa','','2025-06-27 22:54:57','','0','5','2025-06-27 22:54:57','','0','1200','1','retail','0','1200','1','0','0','0','0','1200','0','printed',' ','','1','0','51751054069','Cleared','17','2025-06-28 03:55:29','','','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,''),(1531,'W2D','Mpesa','','2025-06-28 00:01:27','','0','4','2025-06-27 23:03:22','','0','1820','1','retail','0','1820','1','0','0','0','0','1820','0','printed',' ','','1','0','41751054601','Cleared','17','2025-06-28 01:14:40','','','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,''),(1532,'O966','Mpesa','','2025-06-27 23:05:13','','0','4','2025-06-27 23:05:13','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','5','0','41751054695','Cleared','17','2025-06-28 01:13:27','','','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,''),(1533,'O7L','Mpesa','','2025-06-27 23:06:15','','0','4','2025-06-27 23:06:15','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','41751054774','Cleared','17','2025-06-28 01:12:55','','','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,''),(1534,'2mk','Mpesa','','2025-06-27 23:18:39','','0','8','2025-06-27 23:18:39','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','81751055472','Cleared','17','2025-06-28 00:17:48','','','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,''),(1535,'ISU','Mpesa','','2025-06-27 23:20:06','','0','8','2025-06-27 23:20:06','','0','1520','1','retail','0','1520','1','0','0','0','0','1520','0','printed',' ','','1','0','81751055585','Cleared','17','2025-06-28 00:56:20','','','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,''),(1536,'gt6','Mpesa','','2025-06-27 23:21:30','','0','8','2025-06-27 23:21:30','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','81751055678','Cleared','17','2025-06-28 00:18:18','','','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,''),(1537,'252','Mpesa','','2025-06-27 23:23:02','','0','8','2025-06-27 23:23:02','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','81751055781','Cleared','17','2025-06-28 02:51:56','','','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,''),(1538,'v252','Mpesa','','2025-06-27 23:24:20','','0','8','2025-06-27 23:24:20','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','81751055821','Cleared','17','2025-06-28 00:19:14','','','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,''),(1539,'t83','Mpesa','','2025-06-27 23:26:36','','0','8','2025-06-27 23:26:36','','0','1020','1','retail','0','1020','1','0','0','0','0','1020','0','printed',' ','','1','0','81751055955','Cleared','17','2025-06-28 03:24:34','','','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,''),(1540,'','Cash','','2025-06-27 23:33:32','','0','17','2025-06-27 23:26:46','','0','0','1','retail','0','5170','1','0','0','0','0','0','0','new',' ','','4','5170','171751055927','No','17','2025-06-27 23:33: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,''),(1541,'JYJ','Mpesa','','2025-06-27 23:28:33','','0','8','2025-06-27 23:28:33','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','81751056112','Cleared','17','2025-06-28 00:56:05','','','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,''),(1542,'','Cash','','2025-06-27 23:32:46','','0','17','2025-06-27 23:29:15','','0','0','1','retail','0','4920','1','0','0','0','0','0','0','new',' ','','4','4920','171751056053','No','17','2025-06-27 23:32: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,''),(1543,'','Cash','','2025-06-27 23:31:23','','0','17','2025-06-27 23:31:23','','0','0','1','retail','0','5170','1','0','0','0','0','0','0','new',' ','','1','5170','171751056186','No','','','','','2','','','',0.00,0.00,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-06-27 23:31:29','','0','6','2025-06-27 23:31:29','','610','610','1','retail','0','610','1','0','0','0','0','0','0','printed',' ','','1','0','61751056210','Cleared','17','2025-06-27 23:35:51','','','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,''),(1545,'QWV','Mpesa','','2025-06-27 23:55:32','','0','5','2025-06-27 23:55:32','','0','1540','1','retail','0','1540','1','0','0','0','0','1540','0','printed',' ','','1','0','51751057717','Cleared','17','2025-06-28 00:26:04','','','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,''),(1546,'','Cash','','2025-06-27 23:56:55','','0','5','2025-06-27 23:56:55','','1660','1660','1','retail','0','1660','1','0','0','0','0','0','0','printed',' ','','1','0','51751057806','Cleared','17','2025-06-28 00:26:18','','','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,''),(1547,'IN2','Mpesa','','2025-06-27 23:58:08','','0','5','2025-06-27 23:58:08','','0','1860','1','retail','0','1860','1','0','0','0','0','1860','0','printed',' ','','1','0','51751057864','Cleared','17','2025-06-28 00:26:38','','','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,''),(1548,'DXU','Mpesa','','2025-06-28 00:18:45','','0','6','2025-06-28 00:18:45','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','4','0','61751059070','Cleared','17','2025-06-28 00:24:07','','','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,''),(1549,'','Cash','','2025-06-28 00:20:11','','0','6','2025-06-28 00:20:11','','3980','3980','1','retail','0','3980','1','0','0','0','0','0','0','printed',' ','','1','0','61751059132','Cleared','17','2025-06-28 00:22:55','','','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,''),(1550,'Y8Y','Mpesa','','2025-06-28 00:21:48','','0','5','2025-06-28 00:21:48','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','51751059307','Cleared','17','2025-06-28 00:25:06','','','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,''),(1551,'3TQ','Mpesa','','2025-06-28 00:22:15','','0','5','2025-06-28 00:22:15','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','51751059334','Cleared','17','2025-06-28 03:55:46','','','2','','','',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,''),(1552,'','Voucher','','2025-06-28 00:34:17','cocktail','0','6','2025-06-28 00:33:11','','0','1500','1','retail','0','1500','1','0','1500','0','0','0','0','printed','cocktail ','','1','0','61751059971','Cleared','17','2025-06-28 02:13:16','','','4','','','',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,''),(1553,'JYJ','Mpesa','','2025-06-28 00:47:18','','0','8','2025-06-28 00:47:18','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','81751060837','Cleared','17','2025-06-28 00:55:51','','','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,''),(1554,'','Cash','','2025-06-28 00:48:21','','0','8','2025-06-28 00:48:21','','50','100','1','retail','0','100','1','0','','0','0','50','0','printed',' ','','1','0','81751060900','Cleared','17','2025-06-28 00:55:34','','','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,''),(1555,'ACK','Mpesa','','2025-06-28 00:49:30','','0','8','2025-06-28 00:49:30','','0','760','1','retail','0','760','1','0','0','0','0','760','0','printed',' ','','1','0','81751060958','Cleared','17','2025-06-28 00:54:58','','','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,''),(1556,'BJM','Mpesa','','2025-06-28 00:53:58','','0','4','2025-06-28 00:53:58','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','4','0','41751061173','Cleared','17','2025-06-28 01:09:38','','','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,''),(1557,'2QK','Mpesa','','2025-06-28 01:05:58','','0','4','2025-06-28 01:05:58','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41751061957','Cleared','17','2025-06-28 01:10:22','','','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,''),(1558,'RS3','Cash','','2025-06-28 01:15:33','','0','6','2025-06-28 01:15:33','','150','300','1','retail','0','300','1','0','','0','0','150','0','printed',' ','','1','0','61751062516','Cleared','17','2025-06-28 02:13:00','','','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,''),(1559,'DW3','Mpesa','','2025-06-28 01:19:15','','0','4','2025-06-28 01:19:15','','0','45','1','retail','0','45','1','0','0','0','0','45','0','printed',' ','','1','0','41751062754','Cleared','17','2025-06-28 01:21:44','','','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,''),(1560,'','Mpesa','','2025-06-28 01:20:06','','0','4','2025-06-28 01:20:06','','0','15','1','retail','0','15','1','0','0','0','0','15','0','printed',' ','','1','0','41751062805','Cleared','17','2025-06-28 19:42:29','','','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,''),(1561,'W2V','Mpesa','','2025-06-28 01:24:46','','0','6','2025-06-28 01:24:46','','0','1750','1','retail','0','1750','1','0','0','0','0','1750','0','printed',' ','','1','0','61751063023','Cleared','17','2025-06-28 02:13:45','','','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,''),(1562,'AF4','Mpesa','','2025-06-28 01:25:51','','0','6','2025-06-28 01:25:51','','0','1350','1','retail','0','1350','1','0','0','0','0','1350','0','printed',' ','','1','0','61751063112','Cleared','17','2025-06-28 02:14:05','','','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,''),(1563,'','Cash','','2025-06-28 01:27:06','','0','6','2025-06-28 01:27:06','','660','660','1','retail','0','660','1','0','0','0','0','0','0','new',' ','','1','0','61751063219','No','','','','','1','','','',0.00,0.00,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,'ECC','Mpesa','','2025-06-28 01:34:54','','0','8','2025-06-28 01:34:54','','0','510','1','retail','0','510','1','0','0','0','0','510','0','printed',' ','','1','0','81751063691','Cleared','17','2025-06-28 01:47:38','','','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,''),(1565,'L74','Mpesa','','2025-06-28 01:35:53','','0','8','2025-06-28 01:35:53','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','81751063752','Cleared','17','2025-06-28 01:47:25','','','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,''),(1566,'LQD','Mpesa','','2025-06-28 01:37:13','','0','8','2025-06-28 01:37:13','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','81751063815','Cleared','17','2025-06-28 01:46:57','','','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,''),(1567,'LQD','Mpesa','','2025-06-28 01:38:15','','0','8','2025-06-28 01:38:15','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','5','0','81751063894','Cleared','17','2025-06-28 01:47:11','','','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,''),(1568,'KRN','Mpesa','','2025-06-28 01:39:46','','0','8','2025-06-28 01:39:46','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','81751063951','Cleared','17','2025-06-28 01:47:51','','','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,''),(1569,'','Cash','','2025-06-28 01:41:30','','0','8','2025-06-28 01:41:30','','775','775','1','retail','0','775','1','0','0','0','0','0','0','printed',' ','','1','0','81751064003','Cleared','17','2025-06-28 03:24:47','','','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,''),(1570,'','Cash','','2025-06-28 01:47:14','','0','6','2025-06-28 01:47:14','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','61751064422','Cleared','17','2025-06-28 02:13:30','','','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,''),(1571,'','Voucher','','2025-06-28 02:15:50','','0','4','2025-06-28 02:15:50','','0','20','1','retail','0','20','1','0','20','0','0','0','0','printed',' ','','1','0','41751066141','Cleared','17','2025-06-28 02:19:41','','','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,''),(1572,'6RL','Mpesa','','2025-06-28 02:16:04','','0','4','2025-06-28 02:16:04','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','41751066163','Cleared','17','2025-06-28 02:19:25','','','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,''),(1573,'','Cash','','2025-06-28 02:44:06','','0','6','2025-06-28 02:19:43','','1800','1800','1','retail','0','1800','1','0','0','0','0','0','0','new',' ','','1','0','61751066338','No','6','2025-06-28 02:44: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,''),(1574,'AEL','Mpesa','','2025-06-28 02:35:21','','0','5','2025-06-28 02:35:21','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','51751067312','Cleared','17','2025-06-28 03:54:37','','','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,''),(1575,'oue','Mpesa','','2025-06-28 02:36:10','','0','5','2025-06-28 02:36:10','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','51751067362','Cleared','17','2025-06-28 03:54:18','','','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,''),(1576,'T83','Mpesa','','2025-06-28 02:36:59','','0','5','2025-06-28 02:36:59','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','5','0','51751067419','Cleared','17','2025-06-28 03:55:12','','','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,''),(1577,'qle','Mpesa','','2025-06-28 02:46:48','','0','6','2025-06-28 02:46:48','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','61751067883','Cleared','17','2025-06-28 02:52:50','','','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,''),(1578,'4gl','Mpesa','','2025-06-28 02:51:57','','0','8','2025-06-28 02:51:57','','0','25','1','retail','0','25','1','0','0','0','0','25','0','printed',' ','','1','0','81751068316','Cleared','17','2025-06-28 03:24:18','','','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,''),(1579,'','Voucher','','2025-06-28 02:54:57','','0','5','2025-06-28 02:54:57','','0','500','1','retail','0','500','1','0','500','0','0','0','0','printed',' ','','1','0','51751068490','Cleared','17','2025-06-28 03:54:55','','','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,''),(1580,'yyr','Mpesa','','2025-06-28 03:21:28','','0','8','2025-06-28 03:21:28','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','1','0','81751070087','Cleared','17','2025-06-28 03:25:00','','','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,''),(1581,'','Mpesa','','2025-06-28 03:24:05','','0','4','2025-06-28 03:24:05','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','41751070200','Cleared','17','2025-06-28 19:46:12','','','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,''),(1582,'','Cash','','2025-06-28 03:37:35','','0','6','2025-06-28 03:37:35','','0','0','1','retail','0','1200','1','0','0','0','0','0','0','new',' ','','2','1200','61751071032','No','','','','','2','','','',0.00,0.00,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,'','Mpesa','','2025-06-28 03:38:42','','0','6','2025-06-28 03:38:42','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','61751071112','Cleared','17','2025-06-28 19:41:55','','','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,''),(1584,'7BE','Mpesa','','2025-06-28 03:39:34','','0','5','2025-06-28 03:39:34','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','3','0','51751071173','Cleared','17','2025-06-28 03:56:21','','','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,''),(1585,'7BE','Mpesa','','2025-06-28 03:40:05','','0','5','2025-06-28 03:40:05','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','3','0','51751071204','Cleared','17','2025-06-28 03:56:46','','','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,''),(1586,'','Cash','','2025-06-28 03:42:08','','0','6','2025-06-28 03:42:08','','800','800','1','retail','0','800','1','0','0','0','0','0','0','new',' ','','2','0','61751071313','No','','','','','1','','','',0.00,0.00,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,'','Mpesa','','2025-06-28 05:29:16','','0','6','2025-06-28 05:29:16','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','61751077754','Cleared','17','2025-06-28 05:32:38','','','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,''),(1588,'','Cash','','2025-06-28 09:04:50','','0','14','2025-06-28 09:04:50','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','4','0','141751090657','Cleared','14','2025-06-28 15:34:39','','','6','','','',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,''),(1589,'','Cash','','2025-06-28 09:22:24','PHILISTA MALAKI','0','17','2025-06-28 09:22:24','','0','0','1','retail','0','4800','1','0','0','0','0','0','0','new','PHILISTA MALAKI ','','4','4800','171751091602','No','','','','','2','','','',0.00,0.00,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-06-28 09:29:47','','0','17','2025-06-28 09:26:44','','0','0','1','retail','0','4850','1','0','0','0','0','0','0','new',' ','','4','4850','171751091900','No','17','2025-06-28 09:29: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,''),(1591,'','Cash','','2025-06-28 09:32:01','john opiyo','0','17','2025-06-28 09:32:01','','0','0','1','retail','0','4850','1','0','0','0','0','0','0','new','john opiyo ','','1','4850','171751092258','No','','','','','2','','','',0.00,0.00,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-06-28 09:35:35','BENARD AGWANDA ','0','17','2025-06-28 09:35:35','','0','0','1','retail','0','4450','1','0','0','0','0','0','0','new','BENARD AGWANDA ','','4','4450','171751092446','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,''),(1593,'','Cash','','2025-06-28 09:37:28','ROBERT NGUJIRI','0','17','2025-06-28 09:37:28','','0','0','1','retail','0','4200','1','0','0','0','0','0','0','new','ROBERT NGUJIRI ','','4','4200','171751092582','No','','','','','2','','','',0.00,0.00,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,'','Mpesa','','2025-06-28 09:44:56','','0','17','2025-06-28 09:44:56','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','171751093078','Cleared','17','2025-06-28 19:47:37','','','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,''),(1595,'06v','Mpesa','','2025-06-28 15:10:13','','0','3','2025-06-28 15:10:13','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','4','0','31751112486','Cleared','14','2025-06-28 15:48:55','','','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,''),(1596,'','Mpesa','','2025-06-28 15:11:37','','0','14','2025-06-28 15:11:37','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','1','0','141751112628','Cleared','14','2025-06-28 15:33:46','','','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,''),(1597,'','Cash','','2025-06-28 15:15:30','','0','14','2025-06-28 15:15:30','','1410','1410','1','retail','0','1410','1','0','0','0','0','0','0','printed',' ','','1','0','141751112722','Cleared','17','2025-06-28 20:39:24','','','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,''),(1598,'561','Mpesa','','2025-06-28 15:21:06','','0','14','2025-06-28 15:21:06','','0','1450','1','retail','0','1450','1','0','0','0','0','1450','0','printed',' ','','1','0','141751113048','Cleared','14','2025-06-28 15:29:33','','','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,''),(1599,'zxy','Mpesa','','2025-06-28 15:39:42','','0','3','2025-06-28 15:39:42','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','31751114361','Cleared','14','2025-06-28 15:43:53','','','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,''),(1600,'CX1/GB3','Mpesa','','2025-06-28 19:17:56','','0','3','2025-06-28 15:45:59','','0','6410','1','retail','0','6410','1','0','0','0','0','6410','0','printed',' ','','1','0','31751114697','Cleared','17','2025-06-28 19:31:54','','','4','','','',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,''),(1601,'','Voucher','','2025-06-28 15:58:37','','0','3','2025-06-28 15:58:37','','0','300','1','retail','0','300','1','0','300','0','0','0','0','printed',' ','','1','0','31751115480','Cleared','17','2025-06-28 20:35:30','','','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,''),(1602,'RBL','Mpesa','','2025-06-28 16:00:50','','0','3','2025-06-28 16:00:50','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','31751115568','Cleared','14','2025-06-28 16:03:59','','','2','','','',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,''),(1603,'S7W','Mpesa','','2025-06-28 16:14:24','','0','14','2025-06-28 16:14:24','','0','15','1','retail','0','15','1','0','0','0','0','15','0','printed',' ','','1','0','141751116312','Cleared','14','2025-06-28 16:19:08','','','2','','','',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,''),(1604,'svt','Mpesa','','2025-06-28 17:55:01','','0','3','2025-06-28 17:55:01','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','4','0','31751122476','Cleared','17','2025-06-28 20:35:16','','','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,''),(1605,'A86','Mpesa','','2025-06-28 19:00:51','','0','3','2025-06-28 18:22:03','','0','1060','1','retail','0','1060','1','0','0','0','0','1060','0','printed',' ','','1','0','31751123975','Cleared','17','2025-06-28 19:31:27','','','2','','','',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,''),(1606,'DIW','Mpesa','','2025-06-28 18:34:58','','0','6','2025-06-28 18:34:58','','0','750','1','retail','0','750','1','0','0','0','0','750','0','printed',' ','','4','0','61751124752','Cleared','17','2025-06-28 19:26:43','','','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,''),(1607,'','Cash','','2025-06-28 19:21:29','','0','4','2025-06-28 19:21:29','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','1','0','41751127642','Cleared','17','2025-06-28 19:26:56','','','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,''),(1608,'MQT','Mpesa','','2025-06-28 19:22:24','','0','4','2025-06-28 19:22:24','','0','420','1','retail','0','420','1','0','0','0','0','420','0','printed',' ','','1','0','41751127716','Cleared','17','2025-06-28 23:19:58','','','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,''),(1609,'u82','Mpesa','','2025-06-28 19:33:29','','0','8','2025-06-28 19:33:29','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','81751128296','Cleared','17','2025-06-28 23:14:59','','','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,''),(1610,'uy4','Mpesa','','2025-06-28 19:34:25','','0','8','2025-06-28 19:34:25','','0','410','1','retail','0','410','1','0','0','0','0','410','0','printed',' ','','1','0','81751128443','Cleared','17','2025-06-28 23:14:42','','','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,''),(1611,'u57','Mpesa','','2025-06-28 19:35:13','','0','8','2025-06-28 19:35:13','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','81751128512','Cleared','17','2025-06-28 23:15:14','','','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,''),(1612,'8gb','Mpesa','','2025-06-28 19:36:41','','0','8','2025-06-28 19:36:41','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','81751128550','Cleared','17','2025-06-28 23:15:29','','','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,''),(1613,'IUQ','Mpesa','','2025-06-28 19:54:13','','0','5','2025-06-28 19:54:13','','0','3250','1','retail','0','3250','1','0','0','0','0','3250','0','printed',' ','','4','0','51751129598','Cleared','17','2025-06-29 02:44:51','','','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,''),(1614,'','Cash','','2025-06-28 19:54:52','','0','5','2025-06-28 19:54:52','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','1','0','51751129690','Cleared','17','2025-06-29 02:40:13','','','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,''),(1615,'U57','Mpesa','','2025-06-28 19:57:05','','0','4','2025-06-28 19:57:05','','0','110','1','retail','0','110','1','0','0','0','0','110','0','printed',' ','','1','0','41751129813','Cleared','17','2025-06-28 23:19:42','','','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,''),(1616,'8GB','Mpesa','','2025-06-28 19:57:23','','0','4','2025-06-28 19:57:23','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','41751129842','Cleared','17','2025-06-28 23:19:27','','','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,''),(1617,'KZA','Mpesa','','2025-06-28 20:02:27','','0','5','2025-06-28 20:02:27','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','4','0','51751130134','Cleared','17','2025-06-29 02:41:05','','','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,''),(1618,'','Cash','','2025-06-28 20:11:46','','0','6','2025-06-28 20:11:46','','0','0','1','retail','0','1200','1','0','0','0','0','0','0','new',' ','','1','1200','61751130674','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,''),(1619,'XUL','Mpesa','','2025-06-28 20:14:58','','0','8','2025-06-28 20:14:37','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','81751130856','Cleared','17','2025-06-28 23:16:32','','','2','','','',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,''),(1620,'','Cash','','2025-06-28 20:16:21','','0','8','2025-06-28 20:16:21','','0','0','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','100','81751130969','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,''),(1621,'','Voucher','','2025-06-28 21:02:22','','0','17','2025-06-28 21:02:22','','0','400','1','retail','0','400','1','0','400','0','0','0','0','printed',' ','','4','0','171751131944','Cleared','17','2025-06-28 21:03:20','','','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,''),(1622,'ZIP','Mpesa','','2025-06-28 21:10:49','','0','4','2025-06-28 21:10:49','','0','900','1','retail','0','900','1','0','0','0','0','900','0','printed',' ','','1','0','41751134241','Cleared','17','2025-06-28 23:18:53','','','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,''),(1623,'XRW','Mpesa','','2025-06-28 21:31:39','','0','4','2025-06-28 21:31:39','','0','550','1','retail','0','550','1','0','0','0','0','550','0','printed',' ','','1','0','41751135481','Cleared','17','2025-06-28 23:19:06','','','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,''),(1624,'8tc','Cash','','2025-06-28 21:49:27','','0','6','2025-06-28 21:49:27','','200','4685','1','retail','0','4685','1','0','0','0','0','4485','0','printed',' ','','1','0','61751136443','Cleared','17','2025-06-28 22:04:02','','','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,''),(1625,'UY4','Mpesa','','2025-06-28 22:13:54','','0','8','2025-06-28 22:13:54','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','81751138033','Cleared','17','2025-06-28 23:15:57','','','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,''),(1626,'XRW','Mpesa','','2025-06-28 22:15:16','','0','8','2025-06-28 22:15:16','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','4','0','81751138102','Cleared','17','2025-06-28 23:16:12','','','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,''),(1627,'','Cash','','2025-06-28 22:17:57','','0','8','2025-06-28 22:17:57','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','81751138249','Cleared','17','2025-06-28 23:15:43','','','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,''),(1628,'','Voucher','','2025-06-28 22:19:36','','0','8','2025-06-28 22:19:36','','0','450','1','retail','0','450','1','0','450','0','0','0','0','printed',' ','','4','0','81751138368','Cleared','17','2025-06-29 03:48:13','','','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,''),(1629,'','Cash','','2025-06-28 22:29:16','','0','5','2025-06-28 22:29:16','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','4','0','51751138944','Cleared','17','2025-06-29 02:39:30','','','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,''),(1630,'URS','Mpesa','','2025-06-28 22:29:36','','0','5','2025-06-28 22:29:36','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','51751138975','Cleared','17','2025-06-29 02:41:37','','','2','','','',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,''),(1631,'IUQ','Cash','','2025-06-28 22:31:53','','0','5','2025-06-28 22:31:53','','1200','1600','1','retail','0','1600','1','0','0','0','0','400','0','printed',' ','','4','0','51751139059','Cleared','17','2025-06-29 02:44:17','','','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,''),(1632,'KZA','Mpesa','','2025-06-28 22:33:33','','0','5','2025-06-28 22:33:33','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','51751139212','Cleared','17','2025-06-29 02:40:46','','','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,''),(1633,'655','Mpesa','','2025-06-28 22:34:40','','0','5','2025-06-28 22:34:40','','0','850','1','retail','0','850','1','0','0','0','0','850','0','printed',' ','','1','0','51751139279','Cleared','17','2025-06-29 02:45:07','','','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,''),(1634,'IUQ','Mpesa','','2025-06-28 22:36:50','','0','5','2025-06-28 22:36:50','','0','6520','1','retail','0','6520','1','0','0','0','0','6520','0','printed',' ','','1','0','51751139323','Cleared','17','2025-06-29 02:44:34','','','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,''),(1635,'URS','Mpesa','','2025-06-28 22:39:32','','0','5','2025-06-28 22:39:32','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','4','0','51751139558','Cleared','17','2025-06-29 02:41:21','','','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,''),(1636,'xhl','Mpesa','','2025-06-28 22:40:29','','0','6','2025-06-28 22:40:29','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','4','0','61751139622','Cleared','17','2025-06-28 22:45:28','','','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,''),(1637,'J28','Cash','','2025-06-28 22:46:34','','0','4','2025-06-28 22:46:34','','250','1000','1','retail','0','1000','1','0','0','0','0','750','0','printed',' ','','1','0','41751139975','Cleared','17','2025-06-28 23:18:22','','','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,''),(1638,'OYG','Mpesa','','2025-06-28 22:47:08','','0','4','2025-06-28 22:47:08','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41751140027','Cleared','17','2025-06-28 23:17:53','','','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,''),(1639,'BEP','Mpesa','','2025-06-28 23:06:18','','0','4','2025-06-28 23:06:18','','0','950','1','retail','0','950','1','0','0','0','0','950','0','printed',' ','','1','0','41751141173','Cleared','17','2025-06-28 23:18: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,''),(1640,'P900','Mpesa','','2025-06-28 23:09:00','','0','8','2025-06-28 23:09:01','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','81751141293','Cleared','17','2025-06-29 02:25:24','','','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,''),(1641,'','Cash','','2025-06-28 23:10:58','','0','8','2025-06-28 23:10:58','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','1','0','81751141408','Cleared','17','2025-06-29 02:26:20','','','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,''),(1642,'lr2','Mpesa','','2025-06-28 23:32:36','','0','6','2025-06-28 23:32:36','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','61751142745','Cleared','17','2025-06-29 05:11:18','','','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,''),(1643,'hdd','Mpesa','','2025-06-28 23:33:08','','0','6','2025-06-28 23:33:08','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','61751142764','Cleared','17','2025-06-29 05:10:44','','','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,''),(1644,'kiq','Cash','','2025-06-28 23:33:26','','0','6','2025-06-28 23:33:26','','0','100','1','retail','0','100','1','0','','0','0','100','0','printed',' ','','1','0','61751142797','Cleared','17','2025-06-29 05:11:43','','','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,''),(1645,'4UW','Mpesa','','2025-06-28 23:50:59','','0','4','2025-06-28 23:50:59','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','41751143842','Cleared','17','2025-06-28 23:56:27','','','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,''),(1646,'APC','Mpesa','','2025-06-29 00:00:24','','0','5','2025-06-29 00:00:24','','0','20','1','retail','0','20','1','0','0','0','0','20','0','printed',' ','','1','0','51751144423','Cleared','17','2025-06-29 02:41:54','','','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,''),(1647,'YA1','Mpesa','','2025-06-29 00:01:07','','0','5','2025-06-29 00:01:07','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','51751144460','Cleared','17','2025-06-29 02:40:28','','','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,''),(1648,'','Cash','','2025-06-29 00:01:48','','0','5','2025-06-29 00:01:48','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','4','0','51751144507','No','','','','','1','','','',0.00,0.00,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,'6J6','Mpesa','','2025-06-29 00:17:03','','0','5','2025-06-29 00:17:03','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51751145323','Cleared','17','2025-06-29 02:42:26','','','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,''),(1650,'OEJ','Mpesa','','2025-06-29 00:23:06','','0','8','2025-06-29 00:23:06','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','81751145774','Cleared','17','2025-06-29 02:25:52','','','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,''),(1651,'','Voucher','','2025-06-29 00:24:01','','0','8','2025-06-29 00:24:01','','0','100','1','retail','0','100','1','0','100','0','0','0','0','printed',' ','','1','0','81751145840','Cleared','17','2025-06-29 03:48:45','','','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,''),(1652,'RWH','Mpesa','','2025-06-29 00:25:00','','0','8','2025-06-29 00:25:00','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','4','0','81751145892','Cleared','17','2025-06-29 02:25: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,''),(1653,'','Cash','','2025-06-29 00:26:52','','0','8','2025-06-29 00:26:52','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','1','0','81751145962','No','','','','','1','','','',0.00,0.00,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,'7RW','Mpesa','','2025-06-29 00:32:34','','0','4','2025-06-29 00:32:34','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','4','0','41751146353','Cleared','17','2025-06-29 00:58:31','','','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,''),(1655,'Z80','Mpesa','','2025-06-29 00:33:00','','0','4','2025-06-29 00:33:00','','0','220','1','retail','0','220','1','0','0','0','0','220','0','printed',' ','','1','0','41751146366','Cleared','17','2025-06-29 00:58:48','','','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,''),(1656,'','Cash','','2025-06-29 00:37:11','','0','6','2025-06-29 00:37:11','','700','700','1','retail','0','700','1','0','0','0','0','0','0','printed',' ','','1','0','61751146609','Cleared','17','2025-06-29 05:13:54','','','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,''),(1657,'4um','Mpesa','','2025-06-29 00:39:00','','0','6','2025-06-29 00:39:00','','0','2460','1','retail','0','2460','1','0','0','0','0','2460','0','printed',' ','','1','0','61751146691','Cleared','17','2025-06-29 05:11:02','','','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,''),(1658,'IGS','Mpesa','','2025-06-29 00:49:42','','0','4','2025-06-29 00:49:42','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','41751147355','Cleared','17','2025-06-29 02:28:12','','','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,''),(1659,'HOR','Mpesa','','2025-06-29 01:28:08','','0','4','2025-06-29 00:53:40','','0','6580','1','retail','0','6580','1','0','0','0','0','6580','0','printed',' ','','1','0','41751147430','Cleared','17','2025-06-29 02:28:52','','','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,''),(1660,'DXP','Mpesa','','2025-06-29 00:54:58','','0','8','2025-06-29 00:54:58','','0','1250','1','retail','0','1250','1','0','0','0','0','1250','0','printed',' ','','1','0','81751147681','Cleared','17','2025-06-29 02:24:43','','','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,''),(1661,'JB2','Mpesa','','2025-06-29 00:55:29','','0','8','2025-06-29 00:55:29','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','81751147728','Cleared','17','2025-06-29 02:24:57','','','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,''),(1662,'IGT','Mpesa','','2025-06-29 00:56:37','','0','8','2025-06-29 00:56:37','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','81751147796','Cleared','17','2025-06-29 02:25:11','','','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,''),(1663,'QIB','Mpesa','','2025-06-29 01:09:38','','0','4','2025-06-29 01:09:38','','0','55','1','retail','0','55','1','0','0','0','0','55','0','printed',' ','','1','0','41751148573','Cleared','17','2025-06-29 02:28:29','','','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,''),(1664,'YTX','Mpesa','','2025-06-29 01:25:38','','0','5','2025-06-29 01:25:38','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','51751149537','Cleared','17','2025-06-29 02:42:11','','','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,''),(1665,'613','Mpesa','','2025-06-29 01:26:01','','0','5','2025-06-29 01:26:01','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','51751149560','Cleared','17','2025-06-29 02:39:46','','','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,''),(1666,'WXO','Mpesa','','2025-06-29 01:26:34','','0','5','2025-06-29 01:26:34','','0','240','1','retail','0','240','1','0','0','0','0','240','0','printed',' ','','4','0','51751149593','Cleared','17','2025-06-29 02:40:04','','','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,''),(1667,'HOR','Mpesa','','2025-06-29 01:42:12','','0','4','2025-06-29 01:42:12','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','41751150532','Cleared','17','2025-06-29 02:29:07','','','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,''),(1668,'F800','Mpesa','','2025-06-29 01:52:36','','0','8','2025-06-29 01:52:36','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','81751151155','Cleared','17','2025-06-29 02:24:28','','','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,''),(1669,'EO2','Mpesa','','2025-06-29 01:53:17','','0','8','2025-06-29 01:53:17','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','81751151197','Cleared','17','2025-06-29 02:24:12','','','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,''),(1670,'ULO','Mpesa','','2025-06-29 01:54:02','','0','8','2025-06-29 01:54:02','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','81751151241','Cleared','17','2025-06-29 02:23:58','','','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,''),(1671,'RJ6','Mpesa','','2025-06-29 01:54:46','','0','8','2025-06-29 01:54:46','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','81751151285','Cleared','17','2025-06-29 02:23:43','','','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,''),(1672,'E4F','Mpesa','','2025-06-29 01:55:25','','0','8','2025-06-29 01:55:25','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','81751151324','Cleared','17','2025-06-29 02:23:27','','','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,''),(1673,'','Cash','','2025-06-29 01:56:28','','0','8','2025-06-29 01:56:28','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','81751151362','Cleared','17','2025-06-29 02:26:03','','','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,''),(1674,'4VB','Mpesa','','2025-06-29 01:58:19','','0','8','2025-06-29 01:58:19','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','81751151486','Cleared','17','2025-06-29 02:23:13','','','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,''),(1675,'','Cash','','2025-06-29 01:59:00','','0','8','2025-06-29 01:59:00','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','81751151540','Cleared','17','2025-06-29 02:26:12','','','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,''),(1676,'8GI','Cash','','2025-06-29 02:03:16','','0','5','2025-06-29 02:03:16','','1300','1500','1','retail','0','1500','1','0','0','0','0','200','0','printed',' ','','3','0','51751151783','Cleared','17','2025-06-29 02:43:36','','','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,''),(1677,'PJX','Mpesa','','2025-06-29 02:05:32','','0','4','2025-06-29 02:05:32','','0','2000','1','retail','0','2000','1','0','0','0','0','2000','0','printed',' ','','4','0','41751151879','Cleared','17','2025-06-29 02:29:34','','','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,''),(1678,'IJS','Mpesa','','2025-06-29 02:06:24','','0','4','2025-06-29 02:06:24','','0','360','1','retail','0','360','1','0','0','0','0','360','0','printed',' ','','1','0','41751151980','Cleared','17','2025-06-29 02:29:18','','','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,''),(1679,'8JI','Mpesa','','2025-06-29 02:16:21','','0','8','2025-06-29 02:16:21','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','81751152580','Cleared','17','2025-06-29 02:22:53','','','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,''),(1680,'TRJ','Mpesa','','2025-06-29 02:17:15','','0','8','2025-06-29 02:17:15','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','81751152620','Cleared','17','2025-06-29 02:22:20','','','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,''),(1681,'B9E','Mpesa','','2025-06-29 02:22:42','','0','5','2025-06-29 02:22:42','','0','1400','1','retail','0','1400','1','0','0','0','0','1400','0','printed',' ','','1','0','51751152950','Cleared','17','2025-06-29 02:42:46','','','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,''),(1682,'','Cash','','2025-06-29 02:34:16','','0','5','2025-06-29 02:34:16','','270','270','1','retail','0','270','1','0','0','0','0','0','0','printed',' ','','1','0','51751153646','Cleared','17','2025-06-29 02:42:57','','','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,''),(1683,'x6p','Mpesa','','2025-06-29 03:06:35','','0','6','2025-06-29 03:06:35','','0','2800','1','retail','0','2800','1','0','0','0','0','2800','0','printed',' ','','4','0','61751155505','Cleared','17','2025-06-29 05:12:30','','','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,''),(1684,'638','Mpesa','','2025-06-29 03:09:27','','0','6','2025-06-29 03:09:27','','0','3150','1','retail','0','3150','1','0','0','0','0','3150','0','printed',' ','','1','0','61751155608','Cleared','17','2025-06-29 05:13:28','','','2','','','',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,''),(1685,'uqu.c4z','Mpesa','','2025-06-29 03:11:27','','0','6','2025-06-29 03:11:27','','0','2740','1','retail','0','2740','1','0','0','0','0','2740','0','printed',' ','','1','0','61751155805','Cleared','17','2025-06-29 05:12:14','','','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,''),(1686,'oqc','Mpesa','','2025-06-29 05:23:49','','0','6','2025-06-29 03:12:17','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','2','0','61751155899','Cleared','17','2025-06-29 05:27:01','','','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,''),(1687,'','Cash','','2025-06-29 03:13:42','','0','6','2025-06-29 03:13:42','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','4','0','61751156004','Cleared','17','2025-06-29 05:13:41','','','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,''),(1688,'yrr','Mpesa','','2025-06-29 03:16:18','','0','4','2025-06-29 03:16:18','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','4','0','41751156177','Cleared','17','2025-06-29 04:21:09','','','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,''),(1689,'17o','Mpesa','','2025-06-29 03:33:37','','0','5','2025-06-29 03:33:37','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','4','0','51751157206','Cleared','17','2025-06-29 04:47:53','','','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,''),(1690,'','Voucher','','2025-06-29 03:42:58','','0','8','2025-06-29 03:42:58','','0','300','1','retail','0','300','1','0','300','0','0','0','0','printed',' ','','1','0','81751157753','Cleared','17','2025-06-29 03:48:33','','','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,''),(1691,'awt','Mpesa','','2025-06-29 03:46:16','','0','4','2025-06-29 03:46:16','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','41751157975','Cleared','17','2025-06-29 04:21:41','','','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,''),(1692,'bu6','Mpesa','','2025-06-29 03:48:21','','0','4','2025-06-29 03:48:21','','0','1200','1','retail','0','1200','1','0','0','0','0','1200','0','printed',' ','','1','0','41751158037','Cleared','17','2025-06-29 04:21:25','','','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,''),(1693,'hqs','Mpesa','','2025-06-29 03:53:53','','0','6','2025-06-29 03:53:53','','0','2550','1','retail','0','2550','1','0','0','0','0','2550','0','printed',' ','','1','0','61751158366','Cleared','17','2025-06-29 05:12:47','','','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,''),(1694,'e2o','Mpesa','','2025-06-29 03:57:56','','0','6','2025-06-29 03:57:56','','0','3230','1','retail','0','3230','1','0','0','0','0','3230','0','printed',' ','','1','0','61751158517','Cleared','17','2025-06-29 05:13:08','','','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,''),(1695,'','Voucher','','2025-06-29 04:14:02','','0','4','2025-06-29 04:14:02','','0','10','1','retail','0','10','1','0','10','0','0','0','0','printed',' ','','1','0','41751159641','Cleared','17','2025-06-29 04:22:03','','','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,''),(1696,'5my','Cash','','2025-06-29 04:16:13','','0','22','2025-06-29 04:16:13','','100','600','1','retail','0','600','1','0','0','0','0','500','0','printed',' ','','1','0','221751159764','Cleared','17','2025-06-29 06:03:25','','','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,''),(1697,'xty','Mpesa','','2025-06-29 04:17:45','','0','22','2025-06-29 04:17:45','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','5','0','221751159864','Cleared','17','2025-06-29 05:54:32','','','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,''),(1698,'sty','Mpesa','','2025-06-29 04:19:24','','0','22','2025-06-29 04:19:24','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','221751159933','Cleared','17','2025-06-29 05:50:29','','','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,''),(1699,'','Cash','','2025-06-29 04:21:50','','0','22','2025-06-29 04:21:50','','800','800','1','retail','0','800','1','0','0','0','0','0','0','printed',' ','','4','0','221751160102','Cleared','17','2025-06-29 05:54:45','','','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,''),(1700,'lph','Mpesa','','2025-06-29 04:25:34','','0','22','2025-06-29 04:25:34','','0','1050','1','retail','0','1050','1','0','0','0','0','1050','0','printed',' ','','1','0','221751160301','Cleared','17','2025-06-29 05:49:23','','','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,''),(1701,'uwq','Cash','','2025-06-29 04:27:29','','0','22','2025-06-29 04:27:29','','200','400','1','retail','0','400','1','0','0','0','0','200','0','printed',' ','','4','0','221751160445','Cleared','17','2025-06-29 05:59:26','','','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,''),(1702,'stl','Mpesa','','2025-06-29 04:28:55','','0','22','2025-06-29 04:28:55','','0','1200','1','retail','0','1200','1','0','0','0','0','1200','0','printed',' ','','1','0','221751160524','Cleared','17','2025-06-29 05:49: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,''),(1703,'rsh','Mpesa','','2025-06-29 04:30:46','','0','22','2025-06-29 04:30:46','','0','1300','1','retail','0','1300','1','0','0','0','0','1300','0','printed',' ','','1','0','221751160618','Cleared','17','2025-06-29 05:52:10','','','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,''),(1704,'rty','Mpesa','','2025-06-29 04:31:43','','0','22','2025-06-29 04:31:43','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','221751160702','Cleared','17','2025-06-29 05:50:00','','','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,''),(1705,'zqr','Mpesa','','2025-06-29 04:33:08','','0','22','2025-06-29 04:33:08','','0','2000','1','retail','0','2000','1','0','0','0','0','2000','0','printed',' ','','1','0','221751160776','Cleared','17','2025-06-29 05:50:13','','','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,''),(1706,'zqr','Mpesa','','2025-06-29 04:35:20','','0','22','2025-06-29 04:35:20','','0','2200','1','retail','0','2200','1','0','0','0','0','2200','0','printed',' ','','1','0','221751160880','Cleared','17','2025-06-29 05:50:59','','','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,''),(1707,'zqr','Mpesa','','2025-06-29 04:36:36','','0','22','2025-06-29 04:36:36','','0','260','1','retail','0','260','1','0','0','0','0','260','0','printed',' ','','1','0','221751160995','Cleared','17','2025-06-29 05:51:57','','','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,''),(1708,'zqr','Mpesa','','2025-06-29 04:38:28','','0','22','2025-06-29 04:38:28','','0','2990','1','retail','0','2990','1','0','0','0','0','2990','0','printed',' ','','4','0','221751161054','Cleared','17','2025-06-29 05:54:16','','','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,''),(1709,'4gm','Mpesa','','2025-06-29 04:40:03','','0','22','2025-06-29 04:40:03','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','2','0','221751161202','Cleared','17','2025-06-29 05:51:41','','','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,''),(1710,'4gm','Mpesa','','2025-06-29 04:40:42','','0','22','2025-06-29 04:40:42','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','2','0','221751161242','Cleared','17','2025-06-29 05:51:28','','','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,''),(1711,'bu6','Mpesa','','2025-06-29 04:42:20','','0','22','2025-06-29 04:42:20','','0','1200','1','retail','0','1200','1','0','0','0','0','1200','0','printed',' ','','1','0','221751161300','Cleared','17','2025-06-29 05:53:00','','','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,''),(1712,'osm','Mpesa','','2025-06-29 04:43:22','','0','22','2025-06-29 04:43:22','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','221751161401','Cleared','17','2025-06-29 05:51:14','','','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,''),(1713,'jtl','Mpesa','','2025-06-29 04:44:45','','0','22','2025-06-29 04:44:45','','0','1200','1','retail','0','1200','1','0','0','0','0','1200','0','printed',' ','','1','0','221751161464','Cleared','17','2025-06-29 05:50:45','','','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,''),(1714,'ho3','Mpesa','','2025-06-29 04:58:41','','0','5','2025-06-29 04:58:41','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','51751162310','Cleared','17','2025-06-29 05:00:56','','','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,''),(1715,'','Voucher','','2025-06-29 09:15:43','','0','14','2025-06-29 09:15:43','','0','200','1','retail','0','2700','1','0','200','0','0','0','0','printed',' ','','4','0','141751177589','Cleared','16','2025-06-30 02:14:17','','','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,''),(1716,'','Voucher','','2025-06-29 10:00:00','','0','14','2025-06-29 10:00:00','','0','100','1','retail','0','1250','1','0','100','0','0','0','0','printed',' ','','4','0','141751180152','Cleared','16','2025-06-30 02:14:32','','','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,''),(1717,'DD8','Mpesa','','2025-06-29 11:03:38','','0','3','2025-06-29 10:15:43','','0','1520','1','retail','0','1520','1','0','0','0','0','1520','0','printed',' ','','4','0','31751181299','Cleared','17','2025-06-29 20:23:40','','','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,''),(1718,'CZE','Mpesa','','2025-06-29 10:17:30','','0','3','2025-06-29 10:17:30','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','31751181432','Cleared','17','2025-06-29 20:22:58','','','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,''),(1719,'ozt','Mpesa','','2025-06-29 17:18:38','','0','3','2025-06-29 17:18:38','','0','1830','1','retail','0','1830','1','0','0','0','0','1830','0','printed',' ','','4','0','31751206621','Cleared','17','2025-06-29 20:22:15','','','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,''),(1720,'PAT','Mpesa','','2025-06-29 17:20:52','','0','3','2025-06-29 17:20:52','','0','670','1','retail','0','670','1','0','0','0','0','670','0','printed',' ','','4','0','31751206822','Cleared','17','2025-06-29 20:25: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,''),(1721,'3EW','Mpesa','','2025-06-29 17:32:45','','0','3','2025-06-29 17:32:45','','0','200','1','retail','0','200','1','0','0','0','0','200','0','printed',' ','','4','0','31751207563','Cleared','17','2025-06-29 20:27:16','','','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,''),(1722,'CCD','Mpesa','','2025-06-29 17:41:11','','0','3','2025-06-29 17:41:11','','0','2900','1','retail','0','2900','1','0','0','0','0','2900','0','printed',' ','','1','0','31751208011','Cleared','17','2025-06-29 20:25:54','','','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,''),(1723,'CQX','Mpesa','','2025-06-29 17:43:30','','0','3','2025-06-29 17:43:30','','0','1300','1','retail','0','1300','1','0','0','0','0','1300','0','printed',' ','','1','0','31751208171','Cleared','17','2025-06-29 20:27:30','','','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,''),(1724,'XHO','Mpesa','','2025-06-29 17:54:32','','0','3','2025-06-29 17:48:11','','0','2630','1','retail','0','2630','1','0','0','0','0','2630','0','printed',' ','','1','0','31751208298','Cleared','17','2025-06-29 21:09:03','','','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,''),(1725,'VOI','Mpesa','','2025-06-29 17:52:54','','0','3','2025-06-29 17:52:54','','0','2270','1','retail','0','2270','1','0','0','0','0','2270','0','printed',' ','','1','0','31751208669','Cleared','17','2025-06-29 20:23:59','','','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,''),(1726,'B31','Mpesa','','2025-06-29 17:56:15','','0','3','2025-06-29 17:56:15','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','31751208958','Cleared','17','2025-06-29 20:27:00','','','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,''),(1727,'XHO','Mpesa','','2025-06-29 17:59:09','','0','3','2025-06-29 17:59:09','','0','110','1','retail','0','110','1','0','0','0','0','110','0','printed',' ','','1','0','31751209140','Cleared','17','2025-06-29 20:22:34','','','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,''),(1728,'','Cash','','2025-06-29 18:00:52','','0','3','2025-06-29 18:00:52','','1010','1010','1','retail','0','1010','1','0','0','0','0','0','0','printed',' ','','1','0','31751209228','Cleared','17','2025-06-29 20:28:33','','','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,''),(1729,'HDP','Mpesa','','2025-06-29 18:01:51','','0','3','2025-06-29 18:01:51','','0','380','1','retail','0','380','1','0','0','0','0','380','0','printed',' ','','4','0','31751209303','Cleared','17','2025-06-29 20:26:37','','','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,''),(1730,'KP7','Mpesa','','2025-06-29 18:04:01','','0','3','2025-06-29 18:04:01','','0','460','1','retail','0','460','1','0','0','0','0','460','0','printed',' ','','1','0','31751209383','Cleared','17','2025-06-29 20:26:23','','','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,''),(1731,'PPA','Mpesa','','2025-06-29 18:05:35','','0','3','2025-06-29 18:05:35','','0','150','1','retail','0','150','1','0','0','0','0','150','0','printed',' ','','1','0','31751209521','Cleared','17','2025-06-29 20:26:09','','','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,''),(1732,'G7O','Mpesa','','2025-06-29 19:07:51','','0','3','2025-06-29 18:08:20','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','31751209699','Cleared','17','2025-06-29 20:28:04','','','2','','','',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,''),(1733,'4ID,KAC,','Mpesa','','2025-06-29 18:13:10','','0','3','2025-06-29 18:13:10','','0','4090','1','retail','0','4090','1','0','0','0','0','4090','0','printed',' ','','4','0','31751209773','Cleared','17','2025-06-29 21:08:34','','','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,''),(1734,'','Cash','','2025-06-29 19:23:25','','0','4','2025-06-29 18:40:49','','1530','1530','1','retail','0','1530','1','0','0','0','0','0','0','printed',' ','','1','0','41751211639','Cleared','17','2025-06-30 00:28:34','','','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,''),(1735,'1TU','Cash','','2025-06-29 20:54:55','','0','4','2025-06-29 18:41:36','','1000','2230','1','retail','0','2230','1','0','0','0','0','1230','0','printed',' ','','4','0','41751211669','Cleared','17','2025-06-30 00:29:56','','','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,''),(1736,'p6b','Mpesa','','2025-06-29 18:42:05','','0','4','2025-06-29 18:42:05','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','41751211712','Cleared','17','2025-06-30 00:25:55','','','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,''),(1737,'','Cash','','2025-06-29 18:42:35','','0','4','2025-06-29 18:42:35','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','1','0','41751211753','Cleared','17','2025-06-30 00:28:22','','','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,''),(1738,'VCB','Mpesa','','2025-06-29 19:09:16','','0','3','2025-06-29 19:09:16','','0','30','1','retail','0','30','1','0','0','0','0','30','0','printed',' ','','1','0','31751213355','Cleared','17','2025-06-29 20:27:46','','','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,''),(1739,'GU7,BIU','Mpesa','','2025-06-29 19:57:54','','0','4','2025-06-29 19:24:15','','0','1460','1','retail','0','1460','1','0','0','0','0','1460','0','printed',' ','','1','0','41751214250','Cleared','17','2025-06-30 00:28:54','','','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,''),(1740,'','Voucher','','2025-06-29 19:35:52','','0','3','2025-06-29 19:35:52','','0','50','1','retail','0','50','1','0','50','0','0','0','0','printed',' ','','1','0','31751214950','Cleared','17','2025-06-29 20:28:19','','','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,''),(1741,'hop','Mpesa','','2025-06-29 19:49:07','','0','8','2025-06-29 19:49:07','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','81751215746','Cleared','17','2025-06-30 02:24:21','','','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,''),(1742,'3yw','Mpesa','','2025-06-29 19:49:45','','0','8','2025-06-29 19:49:45','','0','40','1','retail','0','40','1','0','0','0','0','40','0','printed',' ','','1','0','81751215785','Cleared','17','2025-06-30 01:56:51','','','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,''),(1743,'JHB','Mpesa','','2025-06-29 19:50:50','','0','8','2025-06-29 19:50:50','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','2','0','81751215823','Cleared','17','2025-06-30 01:58:18','','','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,''),(1744,'','Voucher','','2025-06-29 19:51:21','','0','8','2025-06-29 19:51:21','','0','100','1','retail','0','100','1','0','100','0','0','0','0','printed',' ','','1','0','81751215880','Cleared','17','2025-06-30 01:59:17','','','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,''),(1745,'Z88','Mpesa','','2025-06-29 19:55:49','','0','4','2025-06-29 19:55:49','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','41751216147','Cleared','17','2025-06-30 00:29:06','','','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,''),(1746,'3CN','Mpesa','','2025-06-29 20:08:47','','0','22','2025-06-29 20:08:47','','0','2050','1','retail','0','2050','1','0','0','0','0','2050','0','printed',' ','','1','0','221751216896','Cleared','17','2025-06-29 22:57:28','','','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,''),(1747,'MQR','Mpesa','','2025-06-29 20:10:08','','0','22','2025-06-29 20:10:08','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','221751216970','Cleared','17','2025-06-29 22:58:29','','','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,''),(1748,'CQL','Mpesa','','2025-06-29 20:10:53','','0','22','2025-06-29 20:10:53','','0','570','1','retail','0','570','1','0','0','0','0','570','0','printed',' ','','1','0','221751217041','Cleared','17','2025-06-29 22:57:44','','','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,''),(1749,'','Voucher','','2025-06-29 20:17:05','','0','22','2025-06-29 20:17:05','','0','100','1','retail','0','100','1','0','100','0','0','0','0','printed',' ','','1','0','221751217423','Cleared','17','2025-06-29 22:58:44','','','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,''),(1750,'','Cash','','2025-06-29 20:18:21','','0','22','2025-06-29 20:18:21','','0','0','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','100','221751217500','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,'3WP','Mpesa','','2025-06-29 21:25:25','','0','5','2025-06-29 21:25:25','','0','1700','1','retail','0','1700','1','0','0','0','0','1700','0','printed',' ','','1','0','51751221457','Cleared','17','2025-06-29 23:57:27','','','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,''),(1752,'','Cash','','2025-06-29 21:28:22','','0','5','2025-06-29 21:28:22','','1900','1900','1','retail','0','1900','1','0','0','0','0','0','0','printed',' ','','4','0','51751221693','Cleared','17','2025-06-29 23:58:45','','','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,''),(1753,'','Cash','','2025-06-29 21:30:40','','0','5','2025-06-29 21:30:40','','2025','2025','1','retail','0','2025','1','0','0','0','0','0','0','printed',' ','','1','0','51751221753','Cleared','17','2025-06-29 23:58:55','','','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,''),(1754,'','Cash','','2025-06-29 21:31:47','','0','5','2025-06-29 21:31:47','','1780','1780','1','retail','0','1780','1','0','0','0','0','0','0','printed',' ','','1','0','51751221898','Cleared','17','2025-06-29 23:55:50','','','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,''),(1755,'FHA','Mpesa','','2025-06-29 21:32:34','','0','5','2025-06-29 21:32:34','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','51751221954','Cleared','17','2025-06-29 23:56:57','','','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,''),(1756,'ISS','Mpesa','','2025-06-29 21:33:29','','0','5','2025-06-29 21:33:29','','0','300','1','retail','0','300','1','0','0','0','0','300','0','printed',' ','','1','0','51751222008','Cleared','17','2025-06-29 23:56:09','','','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,''),(1757,'ISS','Mpesa','','2025-06-29 21:34:05','','0','5','2025-06-29 21:34:05','','0','120','1','retail','0','120','1','0','0','0','0','120','0','printed',' ','','4','0','51751222044','Cleared','17','2025-06-29 23:57:13','','','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,''),(1758,'3R4','Mpesa','','2025-06-29 21:34:54','','0','5','2025-06-29 21:34:54','','0','250','1','retail','0','250','1','0','0','0','0','250','0','printed',' ','','1','0','51751222093','Cleared','17','2025-06-29 23:57:45','','','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,''),(1759,'3R4','Mpesa','','2025-06-29 21:35:41','','0','5','2025-06-29 21:35:41','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','4','0','51751222133','Cleared','17','2025-06-29 23:58:00','','','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,''),(1760,'KYY','Mpesa','','2025-06-29 21:36:29','','0','5','2025-06-29 21:36:29','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','51751222188','Cleared','17','2025-06-29 23:58:15','','','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,''),(1761,'I34','Mpesa','','2025-06-29 21:37:24','','0','5','2025-06-29 21:37:24','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','51751222233','Cleared','17','2025-06-29 23:59:40','','','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,''),(1762,'3wp','Mpesa','','2025-06-29 21:47:29','','0','22','2025-06-29 21:47:29','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','4','0','221751222822','Cleared','17','2025-06-29 23:54:55','','','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,''),(1763,'t1t','Mpesa','','2025-06-29 21:51:49','','0','4','2025-06-29 21:51:49','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','4','0','41751223108','Cleared','17','2025-06-30 00:25:41','','','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,''),(1764,'','Cash','','2025-06-29 22:01:47','','0','8','2025-06-29 22:01:47','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','4','0','81751223689','No','','','','','1','','','',0.00,0.00,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-06-29 22:02:54','','0','8','2025-06-29 22:02:54','','0','0','1','retail','0','1050','1','0','0','0','0','0','0','new',' ','','1','1050','81751223749','No','','','','','2','','','',0.00,0.00,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,'TLE','Mpesa','','2025-06-29 22:04:25','','0','8','2025-06-29 22:04:25','','0','1900','1','retail','0','1900','1','0','0','0','0','1900','0','printed',' ','','1','0','81751223858','Cleared','17','2025-06-30 01:58:06','','','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,''),(1767,'mda','Mpesa','','2025-06-29 22:04:57','','0','8','2025-06-29 22:04:57','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','81751223896','Cleared','17','2025-06-30 01:57:08','','','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,''),(1768,'9CS','Mpesa','','2025-06-29 22:17:11','','0','5','2025-06-29 22:17:11','','0','3850','1','retail','0','3850','1','0','0','0','0','3850','0','printed',' ','','1','0','51751224484','Cleared','17','2025-06-29 23:58:32','','','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,''),(1769,'9CS','Mpesa','','2025-06-29 22:19:52','','0','5','2025-06-29 22:19:52','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','4','0','51751224785','Cleared','17','2025-06-29 23:56:43','','','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,''),(1770,'f4a','Mpesa','','2025-06-29 22:25:24','','0','4','2025-06-29 22:25:24','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','3','0','41751225123','Cleared','17','2025-06-30 00:33:15','','','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,''),(1771,'','Cash','','2025-06-29 22:25:48','','0','4','2025-06-29 22:25:48','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','new',' ','','3','0','41751225147','No','','','','','1','','','',0.00,0.00,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,'9CS','Mpesa','','2025-06-29 22:32:45','','0','22','2025-06-29 22:32:45','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','4','0','221751225460','Cleared','17','2025-06-29 22:58:14','','','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,''),(1773,'KYH','Mpesa','','2025-06-29 22:40:29','','0','8','2025-06-29 22:40:29','','0','450','1','retail','0','450','1','0','0','0','0','450','0','printed',' ','','4','0','81751226021','Cleared','17','2025-06-30 01:57:37','','','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,''),(1774,'','Cash','','2025-06-29 22:41:50','','0','5','2025-06-29 22:41:50','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','4','0','51751226109','No','','','','','1','','','',0.00,0.00,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,'','Voucher','','2025-06-29 22:56:52','','0','5','2025-06-29 22:56:52','','0','350','1','retail','0','350','1','0','350','0','0','0','0','printed',' ','','4','0','51751227004','Cleared','17','2025-06-29 23:56:27','','','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,''),(1776,'KHA','Mpesa','','2025-06-29 23:48:02','','0','4','2025-06-29 23:48:02','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','1','0','41751230052','Cleared','17','2025-06-30 00:30:12','','','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,''),(1777,'T28','Mpesa','','2025-06-29 23:48:42','','0','4','2025-06-29 23:48:42','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','1','0','41751230122','Cleared','17','2025-06-30 00:28:11','','','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,''),(1778,'z70,z2s','Mpesa','','2025-06-29 23:49:15','','0','4','2025-06-29 23:49:15','','0','700','1','retail','0','700','1','0','0','0','0','700','0','printed',' ','','1','0','41751230143','Cleared','17','2025-06-30 00:27:51','','','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,''),(1779,'KYH','Mpesa','','2025-06-30 00:00:55','','0','8','2025-06-30 00:00:55','','0','100','1','retail','0','100','1','0','0','0','0','100','0','printed',' ','','4','0','81751230854','Cleared','17','2025-06-30 01:57:23','','','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,''),(1780,'','Cash','','2025-06-30 00:05:17','','0','8','2025-06-30 00:05:17','','900','900','1','retail','0','900','1','0','0','0','0','0','0','printed',' ','','1','0','81751231088','Cleared','17','2025-06-30 01:53:16','','','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,''),(1781,'HF9','Mpesa','','2025-06-30 00:06:13','','0','8','2025-06-30 00:06:13','','0','520','1','retail','0','520','1','0','0','0','0','520','0','printed',' ','','1','0','81751231173','Cleared','17','2025-06-30 01:58:45','','','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,''),(1782,'5c9','Mpesa','','2025-06-30 00:07:18','','0','8','2025-06-30 00:07:18','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','81751231219','Cleared','17','2025-06-30 01:56:33','','','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,''),(1783,'4fh','Mpesa','','2025-06-30 00:10:42','','0','22','2025-06-30 00:10:42','','0','350','1','retail','0','350','1','0','0','0','0','350','0','printed',' ','','4','0','221751231434','Cleared','17','2025-06-30 01:43:24','','','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,''),(1784,'ZAB','Mpesa','','2025-06-30 00:12:07','','0','8','2025-06-30 00:12:07','','0','15','1','retail','0','15','1','0','0','0','0','15','0','printed',' ','','1','0','81751231526','Cleared','17','2025-06-30 01:59:00','','','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,''),(1785,'','Cash','','2025-06-30 00:15:01','','0','8','2025-06-30 00:15:01','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','81751231700','Cleared','17','2025-06-30 01:53:07','','','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,''),(1786,'RVZ','Mpesa','','2025-06-30 00:17:59','','0','8','2025-06-30 00:17:59','','0','1000','1','retail','0','1000','1','0','0','0','0','1000','0','printed',' ','','1','0','81751231878','Cleared','17','2025-06-30 01:57:52','','','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,''),(1787,'','Cash','','2025-06-30 00:19:11','','0','4','2025-06-30 00:19:11','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','1','0','41751231950','Cleared','17','2025-06-30 00:26:03','','','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,''),(1788,'','Cash','','2025-06-30 00:23:46','','0','8','2025-06-30 00:23:46','','15','15','1','retail','0','15','1','0','0','0','0','0','0','printed',' ','','1','0','81751232225','Cleared','17','2025-06-30 01:52:54','','','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,''),(1789,'6H9','Mpesa','','2025-06-30 00:44:45','','0','22','2025-06-30 00:44:45','','0','15','1','retail','0','15','1','0','0','0','0','15','0','printed',' ','','1','0','221751233484','Cleared','17','2025-06-30 01:35:56','','','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,''),(1790,'6H9','Cash','','2025-06-30 00:47:58','','0','22','2025-06-30 00:47:58','','0','15','1','retail','0','15','1','0','0','0','0','15','0','printed',' ','','1','0','221751233677','Cleared','17','2025-06-30 01:35:22','','','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,''),(1791,'6H9','Mpesa','','2025-06-30 00:52:33','','0','22','2025-06-30 00:52:33','','0','45','1','retail','0','45','1','0','0','0','0','45','0','printed',' ','','1','0','221751233952','Cleared','17','2025-06-30 01:35:37','','','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,''),(1792,'','Cash','','2025-06-30 01:19:01','','0','8','2025-06-30 01:19:01','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','4','0','81751235540','Cleared','17','2025-06-30 01:53:28','','','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,''),(1793,'UNG','Mpesa','','2025-06-30 01:55:44','','0','22','2025-06-30 01:55:44','','0','600','1','retail','0','600','1','0','0','0','0','600','0','printed',' ','','1','0','221751237743','Cleared','17','2025-06-30 02:07:13','','','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,''),(1794,'bh4','Mpesa','','2025-06-30 02:08:19','','0','5','2025-06-30 02:08:19','','0','1450','1','retail','0','1450','1','0','0','0','0','1450','0','printed',' ','','1','0','51751238478','Cleared','17','2025-06-30 02:40:21','','','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,''),(1795,'ttu','Mpesa','','2025-06-30 02:12:37','','0','5','2025-06-30 02:12:37','','0','3370','1','retail','0','3370','1','0','0','0','0','3370','0','printed',' ','','1','0','51751238630','Cleared','17','2025-06-30 02:40:38','','','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,''),(1796,'','Cash','','2025-06-30 02:20:19','','0','8','2025-06-30 02:14:51','','200','400','1','retail','0','400','1','0','200','0','0','0','0','printed',' ','','1','0','81751238890','Cleared','17','2025-06-30 02:21:34','','','2','','','',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,''),(1797,'7al','Mpesa','','2025-06-30 12:58:53','','0','3','2025-06-30 12:41:08','','0','650','1','retail','0','650','1','0','0','0','0','650','0','printed',' ','','4','0','31751276435','Cleared','17','2025-06-30 18:11:04','','','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,''),(1798,'ktl','Mpesa','','2025-06-30 12:45:40','','0','3','2025-06-30 12:45:40','','0','500','1','retail','0','500','1','0','0','0','0','500','0','printed',' ','','1','0','31751276500','Cleared','17','2025-06-30 18:08:35','','','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,''),(1799,'','Cash','','2025-06-30 14:12:40','','0','3','2025-06-30 13:03:31','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','1','0','31751277553','Cleared','17','2025-06-30 18:07:45','','','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,''),(1800,'iyp','Mpesa','','2025-06-30 13:14:11','','0','3','2025-06-30 13:14:11','','0','15','1','retail','0','15','1','0','0','0','0','15','0','printed',' ','','1','0','31751278449','Cleared','17','2025-06-30 18:08:16','','','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,''),(1801,'s64','Mpesa','','2025-06-30 13:58:40','','0','3','2025-06-30 13:58:40','','0','710','1','retail','0','710','1','0','0','0','0','710','0','printed',' ','','1','0','31751281074','Cleared','17','2025-06-30 18:07:24','','','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,''),(1802,'','Cash','','2025-06-30 15:23:57','','0','3','2025-06-30 13:59:42','','850','850','1','retail','0','850','1','0','0','0','0','0','0','new',' ','','1','0','31751281170','No','3','2025-06-30 15:23: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,''),(1803,'','Voucher','','2025-06-30 15:21:33','','0','3','2025-06-30 15:03:18','','0','120','1','retail','0','120','1','0','120','0','0','0','0','printed',' ','','1','0','31751284995','Cleared','17','2025-06-30 18:08:56','','','2','','','',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,''),(1804,'','Cash','','2025-06-30 18:13:20','','0','4','2025-06-30 15:46:49','','1070','1070','1','retail','0','1070','1','0','0','0','0','0','0','new',' ','','1','0','41751287565','No','4','2025-06-30 18:13:20','','','','','','',0.00,0.00,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-06-30 18:18:09','','0','4','2025-06-30 16:46:24','','2700','2700','1','retail','0','2700','1','0','0','0','0','0','0','new',' ','','4','0','41751291092','No','4','2025-06-30 18:18: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,''),(1806,'','Cash','','2025-06-30 16:51:12','','0','4','2025-06-30 16:51:12','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','printed',' ','','3','0','41751291470','Cleared','17','2025-06-30 18:15:54','','','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,''),(1807,'xm1','Mpesa','','2025-06-30 17:12:28','','0','4','2025-06-30 17:12:28','','0','400','1','retail','0','400','1','0','0','0','0','400','0','printed',' ','','1','0','41751292715','Cleared','17','2025-06-30 18:16:10','','','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,''),(1808,'','Cash','','2025-06-30 18:55:13','','0','4','2025-06-30 18:55:13','','800','800','1','retail','0','800','1','0','0','0','0','0','0','new',' ','','4','0','41751298886','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,''); /*!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 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 */; /*!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=5836 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,'51749050508','165',1.00,'100','retail','0','2025-06-04 18:21:48','','','','33.33','Cash',13.79,'100','','','5','16.00','1','2025-06-04 15:22:02','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','43.00','42','Inclusive','branch','Inventory','','','','yes','','','5174905051150325225534'),(2,'51749051282','209',3.00,'780','retail','0','2025-06-04 18:34:42','','','','175','Cash',107.59,'260','','','5','16.00','1','2025-06-04 15:36:26','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'3','31.00','28','Inclusive','branch','Inventory','','','','yes','','','5174905129000001032210'),(3,'51749051282','136',2.00,'520','retail','0','2025-06-04 18:35:40','','','','210','Cash',71.72,'260','','','5','16.00','1','2025-06-04 15:36:26','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','59.00','57','Inclusive','branch','Inventory','','','','yes','','','5174905134220443733323'),(4,'51749051463','196',1.00,'20','retail','0','2025-06-04 18:37:44','','','','14','Cash',2.76,'20','','','5','16.00','1','2025-06-04 15:39:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','32.00','31','Inclusive','branch','Inventory','','','','yes','','','5174905146620232453530'),(5,'51749051719','22',1.00,'300','retail','0','2025-06-04 18:41:59','','','','0','Cash',41.38,'300','','','5','16.00','1','2025-06-04 15:50:46','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','','5174905172430243104153'),(6,'51749051719','45',1.00,'50','retail','0','2025-06-04 18:42:30','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-04 15:50:46','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','','5174905175250572330055'),(7,'51749052443','209',1.00,'260','retail','0','2025-06-04 18:54:03','','','','175','Cash',35.86,'260','','','5','16.00','1','2025-06-04 15:58:21','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','28.00','27','Inclusive','branch','Inventory','','','','yes','','','5174905244531323525343'),(8,'51749052443','209',1.00,'260','retail','0','2025-06-04 18:54:48','','','','175','Cash',35.86,'260','','','5','16.00','1','2025-06-04 15:58:21','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','27.00','26','Inclusive','branch','Inventory','','','','yes','','','5174905249237242254023'),(9,'51749052443','138',2.00,'600','retail','0','2025-06-04 18:55:25','','','','265','Cash',82.76,'300','','','5','16.00','1','2025-06-04 15:58:21','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','9.00','7','Inclusive','branch','Inventory','','','','yes','','','5174905252850342222020'),(10,'51749052443','209',2.00,'520','retail','0','2025-06-04 18:55:57','','','','175','Cash',71.72,'260','','','5','16.00','1','2025-06-04 15:58:21','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','26.00','24','Inclusive','branch','Inventory','','','','yes','','','5174905256031042302203'),(11,'51749052443','165',1.00,'100','retail','0','2025-06-04 18:57:18','','','','33.33','Cash',13.79,'100','','','5','16.00','1','2025-06-04 15:58:21','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','42.00','41','Inclusive','branch','Inventory','','','','yes','','','5174905264132376350300'),(12,'51749052443','138',1.00,'300','retail','0','2025-06-04 18:57:42','','','','265','Cash',41.38,'300','','','5','16.00','1','2025-06-04 15:58:21','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','5174905266523935320231'),(13,'111749052794','19',2.00,'100','retail','0','2025-06-04 18:59:54','','','','0','Cash',13.79,'50','','','11','16.00','1','2025-06-04 16:10:39','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','10000.00','9998','Inclusive','branch','Inventory','','','','yes','','','11174905279882132095332'),(14,'111749052794','199',1.00,'50','retail','0','2025-06-04 19:02:38','','','','35','Cash',6.90,'50','','','11','16.00','1','2025-06-04 16:10:39','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','11174905296000313523760'),(15,'111749052794','200',1.00,'50','retail','0','2025-06-04 19:02:48','','','','35','Cash',6.90,'50','','','11','16.00','1','2025-06-04 16:10:39','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','11174905297092233292523'),(16,'111749052794','52',1.00,'450','retail','0','2025-06-04 19:03:32','','','','0','Cash',62.07,'450','','','11','16.00','1','2025-06-04 16:10:39','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','','11174905301421230313230'),(17,'111749052794','37',1.00,'100','retail','0','2025-06-04 19:03:58','','','','0','Cash',13.79,'100','','','11','16.00','1','2025-06-04 16:10:39','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','','11174905304123023413300'),(18,'111749052794','165',1.00,'100','retail','0','2025-06-04 19:05:03','','','','33.33','Cash',13.79,'100','','','11','16.00','1','2025-06-04 16:10:39','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','41.00','40','Inclusive','branch','Inventory','','','','yes','','','11174905310611222352021'),(19,'111749052794','22',1.00,'300','retail','0','2025-06-04 19:06:31','','','','0','Cash',41.38,'300','','','11','16.00','1','2025-06-04 16:10:39','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9999.00','9998','Inclusive','branch','Inventory','','','','yes','','','11174905319322012000222'),(20,'111749052794','138',1.00,'300','retail','0','2025-06-04 19:07:56','','','','265','Cash',41.38,'300','','','11','16.00','1','2025-06-04 16:10:39','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','11174905327893522020272'),(21,'111749052794','138',1.00,'300','retail','0','2025-06-04 19:08:58','','','','265','Cash',41.38,'300','','','11','16.00','1','2025-06-04 16:10:39','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','11174905333933003220030'),(22,'111749052794','209',4.00,'1040','retail','0','2025-06-04 19:09:32','','','','175','Cash',143.45,'260','','','11','16.00','1','2025-06-04 16:10:39','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','24.00','20','Inclusive','branch','Inventory','','','','yes','','','11174905337500710233037'),(23,'111749052794','165',1.00,'100','retail','0','2025-06-04 19:09:57','','','','33.33','Cash',13.79,'100','','','11','16.00','1','2025-06-04 16:10:39','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','40.00','39','Inclusive','branch','Inventory','','','','yes','','','11174905339903090332902'),(24,'111749052794','138',1.00,'300','retail','0','2025-06-04 19:10:14','','','','265','Cash',41.38,'300','','','11','16.00','1','2025-06-04 16:10:39','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','11174905341613207393214'),(25,'111749053532','218',1.00,'260','retail','0','2025-06-04 19:12:12','','','','200','Cash',35.86,'260','','','11','16.00','1','2025-06-04 16:22:39','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','30.00','29','Inclusive','branch','Inventory','','','','yes','','','11174905353420393405303'),(26,'111749053532','244',1.00,'200','retail','0','2025-06-04 19:13:25','','','','200','Cash',27.59,'200','','','11','16.00','1','2025-06-04 19:06:27','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','11174905360833823322240'),(27,'111749053532','218',1.00,'260','retail','0','2025-06-04 19:14:06','','','','200','Cash',35.86,'260','','','11','16.00','1','2025-06-04 16:22:39','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','29.00','28','Inclusive','branch','Inventory','','','','yes','','','11174905365330523220610'),(28,'111749053532','1',1.00,'100','retail','0','2025-06-04 19:15:12','','','','0','Cash',13.79,'100','','','11','16.00','1','2025-06-04 16:22:39','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','A','11174905371723207743003'),(29,'111749053532','22',1.00,'300','retail','0','2025-06-04 19:16:10','','','','0','Cash',41.38,'300','','','11','16.00','1','2025-06-04 16:22:39','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9998.00','9997','Inclusive','branch','Inventory','','','','yes','','','11174905377223103210331'),(30,'111749053532','45',1.00,'50','retail','0','2025-06-04 19:18:20','','','','0','Cash',6.90,'50','','','11','16.00','1','2025-06-04 16:22:39','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9999.00','9998','Inclusive','branch','Inventory','','','','yes','','','11174905390301903110010'),(31,'111749053532','117',1.00,'350','retail','0','2025-06-04 19:19:09','','','','245','Cash',48.28,'350','','','11','16.00','1','2025-06-04 16:22:39','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','11174905395115222453330'),(32,'111749053532','160',1.00,'100','retail','0','2025-06-04 19:19:32','','','','41.67','Cash',13.79,'100','','','11','16.00','1','2025-06-04 16:22:39','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','75.00','74','Inclusive','branch','Inventory','','','','yes','','','11174905397513990222302'),(33,'111749053532','165',1.00,'100','retail','0','2025-06-04 19:20:17','','','','33.33','Cash',13.79,'100','','','11','16.00','1','2025-06-04 16:22:39','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','39.00','38','Inclusive','branch','Inventory','','','','yes','','','11174905401934113204330'),(34,'111749053532','39',2.00,'400','retail','0','2025-06-04 19:21:06','','','','0','Cash',55.17,'200','','','11','16.00','1','2025-06-04 16:22:39','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','10000.00','9998','Inclusive','branch','Inventory','','','','yes','','','11174905406934116302330'),(36,'31749054247','89',4.00,'1000','retail','0','2025-06-04 19:24:07','','','','175','Cash',137.93,'250','','','3','16.00','1','2025-06-04 16:26:02','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'4','455.00','451','Inclusive','branch','Inventory','','','','yes','','','3174905435333532274304'),(37,'31749054441','53',1.00,'900','retail','0','2025-06-04 19:27:22','','','','0','Cash',124.14,'900','','','3','16.00','1','2025-06-04 16:27:55','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','','3174905444333537134232'),(38,'31749054441','45',1.00,'50','retail','0','2025-06-04 19:27:36','','','','0','Cash',6.90,'50','','','3','16.00','1','2025-06-04 16:27:55','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9998.00','9997','Inclusive','branch','Inventory','','','','yes','','','3174905445709403745142'),(39,'31749054441','46',2.00,'200','retail','0','2025-06-04 19:27:46','','','','0','Cash',27.59,'100','','','3','16.00','1','2025-06-04 16:27:55','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','10000.00','9998','Inclusive','branch','Inventory','','','','yes','','','3174905446913494723343'),(67,'51749056574','180',1.00,'300','retail','0','2025-06-04 20:02:54','','','','185','Cash',41.38,'300','','','5','16.00','1','2025-06-04 17:03:02','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','21.00','20','Inclusive','branch','Inventory','','','','yes','','','5174905657502236322034'),(68,'51749056731','89',1.00,'250','retail','0','2025-06-04 20:05:32','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-04 17:07:54','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','451.00','450','Inclusive','branch','Inventory','','','','yes','','','5174905685888302304224'),(69,'51749057942','205',1.00,'300','retail','0','2025-06-04 20:25:42','','','','225','Cash',41.38,'300','','','5','16.00','1','2025-06-04 17:27:21','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','5174905794333274027724'),(70,'51749057942','119',1.00,'400','retail','0','2025-06-04 20:25:59','','','','250','Cash',55.17,'400','','','5','16.00','1','2025-06-04 17:27:21','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','5174905796033332723205'),(71,'51749057942','165',1.00,'100','retail','0','2025-06-04 20:27:13','','','','33.33','Cash',13.79,'100','','','5','16.00','1','2025-06-04 17:27:21','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','34.00','33','Inclusive','branch','Inventory','','','','yes','','','5174905803493134242323'),(72,'111749060895','176',1.00,'300','retail','0','2025-06-04 21:14:55','','','','180','Cash',41.38,'300','','','11','16.00','1','2025-06-04 18:15:33','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','24.00','23','Inclusive','branch','Inventory','','','','yes','','','11174906089661236034100'),(73,'111749060895','176',1.00,'300','retail','0','2025-06-04 21:15:18','','','','180','Cash',41.38,'300','','','11','16.00','1','2025-06-04 18:15:33','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','23.00','22','Inclusive','branch','Inventory','','','','yes','','','11174906091960169932342'),(74,'111749061708','249',1.00,'3500','retail','0','2025-06-04 21:28:28','','','','2500','Cash',482.76,'3500','','','11','16.00','1','2025-06-04 18:28:48','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',3017.24,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174906172442223411311'),(75,'51749061936','136',1.00,'260','retail','0','2025-06-04 21:32:16','','','','210','Cash',35.86,'260','','','5','16.00','1','2025-06-04 18:32:24','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','56.00','55','Inclusive','branch','Inventory','','','','yes','','','5174906193823733228102'),(76,'51749061986','89',2.00,'500','retail','0','2025-06-04 21:33:06','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-04 18:34:05','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','450.00','448','Inclusive','branch','Inventory','','','','yes','','','5174906204033032232022'),(77,'51749062172','22',1.00,'300','retail','0','2025-06-04 21:36:12','','','','0','Cash',41.38,'300','','','5','16.00','1','2025-06-04 18:36:16','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9996.00','9995','Inclusive','branch','Inventory','','','','yes','','','5174906217330023320359'),(78,'111749062345','244',1.00,'200','retail','0','2025-06-04 21:39:05','','','','150','Cash',27.59,'200','','','11','16.00','1','2025-06-04 18:39:55','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','','11174906234623061002123'),(79,'51749062538','45',1.00,'50','retail','0','2025-06-04 21:42:18','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-04 18:42:22','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9990.00','9989','Inclusive','branch','Inventory','','','','yes','','','5174906253920320393235'),(80,'111749063051','46',1.00,'100','retail','0','2025-06-04 21:50:51','','','','0','Cash',13.79,'100','','','11','16.00','1','2025-06-04 19:03:43','4','4','returned','1','new','pcs','','2025-06-04 22:03:43','11','yes','','0','','','VATABLE',86.21,'1','9995.00','9994','Inclusive','branch','Inventory','','','','yes','','','11174906305202230242352'),(81,'111749063051','23',1.00,'600','retail','0','2025-06-04 21:51:13','','','','0','Cash',82.76,'600','','','11','16.00','1','2025-06-04 18:51:19','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9999.00','9998','Inclusive','branch','Inventory','','','','yes','','','11174906307537322010223'),(82,'111749063427','165',1.00,'100','retail','0','2025-06-04 21:57:07','','','','33.33','Cash',13.79,'100','','','11','16.00','1','2025-06-04 18:57:13','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','33.00','32','Inclusive','branch','Inventory','','','','yes','','','11174906342827323233623'),(83,'51749066360','212',1.00,'1000','retail','0','2025-06-04 22:46:00','','','','860','Cash',137.93,'1000','','','5','16.00','1','2025-06-04 19:47:09','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','5174906639902320910322'),(84,'51749066360','165',1.00,'100','retail','0','2025-06-04 22:47:02','','','','33.33','Cash',13.79,'100','','','5','16.00','1','2025-06-04 19:47:09','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','32.00','31','Inclusive','branch','Inventory','','','','yes','','','5174906642223920630407'),(85,'51749066487','28',1.00,'700','retail','0','2025-06-04 22:48:07','','','','0','Cash',96.55,'700','','','5','16.00','1','2025-06-04 19:48:21','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','','5174906648860232068676'),(86,'51749066487','45',1.00,'50','retail','0','2025-06-04 22:48:16','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-04 19:48:21','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9989.00','9988','Inclusive','branch','Inventory','','','','yes','','','5174906649713402156292'),(87,'51749066744','28',1.00,'700','retail','0','2025-06-04 22:52:24','','','','0','Cash',96.55,'700','','','5','16.00','1','2025-06-04 19:52:38','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9999.00','9998','Inclusive','branch','Inventory','','','','yes','','','5174906674572492322332'),(88,'51749066744','45',1.00,'50','retail','0','2025-06-04 22:52:33','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-04 19:52:38','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9988.00','9987','Inclusive','branch','Inventory','','','','yes','','','5174906675443452269034'),(90,'111749069214','259',1.00,'1000','retail','0','2025-06-04 23:33:34','','','','500','Cash',137.93,'1000','','','11','16','1','2025-06-04 20:37:50','3','18','new','1','printed','pcs','','','','yes','','0','','','VATABLE',862.07,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174906921533912202323'),(91,'51749069801','154',1.00,'400','retail','0','2025-06-04 23:43:21','','','','270','Cash',55.17,'400','','','5','16.00','1','2025-06-04 20:43:34','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','5174906980139383014921'),(92,'51749069801','178',1.00,'100','retail','0','2025-06-04 23:43:30','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-04 20:48:41','1','15','returned','1','new','pcs','','2025-06-04 23:48:41','11','yes','','0','','','VATABLE',86.21,'1','38.00','37','Inclusive','branch','Inventory','','','','yes','','','5174906981133132612323'),(93,'51749069897','134',2.00,'600','retail','0','2025-06-04 23:45:03','','','','180','Cash',82.76,'300','','','5','16.00','1','2025-06-04 20:45:44','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','23.00','21','Inclusive','branch','Inventory','','','','yes','','','5174906990441001203443'),(94,'51749069897','136',3.00,'780','retail','0','2025-06-04 23:45:39','','','','210','Cash',107.59,'260','','','5','16.00','1','2025-06-04 20:45:44','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'3','55.00','52','Inclusive','branch','Inventory','','','','yes','','','5174906994030315923422'),(95,'51749070499','154',1.00,'400','retail','0','2025-06-04 23:54:59','','','','270','Cash',55.17,'400','','','5','16.00','1','2025-06-04 20:55:03','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','5174907050022022030200'),(96,'51749071725','2',2.00,'300','retail','0','2025-06-05 00:15:34','','','','0','Cash',41.38,'150','','','5','16.00','1','2025-06-04 21:15:43','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'2','9999.00','9997','Inclusive','branch','Inventory','','','','yes','','A','5174907173557227003513'),(97,'51749071763','89',3.00,'750','retail','0','2025-06-05 00:16:03','','','','175','Cash',103.45,'250','','','5','16.00','1','2025-06-04 21:17:16','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','448.00','445','Inclusive','branch','Inventory','','','','yes','','','5174907181072300237101'),(98,'51749071763','162',1.00,'20','retail','0','2025-06-05 00:17:07','','','','15','Cash',2.76,'20','','','5','16.00','1','2025-06-04 21:17:16','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','38.00','37','Inclusive','branch','Inventory','','','','yes','','','5174907182821177713450'),(99,'51749072888','153',1.00,'500','retail','0','2025-06-05 00:34:48','','','','330','Cash',68.97,'500','','','5','16.00','1','2025-06-04 21:35:21','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','5174907288932232522227'),(100,'51749072888','165',2.00,'200','retail','0','2025-06-05 00:35:14','','','','33.33','Cash',27.59,'100','','','5','16.00','1','2025-06-04 21:35:21','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','31.00','29','Inclusive','branch','Inventory','','','','yes','','','5174907291502103222320'),(101,'51749072954','153',1.00,'500','retail','0','2025-06-05 00:35:54','','','','330','Cash',68.97,'500','','','5','16.00','1','2025-06-04 21:35:59','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','5174907295540032933221'),(102,'51749074234','192',2.00,'600','retail','0','2025-06-05 00:57:26','','','','180','Cash',82.76,'300','','','5','16.00','1','2025-06-04 21:57:37','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','23.00','21','Inclusive','branch','Inventory','','','','yes','','','5174907424702300277302'),(103,'51749075831','178',1.00,'100','retail','0','2025-06-05 01:23:51','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-04 22:23:55','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','38.00','37','Inclusive','branch','Inventory','','','','yes','','','5174907583237523372223'),(105,'31749119471','195',1.00,'100','retail','0','2025-06-05 13:31:11','','','','70','Cash',13.79,'100','','','3','16','1','2025-06-05 10:50:12','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','80.00','79','Inclusive','branch','Inventory','','','','','',NULL,'3174911947222130139923'),(106,'31749119471','117',1.00,'350','retail','0','2025-06-05 13:48:26','','','','245','Cash',48.28,'350','','','3','16.00','1','2025-06-05 10:50:12','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','3174912050733233022035'),(107,'31749119471','195',1.00,'100','retail','0','2025-06-05 13:50:08','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-05 10:50:12','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','79.00','78','Inclusive','branch','Inventory','','','','yes','','','3174912060932200330230'),(109,'31749120806','47',2.00,'400','retail','0','2025-06-05 13:53:26','','','','0','Cash',55.17,'200','','','3','16','1','2025-06-05 11:13:39','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'2','10000.00','9998','Inclusive','branch','Inventory','','','','','',NULL,'3174912080732102327222'),(110,'31749120806','195',1.00,'100','retail','0','2025-06-05 14:13:37','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-05 11:13:39','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','78.00','77','Inclusive','branch','Inventory','','','','yes','','','3174912201803323291932'),(111,'41749127441','203',1.00,'100','retail','0','2025-06-05 15:44:01','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-05 12:44:05','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','4174912744273242323243'),(251,'41749131608','53',1.00,'900','retail','0','2025-06-05 16:53:28','','','','0','Cash',124.14,'900','','','4','16.00','1','2025-06-05 13:53:54','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9998.00','9997','Inclusive','branch','Inventory','','','','yes','','','4174913161036030001433'),(252,'41749131608','45',1.00,'50','retail','0','2025-06-05 16:53:49','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-05 13:53:54','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9987.00','9986','Inclusive','branch','Inventory','','','','yes','','','4174913163003021233033'),(257,'31749134282','10',1.00,'100','retail','0','2025-06-05 17:38:03','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-05 14:38:27','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','','3174913429340392322023'),(263,'61749135340','24',1.00,'1200','retail','0','2025-06-05 17:55:40','','','','0','Cash',165.52,'1200','','','6','16.00','1','2025-06-05 14:56:13','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1034.48,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','','6174913534240123339292'),(264,'61749135340','45',2.00,'100','retail','0','2025-06-05 17:56:02','','','','0','Cash',13.79,'50','','','6','16.00','1','2025-06-05 14:56:13','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9984.00','9982','Inclusive','branch','Inventory','','','','yes','','','6174913536510722032342'),(266,'61749135489','162',1.00,'20','retail','0','2025-06-05 17:58:10','','','','15','Cash',2.76,'20','','','6','16.00','1','2025-06-05 14:58:15','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','37.00','36','Inclusive','branch','Inventory','','','','yes','','','6174913549122422073421'),(267,'61749135521','209',1.00,'260','retail','0','2025-06-05 17:58:41','','','','175','Cash',35.86,'260','','','6','16.00','1','2025-06-05 14:58:50','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','20.00','19','Inclusive','branch','Inventory','','','','yes','','','6174913552333330632457'),(282,'41749132422','54',1.00,'1800','retail','0','2025-06-05 17:07:03','','','','0','Cash',248.28,'1800','','','4','16','1','2025-06-05 15:31:06','4','7','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','10000.00','9999','Inclusive','branch','Inventory','','','','','',NULL,'4174913242793034730473'),(283,'41749132422','45',2.00,'100','retail','0','2025-06-05 17:07:30','','','','0','Cash',13.79,'50','','','4','16','1','2025-06-05 15:31:06','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9986.00','9984','Inclusive','branch','Inventory','','','','','',NULL,'4174913245524320323333'),(284,'41749132422','46',2.00,'200','retail','0','2025-06-05 17:07:45','','','','0','Cash',27.59,'100','','','4','16','1','2025-06-05 15:31:06','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','9995.00','9993','Inclusive','branch','Inventory','','','','','',NULL,'4174913246613003326303'),(285,'41749132422','136',1.00,'260','retail','0','2025-06-05 17:08:19','','','','210','Cash',35.86,'260','','','4','16','1','2025-06-05 15:31:06','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','52.00','51','Inclusive','branch','Inventory','','','','','',NULL,'4174913250733232032204'),(286,'41749132422','136',1.00,'260','retail','0','2025-06-05 17:50:24','','','','210','Cash',35.86,'260','','','4','16','1','2025-06-05 15:31:06','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','51.00','50','Inclusive','branch','Inventory','','','','','',NULL,'4174913502602020293440'),(287,'41749132422','165',1.00,'100','retail','0','2025-06-05 18:06:07','','','','33.33','Cash',13.79,'100','','','4','16','1','2025-06-05 15:31:06','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','29.00','28','Inclusive','branch','Inventory','','','','','',NULL,'4174913597003137043433'),(288,'41749132422','244',1.00,'200','retail','0','2025-06-05 18:07:06','','','','150','Cash',27.59,'200','','','4','16','1','2025-06-05 15:31:06','2','14','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9998.00','9997','Inclusive','branch','Inventory','','','','','',NULL,'4174913602821333233423'),(289,'41749132422','136',1.00,'260','retail','0','2025-06-05 18:30:54','','','','210','Cash',35.86,'260','','','4','16.00','1','2025-06-05 15:31:06','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','50.00','49','Inclusive','branch','Inventory','','','','yes','','','4174913746130314923622'),(290,'31749137537','193',1.00,'300','retail','0','2025-06-05 18:32:17','','','','230','Cash',41.38,'300','','','3','16.00','1','2025-06-05 15:33:16','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','3174913753933090022344'),(291,'31749137537','116',1.00,'850','retail','0','2025-06-05 18:33:03','','','','585','Cash',117.24,'850','','','3','16.00','1','2025-06-05 15:33:16','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','3174913758553514013738'),(292,'61749137978','205',1.00,'300','retail','0','2025-06-05 18:39:38','','','','225','Cash',41.38,'300','','','6','16.00','1','2025-06-05 15:39:44','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','6174913798000073240273'),(293,'111749131152','259',1.00,'1000','retail','0','2025-06-05 16:45:52','','','','500','Cash',137.93,'1000','','','11','16','1','2025-06-05 15:43:23','3','18','new','1','printed','pcs','','','','yes','','0','','','VATABLE',862.07,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174913115590103431593'),(294,'41749128744','125',1.00,'900','retail','0','2025-06-05 16:05:44','','','','599','Cash',124.14,'900','','','4','16','1','2025-06-05 15:49:32','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',775.86,'1','14.00','13','Inclusive','branch','Inventory','','','','','',NULL,'4174912874543402392408'),(295,'41749128744','160',2.00,'200','retail','0','2025-06-05 16:06:05','','','','41.67','Cash',27.59,'100','','','4','16','1','2025-06-05 15:49:32','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','74.00','72','Inclusive','branch','Inventory','','','','','',NULL,'4174912876522350002403'),(296,'41749128744','124',1.00,'600','retail','0','2025-06-05 18:08:20','','','','423','Cash',82.76,'600','','','4','16','1','2025-06-05 15:49:32','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9.00','8','Inclusive','branch','Inventory','','','','','',NULL,'4174913610134132343224'),(297,'41749128744','209',1.00,'260','retail','0','2025-06-05 18:09:13','','','','175','Cash',35.86,'260','','','4','16','1','2025-06-05 15:49:32','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','19.00','18','Inclusive','branch','Inventory','','','','','',NULL,'4174913615607233546333'),(298,'41749128744','209',1.00,'260','retail','0','2025-06-05 18:49:16','','','','175','Cash',35.86,'260','','','4','16.00','1','2025-06-05 15:49:32','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','18.00','17','Inclusive','branch','Inventory','','','','yes','','','4174913855722534223512'),(299,'61749138689','218',1.00,'260','retail','0','2025-06-05 18:51:29','','','','200','Cash',35.86,'260','','','6','16.00','1','2025-06-05 15:51:34','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','27.00','26','Inclusive','branch','Inventory','','','','yes','','','6174913869062122033221'),(300,'31749139181','165',1.00,'100','retail','0','2025-06-05 18:59:41','','','','33.33','Cash',13.79,'100','','','3','16.00','1','2025-06-05 16:01:26','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','47.00','46','Inclusive','branch','Inventory','','','','yes','','','3174913926432212227331'),(301,'51749140169','218',4.00,'1040','retail','0','2025-06-05 19:16:10','','','','200','Cash',143.45,'260','','','5','16.00','1','2025-06-05 16:16:15','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','26.00','22','Inclusive','branch','Inventory','','','','yes','','','5174914017133023100123'),(302,'51749140361','155',1.00,'1000','retail','0','2025-06-05 19:19:21','','','','705','Cash',137.93,'1000','','','5','16.00','1','2025-06-05 16:20:32','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','5174914036330631423222'),(303,'51749140361','160',1.00,'100','retail','0','2025-06-05 19:19:58','','','','41.67','Cash',13.79,'100','','','5','16.00','1','2025-06-05 16:20:32','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','72.00','71','Inclusive','branch','Inventory','','','','yes','','','5174914039923024132350'),(304,'51749140361','195',1.00,'100','retail','0','2025-06-05 19:20:09','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-05 16:20:32','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','77.00','76','Inclusive','branch','Inventory','','','','yes','','','5174914041132733931333'),(305,'51749140361','165',1.00,'100','retail','0','2025-06-05 19:20:24','','','','33.33','Cash',13.79,'100','','','5','16.00','1','2025-06-05 16:20:32','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','47.00','46','Inclusive','branch','Inventory','','','','yes','','','5174914042632025532722'),(306,'51749140499','196',1.00,'20','retail','0','2025-06-05 19:21:39','','','','14','Cash',2.76,'20','','','5','16.00','1','2025-06-05 16:21:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','30.00','29','Inclusive','branch','Inventory','','','','yes','','','5174914050293330054033'),(310,'31749142139','164',1.00,'50','retail','0','2025-06-05 19:49:00','','','','35','Cash',6.90,'50','','','3','16.00','1','2025-06-05 16:49:47','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','30.00','29','Inclusive','branch','Inventory','','','','yes','','','3174914217940929394934'),(314,'61749144456','111',1.00,'1300','retail','0','2025-06-05 20:27:36','','','','945','Cash',179.31,'1300','','','6','16.00','1','2025-06-05 17:27:41','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','6174914445734370402101'),(315,'51749144987','178',2.00,'200','retail','0','2025-06-05 20:36:27','','','','54.17','Cash',27.59,'100','','','5','16.00','1','2025-06-05 17:36:44','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','37.00','35','Inclusive','branch','Inventory','','','','yes','','','5174914498832322420148'),(316,'51749144987','165',1.00,'100','retail','0','2025-06-05 20:36:40','','','','33.33','Cash',13.79,'100','','','5','16.00','1','2025-06-05 17:36:44','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','46.00','45','Inclusive','branch','Inventory','','','','yes','','','5174914500131211335143'),(317,'61749145088','25',1.00,'350','retail','0','2025-06-05 20:38:08','','','','0','Cash',48.28,'350','','','6','16.00','1','2025-06-06 00:24:35','4','2','returned','1','new','pcs','','2025-06-06 03:24:35','17','yes','','0','','','VATABLE',301.72,'1','9999.00','9998','Inclusive','branch','Inventory','','','','yes','','','6174914508944982245332'),(318,'61749145088','45',1.00,'50','retail','0','2025-06-05 20:38:17','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-06 00:24:46','4','4','returned','1','new','pcs','','2025-06-06 03:24:46','17','yes','','0','','','VATABLE',43.10,'1','9981.00','9980','Inclusive','branch','Inventory','','','','yes','','','6174914509831004522233'),(321,'61749141414','138',2.00,'600','retail','0','2025-06-05 19:36:54','','','','265','Cash',82.76,'300','','','6','16','1','2025-06-05 17:47:20','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','3.00','1','Inclusive','branch','Inventory','','','','','',NULL,'6174914141610472363322'),(322,'61749141414','138',1.00,'300','retail','0','2025-06-05 20:47:16','','','','265','Cash',41.38,'300','','','6','16.00','1','2025-06-05 17:47:20','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','6174914563760223433222'),(323,'61749143783','218',2.00,'520','retail','0','2025-06-05 20:16:23','','','','200','Cash',71.72,'260','','','6','16','1','2025-06-05 17:53:20','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'2','22.00','20','Inclusive','branch','Inventory','','','','','',NULL,'6174914378420034232321'),(324,'61749143783','244',1.00,'200','retail','0','2025-06-05 20:53:16','','','','150','Cash',27.59,'200','','','6','16.00','1','2025-06-05 17:53:20','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9997.00','9996','Inclusive','branch','Inventory','','','','yes','','','6174914599743392403220'),(325,'41749141473','25',1.00,'350','retail','0','2025-06-05 19:37:53','','','','0','Cash',48.28,'350','','','4','16','1','2025-06-05 17:59:52','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',301.72,'1','10000.00','9999','Inclusive','branch','Inventory','','','','','',NULL,'4174914147523711123032'),(326,'41749141473','45',1.00,'50','retail','0','2025-06-05 19:38:10','','','','0','Cash',6.90,'50','','','4','16','1','2025-06-05 17:59:52','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9982.00','9981','Inclusive','branch','Inventory','','','','','',NULL,'4174914149110033233331'),(327,'41749141473','251',1.00,'1500','retail','0','2025-06-05 20:59:42','','','','500','Cash',206.90,'1500','','','4','16.00','1','2025-06-05 17:59:52','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','10003.00','10002','Inclusive','branch','Inventory','1110','4000','5500','','','','4174914638233423238330'),(328,'41749147176','195',1.00,'100','retail','0','2025-06-05 21:12:56','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-05 18:13:13','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','76.00','75','Inclusive','branch','Inventory','','','','yes','','','4174914717747932210447'),(329,'41749147176','165',1.00,'100','retail','0','2025-06-05 21:13:09','','','','33.33','Cash',13.79,'100','','','4','16.00','1','2025-06-05 18:13:13','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','44.00','43','Inclusive','branch','Inventory','','','','yes','','','4174914719012222412020'),(338,'51749148914','23',1.00,'600','retail','0','2025-06-05 21:41:54','','','','0','Cash',82.76,'600','','','5','16.00','1','2025-06-05 18:42:12','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9997.00','9996','Inclusive','branch','Inventory','','','','yes','','','5174914891543903022339'),(339,'51749148914','45',2.00,'100','retail','0','2025-06-05 21:42:08','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-05 18:42:12','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9979.00','9977','Inclusive','branch','Inventory','','','','yes','','','5174914892972200802230'),(366,'51749151339','81',1.00,'1600','retail','0','2025-06-05 22:22:19','','','','0','Cash',220.69,'1600','','','5','16.00','1','2025-06-05 19:23:41','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',1379.31,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','','5174915133932597331253'),(367,'51749151339','79',1.00,'400','retail','0','2025-06-05 22:22:31','','','','0','Cash',55.17,'400','','','5','16.00','1','2025-06-05 19:23:41','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','','5174915135153323132742'),(368,'51749151339','45',3.00,'150','retail','0','2025-06-05 22:22:59','','','','0','Cash',20.69,'50','','','5','16.00','1','2025-06-05 19:23:41','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'3','9975.00','9972','Inclusive','branch','Inventory','','','','yes','','','5174915138023050473323'),(369,'51749151470','89',2.00,'500','retail','0','2025-06-05 22:25:29','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-05 19:26:57','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','444.00','442','Inclusive','branch','Inventory','','','','yes','','','5174915157634332204523'),(370,'51749151470','119',2.00,'800','retail','0','2025-06-05 22:26:50','','','','250','Cash',110.34,'400','','','5','16.00','1','2025-06-05 19:26:57','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'2','11.00','9','Inclusive','branch','Inventory','','','','yes','','','5174915161124133353213'),(371,'51749151662','207',2.00,'700','retail','0','2025-06-05 22:27:42','','','','247','Cash',96.55,'350','','','5','16.00','1','2025-06-05 19:28:48','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'2','24.00','22','Inclusive','branch','Inventory','','','','yes','','','5174915166355134043164'),(372,'51749151662','136',2.00,'520','retail','0','2025-06-05 22:28:08','','','','210','Cash',71.72,'260','','','5','16.00','1','2025-06-05 19:28:48','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','49.00','47','Inclusive','branch','Inventory','','','','yes','','','5174915168833522323703'),(373,'51749151662','89',1.00,'250','retail','0','2025-06-05 22:28:09','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-05 19:28:48','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','443.00','442','Inclusive','branch','Inventory','','','','yes','','','5174915171915931733222'),(374,'51749151752','10',1.00,'100','retail','0','2025-06-05 22:29:12','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-05 19:29:16','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9999.00','9998','Inclusive','branch','Inventory','','','','yes','','','5174915175321312430352'),(375,'51749151850','250',3.00,'3000','retail','0','2025-06-05 22:30:50','','','','500','Cash',413.79,'1000','','','5','16.00','1','2025-06-05 19:30:55','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'3','10000.00','9997','Inclusive','branch','Inventory','1110','4000','5500','','','','5174915185135251220023'),(376,'61749151224','52',1.00,'450','retail','0','2025-06-05 22:20:24','','','','0','Cash',62.07,'450','','','6','16','1','2025-06-05 19:32:52','4','7','new','1','printed','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9999.00','9998','Inclusive','branch','Inventory','','','','','',NULL,'6174915122532322103221'),(377,'61749151224','45',1.00,'50','retail','0','2025-06-05 22:20:31','','','','0','Cash',6.90,'50','','','6','16','1','2025-06-05 19:32:52','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9976.00','9975','Inclusive','branch','Inventory','','','','','',NULL,'6174915123222265263302'),(378,'61749151224','208',1.00,'260','retail','0','2025-06-05 22:32:48','','','','195','Cash',35.86,'260','','','6','16.00','1','2025-06-05 19:32:52','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','18.00','17','Inclusive','branch','Inventory','','','','yes','','','6174915196933140132364'),(394,'61749152046','89',2.00,'500','retail','0','2025-06-05 22:34:44','','','','175','Cash',68.97,'250','','','6','16','1','2025-06-05 20:11:33','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'2','441.00','439','Inclusive','branch','Inventory','','','','','',NULL,'6174915211943942090414'),(395,'61749152046','162',1.00,'20','retail','0','2025-06-05 22:35:43','','','','15','Cash',2.76,'20','','','6','16','1','2025-06-05 20:11:33','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',17.24,'1','36.00','35','Inclusive','branch','Inventory','','','','','',NULL,'6174915214442202930242'),(396,'61749152046','22',1.00,'300','retail','0','2025-06-05 22:36:00','','','','0','Cash',41.38,'300','','','6','16','1','2025-06-05 20:11:33','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9997.00','9996','Inclusive','branch','Inventory','','','','','',NULL,'6174915216022372222203'),(397,'61749152046','247',1.00,'1500','retail','0','2025-06-05 23:06:55','','','','500','Cash',206.90,'1500','','','6','16','1','2025-06-05 20:11:33','3','18','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','10000.00','9999','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6174915403023320033330'),(398,'61749152046','162',1.00,'20','retail','0','2025-06-05 23:11:31','','','','15','Cash',2.76,'20','','','6','16.00','1','2025-06-05 20:11:33','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','35.00','34','Inclusive','branch','Inventory','','','','yes','','','6174915429232200330539'),(399,'61749154994','1',1.00,'100','retail','0','2025-06-05 23:23:14','','','','0','Cash',13.79,'100','','','6','16.00','1','2025-06-05 20:23:17','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9999.00','9998','Inclusive','branch','Inventory','','','','yes','','A','6174915499532034321233'),(400,'41749153889','25',1.00,'350','retail','0','2025-06-05 23:04:49','','','','0','Cash',48.28,'350','','','4','16','1','2025-06-05 20:31:04','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9998.00','9997','Inclusive','branch','Inventory','','','','','',NULL,'4174915389032323223223'),(401,'41749153889','45',1.00,'50','retail','0','2025-06-05 23:04:58','','','','0','Cash',6.90,'50','','','4','16','1','2025-06-05 20:31:04','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9972.00','9971','Inclusive','branch','Inventory','','','','','',NULL,'4174915389941222334039'),(402,'41749153889','136',1.00,'260','retail','0','2025-06-05 23:30:50','','','','210','Cash',35.86,'260','','','4','16.00','1','2025-06-05 20:31:04','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','47.00','46','Inclusive','branch','Inventory','','','','yes','','','4174915545112320333541'),(403,'41749153889','218',1.00,'260','retail','0','2025-06-05 23:31:00','','','','200','Cash',35.86,'260','','','4','16.00','1','2025-06-05 20:31:04','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','20.00','19','Inclusive','branch','Inventory','','','','yes','','','4174915546000032333060'),(409,'41749156088','209',2.00,'520','retail','0','2025-06-05 23:41:28','','','','175','Cash',71.72,'260','','','4','16.00','1','2025-06-05 20:41:32','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','16.00','14','Inclusive','branch','Inventory','','','','yes','','','4174915608833390233033'),(410,'41749156126','196',4.00,'80','retail','0','2025-06-05 23:42:06','','','','14','Cash',11.03,'20','','','4','16.00','1','2025-06-05 20:42:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'4','29.00','25','Inclusive','branch','Inventory','','','','yes','','','4174915612730124240002'),(411,'61749148540','54',1.00,'1800','retail','0','2025-06-05 21:35:40','','','','0','Cash',248.28,'1800','','','6','16','1','2025-06-05 20:48:00','4','7','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9999.00','9998','Inclusive','branch','Inventory','','','','','',NULL,'6174914854102413303862'),(412,'61749148540','45',1.00,'50','retail','0','2025-06-05 21:35:47','','','','0','Cash',6.90,'50','','','6','16','1','2025-06-05 20:48:00','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9980.00','9979','Inclusive','branch','Inventory','','','','','',NULL,'6174914854826332260334'),(413,'61749148540','47',1.00,'200','retail','0','2025-06-05 21:35:50','','','','0','Cash',27.59,'200','','','6','16','1','2025-06-05 20:48:00','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9998.00','9997','Inclusive','branch','Inventory','','','','','',NULL,'6174914855121253223622'),(414,'61749148540','212',1.00,'1000','retail','0','2025-06-05 21:36:14','','','','860','Cash',137.93,'1000','','','6','16','1','2025-06-05 20:48:00','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',862.07,'1','4.00','3','Inclusive','branch','Inventory','','','','','',NULL,'6174914860293210232318'),(415,'61749148540','195',1.00,'100','retail','0','2025-06-05 21:36:56','','','','70','Cash',13.79,'100','','','6','16','1','2025-06-05 20:48:00','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','75.00','74','Inclusive','branch','Inventory','','','','','',NULL,'6174914861732778030330'),(416,'61749148540','195',1.00,'100','retail','0','2025-06-05 22:02:21','','','','70','Cash',13.79,'100','','','6','16','1','2025-06-05 20:48:00','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','74.00','73','Inclusive','branch','Inventory','','','','','',NULL,'6174915014230432333072'),(417,'61749148540','165',1.00,'100','retail','0','2025-06-05 22:12:06','','','','33.33','Cash',13.79,'100','','','6','16','1','2025-06-05 20:48:00','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','42.00','41','Inclusive','branch','Inventory','','','','','',NULL,'6174915074630304049223'),(418,'61749148540','195',1.00,'100','retail','0','2025-06-05 23:47:54','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-05 20:48:00','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','73.00','72','Inclusive','branch','Inventory','','','','yes','','','6174915647572343503222'),(421,'61749156728','118',1.00,'1000','retail','0','2025-06-05 23:52:08','','','','710','Cash',137.93,'1000','','','6','16.00','1','2025-06-05 20:52:38','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','6174915672947223925900'),(422,'61749156728','178',2.00,'200','retail','0','2025-06-05 23:52:18','','','','54.17','Cash',27.59,'100','','','6','16.00','1','2025-06-05 20:52:38','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','33.00','31','Inclusive','branch','Inventory','','','','yes','','','6174915673900222106362'),(423,'51749157075','178',1.00,'100','retail','0','2025-06-05 23:57:55','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-05 20:57:59','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','31.00','30','Inclusive','branch','Inventory','','','','yes','','','5174915707610695000543'),(424,'51749157131','116',1.00,'850','retail','0','2025-06-05 23:58:51','','','','585','Cash',117.24,'850','','','5','16.00','1','2025-06-05 20:59:18','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','5174915713272330420202'),(425,'51749157131','178',1.00,'100','retail','0','2025-06-05 23:59:00','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-05 20:59:18','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','30.00','29','Inclusive','branch','Inventory','','','','yes','','','5174915714120207342250'),(426,'51749157131','195',1.00,'100','retail','0','2025-06-05 23:59:13','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-05 20:59:18','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','72.00','71','Inclusive','branch','Inventory','','','','yes','','','5174915715437943737342'),(427,'51749157601','153',1.00,'500','retail','0','2025-06-06 00:06:41','','','','330','Cash',68.97,'500','','','5','16.00','1','2025-06-05 21:07:00','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','5174915760221201347323'),(428,'51749157601','165',1.00,'100','retail','0','2025-06-06 00:06:56','','','','33.33','Cash',13.79,'100','','','5','16.00','1','2025-06-05 21:07:00','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','40.00','39','Inclusive','branch','Inventory','','','','yes','','','5174915761703033023327'),(429,'51749157859','47',1.00,'200','retail','0','2025-06-06 00:10:59','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-05 21:12:02','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9993.00','9992','Inclusive','branch','Inventory','','','','yes','','','5174915786003192920020'),(430,'51749157859','15',1.00,'120','retail','0','2025-06-06 00:11:58','','','','0','Cash',16.55,'120','','','5','16.00','1','2025-06-05 21:12:02','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9999.00','9998','Inclusive','branch','Inventory','','','','yes','','','5174915791933210232333'),(434,'41749158388','130',1.00,'1200','retail','0','2025-06-06 00:19:48','','','','856','Cash',165.52,'1200','','','4','16','1','2025-06-05 21:21:18','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1034.48,'1','2.00','1','Inclusive','branch','Inventory','','','','','',NULL,'4174915838923004334380'),(435,'41749158388','195',1.00,'100','retail','0','2025-06-06 00:20:08','','','','70','Cash',13.79,'100','','','4','16','1','2025-06-05 21:21:18','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','71.00','70','Inclusive','branch','Inventory','','','','','',NULL,'4174915840944042420224'),(436,'41749158388','165',1.00,'100','retail','0','2025-06-06 00:20:35','','','','33.33','Cash',13.79,'100','','','4','16','1','2025-06-05 21:21:18','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','39.00','38','Inclusive','branch','Inventory','','','','','',NULL,'4174915843523433242332'),(437,'41749158388','195',1.00,'100','retail','0','2025-06-06 00:21:14','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-05 21:21:18','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','70.00','69','Inclusive','branch','Inventory','','','','yes','','','4174915847445023404344'),(438,'51749158720','47',1.00,'200','retail','0','2025-06-06 00:25:20','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-05 21:25:23','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9992.00','9991','Inclusive','branch','Inventory','','','','yes','','','5174915872191303337543'),(447,'41749159414','196',2.00,'40','retail','0','2025-06-06 00:36:54','','','','14','Cash',5.52,'20','','','4','16.00','1','2025-06-05 21:37:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','25.00','23','Inclusive','branch','Inventory','','','','yes','','','4174915941542200532117'),(448,'41749159414','163',1.00,'10','retail','0','2025-06-06 00:37:03','','','','5','Cash',1.38,'10','','','4','16.00','1','2025-06-05 21:37:07','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','37.00','36','Inclusive','branch','Inventory','','','','yes','','','4174915942422294432322'),(449,'61749143290','150',1.00,'2500','retail','0','2025-06-05 20:08:10','','','','1734','Cash',344.83,'2500','','','6','16','1','2025-06-05 21:46:05','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',2155.17,'1','2.00','1','Inclusive','branch','Inventory','','','','','',NULL,'6174914329043403617093'),(450,'61749143290','193',1.00,'300','retail','0','2025-06-05 20:08:23','','','','230','Cash',41.38,'300','','','6','16','1','2025-06-05 21:46:05','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','6.00','5','Inclusive','branch','Inventory','','','','','',NULL,'6174914330462122427073'),(451,'61749143290','117',1.00,'350','retail','0','2025-06-06 00:46:01','','','','245','Cash',48.28,'350','','','6','16.00','1','2025-06-05 21:46:05','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','6174915996234391239604'),(461,'41749160062','218',4.00,'1040','retail','0','2025-06-06 00:47:42','','','','200','Cash',143.45,'260','','','4','16.00','1','2025-06-05 21:47:47','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','19.00','15','Inclusive','branch','Inventory','','','','yes','','','4174916006334433263092'),(473,'61749150227','118',1.00,'1000','retail','0','2025-06-05 22:03:47','','','','710','Cash',137.93,'1000','','','6','16','1','2025-06-05 22:18:16','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',862.07,'1','6.00','5','Inclusive','branch','Inventory','','','','','',NULL,'6174915022807033330313'),(474,'61749150227','178',2.00,'200','retail','0','2025-06-05 22:04:03','','','','54.17','Cash',27.59,'100','','','6','16','1','2025-06-05 22:18:16','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','35.00','33','Inclusive','branch','Inventory','','','','','',NULL,'6174915024322303332463'),(475,'61749150227','165',1.00,'100','retail','0','2025-06-05 22:11:16','','','','33.33','Cash',13.79,'100','','','6','16','1','2025-06-05 22:18:16','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','43.00','42','Inclusive','branch','Inventory','','','','','',NULL,'6174915070515931733222'),(476,'61749150227','47',2.00,'400','retail','0','2025-06-05 22:57:52','','','','0','Cash',55.17,'200','','','6','16','1','2025-06-05 22:18:16','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9996.00','9994','Inclusive','branch','Inventory','','','','','',NULL,'6174915347201002377203'),(477,'61749150227','3',1.00,'120','retail','0','2025-06-05 22:58:08','','','','0','Cash',16.55,'120','','','6','16','1','2025-06-05 22:18:16','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',103.45,'1','10000.00','9999','Inclusive','branch','Inventory','','','','','',NULL,'6174915348912722536091'),(478,'61749150227','35',1.00,'100','retail','0','2025-06-05 22:58:22','','','','0','Cash',13.79,'100','','','6','16','1','2025-06-05 22:18:16','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','10000.00','9999','Inclusive','branch','Inventory','','','','','',NULL,'6174915352402002203333'),(479,'61749150227','195',1.00,'100','retail','0','2025-06-06 00:28:42','','','','70','Cash',13.79,'100','','','6','16','1','2025-06-05 22:18:16','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','69.00','68','Inclusive','branch','Inventory','','','','','',NULL,'6174915892393231233222'),(480,'61749150227','119',1.00,'400','retail','0','2025-06-06 00:28:46','','','','250','Cash',55.17,'400','','','6','16','1','2025-06-05 22:18:16','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9.00','8','Inclusive','branch','Inventory','','','','','',NULL,'6174915892729332923912'),(481,'61749150227','208',2.00,'520','retail','0','2025-06-06 00:47:11','','','','195','Cash',71.72,'260','','','6','16','1','2025-06-05 22:18:16','1','12','returned','1','new','pcs','','','11','yes','','0','','','VATABLE',224.14,'2','17.00','15','Inclusive','branch','Inventory','','','','yes','',NULL,'6174916003223132269972'),(482,'61749150227','208',1.00,'260','retail','0','2025-06-06 01:00:25','','','','195','Cash',35.86,'260','','','6','16','1','2025-06-05 22:18:16','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','17.00','16','Inclusive','branch','Inventory','','','','yes','',NULL,'6174916082640903910361'),(483,'61749150227','196',2.00,'40','retail','0','2025-06-06 01:00:43','','','','14','Cash',5.52,'20','','','6','16','1','2025-06-05 22:18:16','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',17.24,'2','23.00','21','Inclusive','branch','Inventory','','','','yes','',NULL,'6174916084419341012227'),(484,'61749150227','208',1.00,'260','retail','0','2025-06-06 01:18:06','','','','195','Cash',35.86,'260','','','6','16.00','1','2025-06-05 22:18:16','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','16.00','15','Inclusive','branch','Inventory','','','','yes','','','6174916188780611287088'),(485,'61749155766','47',1.00,'200','retail','0','2025-06-05 23:36:06','','','','0','Cash',27.59,'200','','','6','16','1','2025-06-05 22:22:13','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9994.00','9993','Inclusive','branch','Inventory','','','','','',NULL,'6174915576632006233363'),(486,'61749155766','15',1.00,'120','retail','0','2025-06-05 23:36:21','','','','0','Cash',16.55,'120','','','6','16','1','2025-06-05 22:22:13','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',103.45,'1','10000.00','9999','Inclusive','branch','Inventory','','','','','',NULL,'6174915578132302322537'),(487,'61749155766','156',2.00,'520','retail','0','2025-06-05 23:36:47','','','','200','Cash',71.72,'260','','','6','16','1','2025-06-05 22:22:13','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'2','8.00','6','Inclusive','branch','Inventory','','','','','',NULL,'6174915584324823244225'),(488,'61749155766','178',1.00,'100','retail','0','2025-06-06 01:21:44','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-05 22:22:13','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','29.00','28','Inclusive','branch','Inventory','','','','yes','','','6174916213012102047134'),(489,'41749162551','47',1.00,'200','retail','0','2025-06-06 01:29:11','','','','0','Cash',27.59,'200','','','4','16.00','1','2025-06-06 01:05:27','4','4','returned','1','new','pcs','','2025-06-06 04:05:27','17','yes','','0','','','VATABLE',172.41,'1','9991.00','9990','Inclusive','branch','Inventory','','','','yes','','','4174916255242342224222'),(490,'61749156500','115',1.00,'300','retail','0','2025-06-05 23:48:20','','','','217','Cash',41.38,'300','','','6','16','1','2025-06-05 22:57:42','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','51.00','50','Inclusive','branch','Inventory','','','','','',NULL,'6174915650120116200372'),(491,'61749156500','165',1.00,'100','retail','0','2025-06-05 23:48:25','','','','33.33','Cash',13.79,'100','','','6','16','1','2025-06-05 22:57:42','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','41.00','40','Inclusive','branch','Inventory','','','','','',NULL,'6174915652732533252190'),(492,'61749156500','47',1.00,'200','retail','0','2025-06-06 01:56:41','','','','0','Cash',27.59,'200','','','6','16.00','1','2025-06-05 22:57:42','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9990.00','9989','Inclusive','branch','Inventory','','','','yes','','','6174916420264024204336'),(493,'61749156500','115',1.00,'300','retail','0','2025-06-06 01:57:38','','','','217','Cash',41.38,'300','','','6','16.00','1','2025-06-05 22:57:42','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','50.00','49','Inclusive','branch','Inventory','','','','yes','','','6174916425921176643461'),(494,'41749149581','26',1.00,'700','retail','0','2025-06-05 21:53:01','','','','0','Cash',96.55,'700','','','4','16','1','2025-06-05 23:03:21','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9999.00','9998','Inclusive','branch','Inventory','','','','','',NULL,'4174914958224034344922'),(495,'41749149581','45',1.00,'50','retail','0','2025-06-05 21:53:21','','','','0','Cash',6.90,'50','','','4','16','1','2025-06-05 23:03:21','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9977.00','9976','Inclusive','branch','Inventory','','','','','',NULL,'4174914960139332230011'),(496,'41749149581','47',1.00,'200','retail','0','2025-06-05 21:53:26','','','','0','Cash',27.59,'200','','','4','16','1','2025-06-05 23:03:21','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9997.00','9996','Inclusive','branch','Inventory','','','','','',NULL,'4174914960793322403200'),(497,'41749149581','205',1.00,'300','retail','0','2025-06-05 21:53:48','','','','225','Cash',41.38,'300','','','4','16','1','2025-06-05 23:03:21','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9.00','8','Inclusive','branch','Inventory','','','','','',NULL,'4174914962903096922340'),(498,'41749149581','209',1.00,'260','retail','0','2025-06-05 21:53:57','','','','175','Cash',35.86,'260','','','4','16','1','2025-06-05 23:03:21','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','17.00','16','Inclusive','branch','Inventory','','','','','',NULL,'4174914963830222803132'),(499,'41749149581','134',2.00,'600','retail','0','2025-06-05 21:54:07','','','','180','Cash',82.76,'300','','','4','16','1','2025-06-05 23:03:21','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','22.00','20','Inclusive','branch','Inventory','','','','','',NULL,'4174914964832304343431'),(500,'41749149581','134',2.00,'600','retail','0','2025-06-06 02:00:55','','','','180','Cash',82.76,'300','','','4','16.00','1','2025-06-05 23:03:21','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','20.00','18','Inclusive','branch','Inventory','','','','yes','','','4174916445630033163222'),(501,'41749149581','209',1.00,'250','retail','0','2025-06-06 02:01:33','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-05 23:03:21','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','4174916449333002993332'),(502,'41749149581','209',1.00,'250','retail','0','2025-06-06 02:01:40','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-05 23:03:21','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','4174916450131232220103'),(503,'41749149581','205',2.00,'600','retail','0','2025-06-06 02:02:44','','','','225','Cash',82.76,'300','','','4','16.00','1','2025-06-05 23:03:21','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','8.00','6','Inclusive','branch','Inventory','','','','yes','','','4174916456572241330200'),(504,'41749165351','205',2.00,'600','retail','0','2025-06-06 02:15:51','','','','225','Cash',82.76,'300','','','4','16.00','1','2025-06-05 23:16:09','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','6.00','4','Inclusive','branch','Inventory','','','','yes','','','4174916535106209031337'),(505,'41749165351','209',2.00,'500','retail','0','2025-06-06 02:16:03','','','','175','Cash',68.97,'250','','','4','16.00','1','2025-06-05 23:16:09','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','12.00','10','Inclusive','branch','Inventory','','','','yes','','','4174916536402214431324'),(506,'51749166333','140',1.00,'700','retail','0','2025-06-06 02:32:13','','','','480','Cash',96.55,'700','','','5','16.00','1','2025-06-05 23:33:34','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','5174916633473303230364'),(507,'51749166333','165',1.00,'100','retail','0','2025-06-06 02:32:31','','','','33.33','Cash',13.79,'100','','','5','16.00','1','2025-06-05 23:33:34','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','38.00','37','Inclusive','branch','Inventory','','','','yes','','','5174916635123222363433'),(508,'51749166333','176',2.00,'600','retail','0','2025-06-06 02:33:25','','','','180','Cash',82.76,'300','','','5','16.00','1','2025-06-05 23:33:34','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','22.00','20','Inclusive','branch','Inventory','','','','yes','','','5174916640533121040934'),(509,'51749166509','181',1.00,'600','retail','0','2025-06-06 02:35:09','','','','440','Cash',82.76,'600','','','5','16.00','1','2025-06-05 23:35:45','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','5174916650902233001321'),(510,'51749166509','195',1.00,'100','retail','0','2025-06-06 02:35:19','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-05 23:35:45','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','68.00','67','Inclusive','branch','Inventory','','','','yes','','','5174916652004234302223'),(511,'51749166644','218',2.00,'520','retail','0','2025-06-06 02:37:31','','','','200','Cash',71.72,'260','','','5','16.00','1','2025-06-05 23:42:38','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','14.00','12','Inclusive','branch','Inventory','','','','yes','','','5174916665222436044034'),(512,'51749166644','208',1.00,'260','retail','0','2025-06-06 02:38:00','','','','195','Cash',35.86,'260','','','5','16.00','1','2025-06-05 23:42:38','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','15.00','14','Inclusive','branch','Inventory','','','','yes','','','5174916668033002993332'),(513,'51749166644','138',1.00,'300','retail','0','2025-06-06 02:38:11','','','','265','Cash',41.38,'300','','','5','16.00','1','2025-06-05 23:42:38','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','5174916669202303526222'),(514,'51749166644','209',4.00,'1000','retail','0','2025-06-06 02:38:54','','','','175','Cash',137.93,'250','','','5','16.00','1','2025-06-05 23:42:38','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'4','10.00','6','Inclusive','branch','Inventory','','','','yes','','','5174916673522933323263'),(515,'51749166644','240',2.00,'400','retail','0','2025-06-06 02:39:29','','','','200','Cash',55.17,'200','','','5','16.00','1','2025-06-05 23:42:38','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','5.00','3','Inclusive','branch','Inventory','','','','yes','','','5174916676933226335420'),(516,'51749166644','165',1.00,'100','retail','0','2025-06-06 02:39:50','','','','33.33','Cash',13.79,'100','','','5','16.00','1','2025-06-05 23:42:38','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','37.00','36','Inclusive','branch','Inventory','','','','yes','','','5174916679120030432942'),(517,'51749166644','195',1.00,'100','retail','0','2025-06-06 02:40:01','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-05 23:42:38','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','67.00','66','Inclusive','branch','Inventory','','','','yes','','','5174916680230334200300'),(518,'51749166644','217',1.00,'300','retail','0','2025-06-06 02:40:17','','','','225','Cash',41.38,'300','','','5','16.00','1','2025-06-05 23:42:38','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','35.00','34','Inclusive','branch','Inventory','','','','yes','','','5174916681863813323314'),(519,'51749166644','262',1.00,'3500','retail','0','2025-06-06 02:42:02','','','','2080','Cash',482.76,'3500','','','5','16.00','1','2025-06-05 23:42:38','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',3017.24,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174916692300330322302'),(520,'51749167012','184',1.00,'1700','retail','0','2025-06-06 02:43:32','','','','1092','Cash',234.48,'1700','','','5','16.00','1','2025-06-05 23:45:45','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1465.52,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','5174916701302299043270'),(521,'51749167012','125',1.00,'900','retail','0','2025-06-06 02:44:06','','','','599','Cash',124.14,'900','','','5','16.00','1','2025-06-05 23:45:45','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','5174916704702331060443'),(522,'51749167012','178',1.00,'100','retail','0','2025-06-06 02:44:37','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-05 23:45:45','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','28.00','27','Inclusive','branch','Inventory','','','','yes','','','5174916707720033315033'),(523,'51749167012','165',1.00,'100','retail','0','2025-06-06 02:44:47','','','','33.33','Cash',13.79,'100','','','5','16.00','1','2025-06-05 23:45:45','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','36.00','35','Inclusive','branch','Inventory','','','','yes','','','5174916708803206026205'),(524,'51749167012','124',1.00,'600','retail','0','2025-06-06 02:45:07','','','','423','Cash',82.76,'600','','','5','16.00','1','2025-06-05 23:45:45','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','5174916710800723325020'),(525,'51749167012','192',2.00,'600','retail','0','2025-06-06 02:45:23','','','','180','Cash',82.76,'300','','','5','16.00','1','2025-06-05 23:45:45','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','22.00','20','Inclusive','branch','Inventory','','','','yes','','','5174916712442296913323'),(526,'51749167195','165',1.00,'100','retail','0','2025-06-06 02:46:35','','','','33.33','Cash',13.79,'100','','','5','16.00','1','2025-06-05 23:46:38','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','35.00','34','Inclusive','branch','Inventory','','','','yes','','','5174916719643062933313'),(527,'41749167426','176',4.00,'1200','retail','0','2025-06-06 02:50:26','','','','180','Cash',165.52,'300','','','4','16.00','1','2025-06-05 23:55:16','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'4','20.00','16','Inclusive','branch','Inventory','','','','yes','','','4174916742621273069346'),(528,'41749167426','134',2.00,'600','retail','0','2025-06-06 02:50:38','','','','180','Cash',82.76,'300','','','4','16.00','1','2025-06-05 23:55:16','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','18.00','16','Inclusive','branch','Inventory','','','','yes','','','4174916743813292643233'),(529,'41749167426','156',1.00,'260','retail','0','2025-06-06 02:52:07','','','','200','Cash',35.86,'260','','','4','16.00','1','2025-06-05 23:55:16','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','4174916754236435393320'),(530,'41749167426','156',1.00,'260','retail','0','2025-06-06 02:52:22','','','','200','Cash',35.86,'260','','','4','16.00','1','2025-06-05 23:55:16','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','4174916756900222107342'),(531,'41749167426','156',1.00,'260','retail','0','2025-06-06 02:52:50','','','','200','Cash',35.86,'260','','','4','16.00','1','2025-06-05 23:55:16','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','4174916761970271231327'),(532,'41749167426','156',1.00,'260','retail','0','2025-06-06 02:53:39','','','','200','Cash',35.86,'260','','','4','16.00','1','2025-06-05 23:55:16','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','4174916763864320303230'),(533,'41749167426','156',1.00,'260','retail','0','2025-06-06 02:53:59','','','','200','Cash',35.86,'260','','','4','16.00','1','2025-06-05 23:55:16','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','4174916765730226323225'),(534,'41749167426','156',1.00,'260','retail','0','2025-06-06 02:54:17','','','','200','Cash',35.86,'260','','','4','16.00','1','2025-06-05 23:55:16','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','4174916767122222332649'),(535,'41749167426','156',1.00,'260','retail','0','2025-06-06 02:54:31','','','','200','Cash',35.86,'260','','','4','16.00','1','2025-06-05 23:55:16','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','4174916769222203324949'),(536,'41749167426','156',1.00,'260','retail','0','2025-06-06 02:54:52','','','','200','Cash',35.86,'260','','','4','16.00','1','2025-06-05 23:55:16','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','4174916770879432323273'),(537,'61749135458','196',1.00,'20','retail','0','2025-06-05 17:57:38','','','','14','Cash',2.76,'20','','','6','16','1','2025-06-05 23:58:07','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',17.24,'1','31.00','30','Inclusive','branch','Inventory','','','','','',NULL,'6174913545935322270222'),(538,'61749135458','196',1.00,'20','retail','0','2025-06-06 02:58:00','','','','14','Cash',2.76,'20','','','6','16.00','1','2025-06-05 23:58:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','21.00','20','Inclusive','branch','Inventory','','','','yes','','','6174916788111223828329'),(539,'61749135458','196',1.00,'20','retail','0','2025-06-06 02:58:04','','','','14','Cash',2.76,'20','','','6','16.00','1','2025-06-05 23:58:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','20.00','19','Inclusive','branch','Inventory','','','','yes','','','6174916788403430322343'),(540,'61749167948','209',1.00,'250','retail','0','2025-06-06 02:59:08','','','','175','Cash',34.48,'250','','','6','16.00','1','2025-06-05 23:59:12','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','6174916794990123236722'),(541,'61749167982','203',2.00,'200','retail','0','2025-06-06 02:59:42','','','','70','Cash',27.59,'100','','','6','16.00','1','2025-06-05 23:59:45','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','6.00','4','Inclusive','branch','Inventory','','','','yes','','','6174916798302243802633'),(542,'61749168054','22',1.00,'300','retail','0','2025-06-06 03:00:54','','','','0','Cash',41.38,'300','','','6','16.00','1','2025-06-06 00:01:25','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9996.00','9995','Inclusive','branch','Inventory','','','','yes','','','6174916805522532662322'),(543,'61749168054','45',1.00,'50','retail','0','2025-06-06 03:01:03','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-06 00:01:25','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9971.00','9970','Inclusive','branch','Inventory','','','','yes','','','6174916806430626136634'),(544,'41749168678','209',1.00,'250','retail','0','2025-06-06 03:11:18','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-06 00:12:07','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','4174916867930336434334'),(545,'41749168678','134',1.00,'300','retail','0','2025-06-06 03:11:34','','','','180','Cash',41.38,'300','','','4','16.00','1','2025-06-06 00:12:07','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','16.00','15','Inclusive','branch','Inventory','','','','yes','','','4174916869514263712287'),(546,'51749169266','176',2.00,'600','retail','0','2025-06-06 03:21:12','','','','180','Cash',82.76,'300','','','5','16.00','1','2025-06-06 00:31:58','1','13','returned','1','new','pcs','','2025-06-06 03:31:58','17','yes','','0','','','VATABLE',258.62,'2','15.00','13','Inclusive','branch','Inventory','','','','yes','','','5174916927321331223232'),(547,'51749169575','195',1.00,'100','retail','0','2025-06-06 03:26:15','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-06 00:26:18','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','66.00','65','Inclusive','branch','Inventory','','','','yes','','','5174916957673545326539'),(548,'51749169631','165',1.00,'100','retail','0','2025-06-06 03:27:11','','','','33.33','Cash',13.79,'100','','','5','16.00','1','2025-06-06 00:27:13','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','34.00','33','Inclusive','branch','Inventory','','','','yes','','','5174916963113044332913'),(549,'61749169742','111',1.00,'1300','retail','0','2025-06-06 03:29:02','','','','945','Cash',179.31,'1300','','','6','16.00','1','2025-06-06 00:29:15','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','6174916974373746000003'),(550,'61749169742','193',1.00,'300','retail','0','2025-06-06 03:29:11','','','','230','Cash',41.38,'300','','','6','16.00','1','2025-06-06 00:29:15','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','6174916975229303902191'),(551,'61749169796','176',2.00,'600','retail','0','2025-06-06 03:29:56','','','','180','Cash',82.76,'300','','','6','16.00','1','2025-06-06 00:30:11','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','14.00','12','Inclusive','branch','Inventory','','','','yes','','','6174916979864900333602'),(552,'61749169796','217',2.00,'600','retail','0','2025-06-06 03:30:05','','','','225','Cash',82.76,'300','','','6','16.00','1','2025-06-06 00:30:11','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','34.00','32','Inclusive','branch','Inventory','','','','yes','','','6174916980632732121006'),(553,'61749169835','176',2.00,'600','retail','0','2025-06-06 03:30:35','','','','180','Cash',82.76,'300','','','6','16.00','1','2025-06-06 00:32:16','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','12.00','10','Inclusive','branch','Inventory','','','','yes','','','6174916983734226127314'),(554,'61749169835','217',2.00,'600','retail','0','2025-06-06 03:31:00','','','','225','Cash',82.76,'300','','','6','16.00','1','2025-06-06 00:32:16','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','32.00','30','Inclusive','branch','Inventory','','','','yes','','','6174916986121360333330'),(555,'41749170266','214',1.00,'900','retail','0','2025-06-06 03:37:46','','','','680','Cash',124.14,'900','','','4','16.00','1','2025-06-06 00:38:53','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','4174917026712222207723'),(556,'41749170266','216',1.00,'1800','retail','0','2025-06-06 03:37:56','','','','1300','Cash',248.28,'1800','','','4','16.00','1','2025-06-06 00:38:53','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','4174917027604312223271'),(557,'41749170266','195',1.00,'100','retail','0','2025-06-06 03:38:08','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-06 00:38:53','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','65.00','64','Inclusive','branch','Inventory','','','','yes','','','4174917028820033077229'),(558,'41749170266','193',1.00,'300','retail','0','2025-06-06 03:38:16','','','','230','Cash',41.38,'300','','','4','16.00','1','2025-06-06 00:38:53','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','4174917029739022227090'),(559,'41749170266','134',2.00,'600','retail','0','2025-06-06 03:38:30','','','','180','Cash',82.76,'300','','','4','16.00','1','2025-06-06 00:38:53','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','15.00','13','Inclusive','branch','Inventory','','','','yes','','','4174917031112202141372'),(560,'41749170266','47',1.00,'200','retail','0','2025-06-06 03:38:48','','','','0','Cash',27.59,'200','','','4','16.00','1','2025-06-06 00:38:53','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9989.00','9988','Inclusive','branch','Inventory','','','','yes','','','4174917032922479323032'),(561,'41749170388','196',1.00,'20','retail','0','2025-06-06 03:39:49','','','','14','Cash',2.76,'20','','','4','16.00','1','2025-06-06 00:39:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','19.00','18','Inclusive','branch','Inventory','','','','yes','','','4174917038923231272430'),(562,'61749170591','1',1.00,'100','retail','0','2025-06-06 03:43:11','','','','0','Cash',13.79,'100','','','6','16.00','1','2025-06-06 00:43:14','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9998.00','9997','Inclusive','branch','Inventory','','','','yes','','A','6174917059202200356323'),(563,'41749145289','131',1.00,'2500','retail','0','2025-06-05 20:41:29','','','','2020','Cash',344.83,'2500','','','4','16','1','2025-06-06 00:56:17','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',2155.17,'1','2.00','1','Inclusive','branch','Inventory','','','','','',NULL,'4174914529032734310223'),(564,'41749145289','165',1.00,'100','retail','0','2025-06-05 20:41:46','','','','33.33','Cash',13.79,'100','','','4','16','1','2025-06-06 00:56:17','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','45.00','44','Inclusive','branch','Inventory','','','','','',NULL,'4174914530703233744343'),(565,'41749145289','131',1.00,'2500','retail','0','2025-06-06 03:56:12','','','','2020','Cash',344.83,'2500','','','4','16.00','1','2025-06-06 00:56:17','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',2155.17,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','4174917137310322313232'),(566,'51749171867','176',1.00,'300','retail','0','2025-06-06 04:04:27','','','','180','Cash',41.38,'300','','','5','16.00','1','2025-06-06 01:04:31','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','5174917186923264044002'),(567,'31749201189','218',1.00,'260','retail','0','2025-06-06 12:13:09','','','','200','Cash',35.86,'260','','','3','16.00','1','2025-06-06 09:13:15','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','3174920119039923332022'),(570,'31749201307','187',1.00,'15','retail','0','2025-06-06 12:15:07','','','','8','Cash',2.07,'15','','','3','16','1','2025-06-06 09:16:09','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',12.93,'1','24.00','23','Inclusive','branch','Inventory','','','','','',NULL,'3174920130932334233330'),(571,'31749201307','187',1.00,'15','retail','0','2025-06-06 12:15:14','','','','8','Cash',2.07,'15','','','3','16','1','2025-06-06 09:16:09','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',12.93,'1','23.00','22','Inclusive','branch','Inventory','','','','','',NULL,'3174920131503050333242'),(572,'31749201551','23',1.00,'600','retail','0','2025-06-06 12:19:11','','','','0','Cash',82.76,'600','','','3','16.00','1','2025-06-06 09:19:45','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9996.00','9995','Inclusive','branch','Inventory','','','','yes','','','3174920155223132357202'),(573,'31749201551','45',1.00,'50','retail','0','2025-06-06 12:19:27','','','','0','Cash',6.90,'50','','','3','16.00','1','2025-06-06 09:19:45','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9972.00','9971','Inclusive','branch','Inventory','','','','yes','','','3174920156826003336333'),(574,'31749201551','45',1.00,'50','retail','0','2025-06-06 12:19:38','','','','0','Cash',6.90,'50','','','3','16.00','1','2025-06-06 09:19:45','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9971.00','9970','Inclusive','branch','Inventory','','','','yes','','','3174920158033007032233'),(577,'31749201656','46',1.00,'100','retail','0','2025-06-06 12:20:56','','','','0','Cash',13.79,'100','','','3','16','1','2025-06-06 09:23:06','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9993.00','9992','Inclusive','branch','Inventory','','','','','',NULL,'3174920165722403333230'),(578,'31749201656','45',1.00,'50','retail','0','2025-06-06 12:21:05','','','','0','Cash',6.90,'50','','','3','16','1','2025-06-06 09:23:06','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9970.00','9969','Inclusive','branch','Inventory','','','','','',NULL,'3174920166603102363022'),(579,'31749201656','165',1.00,'100','retail','0','2025-06-06 12:21:55','','','','33.33','Cash',13.79,'100','','','3','16.00','1','2025-06-06 09:23:06','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','33.00','32','Inclusive','branch','Inventory','','','','yes','','','3174920178134012070820'),(580,'31749201859','165',4.00,'400','retail','0','2025-06-06 12:24:19','','','','33.33','Cash',55.17,'100','','','3','16.00','1','2025-06-06 09:24:46','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'4','32.00','28','Inclusive','branch','Inventory','','','','yes','','','3174920188102328140031'),(581,'31749201925','195',1.00,'100','retail','0','2025-06-06 12:25:25','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-06 09:25:31','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','64.00','63','Inclusive','branch','Inventory','','','','yes','','','3174920192710232222012'),(582,'31749202368','15',1.00,'120','retail','0','2025-06-06 12:32:48','','','','0','Cash',16.55,'120','','','3','16.00','1','2025-06-06 09:33:25','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9998.00','9997','Inclusive','branch','Inventory','','','','yes','','','3174920236910722032342'),(583,'31749202368','47',1.00,'200','retail','0','2025-06-06 12:33:18','','','','0','Cash',27.59,'200','','','3','16.00','1','2025-06-06 09:33:25','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9989.00','9988','Inclusive','branch','Inventory','','','','yes','','','3174920239924742322423'),(584,'31749203458','16',1.00,'150','retail','0','2025-06-06 12:50:58','','','','0','Cash',20.69,'150','','','3','16.00','1','2025-06-06 09:51:31','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','','3174920345924370052234'),(585,'31749203539','54',1.00,'1800','retail','0','2025-06-06 12:52:19','','','','0','Cash',248.28,'1800','','','3','16.00','1','2025-06-06 09:53:20','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9998.00','9997','Inclusive','branch','Inventory','','','','yes','','','3174920354143202034322'),(586,'31749203539','123',1.00,'1300','retail','0','2025-06-06 12:53:10','','','','955','Cash',179.31,'1300','','','3','16.00','1','2025-06-06 09:53:20','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','3174920359221170033432'),(587,'31749205290','45',5.00,'250','retail','0','2025-06-06 13:21:30','','','','0','Cash',34.48,'50','','','3','16.00','1','2025-06-06 10:21:40','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'5','9969.00','9964','Inclusive','branch','Inventory','','','','yes','','','3174920529122323320009'),(588,'31749205361','16',1.00,'150','retail','0','2025-06-06 13:22:41','','','','0','Cash',20.69,'150','','','3','16.00','1','2025-06-06 10:23:28','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','9999.00','9998','Inclusive','branch','Inventory','','','','yes','','','3174920536340295923223'),(589,'31749205361','205',2.00,'600','retail','0','2025-06-06 13:23:17','','','','225','Cash',82.76,'300','','','3','16.00','1','2025-06-06 10:23:28','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','4.00','2','Inclusive','branch','Inventory','','','','yes','','','3174920539932592941009'),(590,'31749206223','36',1.00,'500','retail','0','2025-06-06 13:37:03','','','','0','Cash',68.97,'500','','','3','16.00','1','2025-06-06 10:37:54','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','','3174920623930230220176'),(591,'31749208965','187',3.00,'45','retail','0','2025-06-06 14:22:45','','','','8','Cash',6.21,'15','','','3','16.00','1','2025-06-06 11:22:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'3','22.00','19','Inclusive','branch','Inventory','','','','yes','','','3174920896699144232203'),(592,'31749212115','165',1.00,'100','retail','0','2025-06-06 15:15:15','','','','33.33','Cash',13.79,'100','','','3','16.00','1','2025-06-06 12:17:39','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','28.00','27','Inclusive','branch','Inventory','','','','yes','','','3174921215023000452000'),(593,'31749212115','147',1.00,'2200','retail','0','2025-06-06 15:17:24','','','','1650','Cash',303.45,'2200','','','3','16.00','1','2025-06-06 12:17:39','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1896.55,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','3174921224522032203203'),(601,'31749213384','195',1.00,'100','retail','0','2025-06-06 15:36:25','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-06 12:36:43','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','63.00','62','Inclusive','branch','Inventory','','','','yes','','','3174921339039307733337'),(602,'51749214677','134',2.00,'600','retail','0','2025-06-06 15:57:58','','','','180','Cash',82.76,'300','','','5','16.00','1','2025-06-06 12:58:11','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','13.00','11','Inclusive','branch','Inventory','','','','yes','','','5174921468332224037308'),(603,'51749214741','247',1.00,'1500','retail','0','2025-06-06 15:59:01','','','','500','Cash',206.90,'1500','','','5','16.00','1','2025-06-06 12:59:08','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9999.00','9998','Inclusive','branch','Inventory','1110','4000','5500','','','','5174921474325273712247'),(604,'31749215493','47',6.00,'1200','retail','0','2025-06-06 16:11:33','','','','0','Cash',165.52,'200','','','3','16.00','1','2025-06-06 13:11:51','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'6','9988.00','9982','Inclusive','branch','Inventory','','','','yes','','','3174921549533404042255'),(605,'31749215493','35',1.00,'100','retail','0','2025-06-06 16:11:42','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-06 13:11:51','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9999.00','9998','Inclusive','branch','Inventory','','','','yes','','','3174921550323002300233'),(606,'61749217410','89',2.00,'500','retail','0','2025-06-06 16:43:30','','','','175','Cash',68.97,'250','','','6','16.00','1','2025-06-06 13:45:28','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','438.00','436','Inclusive','branch','Inventory','','','','yes','','','6174921745327270432421'),(607,'61749217410','238',1.00,'100','retail','0','2025-06-06 16:44:59','','','','33','Cash',13.79,'100','','','6','16.00','1','2025-06-06 13:45:28','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','45.00','44','Inclusive','branch','Inventory','','','','yes','','','6174921750037904712123'),(608,'31749212951','52',3.00,'1350','retail','0','2025-06-06 15:29:11','','','','0','Cash',186.21,'450','','','3','16','1','2025-06-06 13:53:28','4','7','new','1','printed','pcs','','','','yes','','0','','','VATABLE',387.93,'3','9998.00','9995','Inclusive','branch','Inventory','','','','','',NULL,'3174921295342994337023'),(609,'31749212951','45',2.00,'100','retail','0','2025-06-06 15:29:28','','','','0','Cash',13.79,'50','','','3','16','1','2025-06-06 13:53:28','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9909.00','9907','Inclusive','branch','Inventory','','','','','',NULL,'3174921296979223033223'),(610,'31749212951','206',1.00,'300','retail','0','2025-06-06 15:33:29','','','','203','Cash',41.38,'300','','','3','16','1','2025-06-06 13:53:28','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','8.00','7','Inclusive','branch','Inventory','','','','','',NULL,'3174921321300334117143'),(611,'31749212951','89',1.00,'250','retail','0','2025-06-06 15:33:35','','','','175','Cash',34.48,'250','','','3','16','1','2025-06-06 13:53:28','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','440.00','439','Inclusive','branch','Inventory','','','','','',NULL,'3174921326229231329113'),(612,'31749212951','89',1.00,'250','retail','0','2025-06-06 15:34:24','','','','175','Cash',34.48,'250','','','3','16','1','2025-06-06 13:53:28','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','439.00','438','Inclusive','branch','Inventory','','','','','',NULL,'3174921329024230090227'),(613,'31749212951','195',1.00,'100','retail','0','2025-06-06 16:50:58','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-06 13:53:28','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','62.00','61','Inclusive','branch','Inventory','','','','yes','','','3174921785913433800339'),(614,'31749212951','209',2.00,'500','retail','0','2025-06-06 16:51:34','','','','175','Cash',68.97,'250','','','3','16.00','1','2025-06-06 13:53:28','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','4.00','2','Inclusive','branch','Inventory','','','','yes','','','3174921789503303213391'),(615,'31749212951','46',1.00,'100','retail','0','2025-06-06 16:52:14','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-06 13:53:28','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9982.00','9981','Inclusive','branch','Inventory','','','','yes','','','3174921793622332933702'),(616,'31749212951','89',1.00,'250','retail','0','2025-06-06 16:52:35','','','','175','Cash',34.48,'250','','','3','16.00','1','2025-06-06 13:53:28','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','436.00','435','Inclusive','branch','Inventory','','','','yes','','','3174921797844307202179'),(617,'31749212877','136',1.00,'260','retail','0','2025-06-06 15:27:57','','','','210','Cash',35.86,'260','','','3','16','1','2025-06-06 13:56:36','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','46.00','45','Inclusive','branch','Inventory','','','','','',NULL,'3174921287822242723833'),(618,'31749212877','136',1.00,'260','retail','0','2025-06-06 16:56:31','','','','210','Cash',35.86,'260','','','3','16.00','1','2025-06-06 13:56:36','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','45.00','44','Inclusive','branch','Inventory','','','','yes','','','3174921819291231032933'),(619,'31749212822','174',1.00,'250','retail','0','2025-06-06 15:27:02','','','','175','Cash',34.48,'250','','','3','16','1','2025-06-06 13:58:07','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','33.00','32','Inclusive','branch','Inventory','','','','','',NULL,'3174921282533374452092'),(620,'31749212822','174',1.00,'250','retail','0','2025-06-06 16:57:53','','','','175','Cash',34.48,'250','','','3','16.00','1','2025-06-06 13:58:07','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','32.00','31','Inclusive','branch','Inventory','','','','yes','','','3174921827423010032233'),(621,'31749212822','174',1.00,'250','retail','0','2025-06-06 16:57:59','','','','175','Cash',34.48,'250','','','3','16.00','1','2025-06-06 13:58:07','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','31.00','30','Inclusive','branch','Inventory','','','','yes','','','3174921828020322303280'),(622,'61749219585','204',1.00,'350','retail','0','2025-06-06 17:19:45','','','','245','Cash',48.28,'350','','','6','16.00','1','2025-06-06 14:19:49','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','6174921958629372130512'),(623,'61749224334','218',2.00,'520','retail','0','2025-06-06 18:38:54','','','','200','Cash',71.72,'260','','','6','16.00','1','2025-06-06 15:39:01','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','12.00','10','Inclusive','branch','Inventory','','','','yes','','','6174922433662132230222'),(629,'31749225145','136',2.00,'520','retail','0','2025-06-06 18:52:25','','','','210','Cash',71.72,'260','','','3','16.00','1','2025-06-06 15:54:34','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','44.00','42','Inclusive','branch','Inventory','','','','yes','','','3174922515135022303400'),(630,'31749225145','89',2.00,'500','retail','0','2025-06-06 18:53:53','','','','175','Cash',68.97,'250','','','3','16.00','1','2025-06-06 15:54:34','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','435.00','433','Inclusive','branch','Inventory','','','','yes','','','3174922526100032220412'),(631,'41749225836','266',1.00,'500','retail','0','2025-06-06 19:03:57','','','','250','Cash',68.97,'500','','','4','16.00','1','2025-06-06 16:04:56','4','6','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','10000.00','9999','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174922584142803222102'),(632,'41749225836','45',1.00,'50','retail','0','2025-06-06 19:04:17','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-06 16:04:56','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9905.00','9904','Inclusive','branch','Inventory','','','','yes','','','4174922586040330904200'),(633,'41749225836','195',1.00,'100','retail','0','2025-06-06 19:04:44','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-06 16:04:56','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','59.00','58','Inclusive','branch','Inventory','','','','yes','','','4174922588722324323701'),(634,'61749226607','115',1.00,'300','retail','0','2025-06-06 19:16:48','','','','217','Cash',41.38,'300','','','6','16.00','1','2025-06-06 16:17:10','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','49.00','48','Inclusive','branch','Inventory','','','','yes','','','6174922660920202936033'),(635,'61749226607','178',1.00,'100','retail','0','2025-06-06 19:17:04','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-06 16:17:10','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','27.00','26','Inclusive','branch','Inventory','','','','yes','','','6174922662602322202333'),(644,'51749227902','209',1.00,'250','retail','0','2025-06-06 19:38:22','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-06 16:40:18','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','5174922790435392242322'),(645,'51749227902','136',1.00,'260','retail','0','2025-06-06 19:38:28','','','','210','Cash',35.86,'260','','','5','16.00','1','2025-06-06 16:40:18','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','42.00','41','Inclusive','branch','Inventory','','','','yes','','','5174922790932733930333'),(646,'51749227902','195',1.00,'100','retail','0','2025-06-06 19:39:32','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-06 16:40:18','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','58.00','57','Inclusive','branch','Inventory','','','','yes','','','5174922797320027002013'),(647,'51749227902','89',1.00,'250','retail','0','2025-06-06 19:39:34','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-06 16:40:18','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','433.00','432','Inclusive','branch','Inventory','','','','yes','','','5174922801342212112222'),(648,'51749228040','119',1.00,'400','retail','0','2025-06-06 19:40:40','','','','250','Cash',55.17,'400','','','5','16.00','1','2025-06-06 16:41:16','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','5174922804279223033223'),(649,'51749228040','136',1.00,'260','retail','0','2025-06-06 19:40:50','','','','210','Cash',35.86,'260','','','5','16.00','1','2025-06-06 16:41:16','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','41.00','40','Inclusive','branch','Inventory','','','','yes','','','5174922805225978223424'),(650,'51749228115','47',1.00,'200','retail','0','2025-06-06 19:41:55','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-06 16:41:59','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9982.00','9981','Inclusive','branch','Inventory','','','','yes','','','5174922811643090203231'),(651,'51749228179','136',2.00,'520','retail','0','2025-06-06 19:42:59','','','','210','Cash',71.72,'260','','','5','16.00','1','2025-06-06 16:43:48','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','40.00','38','Inclusive','branch','Inventory','','','','yes','','','5174922818003252001320'),(652,'51749228179','195',1.00,'100','retail','0','2025-06-06 19:43:43','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-06 16:43:48','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','57.00','56','Inclusive','branch','Inventory','','','','yes','','','5174922822472503220522'),(657,'81749229049','54',1.00,'1800','retail','0','2025-06-06 19:57:29','','','','0','Cash',248.28,'1800','','','8','16.00','1','2025-06-06 16:58:10','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9996.00','9995','Inclusive','branch','Inventory','','','','yes','','','8174922905130330213372'),(658,'81749229049','45',2.00,'100','retail','0','2025-06-06 19:57:43','','','','0','Cash',13.79,'50','','','8','16.00','1','2025-06-06 16:58:10','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9901.00','9899','Inclusive','branch','Inventory','','','','yes','','','8174922906422330302723'),(659,'81749229049','47',1.00,'200','retail','0','2025-06-06 19:57:55','','','','0','Cash',27.59,'200','','','8','16.00','1','2025-06-06 16:58:10','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9981.00','9980','Inclusive','branch','Inventory','','','','yes','','','8174922907636324247003'),(660,'81749229154','176',2.00,'600','retail','0','2025-06-06 19:59:14','','','','180','Cash',82.76,'300','','','8','16.00','1','2025-06-06 16:59:18','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','11.00','9','Inclusive','branch','Inventory','','','','yes','','','8174922915534327339004'),(669,'61749230395','250',3.00,'3000','retail','0','2025-06-06 20:19:55','','','','500','Cash',413.79,'1000','','','6','16.00','1','2025-06-06 17:20:02','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'3','9997.00','9994','Inclusive','branch','Inventory','1110','4000','5500','','','','6174923039603172120790'),(675,'61749226786','54',1.00,'1800','retail','0','2025-06-06 19:19:47','','','','0','Cash',248.28,'1800','','','6','16','1','2025-06-06 18:04:12','4','7','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9997.00','9996','Inclusive','branch','Inventory','','','','','',NULL,'6174922678808220222463'),(676,'61749226786','45',3.00,'150','retail','0','2025-06-06 19:20:04','','','','0','Cash',20.69,'50','','','6','16','1','2025-06-06 18:04:12','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'3','9904.00','9901','Inclusive','branch','Inventory','','','','','',NULL,'6174922680630223332262'),(677,'61749226786','165',2.00,'200','retail','0','2025-06-06 20:18:59','','','','33.33','Cash',27.59,'100','','','6','16','1','2025-06-06 18:04:12','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','25.00','23','Inclusive','branch','Inventory','','','','','',NULL,'6174923036920703362032'),(678,'61749226786','250',1.00,'1000','retail','0','2025-06-06 21:04:09','','','','500','Cash',137.93,'1000','','','6','16.00','1','2025-06-06 18:04:12','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9994.00','9993','Inclusive','branch','Inventory','1110','4000','5500','','','','6174923305013206043733'),(679,'61749224376','22',3.00,'900','retail','0','2025-06-06 18:39:36','','','','0','Cash',124.14,'300','','','6','16','1','2025-06-06 18:05:17','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'3','9995.00','9992','Inclusive','branch','Inventory','','','','','',NULL,'6174922437882222239446'),(680,'61749224376','45',2.00,'100','retail','0','2025-06-06 18:39:57','','','','0','Cash',13.79,'50','','','6','16','1','2025-06-06 18:05:17','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9907.00','9905','Inclusive','branch','Inventory','','','','','',NULL,'6174922439929322294211'),(681,'61749224376','195',2.00,'200','retail','0','2025-06-06 18:40:31','','','','70','Cash',27.59,'100','','','6','16','1','2025-06-06 18:05:17','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','61.00','59','Inclusive','branch','Inventory','','','','','',NULL,'6174922444344220222043'),(682,'61749224376','218',1.00,'260','retail','0','2025-06-06 18:41:12','','','','200','Cash',35.86,'260','','','6','16','1','2025-06-06 18:05:17','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','10.00','9','Inclusive','branch','Inventory','','','','','',NULL,'6174922447623223294604'),(683,'61749224376','134',2.00,'600','retail','0','2025-06-06 18:41:47','','','','180','Cash',82.76,'300','','','6','16','1','2025-06-06 18:05:17','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','11.00','9','Inclusive','branch','Inventory','','','','','',NULL,'6174922451633230433263'),(684,'61749224376','165',1.00,'100','retail','0','2025-06-06 19:18:10','','','','33.33','Cash',13.79,'100','','','6','16','1','2025-06-06 18:05:17','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','27.00','26','Inclusive','branch','Inventory','','','','','',NULL,'6174922671963362200230'),(685,'61749224376','218',1.00,'260','retail','0','2025-06-06 21:04:53','','','','200','Cash',35.86,'260','','','6','16.00','1','2025-06-06 18:05:17','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','6174923309403021233433'),(686,'61749224376','134',1.00,'300','retail','0','2025-06-06 21:05:03','','','','180','Cash',41.38,'300','','','6','16.00','1','2025-06-06 18:05:17','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','6174923310432736642403'),(687,'61749224376','195',1.00,'100','retail','0','2025-06-06 21:05:10','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-06 18:05:17','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','56.00','55','Inclusive','branch','Inventory','','','','yes','','','6174923311200430714202'),(693,'81749229200','118',1.00,'1000','retail','0','2025-06-06 20:00:00','','','','710','Cash',137.93,'1000','','','8','16.00','1','2025-06-06 18:19:01','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','8174922921834281393382'),(694,'81749229200','178',2.00,'200','retail','0','2025-06-06 21:18:57','','','','54.17','Cash',27.59,'100','','','8','16.00','1','2025-06-06 18:19:01','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','86.00','84','Inclusive','branch','Inventory','','','','yes','','','8174923393719342022227'),(695,'81749233991','176',2.00,'600','retail','0','2025-06-06 21:19:51','','','','180','Cash',82.76,'300','','','8','16.00','1','2025-06-06 18:19:54','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','9.00','7','Inclusive','branch','Inventory','','','','yes','','','8174923399112492940022'),(696,'81749234744','25',1.00,'350','retail','0','2025-06-06 21:32:24','','','','0','Cash',48.28,'350','','','8','16.00','1','2025-06-06 18:32:32','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9998.00','9997','Inclusive','branch','Inventory','','','','yes','','','8174923474584053313450'),(697,'81749234744','45',1.00,'50','retail','0','2025-06-06 21:32:30','','','','0','Cash',6.90,'50','','','8','16.00','1','2025-06-06 18:32:32','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9898.00','9897','Inclusive','branch','Inventory','','','','yes','','','8174923475102207220021'),(698,'41749234846','201',1.00,'300','retail','0','2025-06-06 21:34:06','','','','200','Cash',41.38,'300','','','4','16.00','1','2025-06-06 18:34:11','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','4174923484824233234703'),(699,'41749234906','136',2.00,'520','retail','0','2025-06-06 21:35:06','','','','210','Cash',71.72,'260','','','4','16.00','1','2025-06-06 18:35:11','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','38.00','36','Inclusive','branch','Inventory','','','','yes','','','4174923490743230999232'),(700,'61749236387','22',1.00,'300','retail','0','2025-06-06 21:59:47','','','','0','Cash',41.38,'300','','','6','16.00','1','2025-06-06 18:59:58','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9992.00','9991','Inclusive','branch','Inventory','','','','yes','','','6174923638843323272733'),(701,'61749236387','45',1.00,'50','retail','0','2025-06-06 21:59:54','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-06 18:59:58','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9897.00','9896','Inclusive','branch','Inventory','','','','yes','','','6174923639633233291222'),(702,'61749237002','22',1.00,'300','retail','0','2025-06-06 22:10:02','','','','0','Cash',41.38,'300','','','6','16.00','1','2025-06-06 19:10:14','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9991.00','9990','Inclusive','branch','Inventory','','','','yes','','','6174923700462320926047'),(703,'61749237002','45',1.00,'50','retail','0','2025-06-06 22:10:10','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-06 19:10:14','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9896.00','9895','Inclusive','branch','Inventory','','','','yes','','','6174923701191233340390'),(712,'61749237147','89',1.00,'250','retail','0','2025-06-06 22:12:27','','','','175','Cash',34.48,'250','','','6','16.00','1','2025-06-06 19:12:55','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','432.00','431','Inclusive','branch','Inventory','','','','yes','','','6174923716120120223703'),(713,'61749237147','205',2.00,'600','retail','0','2025-06-06 22:12:50','','','','225','Cash',82.76,'300','','','6','16.00','1','2025-06-06 19:12:55','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','27.00','25','Inclusive','branch','Inventory','','','','yes','','','6174923717137033102322'),(714,'61749238091','196',4.00,'80','retail','0','2025-06-06 22:28:11','','','','14','Cash',11.03,'20','','','6','16.00','1','2025-06-06 19:28:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'4','18.00','14','Inclusive','branch','Inventory','','','','yes','','','6174923809332330308339'),(715,'61749239797','119',1.00,'400','retail','0','2025-06-06 22:56:37','','','','250','Cash',55.17,'400','','','6','16.00','1','2025-06-06 19:57:16','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','6174923979831331172382'),(716,'61749239797','165',1.00,'100','retail','0','2025-06-06 22:56:42','','','','33.33','Cash',13.79,'100','','','6','16.00','1','2025-06-06 19:57:16','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','23.00','22','Inclusive','branch','Inventory','','','','yes','','','6174923983120622369367'),(721,'41749243137','10',2.00,'200','retail','0','2025-06-06 23:52:17','','','','0','Cash',27.59,'100','','','4','16.00','1','2025-06-06 20:52:21','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','9998.00','9996','Inclusive','branch','Inventory','','','','yes','','','4174924313821227322231'),(722,'41749243193','134',2.00,'600','retail','0','2025-06-06 23:53:13','','','','180','Cash',82.76,'300','','','4','16.00','1','2025-06-06 20:53:19','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','31.00','29','Inclusive','branch','Inventory','','','','yes','','','4174924319420034432232'),(723,'141749243686','196',2.00,'40','retail','0','2025-06-07 00:01:26','','','','14','Cash',5.52,'20','','','14','16.00','1','2025-06-06 21:01:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','14.00','12','Inclusive','branch','Inventory','','','','yes','','','14174924368730410223003'),(726,'61749240792','22',1.00,'300','retail','0','2025-06-06 23:13:12','','','','0','Cash',41.38,'300','','','6','16','1','2025-06-06 21:07:14','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9990.00','9989','Inclusive','branch','Inventory','','','','','',NULL,'6174924079322262442423'),(727,'61749240792','45',1.00,'50','retail','0','2025-06-06 23:13:17','','','','0','Cash',6.90,'50','','','6','16','1','2025-06-06 21:07:14','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9895.00','9894','Inclusive','branch','Inventory','','','','','',NULL,'6174924079823272202327'),(728,'61749240792','165',1.00,'100','retail','0','2025-06-07 00:06:40','','','','33.33','Cash',13.79,'100','','','6','16.00','1','2025-06-06 21:07:14','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','6174924402834430393320'),(729,'61749244480','22',3.00,'900','retail','0','2025-06-07 00:14:40','','','','0','Cash',124.14,'300','','','6','16.00','1','2025-06-06 21:15:31','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','9989.00','9986','Inclusive','branch','Inventory','','','','yes','','','6174924448130342294922'),(730,'61749244480','45',1.00,'50','retail','0','2025-06-07 00:14:48','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-06 21:15:31','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9893.00','9892','Inclusive','branch','Inventory','','','','yes','','','6174924448823322387410'),(731,'61749244480','205',2.00,'600','retail','0','2025-06-07 00:15:05','','','','225','Cash',82.76,'300','','','6','16.00','1','2025-06-06 22:59:55','1','12','returned','1','new','pcs','','2025-06-07 01:59:55','11','yes','','0','','','VATABLE',258.62,'2','25.00','23','Inclusive','branch','Inventory','','','','yes','','','6174924450552574003235'),(732,'61749244480','165',1.00,'100','retail','0','2025-06-07 00:15:06','','','','33.33','Cash',13.79,'100','','','6','16.00','1','2025-06-06 21:15:31','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','21.00','20','Inclusive','branch','Inventory','','','','yes','','','6174924452620320222322'),(757,'141749245517','136',1.00,'260','retail','0','2025-06-07 00:31:57','','','','210','Cash',35.86,'260','','','14','16.00','1','2025-06-06 21:44:24','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','36.00','35','Inclusive','branch','Inventory','','','','yes','','','14174924551803090352802'),(758,'141749245517','45',1.00,'50','retail','0','2025-06-07 00:32:22','','','','0','Cash',6.90,'50','','','14','16.00','1','2025-06-06 21:44:24','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9892.00','9891','Inclusive','branch','Inventory','','','','yes','','','14174924556720224124223'),(759,'141749245517','79',1.00,'400','retail','0','2025-06-07 00:33:35','','','','0','Cash',55.17,'400','','','14','16.00','1','2025-06-06 21:44:24','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9999.00','9998','Inclusive','branch','Inventory','','','','yes','','','14174924561623305302343'),(760,'141749245517','79',1.00,'400','retail','0','2025-06-07 00:33:54','','','','0','Cash',55.17,'400','','','14','16.00','1','2025-06-06 21:44:24','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9998.00','9997','Inclusive','branch','Inventory','','','','yes','','','14174924563550403343009'),(761,'141749245517','165',1.00,'100','retail','0','2025-06-07 00:34:29','','','','33.33','Cash',13.79,'100','','','14','16.00','1','2025-06-06 21:44:24','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','20.00','19','Inclusive','branch','Inventory','','','','yes','','','14174924567023206234213'),(762,'141749245517','195',1.00,'100','retail','0','2025-06-07 00:34:47','','','','70','Cash',13.79,'100','','','14','16.00','1','2025-06-06 21:44:24','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','55.00','54','Inclusive','branch','Inventory','','','','yes','','','14174924568845453413804'),(763,'141749245517','45',1.00,'50','retail','0','2025-06-07 00:35:16','','','','0','Cash',6.90,'50','','','14','16.00','1','2025-06-06 21:44:24','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9891.00','9890','Inclusive','branch','Inventory','','','','yes','','','14174924571713343470393'),(764,'141749245517','136',1.00,'260','retail','0','2025-06-07 00:35:48','','','','210','Cash',35.86,'260','','','14','16.00','1','2025-06-06 21:44:24','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','35.00','34','Inclusive','branch','Inventory','','','','yes','','','14174924574933310322224'),(765,'141749245517','89',1.00,'250','retail','0','2025-06-07 00:35:49','','','','175','Cash',34.48,'250','','','14','16.00','1','2025-06-06 21:44:24','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','431.00','430','Inclusive','branch','Inventory','','','','yes','','','14174924580720170234332'),(766,'141749245517','136',1.00,'260','retail','0','2025-06-07 00:37:08','','','','210','Cash',35.86,'260','','','14','16.00','1','2025-06-06 21:44:24','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','34.00','33','Inclusive','branch','Inventory','','','','yes','','','14174924582803254203835'),(767,'141749245517','196',1.00,'20','retail','0','2025-06-07 00:37:36','','','','14','Cash',2.76,'20','','','14','16.00','1','2025-06-06 21:44:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','14174924585743253425422'),(768,'141749245517','196',1.00,'20','retail','0','2025-06-07 00:37:42','','','','14','Cash',2.76,'20','','','14','16.00','1','2025-06-06 21:44:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','14174924586243240233203'),(769,'141749245517','165',1.00,'100','retail','0','2025-06-07 00:37:53','','','','33.33','Cash',13.79,'100','','','14','16.00','1','2025-06-06 21:44:24','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','19.00','18','Inclusive','branch','Inventory','','','','yes','','','14174924587474273333322'),(770,'141749245517','117',1.00,'350','retail','0','2025-06-07 00:38:00','','','','245','Cash',48.28,'350','','','14','16.00','1','2025-06-06 21:44:24','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','14174924590391020902000'),(771,'141749245517','202',1.00,'900','retail','0','2025-06-07 00:38:24','','','','570','Cash',124.14,'900','','','14','16.00','1','2025-06-06 21:44:24','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','14174924594442530343092'),(772,'141749245517','89',1.00,'250','retail','0','2025-06-07 00:39:04','','','','175','Cash',34.48,'250','','','14','16.00','1','2025-06-06 21:44:24','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','430.00','429','Inclusive','branch','Inventory','','','','yes','','','14174924598818992032232'),(773,'141749245517','209',1.00,'250','retail','0','2025-06-07 00:39:49','','','','175','Cash',34.48,'250','','','14','16.00','1','2025-06-06 21:44:24','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','51.00','50','Inclusive','branch','Inventory','','','','yes','','','14174924601334030220031'),(774,'141749245517','196',2.00,'40','retail','0','2025-06-07 00:40:13','','','','14','Cash',5.52,'20','','','14','16.00','1','2025-06-06 21:44:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','10.00','8','Inclusive','branch','Inventory','','','','yes','','','14174924605122023303033'),(775,'141749245517','136',1.00,'260','retail','0','2025-06-07 00:40:51','','','','210','Cash',35.86,'260','','','14','16.00','1','2025-06-06 21:44:24','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','33.00','32','Inclusive','branch','Inventory','','','','yes','','','14174924607093232200434'),(776,'141749245517','208',1.00,'260','retail','0','2025-06-07 00:41:11','','','','195','Cash',35.86,'260','','','14','16.00','1','2025-06-06 21:44:24','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','39.00','38','Inclusive','branch','Inventory','','','','yes','','','14174924609420322234902'),(777,'141749245517','136',1.00,'260','retail','0','2025-06-07 00:41:34','','','','210','Cash',35.86,'260','','','14','16.00','1','2025-06-06 21:44:24','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','32.00','31','Inclusive','branch','Inventory','','','','yes','','','14174924621122021033003'),(778,'81749234805','201',1.00,'300','retail','0','2025-06-06 21:33:25','','','','200','Cash',41.38,'300','','','8','16.00','1','2025-06-06 21:47:26','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','8174923480607829234163'),(779,'81749234805','218',2.00,'520','retail','0','2025-06-07 00:47:19','','','','200','Cash',71.72,'260','','','8','16.00','1','2025-06-06 21:47:26','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','58.00','56','Inclusive','branch','Inventory','','','','yes','','','8174924644082322332246'),(780,'81749246511','118',1.00,'1000','retail','0','2025-06-07 00:48:31','','','','710','Cash',137.93,'1000','','','8','16.00','1','2025-06-06 21:49:24','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','8174924651232052012302'),(781,'81749246511','100',2.00,'500','retail','0','2025-06-07 00:48:51','','','','165','Cash',68.97,'250','','','8','16.00','1','2025-06-06 21:49:24','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','25.00','23','Inclusive','branch','Inventory','','','','yes','','','8174924653202326233393'),(782,'81749246511','178',1.00,'100','retail','0','2025-06-07 00:49:16','','','','54.17','Cash',13.79,'100','','','8','16.00','1','2025-06-06 21:49:24','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','84.00','83','Inclusive','branch','Inventory','','','','yes','','','8174924655733524222203'),(783,'81749246658','150',1.00,'2500','retail','0','2025-06-07 00:50:58','','','','1734','Cash',344.83,'2500','','','8','16.00','1','2025-06-06 21:52:30','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',2155.17,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','8174924665990073240274'),(784,'81749246658','195',2.00,'200','retail','0','2025-06-07 00:51:13','','','','70','Cash',27.59,'100','','','8','16.00','1','2025-06-06 21:52:30','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','54.00','52','Inclusive','branch','Inventory','','','','yes','','','8174924667463207443342'),(785,'81749246658','164',1.00,'50','retail','0','2025-06-07 00:52:18','','','','35','Cash',6.90,'50','','','8','16.00','1','2025-06-06 21:52:30','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','29.00','28','Inclusive','branch','Inventory','','','','yes','','','8174924673937334333903'),(786,'81749246859','118',1.00,'1000','retail','0','2025-06-07 00:54:19','','','','710','Cash',137.93,'1000','','','8','16.00','1','2025-06-06 21:55:10','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','8174924686002004284002'),(787,'81749247111','117',1.00,'350','retail','0','2025-06-07 00:58:31','','','','245','Cash',48.28,'350','','','8','16.00','1','2025-06-06 21:58:43','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','8174924711207222133222'),(788,'81749247288','218',3.00,'780','retail','0','2025-06-07 01:01:28','','','','200','Cash',107.59,'260','','','8','16.00','1','2025-06-06 22:02:28','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'3','56.00','53','Inclusive','branch','Inventory','','','','yes','','','8174924729020339342428'),(789,'81749247470','208',2.00,'520','retail','0','2025-06-07 01:04:30','','','','195','Cash',71.72,'260','','','8','16.00','1','2025-06-06 22:06:02','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','38.00','36','Inclusive','branch','Inventory','','','','yes','','','8174924747123783942242'),(790,'81749247470','118',1.00,'1000','retail','0','2025-06-07 01:05:58','','','','710','Cash',137.93,'1000','','','8','16.00','1','2025-06-06 22:06:02','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','8174924755932203223323'),(791,'81749247667','1',1.00,'100','retail','0','2025-06-07 01:07:47','','','','0','Cash',13.79,'100','','','8','16.00','1','2025-06-06 22:07:52','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9997.00','9996','Inclusive','branch','Inventory','','','','yes','','A','8174924766842442248047'),(792,'61749248081','187',2.00,'30','retail','0','2025-06-07 01:14:41','','','','8','Cash',4.14,'15','','','6','16.00','1','2025-06-06 22:14:44','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','19.00','17','Inclusive','branch','Inventory','','','','yes','','','6174924808112633220227'),(806,'61749248321','47',1.00,'200','retail','0','2025-06-07 01:18:41','','','','0','Cash',27.59,'200','','','6','16.00','1','2025-06-06 22:19:25','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9980.00','9979','Inclusive','branch','Inventory','','','','yes','','','6174924832283232320322'),(807,'61749248321','165',1.00,'100','retail','0','2025-06-07 01:18:54','','','','33.33','Cash',13.79,'100','','','6','16.00','1','2025-06-06 22:19:25','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','18.00','17','Inclusive','branch','Inventory','','','','yes','','','6174924836130033243222'),(808,'81749250528','136',1.00,'260','retail','0','2025-06-07 01:55:28','','','','210','Cash',35.86,'260','','','8','16.00','1','2025-06-06 22:55:33','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','31.00','30','Inclusive','branch','Inventory','','','','yes','','','8174925052957932250440'),(809,'81749250593','136',1.00,'260','retail','0','2025-06-07 01:56:33','','','','210','Cash',35.86,'260','','','8','16.00','1','2025-06-06 22:56:39','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','30.00','29','Inclusive','branch','Inventory','','','','yes','','','8174925059424233324523'),(810,'81749250653','89',1.00,'250','retail','0','2025-06-07 01:57:33','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-06 22:59:09','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','429.00','428','Inclusive','branch','Inventory','','','','yes','','','8174925070870033055729'),(811,'81749250653','209',2.00,'500','retail','0','2025-06-07 01:58:45','','','','175','Cash',68.97,'250','','','8','16.00','1','2025-06-06 22:59:09','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','50.00','48','Inclusive','branch','Inventory','','','','yes','','','8174925072634739227022'),(812,'81749250653','209',1.00,'250','retail','0','2025-06-07 01:59:04','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-06 22:59:09','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','48.00','47','Inclusive','branch','Inventory','','','','yes','','','8174925074524758300322'),(813,'81749250959','165',1.00,'100','retail','0','2025-06-07 02:03:07','','','','33.33','Cash',13.79,'100','','','8','16.00','1','2025-06-06 23:03:49','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','17.00','16','Inclusive','branch','Inventory','','','','yes','','','8174925098823280000202'),(814,'81749250959','214',1.00,'900','retail','0','2025-06-07 02:03:43','','','','680','Cash',124.14,'900','','','8','16.00','1','2025-06-06 23:03:49','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','8174925102333503233302'),(815,'61749251099','205',2.00,'600','retail','0','2025-06-07 02:04:59','','','','225','Cash',82.76,'300','','','6','16.00','1','2025-06-06 23:05:26','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','22.00','20','Inclusive','branch','Inventory','','','','yes','','','6174925110032340329323'),(816,'61749251099','89',1.00,'250','retail','0','2025-06-07 02:05:01','','','','175','Cash',34.48,'250','','','6','16.00','1','2025-06-06 23:05:26','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','428.00','427','Inclusive','branch','Inventory','','','','yes','','','6174925112302302231423'),(831,'61749251277','187',4.00,'60','retail','0','2025-06-07 02:07:57','','','','8','Cash',8.28,'15','','','6','16.00','1','2025-06-06 23:08:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'4','17.00','13','Inclusive','branch','Inventory','','','','yes','','','6174925127840634330422'),(832,'81749251644','126',1.00,'1800','retail','0','2025-06-07 02:14:04','','','','1300','Cash',248.28,'1800','','','8','16.00','1','2025-06-06 23:14:30','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','8174925164416351232853'),(833,'81749251644','193',1.00,'300','retail','0','2025-06-07 02:14:20','','','','230','Cash',41.38,'300','','','8','16.00','1','2025-06-06 23:14:30','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','8174925166102206428320'),(834,'81749251723','117',2.00,'700','retail','0','2025-06-07 02:15:23','','','','245','Cash',96.55,'350','','','8','16.00','1','2025-06-06 23:15:32','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'2','7.00','5','Inclusive','branch','Inventory','','','','yes','','','8174925172402204038337'),(835,'81749251794','93',1.00,'500','retail','0','2025-06-07 02:16:34','','','','330','Cash',68.97,'500','','','8','16.00','1','2025-06-06 23:17:08','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','8174925179603182700330'),(836,'81749251794','160',2.00,'200','retail','0','2025-06-07 02:17:00','','','','41.67','Cash',27.59,'100','','','8','16.00','1','2025-06-06 23:17:08','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','71.00','69','Inclusive','branch','Inventory','','','','yes','','','8174925182123132327252'),(837,'81749251794','178',1.00,'100','retail','0','2025-06-07 02:17:04','','','','54.17','Cash',13.79,'100','','','8','16.00','1','2025-06-06 23:17:08','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','83.00','82','Inclusive','branch','Inventory','','','','yes','','','8174925182552242504212'),(838,'81749251870','94',1.00,'1800','retail','0','2025-06-07 02:17:50','','','','1000','Cash',248.28,'1800','','','8','16.00','1','2025-06-06 23:18:07','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','8174925187121182524227'),(839,'81749251870','165',1.00,'100','retail','0','2025-06-07 02:18:02','','','','33.33','Cash',13.79,'100','','','8','16.00','1','2025-06-06 23:18:07','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','16.00','15','Inclusive','branch','Inventory','','','','yes','','','8174925188324703233033'),(840,'41749252005','116',1.00,'850','retail','0','2025-06-07 02:20:05','','','','585','Cash',117.24,'850','','','4','16.00','1','2025-06-06 23:20:22','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','4174925200603022232350'),(841,'41749252005','160',1.00,'100','retail','0','2025-06-07 02:20:16','','','','41.67','Cash',13.79,'100','','','4','16.00','1','2025-06-06 23:20:22','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','69.00','68','Inclusive','branch','Inventory','','','','yes','','','4174925201709441422314'),(842,'41749252089','218',3.00,'780','retail','0','2025-06-07 02:21:29','','','','200','Cash',107.59,'260','','','4','16.00','1','2025-06-06 23:21:37','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'3','53.00','50','Inclusive','branch','Inventory','','','','yes','','','4174925209033433433205'),(843,'41749241841','80',1.00,'800','retail','0','2025-06-06 23:30:41','','','','0','Cash',110.34,'800','','','4','16','1','2025-06-06 23:25:39','5','8','new','1','printed','pcs','','','','yes','','0','','','VATABLE',689.66,'1','10000.00','9999','Inclusive','branch','Inventory','','','','','',NULL,'4174924184223302323420'),(844,'41749241841','45',1.00,'50','retail','0','2025-06-06 23:30:59','','','','0','Cash',6.90,'50','','','4','16','1','2025-06-06 23:25:39','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9894.00','9893','Inclusive','branch','Inventory','','','','','',NULL,'4174924186007392472442'),(845,'41749241841','136',4.00,'1040','retail','0','2025-06-07 02:23:28','','','','210','Cash',143.45,'260','','','4','16.00','1','2025-06-06 23:25:39','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','29.00','25','Inclusive','branch','Inventory','','','','yes','','','4174925220834322120029'),(846,'41749241841','195',1.00,'100','retail','0','2025-06-07 02:23:40','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-06 23:25:39','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','52.00','51','Inclusive','branch','Inventory','','','','yes','','','4174925222172022322214'),(847,'41749241841','165',1.00,'100','retail','0','2025-06-07 02:25:31','','','','33.33','Cash',13.79,'100','','','4','16.00','1','2025-06-06 23:25:39','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','15.00','14','Inclusive','branch','Inventory','','','','yes','','','4174925233273222223023'),(848,'51749253014','214',1.00,'900','retail','0','2025-06-07 02:37:14','','','','680','Cash',124.14,'900','','','5','16.00','1','2025-06-06 23:37:30','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','5174925303522325533034'),(849,'51749253094','160',1.00,'100','retail','0','2025-06-07 02:38:40','','','','41.67','Cash',13.79,'100','','','5','16.00','1','2025-06-06 23:40:24','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','68.00','67','Inclusive','branch','Inventory','','','','yes','','','5174925312033530020201'),(850,'51749253094','165',1.00,'100','retail','0','2025-06-07 02:39:05','','','','33.33','Cash',13.79,'100','','','5','16.00','1','2025-06-06 23:40:24','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','5174925314620230314033'),(851,'51749253094','215',1.00,'600','retail','0','2025-06-07 02:40:06','','','','465','Cash',82.76,'600','','','5','16.00','1','2025-06-06 23:40:24','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','5174925320707252025002'),(852,'51749253094','195',1.00,'100','retail','0','2025-06-07 02:40:17','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-06 23:40:24','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','51.00','50','Inclusive','branch','Inventory','','','','yes','','','5174925321813328333332'),(853,'51749253290','138',4.00,'1200','retail','0','2025-06-07 02:41:30','','','','265','Cash',165.52,'300','','','5','16.00','1','2025-06-06 23:41:57','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'4','24.00','20','Inclusive','branch','Inventory','','','','yes','','','5174925329070333503223'),(854,'51749253290','214',1.00,'900','retail','0','2025-06-07 02:41:49','','','','680','Cash',124.14,'900','','','5','16.00','1','2025-06-06 23:41:57','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','5174925331055432230022'),(855,'41749252451','218',4.00,'1040','retail','0','2025-06-07 02:27:31','','','','200','Cash',143.45,'260','','','4','16.00','1','2025-06-06 23:43:27','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','50.00','46','Inclusive','branch','Inventory','','','','yes','','','4174925245221443224043'),(856,'41749252451','205',2.00,'600','retail','0','2025-06-07 02:27:43','','','','225','Cash',82.76,'300','','','4','16.00','1','2025-06-06 23:43:27','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','18.00','16','Inclusive','branch','Inventory','','','','yes','','','4174925246444504202344'),(857,'41749252451','209',2.00,'500','retail','0','2025-06-07 02:27:55','','','','175','Cash',68.97,'250','','','4','16.00','1','2025-06-06 23:43:27','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','47.00','45','Inclusive','branch','Inventory','','','','yes','','','4174925247609414232303'),(858,'41749252451','45',1.00,'50','retail','0','2025-06-07 02:28:09','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-06 23:43:27','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9890.00','9889','Inclusive','branch','Inventory','','','','yes','','','4174925248922324323901'),(859,'41749252451','78',1.00,'1000','retail','0','2025-06-07 02:43:06','','','','0','Cash',137.93,'1000','','','4','16.00','1','2025-06-06 23:43:27','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','','4174925338735027244302'),(860,'41749253549','89',5.00,'1250','retail','0','2025-06-07 02:45:49','','','','175','Cash',172.41,'250','','','4','16.00','1','2025-06-06 23:46:20','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'5','427.00','422','Inclusive','branch','Inventory','','','','yes','','','4174925355057030027013'),(861,'41749253549','218',2.00,'520','retail','0','2025-06-07 02:46:14','','','','200','Cash',71.72,'260','','','4','16.00','1','2025-06-06 23:46:20','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','46.00','44','Inclusive','branch','Inventory','','','','yes','','','4174925357500332077243'),(862,'41749253630','196',2.00,'40','retail','0','2025-06-07 02:47:10','','','','14','Cash',5.52,'20','','','4','16.00','1','2025-06-06 23:47:13','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','8.00','6','Inclusive','branch','Inventory','','','','yes','','','4174925363139242024433'),(863,'141749253018','212',1.00,'1000','retail','0','2025-06-07 02:36:58','','','','860','Cash',137.93,'1000','','','14','16.00','1','2025-06-06 23:48:14','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','14174925304133333223214'),(864,'141749253018','205',1.00,'300','retail','0','2025-06-07 02:37:21','','','','225','Cash',41.38,'300','','','14','16.00','1','2025-06-06 23:48:14','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','16.00','15','Inclusive','branch','Inventory','','','','yes','','','14174925308902520309010'),(865,'141749253018','244',1.00,'200','retail','0','2025-06-07 02:39:07','','','','150','Cash',27.59,'200','','','14','16.00','1','2025-06-06 23:48:14','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9996.00','9995','Inclusive','branch','Inventory','','','','yes','','','14174925314803432453020'),(866,'141749253018','244',1.00,'200','retail','0','2025-06-07 02:39:26','','','','150','Cash',27.59,'200','','','14','16.00','1','2025-06-06 23:48:14','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9995.00','9994','Inclusive','branch','Inventory','','','','yes','','','14174925316672223120330'),(867,'141749253018','119',1.00,'400','retail','0','2025-06-07 02:39:27','','','','250','Cash',55.17,'400','','','14','16.00','1','2025-06-06 23:48:14','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','14174925319773137223933'),(868,'141749253018','165',1.00,'100','retail','0','2025-06-07 02:39:57','','','','33.33','Cash',13.79,'100','','','14','16.00','1','2025-06-06 23:48:14','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','14174925322232312122235'),(869,'141749253018','118',1.00,'1000','retail','0','2025-06-07 02:41:08','','','','710','Cash',137.93,'1000','','','14','16.00','1','2025-06-06 23:48:14','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','14174925329071200903233'),(870,'141749253018','165',1.00,'100','retail','0','2025-06-07 02:42:33','','','','33.33','Cash',13.79,'100','','','14','16.00','1','2025-06-06 23:48:14','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','14174925353623742525232'),(871,'141749253018','111',1.00,'1300','retail','0','2025-06-07 02:45:36','','','','945','Cash',179.31,'1300','','','14','16.00','1','2025-06-06 23:48:14','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','14174925358102207753501'),(872,'141749253018','194',1.00,'100','retail','0','2025-06-07 02:47:41','','','','70','Cash',13.79,'100','','','14','16.00','1','2025-06-06 23:48:14','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','14174925368135113300228'),(873,'41749253759','116',1.00,'850','retail','0','2025-06-07 02:49:19','','','','585','Cash',117.24,'850','','','4','16.00','1','2025-06-06 23:49:23','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','4174925376073642327063'),(874,'41749253837','209',1.00,'250','retail','0','2025-06-07 02:50:37','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-06 23:50:53','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','45.00','44','Inclusive','branch','Inventory','','','','yes','','','4174925383800218233042'),(875,'41749253837','89',1.00,'250','retail','0','2025-06-07 02:50:48','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-06 23:50:53','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','422.00','421','Inclusive','branch','Inventory','','','','yes','','','4174925384930340107239'),(876,'41749253903','136',1.00,'260','retail','0','2025-06-07 02:51:43','','','','210','Cash',35.86,'260','','','4','16.00','1','2025-06-06 23:51:54','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','25.00','24','Inclusive','branch','Inventory','','','','yes','','','4174925390443034430334'),(877,'41749253903','195',1.00,'100','retail','0','2025-06-07 02:51:49','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-06 23:51:54','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','50.00','49','Inclusive','branch','Inventory','','','','yes','','','4174925391032220470222'),(878,'41749254008','174',3.00,'750','retail','0','2025-06-07 02:53:28','','','','175','Cash',103.45,'250','','','4','16.00','1','2025-06-06 23:54:29','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','30.00','27','Inclusive','branch','Inventory','','','','yes','','','4174925400923139201924'),(879,'41749254008','205',1.00,'300','retail','0','2025-06-07 02:53:42','','','','225','Cash',41.38,'300','','','4','16.00','1','2025-06-06 23:54:29','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','15.00','14','Inclusive','branch','Inventory','','','','yes','','','4174925402333202440344'),(880,'41749254008','165',1.00,'100','retail','0','2025-06-07 02:53:57','','','','33.33','Cash',13.79,'100','','','4','16.00','1','2025-06-06 23:54:29','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','4174925403830304322534'),(881,'41749254008','140',1.00,'700','retail','0','2025-06-07 02:54:23','','','','480','Cash',96.55,'700','','','4','16.00','1','2025-06-06 23:54:29','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','4174925406422347403643'),(882,'41749254129','47',1.00,'200','retail','0','2025-06-07 02:55:29','','','','0','Cash',27.59,'200','','','4','16.00','1','2025-06-06 23:57:02','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9979.00','9978','Inclusive','branch','Inventory','','','','yes','','','4174925413122202220232'),(883,'41749254129','117',1.00,'350','retail','0','2025-06-07 02:55:57','','','','245','Cash',48.28,'350','','','4','16.00','1','2025-06-06 23:57:02','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','4174925415742033332720'),(884,'41749254129','89',1.00,'250','retail','0','2025-06-07 02:56:30','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-06 23:57:02','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','421.00','420','Inclusive','branch','Inventory','','','','yes','','','4174925419142432124122'),(885,'41749254129','165',1.00,'100','retail','0','2025-06-07 02:56:49','','','','33.33','Cash',13.79,'100','','','4','16.00','1','2025-06-06 23:57:02','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','4174925421024222342221'),(886,'41749254279','174',1.00,'250','retail','0','2025-06-07 02:57:59','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-06 23:58:02','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','27.00','26','Inclusive','branch','Inventory','','','','yes','','','4174925428022334003323'),(887,'51749255075','178',1.00,'100','retail','0','2025-06-07 03:11:15','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-07 00:11:18','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','82.00','81','Inclusive','branch','Inventory','','','','yes','','','5174925507552232723350'),(888,'51749255123','204',1.00,'350','retail','0','2025-06-07 03:12:03','','','','245','Cash',48.28,'350','','','5','16.00','1','2025-06-07 00:12:50','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','5174925512430105224533'),(889,'51749255123','160',1.00,'100','retail','0','2025-06-07 03:12:15','','','','41.67','Cash',13.79,'100','','','5','16.00','1','2025-06-07 00:12:50','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','67.00','66','Inclusive','branch','Inventory','','','','yes','','','5174925513607302303373'),(890,'51749255123','195',1.00,'100','retail','0','2025-06-07 03:12:21','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-07 00:12:50','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','49.00','48','Inclusive','branch','Inventory','','','','yes','','','5174925514172133224333'),(891,'51749255123','99',4.00,'1200','retail','0','2025-06-07 03:12:44','','','','180','Cash',165.52,'300','','','5','16.00','1','2025-06-07 00:12:50','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'4','24.00','20','Inclusive','branch','Inventory','','','','yes','','','5174925516532532522225'),(892,'51749255216','195',1.00,'100','retail','0','2025-06-07 03:13:36','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-07 00:13:39','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','48.00','47','Inclusive','branch','Inventory','','','','yes','','','5174925521740022273023'),(893,'51749255260','196',2.00,'40','retail','0','2025-06-07 03:14:20','','','','14','Cash',5.52,'20','','','5','16.00','1','2025-06-07 00:14:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','6.00','4','Inclusive','branch','Inventory','','','','yes','','','5174925526122102047164'),(894,'51749255305','178',1.00,'100','retail','0','2025-06-07 03:15:05','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-07 00:15:08','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','81.00','80','Inclusive','branch','Inventory','','','','yes','','','5174925530693320500233'),(895,'51749255408','215',1.00,'600','retail','0','2025-06-07 03:16:48','','','','465','Cash',82.76,'600','','','5','16.00','1','2025-06-07 00:17:05','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','5174925540802355708222'),(896,'51749255408','160',1.00,'100','retail','0','2025-06-07 03:16:58','','','','41.67','Cash',13.79,'100','','','5','16.00','1','2025-06-07 00:17:05','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','66.00','65','Inclusive','branch','Inventory','','','','yes','','','5174925541942452302323'),(897,'51749255487','136',1.00,'260','retail','0','2025-06-07 03:18:07','','','','210','Cash',35.86,'260','','','5','16.00','1','2025-06-07 00:18:19','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','24.00','23','Inclusive','branch','Inventory','','','','yes','','','5174925548853335235394'),(898,'51749255487','195',1.00,'100','retail','0','2025-06-07 03:18:14','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-07 00:18:19','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','47.00','46','Inclusive','branch','Inventory','','','','yes','','','5174925549425243712257'),(899,'51749255550','89',2.00,'500','retail','0','2025-06-07 03:19:10','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-07 00:19:26','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','420.00','418','Inclusive','branch','Inventory','','','','yes','','','5174925555125223322053'),(900,'51749255550','209',1.00,'250','retail','0','2025-06-07 03:19:22','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-07 00:19:26','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','44.00','43','Inclusive','branch','Inventory','','','','yes','','','5174925556323336221303'),(901,'51749255618','136',3.00,'780','retail','0','2025-06-07 03:20:18','','','','210','Cash',107.59,'260','','','5','16.00','1','2025-06-07 00:21:35','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'3','23.00','20','Inclusive','branch','Inventory','','','','yes','','','5174925561925330723920'),(902,'51749255618','134',3.00,'900','retail','0','2025-06-07 03:20:35','','','','180','Cash',124.14,'300','','','5','16.00','1','2025-06-07 00:21:35','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','26.00','23','Inclusive','branch','Inventory','','','','yes','','','5174925563620002203324'),(903,'51749255618','165',1.00,'100','retail','0','2025-06-07 03:21:04','','','','33.33','Cash',13.79,'100','','','5','16.00','1','2025-06-07 00:21:35','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','5174925566560303523290'),(904,'51749255618','115',1.00,'300','retail','0','2025-06-07 03:21:20','','','','217','Cash',41.38,'300','','','5','16.00','1','2025-06-07 00:21:35','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','48.00','47','Inclusive','branch','Inventory','','','','yes','','','5174925568122713633003'),(905,'51749255618','209',1.00,'250','retail','0','2025-06-07 03:21:30','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-07 00:21:35','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','43.00','42','Inclusive','branch','Inventory','','','','yes','','','5174925569103234545042'),(906,'51749255796','174',1.00,'250','retail','0','2025-06-07 03:23:16','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-07 00:23:19','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','26.00','25','Inclusive','branch','Inventory','','','','yes','','','5174925579633332422722'),(907,'51749255879','214',1.00,'900','retail','0','2025-06-07 03:24:39','','','','680','Cash',124.14,'900','','','5','16.00','1','2025-06-07 00:25:06','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','5174925588022533087228'),(908,'51749255879','195',2.00,'200','retail','0','2025-06-07 03:24:51','','','','70','Cash',27.59,'100','','','5','16.00','1','2025-06-07 00:25:06','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','46.00','44','Inclusive','branch','Inventory','','','','yes','','','5174925589145222132293'),(909,'51749255879','165',1.00,'100','retail','0','2025-06-07 03:25:00','','','','33.33','Cash',13.79,'100','','','5','16.00','1','2025-06-07 00:25:06','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','5174925590072322532303'),(910,'41749256123','117',1.00,'350','retail','0','2025-06-07 03:28:43','','','','245','Cash',48.28,'350','','','4','16.00','1','2025-06-07 00:29:06','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','4174925612411125237234'),(911,'41749256123','178',1.00,'100','retail','0','2025-06-07 03:28:57','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-07 00:29:06','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','80.00','79','Inclusive','branch','Inventory','','','','yes','','','4174925613841322203323'),(912,'41749256300','204',1.00,'350','retail','0','2025-06-07 03:31:40','','','','245','Cash',48.28,'350','','','4','16.00','1','2025-06-07 00:31:45','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','4174925630113310340040'),(913,'41749256355','165',1.00,'100','retail','0','2025-06-07 03:32:35','','','','33.33','Cash',13.79,'100','','','4','16.00','1','2025-06-07 00:32:46','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','4174925635692306330325'),(914,'41749256425','174',1.00,'250','retail','0','2025-06-07 03:33:45','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-07 00:34:22','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','25.00','24','Inclusive','branch','Inventory','','','','yes','','','4174925642620322205200'),(915,'41749256425','218',1.00,'260','retail','0','2025-06-07 03:33:56','','','','200','Cash',35.86,'260','','','4','16.00','1','2025-06-07 00:34:22','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','44.00','43','Inclusive','branch','Inventory','','','','yes','','','4174925643620095423354'),(916,'41749256425','141',1.00,'500','retail','0','2025-06-07 03:34:18','','','','335','Cash',68.97,'500','','','4','16.00','1','2025-06-07 00:34:22','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','4174925645906493743012'),(917,'61749228689','94',1.00,'1800','retail','0','2025-06-06 19:51:29','','','','1000','Cash',248.28,'1800','','','6','16','1','2025-06-07 00:39:04','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','10.00','9','Inclusive','branch','Inventory','','','','','',NULL,'6174922870872393031310'),(918,'61749228689','181',1.00,'600','retail','0','2025-06-06 19:51:49','','','','440','Cash',82.76,'600','','','6','16','1','2025-06-07 00:39:04','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',517.24,'1','4.00','3','Inclusive','branch','Inventory','','','','','',NULL,'6174922872823220313280'),(919,'61749228689','165',1.00,'100','retail','0','2025-06-06 19:52:09','','','','33.33','Cash',13.79,'100','','','6','16','1','2025-06-07 00:39:04','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','26.00','25','Inclusive','branch','Inventory','','','','','',NULL,'6174922875672493530260'),(920,'61749228689','193',1.00,'300','retail','0','2025-06-06 19:52:36','','','','230','Cash',41.38,'300','','','6','16','1','2025-06-07 00:39:04','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','3.00','2','Inclusive','branch','Inventory','','','','','',NULL,'6174922877438330020214'),(921,'61749228689','45',1.00,'50','retail','0','2025-06-06 20:06:56','','','','0','Cash',6.90,'50','','','6','16','1','2025-06-07 00:39:04','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9899.00','9898','Inclusive','branch','Inventory','','','','','',NULL,'6174922961700362320334'),(922,'61749228689','94',1.00,'1800','retail','0','2025-06-06 22:11:11','','','','1000','Cash',248.28,'1800','','','6','16','1','2025-06-07 00:39:04','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9.00','8','Inclusive','branch','Inventory','','','','','',NULL,'6174923709202792790227'),(923,'61749228689','134',1.00,'300','retail','0','2025-06-06 22:11:44','','','','180','Cash',41.38,'300','','','6','16','1','2025-06-07 00:39:04','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','32.00','31','Inclusive','branch','Inventory','','','','','',NULL,'6174923710402242032033'),(924,'61749228689','176',2.00,'600','retail','0','2025-06-06 22:11:51','','','','180','Cash',82.76,'300','','','6','16','1','2025-06-07 00:39:04','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','31.00','29','Inclusive','branch','Inventory','','','','','',NULL,'6174923711230300372230'),(925,'61749228689','205',2.00,'600','retail','0','2025-06-07 00:17:30','','','','225','Cash',82.76,'300','','','6','16','1','2025-06-07 00:39:04','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','23.00','21','Inclusive','branch','Inventory','','','','','',NULL,'6174924465112313432206'),(926,'61749228689','134',2.00,'600','retail','0','2025-06-07 00:17:39','','','','180','Cash',82.76,'300','','','6','16','1','2025-06-07 00:39:04','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','29.00','27','Inclusive','branch','Inventory','','','','','',NULL,'6174924466030040320260'),(927,'61749228689','94',1.00,'1800','retail','0','2025-06-07 00:17:58','','','','1000','Cash',248.28,'1800','','','6','16','1','2025-06-07 00:39:04','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','8.00','7','Inclusive','branch','Inventory','','','','','',NULL,'6174924469962299043240'),(928,'61749228689','134',1.00,'300','retail','0','2025-06-07 00:29:28','','','','180','Cash',41.38,'300','','','6','16','1','2025-06-07 00:39:04','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','27.00','26','Inclusive','branch','Inventory','','','','','',NULL,'6174924536962020043394'),(929,'61749228689','205',1.00,'300','retail','0','2025-06-07 00:29:38','','','','225','Cash',41.38,'300','','','6','16','1','2025-06-07 00:39:04','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','21.00','20','Inclusive','branch','Inventory','','','','','',NULL,'6174924537823372002235'),(930,'61749228689','205',2.00,'600','retail','0','2025-06-07 02:07:22','','','','225','Cash',82.76,'300','','','6','16','1','2025-06-07 00:39:04','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','20.00','18','Inclusive','branch','Inventory','','','','','',NULL,'6174925124322243136234'),(931,'61749256834','25',2.00,'700','retail','0','2025-06-07 03:40:34','','','','0','Cash',96.55,'350','','','6','16.00','1','2025-06-07 00:40:56','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'2','9997.00','9995','Inclusive','branch','Inventory','','','','yes','','','6174925683520510333122'),(932,'61749256834','45',2.00,'100','retail','0','2025-06-07 03:40:53','','','','0','Cash',13.79,'50','','','6','16.00','1','2025-06-07 00:40:56','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9889.00','9887','Inclusive','branch','Inventory','','','','yes','','','6174925685436230090351'),(933,'61749256890','22',3.00,'900','retail','0','2025-06-07 03:41:30','','','','0','Cash',124.14,'300','','','6','16.00','1','2025-06-07 00:42:41','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','9986.00','9983','Inclusive','branch','Inventory','','','','yes','','','6174925689069330340322'),(934,'61749256890','45',3.00,'150','retail','0','2025-06-07 03:41:46','','','','0','Cash',20.69,'50','','','6','16.00','1','2025-06-07 00:42:41','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'3','9887.00','9884','Inclusive','branch','Inventory','','','','yes','','','6174925690703223705333'),(935,'61749256890','94',1.00,'1800','retail','0','2025-06-07 03:41:55','','','','1000','Cash',248.28,'1800','','','6','16.00','1','2025-06-07 00:42:41','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','6174925693193220232316'),(936,'61749256890','165',1.00,'100','retail','0','2025-06-07 03:42:12','','','','33.33','Cash',13.79,'100','','','6','16.00','1','2025-06-07 00:42:41','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','6174925695530220623302'),(937,'61749256988','22',1.00,'300','retail','0','2025-06-07 03:43:08','','','','0','Cash',41.38,'300','','','6','16.00','1','2025-06-07 00:43:23','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9983.00','9982','Inclusive','branch','Inventory','','','','yes','','','6174925698903449507433'),(938,'61749256988','45',1.00,'50','retail','0','2025-06-07 03:43:14','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-07 00:43:23','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9884.00','9883','Inclusive','branch','Inventory','','','','yes','','','6174925699547322332263'),(939,'141749256041','209',1.00,'250','retail','0','2025-06-07 03:27:21','','','','175','Cash',34.48,'250','','','14','16.00','1','2025-06-07 00:43:45','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','42.00','41','Inclusive','branch','Inventory','','','','yes','','','14174925626573220052310'),(940,'141749256041','165',1.00,'100','retail','0','2025-06-07 03:42:57','','','','33.33','Cash',13.79,'100','','','14','16.00','1','2025-06-07 00:43:45','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','14174925697882731187143'),(941,'141749256041','136',1.00,'260','retail','0','2025-06-07 03:42:59','','','','210','Cash',35.86,'260','','','14','16.00','1','2025-06-07 00:43:45','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','20.00','19','Inclusive','branch','Inventory','','','','yes','','','14174925702043323430713'),(942,'41749257390','160',1.00,'100','retail','0','2025-06-07 03:49:50','','','','41.67','Cash',13.79,'100','','','4','16.00','1','2025-06-07 00:50:13','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','65.00','64','Inclusive','branch','Inventory','','','','yes','','','4174925739132335290200'),(943,'41749257390','165',1.00,'100','retail','0','2025-06-07 03:50:03','','','','33.33','Cash',13.79,'100','','','4','16.00','1','2025-06-07 00:50:13','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','4174925740440090203249'),(944,'51749257465','80',1.00,'800','retail','0','2025-06-07 03:51:05','','','','0','Cash',110.34,'800','','','5','16.00','1','2025-06-07 00:51:30','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9999.00','9998','Inclusive','branch','Inventory','','','','yes','','','5174925746622242623433'),(945,'51749257465','45',1.00,'50','retail','0','2025-06-07 03:51:27','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-07 00:51:30','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9883.00','9882','Inclusive','branch','Inventory','','','','yes','','','5174925748802029803430'),(946,'51749257518','79',1.00,'400','retail','0','2025-06-07 03:51:58','','','','0','Cash',55.17,'400','','','5','16.00','1','2025-06-07 00:52:02','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9997.00','9996','Inclusive','branch','Inventory','','','','yes','','','5174925751904102217204'),(947,'41749257604','174',2.00,'500','retail','0','2025-06-07 03:53:24','','','','175','Cash',68.97,'250','','','4','16.00','1','2025-06-07 00:53:30','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','24.00','22','Inclusive','branch','Inventory','','','','yes','','','4174925760533250332624'),(948,'41749257658','116',1.00,'850','retail','0','2025-06-07 03:54:18','','','','585','Cash',117.24,'850','','','4','16.00','1','2025-06-07 00:54:51','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','4174925765821026620332'),(949,'51749257908','208',2.00,'520','retail','0','2025-06-07 03:58:28','','','','195','Cash',71.72,'260','','','5','16.00','1','2025-06-07 00:58:43','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','36.00','34','Inclusive','branch','Inventory','','','','yes','','','5174925790923332423137'),(950,'51749257908','218',1.00,'260','retail','0','2025-06-07 03:58:34','','','','200','Cash',35.86,'260','','','5','16.00','1','2025-06-07 00:58:43','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','43.00','42','Inclusive','branch','Inventory','','','','yes','','','5174925791522022250022'),(951,'51749258161','218',4.00,'1040','retail','0','2025-06-07 04:02:41','','','','200','Cash',143.45,'260','','','5','16.00','1','2025-06-07 01:02:45','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','42.00','38','Inclusive','branch','Inventory','','','','yes','','','5174925816229001229633'),(952,'81749258292','209',3.00,'750','retail','0','2025-06-07 04:04:52','','','','175','Cash',103.45,'250','','','8','16.00','1','2025-06-07 01:05:04','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','41.00','38','Inclusive','branch','Inventory','','','','yes','','','8174925829385027244302'),(953,'81749258292','218',1.00,'260','retail','0','2025-06-07 04:05:00','','','','200','Cash',35.86,'260','','','8','16.00','1','2025-06-07 01:05:04','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','38.00','37','Inclusive','branch','Inventory','','','','yes','','','8174925830131230204740'),(954,'81749258366','165',2.00,'200','retail','0','2025-06-07 04:06:06','','','','33.33','Cash',27.59,'100','','','8','16.00','1','2025-06-07 01:07:26','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','3.00','1','Inclusive','branch','Inventory','','','','yes','','','8174925836720232453532'),(955,'81749258366','82',1.00,'1500','retail','0','2025-06-07 04:06:36','','','','1000','Cash',206.90,'1500','','','8','16.00','1','2025-06-07 01:07:26','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','8174925839733393530352'),(956,'81749258366','178',2.00,'200','retail','0','2025-06-07 04:06:51','','','','54.17','Cash',27.59,'100','','','8','16.00','1','2025-06-07 01:07:26','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','79.00','77','Inclusive','branch','Inventory','','','','yes','','','8174925841122042337304'),(957,'61749258642','22',1.00,'300','retail','0','2025-06-07 04:10:42','','','','0','Cash',41.38,'300','','','6','16.00','1','2025-06-07 01:10:45','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9982.00','9981','Inclusive','branch','Inventory','','','','yes','','','6174925864343233022320'),(958,'61749258691','22',1.00,'300','retail','0','2025-06-07 04:11:31','','','','0','Cash',41.38,'300','','','6','16.00','1','2025-06-07 01:11:39','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9981.00','9980','Inclusive','branch','Inventory','','','','yes','','','6174925869235642200308'),(959,'61749258691','45',1.00,'50','retail','0','2025-06-07 04:11:36','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-07 01:11:39','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9882.00','9881','Inclusive','branch','Inventory','','','','yes','','','6174925869703500332523'),(960,'41749259478','217',1.00,'300','retail','0','2025-06-07 04:24:38','','','','225','Cash',41.38,'300','','','4','16.00','1','2025-06-07 01:24:48','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','30.00','29','Inclusive','branch','Inventory','','','','yes','','','4174925947902402249300'),(961,'61749260517','203',1.00,'100','retail','0','2025-06-07 04:41:57','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-07 01:42:01','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','28.00','27','Inclusive','branch','Inventory','','','','yes','','','6174926051881232324263'),(962,'61749260554','218',1.00,'260','retail','0','2025-06-07 04:42:34','','','','200','Cash',35.86,'260','','','6','16.00','1','2025-06-07 01:42:52','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','37.00','36','Inclusive','branch','Inventory','','','','yes','','','6174926055493362372330'),(963,'61749260554','89',1.00,'250','retail','0','2025-06-07 04:42:47','','','','175','Cash',34.48,'250','','','6','16.00','1','2025-06-07 01:42:52','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','418.00','417','Inclusive','branch','Inventory','','','','yes','','','6174926056936202200322'),(964,'61749260647','209',1.00,'250','retail','0','2025-06-07 04:44:07','','','','175','Cash',34.48,'250','','','6','16.00','1','2025-06-07 01:44:40','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','38.00','37','Inclusive','branch','Inventory','','','','yes','','','6174926064830336067223'),(965,'51749260724','93',1.00,'500','retail','0','2025-06-07 04:45:24','','','','330','Cash',68.97,'500','','','5','16.00','1','2025-06-07 01:45:36','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','5174926072544922240332'),(966,'51749260724','195',1.00,'100','retail','0','2025-06-07 04:45:33','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-07 01:45:36','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','44.00','43','Inclusive','branch','Inventory','','','','yes','','','5174926073423062206333'),(967,'81749260875','136',2.00,'520','retail','0','2025-06-07 04:47:55','','','','210','Cash',71.72,'260','','','8','16.00','1','2025-06-07 01:59:17','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','19.00','17','Inclusive','branch','Inventory','','','','yes','','','8174926087633933702036'),(968,'81749260875','218',2.00,'520','retail','0','2025-06-07 04:48:04','','','','200','Cash',71.72,'260','','','8','16.00','1','2025-06-07 01:59:17','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','36.00','34','Inclusive','branch','Inventory','','','','yes','','','8174926088522822868072'),(969,'81749260875','209',1.00,'250','retail','0','2025-06-07 04:48:15','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-07 01:59:17','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','37.00','36','Inclusive','branch','Inventory','','','','yes','','','8174926089622229022138'),(970,'81749260875','136',1.00,'260','retail','0','2025-06-07 04:48:20','','','','210','Cash',35.86,'260','','','8','16.00','1','2025-06-07 01:59:17','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','17.00','16','Inclusive','branch','Inventory','','','','yes','','','8174926090003284027337'),(971,'81749260875','178',1.00,'100','retail','0','2025-06-07 04:48:29','','','','54.17','Cash',13.79,'100','','','8','16.00','1','2025-06-07 01:59:17','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','77.00','76','Inclusive','branch','Inventory','','','','yes','','','8174926091002228432324'),(972,'81749260875','117',2.00,'700','retail','0','2025-06-07 04:48:49','','','','245','Cash',96.55,'350','','','8','16.00','1','2025-06-07 01:59:17','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'2','3.00','1','Inclusive','branch','Inventory','','','','yes','','','8174926093023393323230'),(973,'81749260875','178',1.00,'100','retail','0','2025-06-07 04:49:07','','','','54.17','Cash',13.79,'100','','','8','16.00','1','2025-06-07 01:59:17','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','76.00','75','Inclusive','branch','Inventory','','','','yes','','','8174926094840399322026'),(974,'81749260875','45',1.00,'50','retail','0','2025-06-07 04:49:22','','','','0','Cash',6.90,'50','','','8','16.00','1','2025-06-07 01:59:17','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9881.00','9880','Inclusive','branch','Inventory','','','','yes','','','8174926096379362830020'),(975,'81749260875','79',1.00,'400','retail','0','2025-06-07 04:49:38','','','','0','Cash',55.17,'400','','','8','16.00','1','2025-06-07 01:59:17','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9996.00','9995','Inclusive','branch','Inventory','','','','yes','','','8174926097921092016003'),(976,'81749260875','100',1.00,'250','retail','0','2025-06-07 04:50:04','','','','165','Cash',34.48,'250','','','8','16.00','1','2025-06-07 01:59:17','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','23.00','22','Inclusive','branch','Inventory','','','','yes','','','8174926100541282230243'),(977,'81749260875','100',3.00,'750','retail','0','2025-06-07 04:50:18','','','','165','Cash',103.45,'250','','','8','16.00','1','2025-06-07 01:59:17','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','22.00','19','Inclusive','branch','Inventory','','','','yes','','','8174926101904287734309'),(978,'81749260875','209',1.00,'250','retail','0','2025-06-07 04:50:29','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-07 01:59:17','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','36.00','35','Inclusive','branch','Inventory','','','','yes','','','8174926103020343262123'),(979,'81749260875','141',1.00,'500','retail','0','2025-06-07 04:53:20','','','','335','Cash',68.97,'500','','','8','16.00','1','2025-06-07 01:59:17','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','8174926120123002200804'),(980,'81749260875','178',1.00,'100','retail','0','2025-06-07 04:53:30','','','','54.17','Cash',13.79,'100','','','8','16.00','1','2025-06-07 01:59:17','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','75.00','74','Inclusive','branch','Inventory','','','','yes','','','8174926121100137016741'),(981,'81749260875','218',1.00,'260','retail','0','2025-06-07 04:53:41','','','','200','Cash',35.86,'260','','','8','16.00','1','2025-06-07 01:59:17','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','34.00','33','Inclusive','branch','Inventory','','','','yes','','','8174926122222740303324'),(982,'81749260875','178',2.00,'200','retail','0','2025-06-07 04:59:07','','','','54.17','Cash',27.59,'100','','','8','16.00','1','2025-06-07 01:59:17','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','74.00','72','Inclusive','branch','Inventory','','','','yes','','','8174926154880273430230'),(983,'51749264762','31',1.00,'100','retail','0','2025-06-07 05:52:42','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-07 02:52:46','4','3','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','','5174926476324572324360'),(984,'51749264827','216',1.00,'1800','retail','0','2025-06-07 05:53:47','','','','1300','Cash',248.28,'1800','','','5','16.00','1','2025-06-07 02:54:04','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','5174926482834832232223'),(985,'51749264827','193',1.00,'300','retail','0','2025-06-07 05:53:59','','','','230','Cash',41.38,'300','','','5','16.00','1','2025-06-07 02:54:04','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','5174926484035235743403'),(986,'51749264932','11',2.00,'200','retail','0','2025-06-07 05:55:32','','','','0','Cash',27.59,'100','','','5','16.00','1','2025-06-07 02:55:35','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','10000.00','9998','Inclusive','branch','Inventory','','','','yes','','','5174926493220422332202'),(987,'81749265814','78',3.00,'3000','retail','0','2025-06-07 06:10:14','','','','0','Cash',413.79,'1000','','','8','16.00','1','2025-06-07 03:15:59','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'3','9999.00','9996','Inclusive','branch','Inventory','','','','yes','','','8174926581442223022204'),(988,'81749265814','77',1.00,'600','retail','0','2025-06-07 06:10:22','','','','0','Cash',82.76,'600','','','8','16.00','1','2025-06-07 03:15:59','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','','8174926582388200033528'),(989,'81749265814','80',1.00,'800','retail','0','2025-06-07 06:11:06','','','','0','Cash',110.34,'800','','','8','16.00','1','2025-06-07 03:15:59','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9998.00','9997','Inclusive','branch','Inventory','','','','yes','','','8174926586702875860822'),(990,'81749265814','79',1.00,'400','retail','0','2025-06-07 06:11:11','','','','0','Cash',55.17,'400','','','8','16.00','1','2025-06-07 03:15:59','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9995.00','9994','Inclusive','branch','Inventory','','','','yes','','','8174926587242002200326'),(991,'81749265814','47',6.00,'1200','retail','0','2025-06-07 06:11:36','','','','0','Cash',165.52,'200','','','8','16.00','1','2025-06-07 03:15:59','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'6','9978.00','9972','Inclusive','branch','Inventory','','','','yes','','','8174926589713240472801'),(992,'81749265814','3',3.00,'360','retail','0','2025-06-07 06:14:07','','','','0','Cash',49.66,'120','','','8','16.00','1','2025-06-07 03:15:59','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'3','9999.00','9996','Inclusive','branch','Inventory','','','','yes','','B','8174926604808033313632'),(993,'81749265814','15',3.00,'360','retail','0','2025-06-07 06:14:55','','','','0','Cash',49.66,'120','','','8','16.00','1','2025-06-07 03:15:59','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'3','9997.00','9994','Inclusive','branch','Inventory','','','','yes','','','8174926609669232324283'),(994,'81749265814','47',2.00,'400','retail','0','2025-06-07 06:15:25','','','','0','Cash',55.17,'200','','','8','16.00','1','2025-06-07 03:15:59','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9972.00','9970','Inclusive','branch','Inventory','','','','yes','','','8174926612618322636070'),(995,'81749265814','3',4.00,'480','retail','0','2025-06-07 06:15:43','','','','0','Cash',66.21,'120','','','8','16.00','1','2025-06-07 03:15:59','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'4','9996.00','9992','Inclusive','branch','Inventory','','','','yes','','B','8174926614400932333333'),(996,'81749265814','10',2.00,'200','retail','0','2025-06-07 06:15:53','','','','0','Cash',27.59,'100','','','8','16.00','1','2025-06-07 03:15:59','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','9996.00','9994','Inclusive','branch','Inventory','','','','yes','','','8174926615432202038301'),(997,'81749266220','117',1.00,'350','retail','0','2025-06-07 06:17:00','','','','245','Cash',48.28,'350','','','8','16.00','1','2025-06-07 03:23:29','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','8174926622144240134203'),(998,'81749266220','202',1.00,'900','retail','0','2025-06-07 06:17:20','','','','570','Cash',124.14,'900','','','8','16.00','1','2025-06-07 03:23:29','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','8174926624133637136232'),(999,'81749266220','165',1.00,'100','retail','0','2025-06-07 06:18:05','','','','33.33','Cash',13.79,'100','','','8','16.00','1','2025-06-07 03:23:29','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','8174926628633322238132'),(1000,'81749266220','209',1.00,'250','retail','0','2025-06-07 06:18:15','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-07 03:23:29','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','35.00','34','Inclusive','branch','Inventory','','','','yes','','','8174926629626323262933'),(1001,'81749266220','93',1.00,'500','retail','0','2025-06-07 06:19:30','','','','330','Cash',68.97,'500','','','8','16.00','1','2025-06-07 03:23:29','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','8174926637143228133229'),(1002,'81749266220','89',1.00,'250','retail','0','2025-06-07 06:23:14','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-07 03:23:29','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','417.00','416','Inclusive','branch','Inventory','','','','yes','','','8174926659502072018753'),(1003,'91749266776','215',1.00,'600','retail','0','2025-06-07 06:26:16','','','','465','Cash',82.76,'600','','','9','16.00','1','2025-06-07 03:26:48','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','9174926677607233362270'),(1004,'91749266776','178',1.00,'100','retail','0','2025-06-07 06:26:38','','','','54.17','Cash',13.79,'100','','','9','16.00','1','2025-06-07 03:26:48','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','72.00','71','Inclusive','branch','Inventory','','','','yes','','','9174926679943206923043'),(1005,'91749266851','187',1.00,'15','retail','0','2025-06-07 06:27:31','','','','8','Cash',2.07,'15','','','9','16.00','1','2025-06-07 03:27:55','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','9174926685223330222205'),(1008,'91749266924','186',1.00,'10','retail','0','2025-06-07 06:28:44','','','','8','Cash',1.38,'10','','','9','16','1','2025-06-07 03:40:42','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',8.62,'1','15.00','14','Inclusive','branch','Inventory','','','','','',NULL,'9174926692507972151693'),(1009,'91749266924','187',4.00,'60','retail','0','2025-06-07 06:29:03','','','','8','Cash',8.28,'15','','','9','16','1','2025-06-07 03:40:42','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',12.93,'4','12.00','8','Inclusive','branch','Inventory','','','','','',NULL,'9174926694432290330321'),(1010,'91749267731','176',1.00,'300','retail','0','2025-06-07 06:42:11','','','','180','Cash',41.38,'300','','','9','16.00','1','2025-06-07 03:42:15','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','29.00','28','Inclusive','branch','Inventory','','','','yes','','','9174926773113292673233'),(1011,'91749267809','209',1.00,'250','retail','0','2025-06-07 06:43:29','','','','175','Cash',34.48,'250','','','9','16.00','1','2025-06-07 03:43:41','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','34.00','33','Inclusive','branch','Inventory','','','','yes','','','9174926781022420922719'),(1012,'91749267809','136',1.00,'260','retail','0','2025-06-07 06:43:37','','','','210','Cash',35.86,'260','','','9','16.00','1','2025-06-07 03:43:41','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','16.00','15','Inclusive','branch','Inventory','','','','yes','','','9174926781803212322128'),(1013,'91749267902','218',1.00,'260','retail','0','2025-06-07 06:45:02','','','','200','Cash',35.86,'260','','','9','16.00','1','2025-06-07 03:45:38','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','33.00','32','Inclusive','branch','Inventory','','','','yes','','','9174926790320329443303'),(1014,'91749267902','218',1.00,'260','retail','0','2025-06-07 06:45:26','','','','200','Cash',35.86,'260','','','9','16.00','1','2025-06-07 03:45:38','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','32.00','31','Inclusive','branch','Inventory','','','','yes','','','9174926792739204722634'),(1015,'91749267902','218',1.00,'260','retail','0','2025-06-07 06:45:30','','','','200','Cash',35.86,'260','','','9','16.00','1','2025-06-07 03:45:38','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','31.00','30','Inclusive','branch','Inventory','','','','yes','','','9174926793130613023303'),(1016,'91749267902','218',1.00,'260','retail','0','2025-06-07 06:45:33','','','','200','Cash',35.86,'260','','','9','16.00','1','2025-06-07 03:45:38','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','30.00','29','Inclusive','branch','Inventory','','','','yes','','','9174926793423239332033'),(1017,'91749268003','209',1.00,'250','retail','0','2025-06-07 06:46:43','','','','175','Cash',34.48,'250','','','9','16.00','1','2025-06-07 03:46:52','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','33.00','32','Inclusive','branch','Inventory','','','','yes','','','9174926800426303282933'),(1018,'91749268003','136',1.00,'260','retail','0','2025-06-07 06:46:49','','','','210','Cash',35.86,'260','','','9','16.00','1','2025-06-07 03:46:52','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','15.00','14','Inclusive','branch','Inventory','','','','yes','','','9174926801029233799293'),(1019,'41749268052','178',1.00,'100','retail','0','2025-06-07 06:47:32','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-07 03:47:40','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','71.00','70','Inclusive','branch','Inventory','','','','yes','','','4174926805322632230328'),(1020,'41749268052','178',1.00,'100','retail','0','2025-06-07 06:47:36','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-07 03:47:40','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','70.00','69','Inclusive','branch','Inventory','','','','yes','','','4174926805632022028022'),(1021,'91749268103','209',1.00,'250','retail','0','2025-06-07 06:48:23','','','','175','Cash',34.48,'250','','','9','16.00','1','2025-06-07 03:48:27','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','32.00','31','Inclusive','branch','Inventory','','','','yes','','','9174926810420233920321'),(1022,'91749268181','79',1.00,'400','retail','0','2025-06-07 06:49:41','','','','0','Cash',55.17,'400','','','9','16.00','1','2025-06-07 03:49:47','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9994.00','9993','Inclusive','branch','Inventory','','','','yes','','','9174926818232276333322'),(1023,'91749268255','118',1.00,'1000','retail','0','2025-06-07 06:50:55','','','','710','Cash',137.93,'1000','','','9','16.00','1','2025-06-07 03:53:16','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','9174926825633023226523'),(1024,'91749268255','195',1.00,'100','retail','0','2025-06-07 06:51:08','','','','70','Cash',13.79,'100','','','9','16.00','1','2025-06-07 03:53:16','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','43.00','42','Inclusive','branch','Inventory','','','','yes','','','9174926826960230333420'),(1025,'91749268255','119',1.00,'400','retail','0','2025-06-07 06:52:43','','','','250','Cash',55.17,'400','','','9','16.00','1','2025-06-07 03:53:16','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','9174926836661422966230'),(1026,'91749268255','164',1.00,'50','retail','0','2025-06-07 06:53:02','','','','35','Cash',6.90,'50','','','9','16.00','1','2025-06-07 03:53:16','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','28.00','27','Inclusive','branch','Inventory','','','','yes','','','9174926838243322033891'),(1027,'91749268255','164',1.00,'50','retail','0','2025-06-07 06:53:10','','','','35','Cash',6.90,'50','','','9','16.00','1','2025-06-07 03:53:16','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','27.00','26','Inclusive','branch','Inventory','','','','yes','','','9174926839139232412233'),(1028,'91749268451','111',1.00,'1300','retail','0','2025-06-07 06:54:11','','','','945','Cash',179.31,'1300','','','9','16.00','1','2025-06-07 03:54:29','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','9174926845202275237230'),(1029,'91749268451','164',1.00,'50','retail','0','2025-06-07 06:54:21','','','','35','Cash',6.90,'50','','','9','16.00','1','2025-06-07 03:54:29','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','26.00','25','Inclusive','branch','Inventory','','','','yes','','','9174926846269202231222'),(1030,'91749268451','164',1.00,'50','retail','0','2025-06-07 06:54:24','','','','35','Cash',6.90,'50','','','9','16.00','1','2025-06-07 03:54:29','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','25.00','24','Inclusive','branch','Inventory','','','','yes','','','9174926846502662022263'),(1031,'91749268546','212',1.00,'1000','retail','0','2025-06-07 06:55:47','','','','860','Cash',137.93,'1000','','','9','16.00','1','2025-06-07 03:55:50','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','9174926854742822932354'),(1033,'91749268617','22',1.00,'300','retail','0','2025-06-07 06:56:57','','','','0','Cash',41.38,'300','','','9','16','1','2025-06-07 03:57:36','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9980.00','9979','Inclusive','branch','Inventory','','','','','',NULL,'9174926861803162262332'),(1034,'91749268617','45',1.00,'50','retail','0','2025-06-07 06:57:32','','','','0','Cash',6.90,'50','','','9','16.00','1','2025-06-07 03:57:36','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9880.00','9879','Inclusive','branch','Inventory','','','','yes','','','9174926865364630022307'),(1035,'91749269049','45',1.00,'50','retail','0','2025-06-07 07:04:09','','','','0','Cash',6.90,'50','','','9','16.00','1','2025-06-07 04:04:30','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9879.00','9878','Inclusive','branch','Inventory','','','','yes','','','9174926905193522300223'),(1036,'91749269049','79',1.00,'400','retail','0','2025-06-07 07:04:24','','','','0','Cash',55.17,'400','','','9','16.00','1','2025-06-07 04:04:30','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9993.00','9992','Inclusive','branch','Inventory','','','','yes','','','9174926906523030943290'),(1037,'91749269123','45',1.00,'50','retail','0','2025-06-07 07:05:23','','','','0','Cash',6.90,'50','','','9','16.00','1','2025-06-07 04:05:37','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9878.00','9877','Inclusive','branch','Inventory','','','','yes','','','9174926912423004422000'),(1038,'91749269123','79',1.00,'400','retail','0','2025-06-07 07:05:31','','','','0','Cash',55.17,'400','','','9','16.00','1','2025-06-07 04:05:37','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9992.00','9991','Inclusive','branch','Inventory','','','','yes','','','9174926913203330032722'),(1039,'91749269202','45',1.00,'50','retail','0','2025-06-07 07:06:42','','','','0','Cash',6.90,'50','','','9','16.00','1','2025-06-07 04:06:54','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9877.00','9876','Inclusive','branch','Inventory','','','','yes','','','9174926920329010026220'),(1040,'91749269202','79',1.00,'400','retail','0','2025-06-07 07:06:51','','','','0','Cash',55.17,'400','','','9','16.00','1','2025-06-07 04:06:54','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9991.00','9990','Inclusive','branch','Inventory','','','','yes','','','9174926921104622121630'),(1041,'91749269270','79',1.00,'400','retail','0','2025-06-07 07:07:50','','','','0','Cash',55.17,'400','','','9','16.00','1','2025-06-07 04:07:54','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9990.00','9989','Inclusive','branch','Inventory','','','','yes','','','9174926927143222412203'),(1042,'31749280105','218',2.00,'520','retail','0','2025-06-07 10:08:25','','','','200','Cash',71.72,'260','','','3','16.00','1','2025-06-07 07:08:29','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','29.00','27','Inclusive','branch','Inventory','','','','yes','','','3174928010510033088129'),(1043,'31749280160','178',1.00,'100','retail','0','2025-06-07 10:09:20','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-07 07:09:23','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','69.00','68','Inclusive','branch','Inventory','','','','yes','','','3174928016102612022022'),(1044,'31749282469','201',1.00,'300','retail','0','2025-06-07 10:47:49','','','','200','Cash',41.38,'300','','','3','16.00','1','2025-06-07 07:48:41','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','3174928251593332372330'),(1045,'31749287751','205',1.00,'300','retail','0','2025-06-07 12:15:52','','','','225','Cash',41.38,'300','','','3','16.00','1','2025-06-07 10:04:08','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','3174928775322229300033'),(1046,'31749287751','205',1.00,'300','retail','0','2025-06-07 13:04:00','','','','225','Cash',41.38,'300','','','3','16.00','1','2025-06-07 10:04:08','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','3174929064124200667043'),(1047,'31749290753','201',2.00,'600','retail','0','2025-06-07 13:05:53','','','','200','Cash',82.76,'300','','','3','16.00','1','2025-06-07 10:06:36','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','7.00','5','Inclusive','branch','Inventory','','','','yes','','','3174929079121233233900'),(1048,'31749292396','272',1.00,'100','retail','0','2025-06-07 13:33:16','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-07 10:33:36','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174929239722403400743'),(1049,'31749292396','272',1.00,'100','retail','0','2025-06-07 13:33:31','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-07 10:33:36','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174929241202202379023'),(1050,'31749292551','272',16.00,'1600','retail','0','2025-06-07 13:35:51','','','','33.3','Cash',220.69,'100','','','3','16.00','1','2025-06-07 10:35:57','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'16','81.00','65','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174929255223322932242'),(1051,'31749293584','115',1.00,'300','retail','0','2025-06-07 13:53:04','','','','217','Cash',41.38,'300','','','3','16.00','1','2025-06-07 16:52:43','1','10','returned','1','new','pcs','','2025-06-07 19:52:43','17','yes','','0','','','VATABLE',258.62,'1','47.00','46','Inclusive','branch','Inventory','','','','yes','','','3174929358532090328122'),(1052,'31749293584','119',1.00,'400','retail','0','2025-06-07 13:53:30','','','','250','Cash',55.17,'400','','','3','16.00','1','2025-06-07 16:52:46','1','15','returned','1','new','pcs','','2025-06-07 19:52:46','17','yes','','0','','','VATABLE',344.83,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','3174929361227331002319'),(1053,'31749295411','201',1.00,'300','retail','0','2025-06-07 14:23:31','','','','200','Cash',41.38,'300','','','3','16.00','1','2025-06-07 11:24:31','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','3174929546836233223242'),(1054,'31749295527','119',1.00,'400','retail','0','2025-06-07 14:25:27','','','','250','Cash',55.17,'400','','','3','16.00','1','2025-06-07 11:28:08','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','3174929553122303243203'),(1055,'31749295527','115',1.00,'300','retail','0','2025-06-07 14:25:50','','','','217','Cash',41.38,'300','','','3','16.00','1','2025-06-07 11:28:08','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','46.00','45','Inclusive','branch','Inventory','','','','yes','','','3174929555405233433552'),(1056,'31749295527','25',1.00,'350','retail','0','2025-06-07 14:27:19','','','','0','Cash',48.28,'350','','','3','16.00','1','2025-06-07 11:28:08','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9995.00','9994','Inclusive','branch','Inventory','','','','yes','','','3174929564323025224436'),(1057,'31749295527','25',1.00,'350','retail','0','2025-06-07 14:27:30','','','','0','Cash',48.28,'350','','','3','16.00','1','2025-06-07 11:28:08','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9994.00','9993','Inclusive','branch','Inventory','','','','yes','','','3174929565704322270235'),(1058,'31749295527','45',2.00,'100','retail','0','2025-06-07 14:28:00','','','','0','Cash',13.79,'50','','','3','16.00','1','2025-06-07 11:28:08','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9876.00','9874','Inclusive','branch','Inventory','','','','yes','','','3174929568200363229229'),(1059,'31749295713','187',1.00,'15','retail','0','2025-06-07 14:28:33','','','','8','Cash',2.07,'15','','','3','16.00','1','2025-06-07 11:28:38','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','3174929571422233330927'),(1060,'31749295770','272',1.00,'100','retail','0','2025-06-07 14:29:30','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-07 11:29:35','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174929577103229350733'),(1062,'31749295988','89',3.00,'750','retail','0','2025-06-07 14:33:09','','','','175','Cash',103.45,'250','','','3','16','1','2025-06-07 11:48:56','1','10','returned','1','new','pcs','','','14','yes','','0','','','VATABLE',215.52,'3','416.00','413','Inclusive','branch','Inventory','','','','yes','',NULL,'3174929603923013202229'),(1063,'31749295988','89',2.00,'500','retail','0','2025-06-07 14:47:39','','','','175','Cash',68.97,'250','','','3','16.00','1','2025-06-07 11:48:56','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','416.00','414','Inclusive','branch','Inventory','','','','yes','','','3174929690503909200013'),(1064,'31749295988','218',2.00,'520','retail','0','2025-06-07 14:48:49','','','','200','Cash',71.72,'260','','','3','16.00','1','2025-06-07 11:48:56','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','27.00','25','Inclusive','branch','Inventory','','','','yes','','','3174929693103902492363'),(1070,'111749212131','45',55.00,'2750','retail','0','2025-06-06 15:24:38','','','','0','Cash',379.31,'50','','','11','16.00','1','2025-06-07 14:39:25','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'55','9964.00','9909','Inclusive','branch','Inventory','','','','yes','','','11174921268261222020323'),(1071,'111749212131','267',55.00,'11000','retail','0','2025-06-06 15:48:11','','','','150','Cash',1517.24,'200','','','11','16.00','1','2025-06-07 14:39:25','4','6','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'55','10000.00','9945','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174921412512313234035'),(1072,'111749212131','46',10.00,'1000','retail','0','2025-06-06 15:48:46','','','','0','Cash',137.93,'100','','','11','16.00','1','2025-06-07 14:39:25','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'10','9992.00','9982','Inclusive','branch','Inventory','','','','yes','','','11174921423023332712300'),(1073,'111749212131','264',1.00,'4000','retail','0','2025-06-06 15:52:23','','','','2000','Cash',551.72,'4000','','','11','16.00','1','2025-06-07 14:39:25','4','6','new','1','new','pcs','','','','yes','','0','','','VATABLE',3448.28,'1','10000.00','9999','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174921437111900022270'),(1074,'111749212131','268',2.00,'22000','retail','0','2025-06-06 15:58:48','','','','11000','Cash',3034.48,'11000','','','11','16.00','1','2025-06-07 14:39:25','4','6','new','1','new','pcs','','','','yes','','0','','','VATABLE',9482.76,'2','20000.00','19998','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174921475332373320123'),(1075,'31749309277','272',1.00,'100','retail','0','2025-06-07 18:14:37','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-07 15:14:46','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174930927823337221308'),(1078,'31749310061','215',1.00,'600','retail','0','2025-06-07 18:27:41','','','','465','Cash',82.76,'600','','','3','16','1','2025-06-07 15:31:16','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',517.24,'1','1.00','0','Inclusive','branch','Inventory','','','','','',NULL,'3174931007222233234702'),(1079,'31749310061','160',1.00,'100','retail','0','2025-06-07 18:28:43','','','','41.67','Cash',13.79,'100','','','3','16','1','2025-06-07 15:31:16','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','64.00','63','Inclusive','branch','Inventory','','','','','',NULL,'3174931013422323321109'),(1080,'31749310061','272',1.00,'100','retail','0','2025-06-07 18:31:01','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-07 15:31:16','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174931026722236232303'),(1081,'41749310619','209',2.00,'500','retail','0','2025-06-07 18:36:59','','','','175','Cash',68.97,'250','','','4','16.00','1','2025-06-07 15:37:14','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','31.00','29','Inclusive','branch','Inventory','','','','yes','','','4174931062432022403044'),(1082,'51749310779','45',2.00,'100','retail','0','2025-06-07 18:39:40','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-07 15:40:47','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9874.00','9872','Inclusive','branch','Inventory','','','','yes','','','5174931078223023334203'),(1083,'51749310779','47',1.00,'200','retail','0','2025-06-07 18:39:55','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-07 15:40:47','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9969.00','9968','Inclusive','branch','Inventory','','','','yes','','','5174931079927332273331'),(1084,'51749310779','54',1.00,'1800','retail','0','2025-06-07 18:40:34','','','','0','Cash',248.28,'1800','','','5','16.00','1','2025-06-07 15:40:47','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9995.00','9994','Inclusive','branch','Inventory','','','','yes','','','5174931083620622135239'),(1085,'51749310906','54',1.00,'1800','retail','0','2025-06-07 18:41:46','','','','0','Cash',248.28,'1800','','','5','16.00','1','2025-06-07 15:43:15','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9994.00','9993','Inclusive','branch','Inventory','','','','yes','','','5174931091373223223003'),(1086,'51749310906','47',1.00,'200','retail','0','2025-06-07 18:42:19','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-07 15:43:15','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9968.00','9967','Inclusive','branch','Inventory','','','','yes','','','5174931094831094333343'),(1087,'51749310906','45',3.00,'150','retail','0','2025-06-07 18:42:48','','','','0','Cash',20.69,'50','','','5','16.00','1','2025-06-07 15:43:15','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'3','9872.00','9869','Inclusive','branch','Inventory','','','','yes','','','5174931098042930332530'),(1088,'31749311106','195',1.00,'100','retail','0','2025-06-07 18:45:06','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-07 15:45:42','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','41.00','40','Inclusive','branch','Inventory','','','','yes','','','3174931111933739332230'),(1089,'41749312544','195',2.00,'200','retail','0','2025-06-07 19:09:04','','','','70','Cash',27.59,'100','','','4','16.00','1','2025-06-07 16:09:12','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','40.00','38','Inclusive','branch','Inventory','','','','yes','','','4174931254702233123234'),(1092,'61749314982','195',2.00,'200','retail','0','2025-06-07 19:49:42','','','','70','Cash',27.59,'100','','','6','16.00','1','2025-06-07 16:49:53','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','38.00','36','Inclusive','branch','Inventory','','','','yes','','','6174931498403243313123'),(1093,'61749315807','52',1.00,'450','retail','0','2025-06-07 20:03:27','','','','0','Cash',62.07,'450','','','6','16.00','1','2025-06-07 17:04:13','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9995.00','9994','Inclusive','branch','Inventory','','','','yes','','','6174931581130033333032'),(1094,'61749315807','45',1.00,'50','retail','0','2025-06-07 20:03:43','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-07 17:04:13','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9869.00','9868','Inclusive','branch','Inventory','','','','yes','','','6174931582532305823092'),(1095,'61749315807','122',1.00,'1300','retail','0','2025-06-07 20:04:04','','','','955','Cash',179.31,'1300','','','6','16.00','1','2025-06-07 17:04:13','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','6174931584660322031006'),(1102,'61749314929','89',2.00,'500','retail','0','2025-06-07 19:48:49','','','','175','Cash',68.97,'250','','','6','16','1','2025-06-07 17:23:46','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'2','414.00','412','Inclusive','branch','Inventory','','','','','',NULL,'6174931493230020422034'),(1103,'61749314929','120',4.00,'100','retail','0','2025-06-07 19:49:11','','','','17','Cash',13.79,'25','','','6','16','1','2025-06-07 17:23:46','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',21.55,'4','100.00','96','Inclusive','branch','Inventory','','','','','',NULL,'6174931495322160139926'),(1104,'61749314929','120',4.00,'100','retail','0','2025-06-07 20:23:29','','','','17','Cash',13.79,'25','','','6','16.00','1','2025-06-07 17:23:46','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'4','96.00','92','Inclusive','branch','Inventory','','','','yes','','','6174931701330221323221'),(1105,'141749315977','3',1.00,'120','retail','0','2025-06-07 20:06:17','','','171749352022','0','Cash',16.55,'120','','','14','16','1','2025-06-08 03:07:38','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9991.00','9990','Inclusive','branch','Inventory','','','','','',NULL,'14174931598911300702039'),(1106,'141749315977','162',1.00,'20','retail','0','2025-06-07 20:06:30','','','171749352022','15','Cash',2.76,'20','','','14','16','1','2025-06-08 03:07:38','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',17.24,'1','34.00','33','Inclusive','branch','Inventory','','','','','',NULL,'14174931607332330342123'),(1107,'141749315977','272',1.00,'100','retail','0','2025-06-07 20:07:56','','','','33.3','Cash',13.79,'100','','','14','16','1','2025-06-07 17:24:04','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'14174931609402436903093'),(1108,'141749315977','79',1.00,'400','retail','0','2025-06-07 20:08:17','','','','0','Cash',55.17,'400','','','14','16','1','2025-06-07 17:24:04','5','8','new','1','printed','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9989.00','9988','Inclusive','branch','Inventory','','','','','',NULL,'14174931616500223644134'),(1109,'141749315977','80',1.00,'800','retail','0','2025-06-07 20:19:18','','','171749352022','0','Cash',110.34,'800','','','14','16.00','1','2025-06-08 03:07:38','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9997.00','9996','Inclusive','branch','Inventory','','','','yes','','','14174931681623222607122'),(1110,'141749315977','45',1.00,'50','retail','0','2025-06-07 20:20:19','','','','0','Cash',6.90,'50','','','14','16.00','1','2025-06-07 17:24:04','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9863.00','9862','Inclusive','branch','Inventory','','','','yes','','','14174931683223073070023'),(1111,'141749315977','218',1.00,'260','retail','0','2025-06-07 20:20:33','','','171749352022','200','Cash',35.86,'260','','','14','16.00','1','2025-06-08 03:07:38','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','75.00','74','Inclusive','branch','Inventory','','','','yes','','','14174931687521633203423'),(1112,'141749315977','178',1.00,'100','retail','0','2025-06-07 20:21:16','','','171749352022','54.17','Cash',13.79,'100','','','14','16.00','1','2025-06-08 03:07:38','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','68.00','67','Inclusive','branch','Inventory','','','','yes','','','14174931695410733531936'),(1113,'41749317281','47',1.00,'200','retail','0','2025-06-07 20:28:01','','','','0','Cash',27.59,'200','','','4','16.00','1','2025-06-07 17:28:06','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9967.00','9966','Inclusive','branch','Inventory','','','','yes','','','4174931728283122373202'),(1114,'41749320001','89',1.00,'250','retail','0','2025-06-07 21:13:21','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-07 18:13:26','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','412.00','411','Inclusive','branch','Inventory','','','','yes','','','4174932000232423332003'),(1119,'41749320195','122',2.00,'2600','retail','0','2025-06-07 21:16:35','','','','955','Cash',358.62,'1300','','','4','16.00','1','2025-06-07 18:17:31','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'2','4.00','2','Inclusive','branch','Inventory','','','','yes','','','4174932019523321442933'),(1120,'41749320195','272',1.00,'100','retail','0','2025-06-07 21:17:21','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-07 18:17:31','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174932024320403323004'),(1121,'41749321556','201',1.00,'300','retail','0','2025-06-07 21:39:16','','','','200','Cash',41.38,'300','','','4','16.00','1','2025-06-07 18:39:36','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','4174932155822303333332'),(1122,'41749321556','218',1.00,'260','retail','0','2025-06-07 21:39:31','','','','200','Cash',35.86,'260','','','4','16.00','1','2025-06-07 18:39:36','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','74.00','73','Inclusive','branch','Inventory','','','','yes','','','4174932157223233430022'),(1123,'41749321603','218',4.00,'1040','retail','0','2025-06-07 21:40:03','','','','200','Cash',143.45,'260','','','4','16.00','1','2025-06-07 18:40:47','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','73.00','69','Inclusive','branch','Inventory','','','','yes','','','4174932160420024201342'),(1124,'41749321603','201',1.00,'300','retail','0','2025-06-07 21:40:31','','','','200','Cash',41.38,'300','','','4','16.00','1','2025-06-07 18:40:47','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','4174932163222200722463'),(1125,'41749321603','272',1.00,'100','retail','0','2025-06-07 21:40:41','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-07 18:40:47','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174932164220333326422'),(1137,'61749323365','120',4.00,'100','retail','0','2025-06-07 22:09:25','','','','17','Cash',13.79,'25','','','6','16.00','1','2025-06-07 19:09:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'4','92.00','88','Inclusive','branch','Inventory','','','','yes','','','6174932336603332224233'),(1138,'61749323612','201',1.00,'300','retail','0','2025-06-07 22:13:32','','','','200','Cash',41.38,'300','','','6','16.00','1','2025-06-07 19:13:38','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','6174932361333139330314'),(1139,'41749325219','151',1.00,'300','retail','0','2025-06-07 22:40:19','','','','213','Cash',41.38,'300','','','4','16.00','1','2025-06-07 19:40:33','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','4174932522032023232030'),(1140,'41749325219','178',1.00,'100','retail','0','2025-06-07 22:40:30','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-07 19:40:33','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','67.00','66','Inclusive','branch','Inventory','','','','yes','','','4174932523022002903331'),(1141,'111749325844','114',1.00,'850','retail','0','2025-06-07 22:50:45','','','','585','Cash',117.24,'850','','','11','16.00','1','2025-06-07 19:59:44','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','11174932590192720933321'),(1142,'111749325844','178',1.00,'100','retail','0','2025-06-07 22:51:41','','','','54.17','Cash',13.79,'100','','','11','16.00','1','2025-06-07 19:59:44','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','66.00','65','Inclusive','branch','Inventory','','','','yes','','','11174932594233033934232'),(1143,'111749325844','272',1.00,'100','retail','0','2025-06-07 22:59:00','','','','33.3','Cash',13.79,'100','','','11','16.00','1','2025-06-07 19:59:44','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174932637812221332023'),(1144,'41749326982','45',1.00,'50','retail','0','2025-06-07 23:09:42','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-07 20:10:10','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9862.00','9861','Inclusive','branch','Inventory','','','','yes','','','4174932698302303426222'),(1145,'41749326982','25',1.00,'350','retail','0','2025-06-07 23:10:05','','','','0','Cash',48.28,'350','','','4','16.00','1','2025-06-07 20:10:10','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9993.00','9992','Inclusive','branch','Inventory','','','','yes','','','4174932700614026330602'),(1149,'61749328101','205',1.00,'300','retail','0','2025-06-07 23:28:21','','','','225','Cash',41.38,'300','','','6','16.00','1','2025-06-07 20:28:32','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','6174932810230324303231'),(1150,'61749316375','53',1.00,'900','retail','0','2025-06-07 20:12:55','','','','0','Cash',124.14,'900','','','6','16','1','2025-06-07 20:55:27','4','7','new','1','printed','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9997.00','9996','Inclusive','branch','Inventory','','','','','',NULL,'6174931637733323913023'),(1151,'61749316375','45',5.00,'250','retail','0','2025-06-07 20:13:11','','','','0','Cash',34.48,'50','','','6','16','1','2025-06-07 20:55:27','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'5','9868.00','9863','Inclusive','branch','Inventory','','','','','',NULL,'6174931639263293363300'),(1152,'61749316375','46',1.00,'100','retail','0','2025-06-07 23:27:02','','','','0','Cash',13.79,'100','','','6','16','1','2025-06-07 20:55:27','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9981.00','9980','Inclusive','branch','Inventory','','','','','',NULL,'6174932804864230288323'),(1154,'41749330163','151',3.00,'900','retail','0','2025-06-08 00:02:43','','','','213','Cash',124.14,'300','','','4','16.00','1','2025-06-07 21:02:55','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','3.00','0','Inclusive','branch','Inventory','','','','yes','','','4174933016413332217333'),(1155,'41749330163','178',1.00,'100','retail','0','2025-06-08 00:02:51','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-07 21:02:55','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','65.00','64','Inclusive','branch','Inventory','','','','yes','','','4174933017332227233943'),(1156,'41749330208','90',1.00,'100','retail','0','2025-06-08 00:03:28','','','','74','Cash',13.79,'100','','','4','16.00','1','2025-06-07 21:03:31','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','38.00','37','Inclusive','branch','Inventory','','','','yes','','','4174933020907309334234'),(1157,'41749330251','196',1.00,'20','retail','0','2025-06-08 00:04:11','','','','14','Cash',2.76,'20','','','4','16.00','1','2025-06-07 21:04:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','104.00','103','Inclusive','branch','Inventory','','','','yes','','','4174933025191343400342'),(1158,'41749330251','163',1.00,'10','retail','0','2025-06-08 00:04:24','','','','5','Cash',1.38,'10','','','4','16.00','1','2025-06-07 21:04:27','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','36.00','35','Inclusive','branch','Inventory','','','','yes','','','4174933026533230232333'),(1159,'41749330769','178',2.00,'200','retail','0','2025-06-08 00:12:49','','','','54.17','Cash',27.59,'100','','','4','16.00','1','2025-06-07 21:12:54','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','64.00','62','Inclusive','branch','Inventory','','','','yes','','','4174933077000303323423'),(1160,'41749330791','178',1.00,'100','retail','0','2025-06-08 00:13:11','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-07 21:13:37','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','62.00','61','Inclusive','branch','Inventory','','','','yes','','','4174933079220312014222'),(1161,'41749330791','272',2.00,'200','retail','0','2025-06-08 00:13:21','','','','33.3','Cash',27.59,'100','','','4','16.00','1','2025-06-07 21:13:37','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','79.00','77','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174933080293303338343'),(1162,'41749330791','218',1.00,'260','retail','0','2025-06-08 00:13:32','','','','200','Cash',35.86,'260','','','4','16.00','1','2025-06-07 21:13:37','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','69.00','68','Inclusive','branch','Inventory','','','','yes','','','4174933081333143022039'),(1163,'141749304619','124',1.00,'600','retail','0','2025-06-07 16:56:59','','','','423','Cash',82.76,'600','','','14','16','1','2025-06-07 21:22:57','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',517.24,'1','7.00','6','Inclusive','branch','Inventory','','','','','',NULL,'14174930465431323203063'),(1164,'141749304619','195',1.00,'100','retail','0','2025-06-07 16:57:35','','','','70','Cash',13.79,'100','','','14','16','1','2025-06-07 21:22:57','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','42.00','41','Inclusive','branch','Inventory','','','','','',NULL,'14174930467832230271743'),(1165,'141749304619','47',1.00,'200','retail','0','2025-06-07 16:57:59','','','','0','Cash',27.59,'200','','','14','16','1','2025-06-07 21:22:57','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9970.00','9969','Inclusive','branch','Inventory','','','','','',NULL,'14174930469770031439930'),(1166,'141749304619','188',1.00,'300','retail','0','2025-06-07 16:58:18','','','','251','Cash',41.38,'300','','','14','16','1','2025-06-07 21:22:57','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','24.00','23','Inclusive','branch','Inventory','','','','','',NULL,'14174930471300023023224'),(1167,'141749304619','3',1.00,'120','retail','0','2025-06-07 16:58:35','','','','0','Cash',16.55,'120','','','14','16','1','2025-06-07 21:22:57','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9992.00','9991','Inclusive','branch','Inventory','','','','','',NULL,'14174930477301207202932'),(1168,'141749304619','24',1.00,'1200','retail','0','2025-06-08 00:13:49','','','','0','Cash',165.52,'1200','','','14','16.00','1','2025-06-07 21:22:57','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1034.48,'1','9999.00','9998','Inclusive','branch','Inventory','','','','yes','','','14174933085420005205004'),(1169,'141749304619','35',1.00,'100','retail','0','2025-06-08 00:14:14','','','','0','Cash',13.79,'100','','','14','16.00','1','2025-06-07 21:22:57','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9998.00','9997','Inclusive','branch','Inventory','','','','yes','','','14174933087432339332702'),(1170,'141749304619','45',1.00,'50','retail','0','2025-06-08 00:14:35','','','','0','Cash',6.90,'50','','','14','16.00','1','2025-06-07 21:22:57','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9861.00','9860','Inclusive','branch','Inventory','','','','yes','','','14174933094492433039043'),(1171,'141749304619','115',1.00,'300','retail','0','2025-06-08 00:15:44','','','','217','Cash',41.38,'300','','','14','16.00','1','2025-06-07 21:22:57','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','46.00','45','Inclusive','branch','Inventory','','','','yes','','','14174933102433232233344'),(1172,'141749304619','116',1.00,'850','retail','0','2025-06-08 00:17:05','','','','585','Cash',117.24,'850','','','14','16.00','1','2025-06-07 21:22:57','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','14174933105632332035270'),(1173,'141749304619','272',1.00,'100','retail','0','2025-06-08 00:17:36','','','','33.3','Cash',13.79,'100','','','14','16.00','1','2025-06-07 21:22:57','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','yes','','','14174933107330072242432'),(1174,'141749304619','178',1.00,'100','retail','0','2025-06-08 00:17:54','','','','54.17','Cash',13.79,'100','','','14','16.00','1','2025-06-07 21:22:57','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','61.00','60','Inclusive','branch','Inventory','','','','yes','','','14174933109430301134021'),(1175,'141749304619','153',1.00,'500','retail','0','2025-06-08 00:18:14','','','','330','Cash',68.97,'500','','','14','16.00','1','2025-06-07 21:22:57','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','14174933127034730001012'),(1176,'141749304619','119',1.00,'400','retail','0','2025-06-08 00:21:11','','','','250','Cash',55.17,'400','','','14','16.00','1','2025-06-07 21:22:57','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','14174933136222133033342'),(1213,'61749332498','1',1.00,'100','retail','0','2025-06-08 00:41:38','','','','0','Cash',13.79,'100','','','6','16.00','1','2025-06-07 21:41:42','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9996.00','9995','Inclusive','branch','Inventory','','','','yes','','A','6174933249974302922230'),(1214,'61749332533','36',1.00,'500','retail','0','2025-06-08 00:42:13','','','','0','Cash',68.97,'500','','','6','16.00','1','2025-06-07 21:42:17','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','9999.00','9998','Inclusive','branch','Inventory','','','','yes','','','6174933253352273332320'),(1215,'41749332604','100',2.00,'500','retail','0','2025-06-08 00:43:24','','','','165','Cash',68.97,'250','','','4','16.00','1','2025-06-07 21:43:27','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','19.00','17','Inclusive','branch','Inventory','','','','yes','','','4174933260503422324792'),(1216,'41749332649','119',1.00,'400','retail','0','2025-06-08 00:44:09','','','','250','Cash',55.17,'400','','','4','16.00','1','2025-06-07 21:44:12','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','4174933265033245223133'),(1223,'61749332347','110',1.00,'500','retail','0','2025-06-08 00:39:07','','','','345','Cash',68.97,'500','','','6','16','1','2025-06-07 22:17:10','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',431.03,'1','11.00','10','Inclusive','branch','Inventory','','','','','',NULL,'6174933236423230432106'),(1224,'61749332347','160',1.00,'100','retail','0','2025-06-08 00:39:24','','','','41.67','Cash',13.79,'100','','','6','16','1','2025-06-07 22:40:27','1','15','returned','1','printed','pcs','','2025-06-08 01:40:27','11','yes','','0','','','VATABLE',86.21,'1','61.00','60','Inclusive','branch','Inventory','','','','','',NULL,'6174933238920333923344'),(1225,'61749332347','205',4.00,'1200','retail','0','2025-06-08 00:40:23','','','','225','Cash',165.52,'300','','','6','16','1','2025-06-07 22:17:10','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'4','7.00','3','Inclusive','branch','Inventory','','','','','',NULL,'6174933242401323433332'),(1226,'61749332347','138',2.00,'600','retail','0','2025-06-08 00:40:24','','','','265','Cash',82.76,'300','','','6','16','1','2025-06-07 22:17:10','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','20.00','18','Inclusive','branch','Inventory','','','','','',NULL,'6174933244813417426343'),(1227,'61749332347','205',1.00,'300','retail','0','2025-06-08 00:51:16','','','','225','Cash',41.38,'300','','','6','16','1','2025-06-07 22:17:10','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','3.00','2','Inclusive','branch','Inventory','','','','','',NULL,'6174933307631222433200'),(1228,'61749332347','188',1.00,'300','retail','0','2025-06-08 00:51:23','','','','251','Cash',41.38,'300','','','6','16','1','2025-06-07 22:17:10','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','23.00','22','Inclusive','branch','Inventory','','','','','',NULL,'6174933308472020616330'),(1229,'61749332347','160',1.00,'100','retail','0','2025-06-08 01:16:48','','','','41.67','Cash',13.79,'100','','','6','16.00','1','2025-06-07 22:17:10','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','60.00','59','Inclusive','branch','Inventory','','','','yes','','','6174933462633423339623'),(1230,'61749334650','100',2.00,'500','retail','0','2025-06-08 01:17:30','','','','165','Cash',68.97,'250','','','6','16.00','1','2025-06-07 22:18:05','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','17.00','15','Inclusive','branch','Inventory','','','','yes','','','6174933468103630048031'),(1231,'61749334713','107',1.00,'1300','retail','0','2025-06-08 01:18:33','','','','970','Cash',179.31,'1300','','','6','16.00','1','2025-06-07 22:19:08','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','6174933474331232714102'),(1232,'41749334829','176',1.00,'300','retail','0','2025-06-08 01:20:29','','','','180','Cash',41.38,'300','','','4','16.00','1','2025-06-07 22:20:35','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','28.00','27','Inclusive','branch','Inventory','','','','yes','','','4174933483032022084033'),(1233,'41749334869','176',1.00,'300','retail','0','2025-06-08 01:21:09','','','','180','Cash',41.38,'300','','','4','16.00','1','2025-06-07 22:21:12','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','27.00','26','Inclusive','branch','Inventory','','','','yes','','','4174933487028322204423'),(1234,'41749334902','176',1.00,'300','retail','0','2025-06-08 01:21:42','','','','180','Cash',41.38,'300','','','4','16.00','1','2025-06-07 22:21:45','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','26.00','25','Inclusive','branch','Inventory','','','','yes','','','4174933490340220334390'),(1235,'41749334926','176',1.00,'300','retail','0','2025-06-08 01:22:06','','','','180','Cash',41.38,'300','','','4','16.00','1','2025-06-07 22:22:09','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','25.00','24','Inclusive','branch','Inventory','','','','yes','','','4174933492732242720222'),(1236,'41749334958','120',2.00,'50','retail','0','2025-06-08 01:22:38','','','','17','Cash',6.90,'25','','','4','16.00','1','2025-06-07 22:22:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','88.00','86','Inclusive','branch','Inventory','','','','yes','','','4174933495993322009210'),(1237,'41749334984','176',2.00,'600','retail','0','2025-06-08 01:23:04','','','','180','Cash',82.76,'300','','','4','16.00','1','2025-06-07 22:23:08','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','24.00','22','Inclusive','branch','Inventory','','','','yes','','','4174933498533023804432'),(1239,'61749335692','196',10.00,'200','retail','0','2025-06-08 01:34:52','','','','14','Cash',27.59,'20','','','6','16.00','1','2025-06-07 22:34:56','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'10','98.00','88','Inclusive','branch','Inventory','','','','yes','','','6174933569323222202730'),(1240,'41749335986','218',8.00,'2080','retail','0','2025-06-08 01:39:46','','','','200','Cash',286.90,'260','','','4','16.00','1','2025-06-07 22:40:13','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'8','68.00','60','Inclusive','branch','Inventory','','','','yes','','','4174933598704323332334'),(1241,'41749335986','209',1.00,'250','retail','0','2025-06-08 01:39:52','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-07 22:40:13','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','79.00','78','Inclusive','branch','Inventory','','','','yes','','','4174933599325330433333'),(1242,'41749335986','176',2.00,'600','retail','0','2025-06-08 01:40:07','','','','180','Cash',82.76,'300','','','4','16.00','1','2025-06-07 22:40:13','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','22.00','20','Inclusive','branch','Inventory','','','','yes','','','4174933600822672434633'),(1243,'41749320041','126',1.00,'1800','retail','0','2025-06-07 21:14:01','','','','1300','Cash',248.28,'1800','','','4','16','1','2025-06-07 22:54:10','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','5.00','4','Inclusive','branch','Inventory','','','','','',NULL,'4174932004242200232117'),(1244,'41749320041','160',2.00,'200','retail','0','2025-06-07 21:15:13','','','','41.67','Cash',27.59,'100','','','4','16','1','2025-06-07 22:54:10','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','63.00','61','Inclusive','branch','Inventory','','','','','',NULL,'4174932011402420043220'),(1245,'41749320041','164',1.00,'50','retail','0','2025-06-07 21:15:28','','','','35','Cash',6.90,'50','','','4','16','1','2025-06-07 22:54:10','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','24.00','23','Inclusive','branch','Inventory','','','','','',NULL,'4174932012940302232930'),(1246,'41749320041','119',1.00,'400','retail','0','2025-06-07 21:15:59','','','','250','Cash',55.17,'400','','','4','16','1','2025-06-07 22:54:10','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',344.83,'1','15.00','14','Inclusive','branch','Inventory','','','','','',NULL,'4174932016023303414334'),(1247,'41749320041','164',1.00,'50','retail','0','2025-06-07 21:41:31','','','','35','Cash',6.90,'50','','','4','16','1','2025-06-07 22:54:10','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','23.00','22','Inclusive','branch','Inventory','','','','','',NULL,'4174932169393434923604'),(1248,'41749320041','94',1.00,'1800','retail','0','2025-06-07 21:55:15','','','','1000','Cash',248.28,'1800','','','4','16','1','2025-06-07 22:54:10','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','10.00','9','Inclusive','branch','Inventory','','','','','',NULL,'4174932255794333332023'),(1249,'41749320041','126',1.00,'1800','retail','0','2025-06-08 01:52:16','','','','1300','Cash',248.28,'1800','','','4','16.00','1','2025-06-07 22:54:10','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','4174933673629332232132'),(1250,'41749320041','94',1.00,'1800','retail','0','2025-06-08 01:53:05','','','','1000','Cash',248.28,'1800','','','4','16.00','1','2025-06-07 22:54:10','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','4174933684383463243323'),(1302,'61749335152','89',1.00,'250','retail','0','2025-06-08 01:25:52','','','','175','Cash',34.48,'250','','','6','16','1','2025-06-07 23:36:23','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','411.00','410','Inclusive','branch','Inventory','','','','','',NULL,'6174933517930335023236'),(1303,'61749335152','89',1.00,'250','retail','0','2025-06-08 02:35:58','','','','175','Cash',34.48,'250','','','6','16.00','1','2025-06-07 23:36:23','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','410.00','409','Inclusive','branch','Inventory','','','','yes','','','6174933938013333703212'),(1304,'61749339394','89',1.00,'250','retail','0','2025-06-08 02:36:34','','','','175','Cash',34.48,'250','','','6','16.00','1','2025-06-07 23:36:48','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','409.00','408','Inclusive','branch','Inventory','','','','yes','','','6174933940502403373943'),(1333,'51749341786','119',1.00,'400','retail','0','2025-06-08 03:16:26','','','','250','Cash',55.17,'400','','','5','16.00','1','2025-06-08 00:17:10','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','5174934178730223334272'),(1334,'51749341786','205',1.00,'300','retail','0','2025-06-08 03:16:38','','','','225','Cash',41.38,'300','','','5','16.00','1','2025-06-08 00:17:10','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','5174934179913222103239'),(1335,'51749341786','188',1.00,'300','retail','0','2025-06-08 03:16:46','','','','251','Cash',41.38,'300','','','5','16.00','1','2025-06-08 00:17:10','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','5174934180624333403233'),(1336,'51749341786','205',1.00,'300','retail','0','2025-06-08 03:17:04','','','','225','Cash',41.38,'300','','','5','16.00','1','2025-06-08 00:17:10','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','5174934182500432228311'),(1337,'51749342063','145',1.00,'3500','retail','0','2025-06-08 03:21:14','','','','2862','Cash',482.76,'3500','','','5','16.00','1','2025-06-08 00:27:01','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',3017.24,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','5174934207533352520005'),(1338,'51749342063','180',2.00,'600','retail','0','2025-06-08 03:25:37','','','','185','Cash',82.76,'300','','','5','16.00','1','2025-06-08 00:27:01','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','20.00','18','Inclusive','branch','Inventory','','','','yes','','','5174934233830302382130'),(1339,'51749342063','160',1.00,'100','retail','0','2025-06-08 03:25:46','','','','41.67','Cash',13.79,'100','','','5','16.00','1','2025-06-08 00:27:01','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','60.00','59','Inclusive','branch','Inventory','','','','yes','','','5174934234704422124430'),(1340,'51749342063','120',1.00,'25','retail','0','2025-06-08 03:26:23','','','','17','Cash',3.45,'25','','','5','16.00','1','2025-06-08 00:27:01','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'1','86.00','85','Inclusive','branch','Inventory','','','','yes','','','5174934238343390893239'),(1341,'51749342948','110',1.00,'500','retail','0','2025-06-08 03:35:49','','','','345','Cash',68.97,'500','','','5','16.00','1','2025-06-08 00:36:03','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','5174934294943222930232'),(1342,'51749342948','160',1.00,'100','retail','0','2025-06-08 03:35:57','','','','41.67','Cash',13.79,'100','','','5','16.00','1','2025-06-08 00:36:03','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','59.00','58','Inclusive','branch','Inventory','','','','yes','','','5174934295872375203220'),(1343,'51749343025','119',1.00,'400','retail','0','2025-06-08 03:37:05','','','','250','Cash',55.17,'400','','','5','16.00','1','2025-06-08 00:37:44','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','5174934302632033030303'),(1344,'51749343025','176',2.00,'600','retail','0','2025-06-08 03:37:24','','','','180','Cash',82.76,'300','','','5','16.00','1','2025-06-08 00:37:44','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','20.00','18','Inclusive','branch','Inventory','','','','yes','','','5174934304532333322252'),(1345,'51749343025','134',1.00,'300','retail','0','2025-06-08 03:37:29','','','','180','Cash',41.38,'300','','','5','16.00','1','2025-06-08 00:37:44','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','15.00','14','Inclusive','branch','Inventory','','','','yes','','','5174934304944073134219'),(1346,'51749343025','192',1.00,'300','retail','0','2025-06-08 03:37:37','','','','180','Cash',41.38,'300','','','5','16.00','1','2025-06-08 00:37:44','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','20.00','19','Inclusive','branch','Inventory','','','','yes','','','5174934305822302220232'),(1347,'51749343134','187',1.00,'15','retail','0','2025-06-08 03:38:54','','','','8','Cash',2.07,'15','','','5','16.00','1','2025-06-08 00:39:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','107.00','106','Inclusive','branch','Inventory','','','','yes','','','5174934313552333202230'),(1348,'51749343184','178',1.00,'100','retail','0','2025-06-08 03:39:44','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-08 00:39:48','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','53.00','52','Inclusive','branch','Inventory','','','','yes','','','5174934318519423539432'),(1349,'51749343237','178',1.00,'100','retail','0','2025-06-08 03:40:37','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-08 00:40:42','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','52.00','51','Inclusive','branch','Inventory','','','','yes','','','5174934323832184370033'),(1350,'51749343288','134',1.00,'300','retail','0','2025-06-08 03:41:28','','','','180','Cash',41.38,'300','','','5','16.00','1','2025-06-08 00:41:32','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','5174934328943323233237'),(1351,'51749343399','117',1.00,'350','retail','0','2025-06-08 03:43:19','','','','245','Cash',48.28,'350','','','5','16.00','1','2025-06-08 00:43:34','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','5174934340024232702200'),(1352,'51749343399','178',2.00,'200','retail','0','2025-06-08 03:43:30','','','','54.17','Cash',27.59,'100','','','5','16.00','1','2025-06-08 00:43:34','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','51.00','49','Inclusive','branch','Inventory','','','','yes','','','5174934341131241302534'),(1353,'51749343525','124',1.00,'600','retail','0','2025-06-08 03:45:25','','','','423','Cash',82.76,'600','','','5','16.00','1','2025-06-08 00:45:37','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','5174934352624920322022'),(1354,'51749343525','195',1.00,'100','retail','0','2025-06-08 03:45:34','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-08 00:45:37','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','34.00','33','Inclusive','branch','Inventory','','','','yes','','','5174934353520320393335'),(1355,'51749343593','120',4.00,'100','retail','0','2025-06-08 03:46:33','','','','17','Cash',13.79,'25','','','5','16.00','1','2025-06-08 00:46:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'4','85.00','81','Inclusive','branch','Inventory','','','','yes','','','5174934359402425023443'),(1356,'51749343664','272',1.00,'100','retail','0','2025-06-08 03:47:44','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-08 00:47:48','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174934366500332164032'),(1357,'51749343736','187',2.00,'30','retail','0','2025-06-08 03:48:56','','','','8','Cash',4.14,'15','','','5','16.00','1','2025-06-08 00:49:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','106.00','104','Inclusive','branch','Inventory','','','','yes','','','5174934373722373341334'),(1358,'51749343856','176',2.00,'600','retail','0','2025-06-08 03:50:56','','','','180','Cash',82.76,'300','','','5','16.00','1','2025-06-08 00:52:17','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','18.00','16','Inclusive','branch','Inventory','','','','yes','','','5174934385733004327303'),(1359,'51749343856','174',1.00,'250','retail','0','2025-06-08 03:52:11','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-08 00:52:17','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','5174934393132039932234'),(1360,'51749343992','272',1.00,'100','retail','0','2025-06-08 03:53:12','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-08 00:53:15','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174934399203202035337'),(1361,'51749344075','217',5.00,'1500','retail','0','2025-06-08 03:54:35','','','','225','Cash',206.90,'300','','','5','16.00','1','2025-06-08 00:55:08','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'5','29.00','24','Inclusive','branch','Inventory','','','','yes','','','5174934407634220332333'),(1362,'51749344075','272',1.00,'100','retail','0','2025-06-08 03:55:02','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-08 00:55:08','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174934410202403304224'),(1363,'51749344189','23',1.00,'600','retail','0','2025-06-08 03:56:29','','','','0','Cash',82.76,'600','','','5','16.00','1','2025-06-08 00:56:47','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9995.00','9994','Inclusive','branch','Inventory','','','','yes','','','5174934419132331332221'),(1364,'51749344189','45',2.00,'100','retail','0','2025-06-08 03:56:43','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-08 00:56:47','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9860.00','9858','Inclusive','branch','Inventory','','','','yes','','','5174934420423124333203'),(1365,'51749344343','203',2.00,'200','retail','0','2025-06-08 03:59:03','','','','70','Cash',27.59,'100','','','5','16.00','1','2025-06-08 00:59:07','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','27.00','25','Inclusive','branch','Inventory','','','','yes','','','5174934434493223320032'),(1366,'51749344581','218',8.00,'2080','retail','0','2025-06-08 04:03:01','','','','200','Cash',286.90,'260','','','5','16.00','1','2025-06-08 01:03:38','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'8','60.00','52','Inclusive','branch','Inventory','','','','yes','','','5174934458222254253302'),(1367,'51749344581','119',1.00,'400','retail','0','2025-06-08 04:03:12','','','','250','Cash',55.17,'400','','','5','16.00','1','2025-06-08 01:03:38','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','5174934459322430223234'),(1368,'51749344581','120',3.00,'75','retail','0','2025-06-08 04:03:32','','','','17','Cash',10.34,'25','','','5','16.00','1','2025-06-08 01:03:38','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'3','81.00','78','Inclusive','branch','Inventory','','','','yes','','','5174934461303012402344'),(1369,'51749344702','24',1.00,'1200','retail','0','2025-06-08 04:05:02','','','','0','Cash',165.52,'1200','','','5','16.00','1','2025-06-08 01:05:22','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1034.48,'1','9998.00','9997','Inclusive','branch','Inventory','','','','yes','','','5174934470372299043240'),(1370,'51749344702','45',4.00,'200','retail','0','2025-06-08 04:05:17','','','','0','Cash',27.59,'50','','','5','16.00','1','2025-06-08 01:05:22','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'4','9858.00','9854','Inclusive','branch','Inventory','','','','yes','','','5174934471815293103232'),(1371,'51749344788','272',1.00,'100','retail','0','2025-06-08 04:06:28','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-08 01:06:33','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174934478921333410329'),(1372,'51749344838','250',4.00,'4000','retail','0','2025-06-08 04:07:38','','','','500','Cash',551.72,'1000','','','5','16.00','1','2025-06-08 01:07:48','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'4','9992.00','9988','Inclusive','branch','Inventory','1110','4000','5500','','','','5174934485922422073423'),(1373,'51749344962','117',1.00,'350','retail','0','2025-06-08 04:09:22','','','','245','Cash',48.28,'350','','','5','16.00','1','2025-06-08 01:09:54','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','5174934496293326400233'),(1374,'51749344962','178',1.00,'100','retail','0','2025-06-08 04:09:34','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-08 01:09:54','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','49.00','48','Inclusive','branch','Inventory','','','','yes','','','5174934497400932333333'),(1375,'51749344962','196',2.00,'40','retail','0','2025-06-08 04:09:49','','','','14','Cash',5.52,'20','','','5','16.00','1','2025-06-08 01:09:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','88.00','86','Inclusive','branch','Inventory','','','','yes','','','5174934499003394904230'),(1376,'51749345045','209',2.00,'500','retail','0','2025-06-08 04:10:45','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-08 01:10:49','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','78.00','76','Inclusive','branch','Inventory','','','','yes','','','5174934504664023435007'),(1377,'51749345103','217',2.00,'600','retail','0','2025-06-08 04:11:43','','','','225','Cash',82.76,'300','','','5','16.00','1','2025-06-08 01:11:46','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','24.00','22','Inclusive','branch','Inventory','','','','yes','','','5174934510414220323325'),(1378,'51749345311','218',2.00,'520','retail','0','2025-06-08 04:15:11','','','','200','Cash',71.72,'260','','','5','16.00','1','2025-06-08 01:15:15','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','52.00','50','Inclusive','branch','Inventory','','','','yes','','','5174934531202032225545'),(1379,'51749345372','176',1.00,'300','retail','0','2025-06-08 04:16:12','','','','180','Cash',41.38,'300','','','5','16.00','1','2025-06-08 01:16:25','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','16.00','15','Inclusive','branch','Inventory','','','','yes','','','5174934537324035352032'),(1380,'51749345372','209',1.00,'250','retail','0','2025-06-08 04:16:20','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-08 01:16:25','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','76.00','75','Inclusive','branch','Inventory','','','','yes','','','5174934538143283028324'),(1381,'51749345524','272',1.00,'100','retail','0','2025-06-08 04:18:44','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-08 01:18:55','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174934552533432257442'),(1382,'51749345524','178',1.00,'100','retail','0','2025-06-08 04:18:51','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-08 01:18:55','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','48.00','47','Inclusive','branch','Inventory','','','','yes','','','5174934553232022234203'),(1383,'51749345608','212',1.00,'1000','retail','0','2025-06-08 04:20:08','','','','860','Cash',137.93,'1000','','','5','16.00','1','2025-06-08 01:20:30','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','5174934560934312133143'),(1384,'51749345608','178',1.00,'100','retail','0','2025-06-08 04:20:20','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-08 01:20:30','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','47.00','46','Inclusive','branch','Inventory','','','','yes','','','5174934562151133202033'),(1385,'51749345608','195',1.00,'100','retail','0','2025-06-08 04:20:25','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-08 01:20:30','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','33.00','32','Inclusive','branch','Inventory','','','','yes','','','5174934562652413332320'),(1386,'51749345679','23',1.00,'600','retail','0','2025-06-08 04:21:19','','','','0','Cash',82.76,'600','','','5','16.00','1','2025-06-08 01:21:57','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9994.00','9993','Inclusive','branch','Inventory','','','','yes','','','5174934568002523343144'),(1387,'51749345679','35',1.00,'100','retail','0','2025-06-08 04:21:49','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-08 01:21:57','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9997.00','9996','Inclusive','branch','Inventory','','','','yes','','','5174934571033535234572'),(1388,'51749345679','45',1.00,'50','retail','0','2025-06-08 04:21:53','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-08 01:21:57','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9854.00','9853','Inclusive','branch','Inventory','','','','yes','','','5174934571422533077227'),(1389,'51749345776','176',1.00,'300','retail','0','2025-06-08 04:22:56','','','','180','Cash',41.38,'300','','','5','16.00','1','2025-06-08 01:23:33','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','15.00','14','Inclusive','branch','Inventory','','','','yes','','','5174934577777344122207'),(1390,'51749345898','22',1.00,'300','retail','0','2025-06-08 04:24:59','','','','0','Cash',41.38,'300','','','5','16.00','1','2025-06-08 01:25:08','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9977.00','9976','Inclusive','branch','Inventory','','','','yes','','','5174934589940220712328'),(1391,'51749345898','45',1.00,'50','retail','0','2025-06-08 04:25:05','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-08 01:25:08','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9853.00','9852','Inclusive','branch','Inventory','','','','yes','','','5174934590624203454032'),(1392,'51749346169','47',1.00,'200','retail','0','2025-06-08 04:29:29','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-08 01:29:33','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9966.00','9965','Inclusive','branch','Inventory','','','','yes','','','5174934617020607330110'),(1422,'61749347022','272',1.00,'100','retail','0','2025-06-08 04:43:42','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-08 01:44:21','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174934704232432230227'),(1423,'61749347022','178',1.00,'100','retail','0','2025-06-08 04:44:02','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-08 01:44:21','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','46.00','45','Inclusive','branch','Inventory','','','','yes','','','6174934705732512100232'),(1424,'61749347103','138',7.00,'2100','retail','0','2025-06-08 04:46:14','','','','265','Cash',289.66,'300','','','6','16.00','1','2025-06-08 01:47:12','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'7','18.00','11','Inclusive','branch','Inventory','','','','yes','','','6174934719603962722022'),(1425,'61749347103','188',5.00,'1500','retail','0','2025-06-08 04:46:47','','','','251','Cash',206.90,'300','','','6','16.00','1','2025-06-08 01:47:12','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'5','21.00','16','Inclusive','branch','Inventory','','','','yes','','','6174934722823333233423'),(1426,'61749347277','111',1.00,'1300','retail','0','2025-06-08 04:47:57','','','','945','Cash',179.31,'1300','','','6','16.00','1','2025-06-08 01:49:20','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','6174934729929003039326'),(1427,'61749347277','272',1.00,'100','retail','0','2025-06-08 04:48:20','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-08 01:49:20','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174934735772332926342'),(1428,'51749348699','47',1.00,'200','retail','0','2025-06-08 05:11:39','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-08 02:11:43','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9965.00','9964','Inclusive','branch','Inventory','','','','yes','','','5174934870003892790228'),(1429,'141749348524','203',1.00,'100','retail','0','2025-06-08 05:08:44','','','','70','Cash',13.79,'100','','','14','16.00','1','2025-06-08 02:14:46','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','25.00','24','Inclusive','branch','Inventory','','','','yes','','','14174934859800330132039'),(1430,'141749348524','272',1.00,'100','retail','0','2025-06-08 05:09:58','','','','33.3','Cash',13.79,'100','','','14','16.00','1','2025-06-08 02:14:46','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','yes','','','14174934862833212013188'),(1431,'141749348524','111',2.00,'2600','retail','0','2025-06-08 05:11:59','','','','945','Cash',358.62,'1300','','','14','16.00','1','2025-06-08 02:14:46','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'2','6.00','4','Inclusive','branch','Inventory','','','','yes','','','14174934874530341730441'),(1432,'141749348524','272',1.00,'100','retail','0','2025-06-08 05:12:26','','','','33.3','Cash',13.79,'100','','','14','16.00','1','2025-06-08 02:14:46','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','yes','','','14174934877723073070023'),(1433,'141749348524','24',1.00,'1200','retail','0','2025-06-08 05:12:57','','','','0','Cash',165.52,'1200','','','14','16.00','1','2025-06-08 02:14:46','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1034.48,'1','9997.00','9996','Inclusive','branch','Inventory','','','','yes','','','14174934882848810724323'),(1434,'141749348524','45',1.00,'50','retail','0','2025-06-08 05:13:48','','','','0','Cash',6.90,'50','','','14','16.00','1','2025-06-08 02:14:46','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9852.00','9851','Inclusive','branch','Inventory','','','','yes','','','14174934884022700294430'),(1435,'141749349572','27',1.00,'1400','retail','0','2025-06-08 05:26:12','','','','0','Cash',193.10,'1400','','','14','16.00','1','2025-06-08 02:27:15','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','','14174934962591301432433'),(1436,'61749349682','187',3.00,'45','retail','0','2025-06-08 05:28:02','','','','8','Cash',6.21,'15','','','6','16.00','1','2025-06-08 02:29:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'3','104.00','101','Inclusive','branch','Inventory','','','','yes','','','6174934970433217963242'),(1437,'61749349682','163',1.00,'10','retail','0','2025-06-08 05:28:24','','','','5','Cash',1.38,'10','','','6','16.00','1','2025-06-08 02:29:09','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','35.00','34','Inclusive','branch','Inventory','','','','yes','','','6174934974631933437223'),(1438,'61749329751','22',1.00,'300','retail','0','2025-06-07 23:55:51','','','','0','Cash',41.38,'300','','','6','16','1','2025-06-08 02:34:23','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9979.00','9978','Inclusive','branch','Inventory','','','','','',NULL,'6174932975212232293204'),(1439,'61749329751','134',2.00,'600','retail','0','2025-06-07 23:57:56','','','','180','Cash',82.76,'300','','','6','16','1','2025-06-08 02:34:23','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','23.00','21','Inclusive','branch','Inventory','','','','','',NULL,'6174932987702301423238'),(1440,'61749329751','205',2.00,'600','retail','0','2025-06-08 00:17:54','','','','225','Cash',82.76,'300','','','6','16','1','2025-06-08 02:34:23','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','11.00','9','Inclusive','branch','Inventory','','','','','',NULL,'6174933107430103223320'),(1441,'61749329751','195',1.00,'100','retail','0','2025-06-08 00:18:22','','','','70','Cash',13.79,'100','','','6','16','1','2025-06-08 02:34:23','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','36.00','35','Inclusive','branch','Inventory','','','','','',NULL,'6174933114500253122923'),(1442,'61749329751','125',1.00,'900','retail','0','2025-06-08 00:19:05','','','','599','Cash',124.14,'900','','','6','16','1','2025-06-08 02:34:23','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',775.86,'1','13.00','12','Inclusive','branch','Inventory','','','','','',NULL,'6174933116629934431226'),(1443,'61749329751','117',1.00,'350','retail','0','2025-06-08 00:21:01','','','','245','Cash',48.28,'350','','','6','16','1','2025-06-08 02:34:23','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',301.72,'1','10.00','9','Inclusive','branch','Inventory','','','','','',NULL,'6174933128424331333411'),(1444,'61749329751','178',1.00,'100','retail','0','2025-06-08 00:21:24','','','','54.17','Cash',13.79,'100','','','6','16','1','2025-06-08 02:34:23','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','60.00','59','Inclusive','branch','Inventory','','','','','',NULL,'6174933130133773326722'),(1445,'61749329751','94',2.00,'3600','retail','0','2025-06-08 00:21:41','','','','1000','Cash',496.55,'1800','','','6','16','1','2025-06-08 02:34:23','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'2','9.00','7','Inclusive','branch','Inventory','','','','','',NULL,'6174933134621014033220'),(1446,'61749329751','193',1.00,'300','retail','0','2025-06-08 00:22:26','','','','230','Cash',41.38,'300','','','6','16','1','2025-06-08 02:34:23','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','3.00','2','Inclusive','branch','Inventory','','','','','',NULL,'6174933137133332363302'),(1447,'61749329751','205',2.00,'600','retail','0','2025-06-08 00:32:02','','','','225','Cash',82.76,'300','','','6','16','1','2025-06-08 02:34:23','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','9.00','7','Inclusive','branch','Inventory','','','','','',NULL,'6174933192390332029932'),(1448,'61749329751','195',1.00,'100','retail','0','2025-06-08 00:32:12','','','','70','Cash',13.79,'100','','','6','16','1','2025-06-08 02:34:23','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','35.00','34','Inclusive','branch','Inventory','','','','','',NULL,'6174933193303237237204'),(1449,'61749329751','178',1.00,'100','retail','0','2025-06-08 00:32:20','','','','54.17','Cash',13.79,'100','','','6','16','1','2025-06-08 02:34:23','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','59.00','58','Inclusive','branch','Inventory','','','','','',NULL,'6174933194136934022333'),(1450,'61749329751','119',1.00,'400','retail','0','2025-06-08 00:33:25','','','','250','Cash',55.17,'400','','','6','16','1','2025-06-08 02:34:23','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',344.83,'1','13.00','12','Inclusive','branch','Inventory','','','','','',NULL,'6174933200633302222323'),(1451,'61749329751','134',2.00,'600','retail','0','2025-06-08 00:33:40','','','','180','Cash',82.76,'300','','','6','16','1','2025-06-08 02:34:23','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','21.00','19','Inclusive','branch','Inventory','','','','','',NULL,'6174933202103323323407'),(1452,'61749329751','178',1.00,'100','retail','0','2025-06-08 00:34:59','','','','54.17','Cash',13.79,'100','','','6','16','1','2025-06-08 02:34:23','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','58.00','57','Inclusive','branch','Inventory','','','','','',NULL,'6174933209943233703363'),(1453,'61749329751','134',2.00,'600','retail','0','2025-06-08 00:35:10','','','','180','Cash',82.76,'300','','','6','16','1','2025-06-08 02:34:23','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','19.00','17','Inclusive','branch','Inventory','','','','','',NULL,'6174933211134233324123'),(1454,'61749329751','178',1.00,'100','retail','0','2025-06-08 00:35:16','','','','54.17','Cash',13.79,'100','','','6','16','1','2025-06-08 02:34:23','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','57.00','56','Inclusive','branch','Inventory','','','','','',NULL,'6174933211703306332210'),(1455,'61749329751','134',2.00,'600','retail','0','2025-06-08 00:35:26','','','','180','Cash',82.76,'300','','','6','16','1','2025-06-08 02:34:23','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','17.00','15','Inclusive','branch','Inventory','','','','','',NULL,'6174933212734302233396'),(1456,'61749329751','126',1.00,'1800','retail','0','2025-06-08 00:35:28','','','','1300','Cash',248.28,'1800','','','6','16','1','2025-06-08 02:34:23','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','4.00','3','Inclusive','branch','Inventory','','','','','',NULL,'6174933215512222332333'),(1457,'61749329751','111',1.00,'1300','retail','0','2025-06-08 00:36:46','','','','945','Cash',179.31,'1300','','','6','16','1','2025-06-08 02:34:23','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','8.00','7','Inclusive','branch','Inventory','','','','','',NULL,'6174933222422003332333'),(1458,'61749329751','178',1.00,'100','retail','0','2025-06-08 00:37:19','','','','54.17','Cash',13.79,'100','','','6','16','1','2025-06-08 02:34:23','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','56.00','55','Inclusive','branch','Inventory','','','','','',NULL,'6174933224102244027202'),(1459,'61749329751','178',1.00,'100','retail','0','2025-06-08 00:37:40','','','','54.17','Cash',13.79,'100','','','6','16','1','2025-06-08 02:34:23','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','55.00','54','Inclusive','branch','Inventory','','','','','',NULL,'6174933226022322200343'),(1460,'61749329751','196',5.00,'100','retail','0','2025-06-08 00:37:54','','','','14','Cash',13.79,'20','','','6','16','1','2025-06-08 02:34:23','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',17.24,'5','103.00','98','Inclusive','branch','Inventory','','','','','',NULL,'6174933227502333347901'),(1461,'61749329751','107',3.00,'3900','retail','0','2025-06-08 01:55:24','','','','970','Cash',537.93,'1300','','','6','16','1','2025-06-08 02:34:23','1','9','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1120.69,'3','4.00','1','Inclusive','branch','Inventory','','','','','',NULL,'6174933695830904224094'),(1462,'61749329751','272',6.00,'600','retail','0','2025-06-08 01:55:58','','','','33.3','Cash',82.76,'100','','','6','16','1','2025-06-08 02:34:23','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'6','76.00','70','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6174933702262303032320'),(1463,'61749329751','178',1.00,'100','retail','0','2025-06-08 02:33:13','','','','54.17','Cash',13.79,'100','','','6','16','1','2025-06-08 02:34:23','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','54.00','53','Inclusive','branch','Inventory','','','','','',NULL,'6174933922702337233233'),(1464,'61749329751','94',1.00,'1800','retail','0','2025-06-08 02:38:18','','','','1000','Cash',248.28,'1800','','','6','16','1','2025-06-08 02:34:23','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','6.00','5','Inclusive','branch','Inventory','','','','','',NULL,'6174933951632332623317'),(1465,'61749329751','22',1.00,'300','retail','0','2025-06-08 02:38:37','','','','0','Cash',41.38,'300','','','6','16','1','2025-06-08 02:34:23','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9978.00','9977','Inclusive','branch','Inventory','','','','','',NULL,'6174934007102132669723'),(1466,'61749329751','100',1.00,'250','retail','0','2025-06-08 04:30:42','','','','165','Cash',34.48,'250','','','6','16','1','2025-06-08 02:34:23','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','15.00','14','Inclusive','branch','Inventory','','','','','',NULL,'6174934627422392733346'),(1467,'61749329751','211',1.00,'1300','retail','0','2025-06-08 05:29:37','','','','805','Cash',179.31,'1300','','','6','16.00','1','2025-06-08 02:34:23','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','6174934984990432023320'),(1468,'51749350753','79',1.00,'400','retail','0','2025-06-08 05:45:53','','','','0','Cash',55.17,'400','','','5','16.00','1','2025-06-08 02:45:57','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9988.00','9987','Inclusive','branch','Inventory','','','','yes','','','5174935075300022520342'),(1470,'61749351123','112',2.00,'2600','retail','0','2025-06-08 05:52:03','','','','1040','Cash',358.62,'1300','','','6','16','1','2025-06-08 02:53:16','1','9','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1120.69,'2','7.00','5','Inclusive','branch','Inventory','','','','','',NULL,'6174935114820203651520'),(1471,'41749351865','176',3.00,'900','retail','0','2025-06-08 06:04:25','','','','180','Cash',124.14,'300','','','4','16.00','1','2025-06-08 03:06:21','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','14.00','11','Inclusive','branch','Inventory','','','','yes','','','4174935186633334098273'),(1472,'41749351865','134',3.00,'900','retail','0','2025-06-08 06:05:01','','','','180','Cash',124.14,'300','','','4','16.00','1','2025-06-08 03:06:21','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','13.00','10','Inclusive','branch','Inventory','','','','yes','','','4174935190203330224932'),(1473,'41749351865','208',2.00,'520','retail','0','2025-06-08 06:05:14','','','','195','Cash',71.72,'260','','','4','16.00','1','2025-06-08 03:06:21','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','34.00','32','Inclusive','branch','Inventory','','','','yes','','','4174935191530533775000'),(1474,'41749351865','117',1.00,'350','retail','0','2025-06-08 06:05:30','','','','245','Cash',48.28,'350','','','4','16.00','1','2025-06-08 03:06:21','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','4174935193103324123321'),(1475,'41749351865','178',1.00,'100','retail','0','2025-06-08 06:05:43','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-08 03:06:21','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','45.00','44','Inclusive','branch','Inventory','','','','yes','','','4174935194490242233223'),(1476,'41749351865','218',10.00,'2600','retail','0','2025-06-08 06:06:00','','','','200','Cash',358.62,'260','','','4','16.00','1','2025-06-08 03:06:21','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'10','50.00','40','Inclusive','branch','Inventory','','','','yes','','','4174935196144240134203'),(1477,'41749351865','209',5.00,'1250','retail','0','2025-06-08 06:06:16','','','','175','Cash',172.41,'250','','','4','16.00','1','2025-06-08 03:06:21','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'5','75.00','70','Inclusive','branch','Inventory','','','','yes','','','4174935197749205129775'),(1478,'41749352043','218',3.00,'780','retail','0','2025-06-08 06:07:23','','','','200','Cash',107.59,'260','','','4','16.00','1','2025-06-08 03:07:48','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'3','40.00','37','Inclusive','branch','Inventory','','','','yes','','','4174935204425724423293'),(1479,'41749352043','217',1.00,'300','retail','0','2025-06-08 06:07:37','','','','225','Cash',41.38,'300','','','4','16.00','1','2025-06-08 03:07:48','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','4174935205832102032322'),(1480,'41749352208','213',1.00,'1800','retail','0','2025-06-08 06:10:08','','','','1520','Cash',248.28,'1800','','','4','16.00','1','2025-06-08 03:11:44','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','4174935220903233303232'),(1481,'41749352208','212',1.00,'1000','retail','0','2025-06-08 06:10:32','','','','860','Cash',137.93,'1000','','','4','16.00','1','2025-06-08 03:11:44','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','4174935223323223232333'),(1482,'41749352208','178',2.00,'200','retail','0','2025-06-08 06:10:47','','','','54.17','Cash',27.59,'100','','','4','16.00','1','2025-06-08 03:11:44','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','44.00','42','Inclusive','branch','Inventory','','','','yes','','','4174935224823330232339'),(1483,'41749352208','176',2.00,'600','retail','0','2025-06-08 06:11:12','','','','180','Cash',82.76,'300','','','4','16.00','1','2025-06-08 03:11:44','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','11.00','9','Inclusive','branch','Inventory','','','','yes','','','4174935227347703027222'),(1484,'41749352208','134',2.00,'600','retail','0','2025-06-08 06:11:20','','','','180','Cash',82.76,'300','','','4','16.00','1','2025-06-08 03:11:44','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','10.00','8','Inclusive','branch','Inventory','','','','yes','','','4174935228174225302008'),(1485,'41749352208','272',1.00,'100','retail','0','2025-06-08 06:11:28','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-08 03:11:44','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174935228920228022702'),(1486,'41749352208','272',1.00,'100','retail','0','2025-06-08 06:11:38','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-08 03:11:44','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174935229912333232002'),(1487,'41749352350','187',2.00,'30','retail','0','2025-06-08 06:12:30','','','','8','Cash',4.14,'15','','','4','16.00','1','2025-06-08 03:12:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','101.00','99','Inclusive','branch','Inventory','','','','yes','','','4174935235122395444222'),(1488,'41749352464','110',1.00,'500','retail','0','2025-06-08 06:14:24','','','','345','Cash',68.97,'500','','','4','16.00','1','2025-06-08 03:16:00','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','4174935249533044331330'),(1489,'41749352464','178',1.00,'100','retail','0','2025-06-08 06:15:04','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-08 03:16:00','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','42.00','41','Inclusive','branch','Inventory','','','','yes','','','4174935250552333733333'),(1490,'41749352464','208',2.00,'520','retail','0','2025-06-08 06:15:19','','','','195','Cash',71.72,'260','','','4','16.00','1','2025-06-08 03:16:00','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','32.00','30','Inclusive','branch','Inventory','','','','yes','','','4174935252120002220023'),(1491,'41749352464','134',1.00,'300','retail','0','2025-06-08 06:15:27','','','','180','Cash',41.38,'300','','','4','16.00','1','2025-06-08 03:16:00','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','4174935252942239212332'),(1492,'41749352464','272',1.00,'100','retail','0','2025-06-08 06:15:35','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-08 03:16:00','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174935253604642433202'),(1493,'41749352464','218',2.00,'520','retail','0','2025-06-08 06:15:53','','','','200','Cash',71.72,'260','','','4','16.00','1','2025-06-08 03:16:00','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','37.00','35','Inclusive','branch','Inventory','','','','yes','','','4174935255423204723232'),(1494,'41749352604','142',2.00,'2800','retail','0','2025-06-08 06:16:44','','','','975','Cash',386.21,'1400','','','4','16.00','1','2025-06-08 03:18:03','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'2','5.00','3','Inclusive','branch','Inventory','','','','yes','','','4174935263642443302323'),(1495,'41749352604','195',4.00,'400','retail','0','2025-06-08 06:17:27','','','','70','Cash',55.17,'100','','','4','16.00','1','2025-06-08 03:18:03','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'4','32.00','28','Inclusive','branch','Inventory','','','','yes','','','4174935264733231132202'),(1496,'41749352604','178',1.00,'100','retail','0','2025-06-08 06:17:36','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-08 03:18:03','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','41.00','40','Inclusive','branch','Inventory','','','','yes','','','4174935265724222342225'),(1497,'41749352604','124',1.00,'600','retail','0','2025-06-08 06:17:47','','','','423','Cash',82.76,'600','','','4','16.00','1','2025-06-08 03:18:03','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','4174935266808337340452'),(1498,'41749352604','195',1.00,'100','retail','0','2025-06-08 06:17:59','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-08 03:18:03','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','28.00','27','Inclusive','branch','Inventory','','','','yes','','','4174935268143222630232'),(1499,'41749352721','218',2.00,'520','retail','0','2025-06-08 06:18:41','','','','200','Cash',71.72,'260','','','4','16.00','1','2025-06-08 03:18:46','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','35.00','33','Inclusive','branch','Inventory','','','','yes','','','4174935272222722029732'),(1500,'41749352766','134',1.00,'300','retail','0','2025-06-08 06:19:26','','','','180','Cash',41.38,'300','','','4','16.00','1','2025-06-08 03:19:29','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','4174935276727733204232'),(1501,'41749352811','272',1.00,'100','retail','0','2025-06-08 06:20:11','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-08 03:20:21','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174935281253433131322'),(1502,'41749352811','178',1.00,'100','retail','0','2025-06-08 06:20:18','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-08 03:20:21','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','40.00','39','Inclusive','branch','Inventory','','','','yes','','','4174935281834374020122'),(1503,'41749352870','47',1.00,'200','retail','0','2025-06-08 06:21:10','','','','0','Cash',27.59,'200','','','4','16.00','1','2025-06-08 03:21:13','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9964.00','9963','Inclusive','branch','Inventory','','','','yes','','','4174935287044307202129'),(1504,'41749352928','213',1.00,'1800','retail','0','2025-06-08 06:22:08','','','','1520','Cash',248.28,'1800','','','4','16.00','1','2025-06-08 03:22:51','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','4174935295905220222443'),(1505,'41749352928','272',1.00,'100','retail','0','2025-06-08 06:22:45','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-08 03:22:51','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174935296605301202229'),(1506,'41749353029','176',8.00,'2400','retail','0','2025-06-08 06:23:49','','','','180','Cash',331.03,'300','','','4','16.00','1','2025-06-08 03:24:03','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'8','9.00','1','Inclusive','branch','Inventory','','','','yes','','','4174935303032731344423'),(1507,'41749353131','124',1.00,'600','retail','0','2025-06-08 06:25:31','','','','423','Cash',82.76,'600','','','4','16.00','1','2025-06-08 03:25:52','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','4174935313202330233203'),(1508,'41749353131','195',1.00,'100','retail','0','2025-06-08 06:25:46','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-08 03:25:52','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','27.00','26','Inclusive','branch','Inventory','','','','yes','','','4174935314710422442034'),(1509,'41749353321','174',2.00,'500','retail','0','2025-06-08 06:28:41','','','','175','Cash',68.97,'250','','','4','16.00','1','2025-06-08 03:28:47','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','21.00','19','Inclusive','branch','Inventory','','','','yes','','','4174935332233220030127'),(1510,'41749353483','176',1.00,'300','retail','0','2025-06-08 06:31:23','','','','180','Cash',41.38,'300','','','4','16.00','1','2025-06-08 03:35:17','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','4174935351957930027013'),(1511,'41749353483','25',1.00,'350','retail','0','2025-06-08 06:34:08','','','','0','Cash',48.28,'350','','','4','16.00','1','2025-06-08 03:35:17','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9992.00','9991','Inclusive','branch','Inventory','','','','yes','','','4174935365022300393222'),(1512,'41749353483','45',1.00,'50','retail','0','2025-06-08 06:34:18','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-08 03:35:17','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9851.00','9850','Inclusive','branch','Inventory','','','','yes','','','4174935365933243533900'),(1513,'41749353893','89',1.00,'250','retail','0','2025-06-08 06:38:13','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-08 03:38:46','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','408.00','407','Inclusive','branch','Inventory','','','','yes','','','4174935389494020530893'),(1514,'41749353893','187',2.00,'30','retail','0','2025-06-08 06:38:23','','','','8','Cash',4.14,'15','','','4','16.00','1','2025-06-08 03:38:46','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','99.00','97','Inclusive','branch','Inventory','','','','yes','','','4174935390422040334330'),(1515,'41749353893','163',1.00,'10','retail','0','2025-06-08 06:38:41','','','','5','Cash',1.38,'10','','','4','16.00','1','2025-06-08 03:38:46','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','34.00','33','Inclusive','branch','Inventory','','','','yes','','','4174935392213243233345'),(1516,'41749353958','272',1.00,'100','retail','0','2025-06-08 06:39:18','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-08 03:39:21','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174935395903520734492'),(1517,'41749354066','217',3.00,'900','retail','0','2025-06-08 06:41:06','','','','225','Cash',124.14,'300','','','4','16.00','1','2025-06-08 03:41:10','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','21.00','18','Inclusive','branch','Inventory','','','','yes','','','4174935406802343220238'),(1518,'41749354166','212',1.00,'1000','retail','0','2025-06-08 06:42:46','','','','860','Cash',137.93,'1000','','','4','16.00','1','2025-06-08 03:43:43','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','4174935419233429032707'),(1519,'41749354166','178',1.00,'100','retail','0','2025-06-08 06:43:23','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-08 03:43:43','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','39.00','38','Inclusive','branch','Inventory','','','','yes','','','4174935420423294531522'),(1520,'41749354166','272',1.00,'100','retail','0','2025-06-08 06:43:39','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-08 03:43:43','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174935422023344204022'),(1521,'41749356225','94',1.00,'1800','retail','0','2025-06-08 07:17:05','','','','1000','Cash',248.28,'1800','','','4','16.00','1','2025-06-08 04:19:00','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','4174935623701704243966'),(1522,'41749356225','195',2.00,'200','retail','0','2025-06-08 07:17:29','','','','70','Cash',27.59,'100','','','4','16.00','1','2025-06-08 04:19:00','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','26.00','24','Inclusive','branch','Inventory','','','','yes','','','4174935625005201030023'),(1523,'41749356225','138',4.00,'1200','retail','0','2025-06-08 07:17:46','','','','265','Cash',165.52,'300','','','4','16.00','1','2025-06-08 04:19:00','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'4','11.00','7','Inclusive','branch','Inventory','','','','yes','','','4174935626704306623407'),(1524,'41749356225','218',1.00,'260','retail','0','2025-06-08 07:18:13','','','','200','Cash',35.86,'260','','','4','16.00','1','2025-06-08 04:19:00','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','33.00','32','Inclusive','branch','Inventory','','','','yes','','','4174935629432234100300'),(1525,'41749356225','134',1.00,'300','retail','0','2025-06-08 07:18:24','','','','180','Cash',41.38,'300','','','4','16.00','1','2025-06-08 04:19:00','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','4174935630530546332332'),(1526,'41749356225','272',1.00,'100','retail','0','2025-06-08 07:18:33','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-08 04:19:00','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174935631433272342302'),(1527,'41749356374','247',1.00,'1500','retail','0','2025-06-08 07:19:34','','','','500','Cash',206.90,'1500','','','4','16.00','1','2025-06-08 04:19:38','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9998.00','9997','Inclusive','branch','Inventory','1110','4000','5500','','','','4174935637542322427073'),(1528,'81749357303','93',1.00,'500','retail','0','2025-06-08 07:35:03','','','','330','Cash',68.97,'500','','','8','16.00','1','2025-06-08 04:35:23','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','8174935731733010331243'),(1529,'31749377069','119',1.00,'400','retail','0','2025-06-08 13:04:29','','','','250','Cash',55.17,'400','','','3','16.00','1','2025-06-08 10:04:34','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','3174937707023277000272'),(1530,'31749377562','247',1.00,'1500','retail','0','2025-06-08 13:12:42','','','','500','Cash',206.90,'1500','','','3','16.00','1','2025-06-08 10:12:48','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9997.00','9996','Inclusive','branch','Inventory','1110','4000','5500','','','','3174937756333433333737'),(1531,'31749386250','196',1.00,'20','retail','0','2025-06-08 15:37:30','','','','14','Cash',2.76,'20','','','3','16.00','1','2025-06-08 12:37:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','86.00','85','Inclusive','branch','Inventory','','','','yes','','','3174938625233432203932'),(1534,'31749390539','272',4.00,'400','retail','0','2025-06-08 16:48:59','','','','33.3','Cash',55.17,'100','','','3','16.00','1','2025-06-08 13:49:05','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'4','53.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174939054099203243222'),(1535,'31749390577','272',1.00,'100','retail','0','2025-06-08 16:49:37','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-08 13:49:43','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174939057937253303200'),(1537,'31749390670','110',1.00,'500','retail','0','2025-06-08 16:51:10','','','','345','Cash',68.97,'500','','','3','16.00','1','2025-06-08 13:51:51','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','3174939067102730402200'),(1538,'31749390670','195',1.00,'100','retail','0','2025-06-08 16:51:24','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-08 13:51:51','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','3174939068580303330205'),(1539,'31749390670','272',1.00,'100','retail','0','2025-06-08 16:51:42','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-08 15:41:58','1','16','returned','1','new','pcs','','2025-06-08 18:41:58','11','yes','','0','','','VATABLE',86.21,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174939070520222322003'),(1542,'111749394358','120',2.00,'50','retail','0','2025-06-08 17:52:38','','','','17','Cash',6.90,'25','','','11','16.00','1','2025-06-08 14:53:13','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','78.00','76','Inclusive','branch','Inventory','','','','yes','','','11174939438503210033023'),(1547,'41749395579','10',10.00,'1000','retail','0','2025-06-08 18:12:59','','','','0','Cash',137.93,'100','','','4','16.00','1','2025-06-08 15:13:06','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'10','9994.00','9984','Inclusive','branch','Inventory','','','','yes','','','4174939558043939003930'),(1548,'41749395664','272',1.00,'100','retail','0','2025-06-08 18:14:24','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-08 15:14:45','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','107.00','106','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174939566640329692533'),(1549,'41749395664','187',2.00,'30','retail','0','2025-06-08 18:14:38','','','','8','Cash',4.14,'15','','','4','16.00','1','2025-06-08 15:14:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','97.00','95','Inclusive','branch','Inventory','','','','yes','','','4174939568033022304320'),(1550,'41749395760','174',2.00,'500','retail','0','2025-06-08 18:16:00','','','','175','Cash',68.97,'250','','','4','16.00','1','2025-06-08 15:16:34','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','19.00','17','Inclusive','branch','Inventory','','','','yes','','','4174939576305340333353'),(1551,'41749395760','119',1.00,'400','retail','0','2025-06-08 18:16:26','','','','250','Cash',55.17,'400','','','4','16.00','1','2025-06-08 15:16:34','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','4174939578804332121723'),(1554,'31749390624','195',2.00,'200','retail','0','2025-06-08 16:50:24','','','','70','Cash',27.59,'100','','','3','16','1','2025-06-08 15:52:00','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','24.00','22','Inclusive','branch','Inventory','','','','','',NULL,'3174939062539390309025'),(1555,'31749398013','160',1.00,'100','retail','0','2025-06-08 18:53:33','','','','41.67','Cash',13.79,'100','','','3','16.00','1','2025-06-08 15:53:40','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','58.00','57','Inclusive','branch','Inventory','','','','yes','','','3174939801432331192022'),(1556,'31749387806','118',1.00,'1000','retail','0','2025-06-08 16:03:26','','','','710','Cash',137.93,'1000','','','3','16','1','2025-06-08 15:58:05','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',862.07,'1','3.00','2','Inclusive','branch','Inventory','','','','','',NULL,'3174938780829280232087'),(1557,'31749387806','178',1.00,'100','retail','0','2025-06-08 16:03:58','','','','54.17','Cash',13.79,'100','','','3','16','1','2025-06-08 15:58:05','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','38.00','37','Inclusive','branch','Inventory','','','','','',NULL,'3174938784020302220434'),(1558,'31749387806','178',1.00,'100','retail','0','2025-06-08 18:12:09','','','','54.17','Cash',13.79,'100','','','3','16','1','2025-06-08 15:58:05','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','97.00','96','Inclusive','branch','Inventory','','','','','',NULL,'3174939553102300033222'),(1559,'61749395423','138',2.00,'600','retail','0','2025-06-08 18:10:24','','','','265','Cash',82.76,'300','','','6','16','1','2025-06-08 16:11:44','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','7.00','5','Inclusive','branch','Inventory','','','','','',NULL,'6174939544400200223023'),(1560,'61749395423','138',1.00,'300','retail','0','2025-06-08 18:35:07','','','','265','Cash',41.38,'300','','','6','16','1','2025-06-08 16:11:44','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','5.00','4','Inclusive','branch','Inventory','','','','','',NULL,'6174939693623961332300'),(1561,'61749395423','138',1.00,'300','retail','0','2025-06-08 19:09:41','','','','265','Cash',41.38,'300','','','6','16.00','1','2025-06-08 16:11:44','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','6174939900522222023490'),(1562,'61749395423','218',1.00,'260','retail','0','2025-06-08 19:10:40','','','','200','Cash',35.86,'260','','','6','16.00','1','2025-06-08 16:11:44','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','32.00','31','Inclusive','branch','Inventory','','','','yes','','','6174939904632324722206'),(1563,'61749395423','22',1.00,'300','retail','0','2025-06-08 19:11:24','','','','0','Cash',41.38,'300','','','6','16.00','1','2025-06-08 16:11:44','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9976.00','9975','Inclusive','branch','Inventory','','','','yes','','','6174939908737322022063'),(1564,'61749395423','45',1.00,'50','retail','0','2025-06-08 19:11:37','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-08 16:11:44','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9850.00','9849','Inclusive','branch','Inventory','','','','yes','','','6174939909806423323237'),(1572,'41749400468','136',2.00,'520','retail','0','2025-06-08 19:34:28','','','','210','Cash',71.72,'260','','','4','16.00','1','2025-06-08 16:34:50','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','64.00','62','Inclusive','branch','Inventory','','','','yes','','','4174940047233204343072'),(1573,'41749400468','195',1.00,'100','retail','0','2025-06-08 19:34:39','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-08 16:34:50','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','21.00','20','Inclusive','branch','Inventory','','','','yes','','','4174940048622623302282'),(1574,'41749400573','178',3.00,'300','retail','0','2025-06-08 19:36:13','','','','54.17','Cash',41.38,'100','','','4','16.00','1','2025-06-08 16:36:20','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','96.00','93','Inclusive','branch','Inventory','','','','yes','','','4174940057623236532292'),(1586,'111749403041','187',3.00,'45','retail','0','2025-06-08 20:17:21','','','','8','Cash',6.21,'15','','','11','16.00','1','2025-06-08 17:26:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'3','95.00','92','Inclusive','branch','Inventory','','','','yes','','','11174940307822320033322'),(1587,'111749403041','208',2.00,'520','retail','0','2025-06-08 20:17:58','','','','195','Cash',71.72,'260','','','11','16.00','1','2025-06-08 17:26:18','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','30.00','28','Inclusive','branch','Inventory','','','','yes','','','11174940341842230228932'),(1588,'111749403041','89',1.00,'250','retail','0','2025-06-08 20:23:39','','','','175','Cash',34.48,'250','','','11','16.00','1','2025-06-08 17:26:18','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','407.00','406','Inclusive','branch','Inventory','','','','yes','','','11174940344301220432331'),(1589,'111749403041','117',1.00,'350','retail','0','2025-06-08 20:24:04','','','','245','Cash',48.28,'350','','','11','16.00','1','2025-06-08 17:26:18','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','11174940346747024633136'),(1590,'111749403041','195',1.00,'100','retail','0','2025-06-08 20:24:28','','','','70','Cash',13.79,'100','','','11','16.00','1','2025-06-08 17:26:18','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','20.00','19','Inclusive','branch','Inventory','','','','yes','','','11174940347823433213223'),(1591,'41749403935','208',1.00,'260','retail','0','2025-06-08 20:32:15','','','','195','Cash',35.86,'260','','','4','16.00','1','2025-06-08 17:32:20','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','28.00','27','Inclusive','branch','Inventory','','','','yes','','','4174940393720232403034'),(1592,'111749403634','110',1.00,'500','retail','0','2025-06-08 20:27:14','','','','345','Cash',68.97,'500','','','11','16.00','1','2025-06-08 17:35:09','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','11174940373632210439697'),(1593,'111749403634','178',1.00,'100','retail','0','2025-06-08 20:28:57','','','','54.17','Cash',13.79,'100','','','11','16.00','1','2025-06-08 17:35:09','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','93.00','92','Inclusive','branch','Inventory','','','','yes','','','11174940408824012822483'),(1594,'111749403634','195',1.00,'100','retail','0','2025-06-08 20:34:48','','','','70','Cash',13.79,'100','','','11','16.00','1','2025-06-08 17:35:09','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','19.00','18','Inclusive','branch','Inventory','','','','yes','','','11174940410020210302139'),(1595,'51749404371','178',1.00,'100','retail','0','2025-06-08 20:39:31','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-08 17:39:37','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','92.00','91','Inclusive','branch','Inventory','','','','yes','','','5174940437323323030302'),(1596,'51749404416','138',1.00,'300','retail','0','2025-06-08 20:40:17','','','','265','Cash',41.38,'300','','','5','16.00','1','2025-06-08 17:41:13','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','5174940441733342222443'),(1597,'51749404416','218',1.00,'260','retail','0','2025-06-08 20:40:23','','','','200','Cash',35.86,'260','','','5','16.00','1','2025-06-08 17:41:13','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','31.00','30','Inclusive','branch','Inventory','','','','yes','','','5174940442442720023302'),(1598,'51749404416','272',1.00,'100','retail','0','2025-06-08 20:40:41','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-08 17:41:13','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','107.00','106','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174940444424230210420'),(1599,'51749404416','120',3.00,'75','retail','0','2025-06-08 20:41:00','','','','17','Cash',10.34,'25','','','5','16.00','1','2025-06-08 17:41:13','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'3','76.00','73','Inclusive','branch','Inventory','','','','yes','','','5174940446142460662222'),(1600,'51749404518','178',1.00,'100','retail','0','2025-06-08 20:41:58','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-08 17:42:30','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','91.00','90','Inclusive','branch','Inventory','','','','yes','','','5174940452132121542395'),(1601,'51749404587','47',1.00,'200','retail','0','2025-06-08 20:43:07','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-08 22:01:37','4','4','returned','1','new','pcs','','2025-06-09 01:01:37','17','yes','','0','','','VATABLE',172.41,'1','9962.00','9961','Inclusive','branch','Inventory','','','','yes','','','5174940458931331152392'),(1602,'51749404587','52',1.00,'450','retail','0','2025-06-08 20:43:22','','','','0','Cash',62.07,'450','','','5','16.00','1','2025-06-08 22:01:26','4','7','returned','1','new','pcs','','2025-06-09 01:01:26','17','yes','','0','','','VATABLE',387.93,'1','9994.00','9993','Inclusive','branch','Inventory','','','','yes','','','5174940460454560203224'),(1603,'51749405993','136',2.00,'520','retail','0','2025-06-08 21:06:33','','','','210','Cash',71.72,'260','','','5','16.00','1','2025-06-08 18:06:48','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','62.00','60','Inclusive','branch','Inventory','','','','yes','','','5174940599453250424390'),(1604,'51749405993','195',1.00,'100','retail','0','2025-06-08 21:06:42','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-08 18:06:48','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','18.00','17','Inclusive','branch','Inventory','','','','yes','','','5174940600332222303447'),(1605,'51749406106','24',1.00,'1200','retail','0','2025-06-08 21:08:26','','','','0','Cash',165.52,'1200','','','5','16.00','1','2025-06-08 18:09:13','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1034.48,'1','9996.00','9995','Inclusive','branch','Inventory','','','','yes','','','5174940610990034930173'),(1606,'51749406106','45',4.00,'200','retail','0','2025-06-08 21:08:48','','','','0','Cash',27.59,'50','','','5','16.00','1','2025-06-08 18:09:13','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'4','9848.00','9844','Inclusive','branch','Inventory','','','','yes','','','5174940612923231332033'),(1607,'51749406220','195',2.00,'200','retail','0','2025-06-08 21:10:20','','','','70','Cash',27.59,'100','','','5','16.00','1','2025-06-08 18:10:41','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','17.00','15','Inclusive','branch','Inventory','','','','yes','','','5174940622122422521330'),(1608,'51749406220','178',1.00,'100','retail','0','2025-06-08 21:10:25','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-08 18:10:41','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','90.00','89','Inclusive','branch','Inventory','','','','yes','','','5174940622736374642040'),(1618,'41749407245','136',1.00,'260','retail','0','2025-06-08 21:27:25','','','','210','Cash',35.86,'260','','','4','16.00','1','2025-06-08 18:27:30','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','60.00','59','Inclusive','branch','Inventory','','','','yes','','','4174940724600230622126'),(1619,'41749400793','47',1.00,'200','retail','0','2025-06-08 19:39:54','','','','0','Cash',27.59,'200','','','4','16','1','2025-06-08 18:29:03','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9963.00','9962','Inclusive','branch','Inventory','','','','','',NULL,'4174940079704722332223'),(1620,'41749400793','26',1.00,'700','retail','0','2025-06-08 19:40:20','','','','0','Cash',96.55,'700','','','4','16','1','2025-06-08 18:29:03','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9998.00','9997','Inclusive','branch','Inventory','','','','','',NULL,'4174940082134303720301'),(1621,'41749400793','89',1.00,'250','retail','0','2025-06-08 21:28:44','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-08 18:29:03','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','406.00','405','Inclusive','branch','Inventory','','','','yes','','','4174940732532972243023'),(1622,'41749400793','272',1.00,'100','retail','0','2025-06-08 21:28:55','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-08 18:29:03','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','106.00','105','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174940733632033403300'),(1623,'41749408254','117',1.00,'350','retail','0','2025-06-08 21:44:14','','','','245','Cash',48.28,'350','','','4','16.00','1','2025-06-08 18:44:21','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','4174940825530323531434'),(1631,'41749408817','218',3.00,'780','retail','0','2025-06-08 21:53:37','','','','200','Cash',107.59,'260','','','4','16.00','1','2025-06-08 18:54:28','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'3','30.00','27','Inclusive','branch','Inventory','','','','yes','','','4174940881922270223390'),(1632,'41749408817','120',4.00,'100','retail','0','2025-06-08 21:53:50','','','','17','Cash',13.79,'25','','','4','16.00','1','2025-06-08 18:54:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'4','73.00','69','Inclusive','branch','Inventory','','','','yes','','','4174940883234232239332'),(1633,'41749408817','174',1.00,'250','retail','0','2025-06-08 21:53:59','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-08 18:54:28','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','17.00','16','Inclusive','branch','Inventory','','','','yes','','','4174940884223324003424'),(1634,'41749408817','99',1.00,'300','retail','0','2025-06-08 21:54:20','','','','180','Cash',41.38,'300','','','4','16.00','1','2025-06-08 18:54:28','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','17.00','16','Inclusive','branch','Inventory','','','','yes','','','4174940886123820272803'),(1635,'41749408985','117',1.00,'350','retail','0','2025-06-08 21:56:25','','','','245','Cash',48.28,'350','','','4','16.00','1','2025-06-08 18:56:39','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','4174940898639334387304'),(1636,'41749408985','178',1.00,'100','retail','0','2025-06-08 21:56:35','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-08 18:56:39','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','89.00','88','Inclusive','branch','Inventory','','','','yes','','','4174940899690033000929'),(1637,'51749409352','138',2.00,'600','retail','0','2025-06-08 22:02:32','','','','265','Cash',82.76,'300','','','5','16.00','1','2025-06-08 19:02:42','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','2.00','0','Inclusive','branch','Inventory','','','','yes','','','5174940935324323902037'),(1638,'51749409352','218',1.00,'260','retail','0','2025-06-08 22:02:38','','','','200','Cash',35.86,'260','','','5','16.00','1','2025-06-08 19:02:42','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','27.00','26','Inclusive','branch','Inventory','','','','yes','','','5174940935900272432327'),(1640,'51749409640','136',1.00,'260','retail','0','2025-06-08 22:07:20','','','','210','Cash',35.86,'260','','','5','16.00','1','2025-06-08 19:07:29','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','59.00','58','Inclusive','branch','Inventory','','','','yes','','','5174940964242492020934'),(1641,'51749409640','209',1.00,'250','retail','0','2025-06-08 22:07:25','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-08 19:07:29','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','70.00','69','Inclusive','branch','Inventory','','','','yes','','','5174940964720253322042'),(1642,'41749410268','89',2.00,'500','retail','0','2025-06-08 22:17:48','','','','175','Cash',68.97,'250','','','4','16.00','1','2025-06-08 19:17:52','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','405.00','403','Inclusive','branch','Inventory','','','','yes','','','4174941026923209723232'),(1643,'61749391717','90',2.00,'200','retail','0','2025-06-08 17:08:37','','','','74','Cash',27.59,'100','','','6','16','1','2025-06-08 19:20:09','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','37.00','35','Inclusive','branch','Inventory','','','','','',NULL,'6174939173632120341903'),(1644,'61749391717','20',1.00,'200','retail','0','2025-06-08 19:14:35','','','','0','Cash',27.59,'200','','','6','16','1','2025-06-08 19:20:09','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','10000.00','9999','Inclusive','branch','Inventory','','','','','',NULL,'6174939929524132039353'),(1645,'61749391717','266',1.00,'500','retail','0','2025-06-08 19:14:55','','','','250','Cash',68.97,'500','','','6','16','1','2025-06-08 19:20:09','4','6','new','1','printed','pcs','','','','yes','','0','','','VATABLE',431.03,'1','9999.00','9998','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6174939932303332323422'),(1646,'61749391717','90',1.00,'100','retail','0','2025-06-08 19:19:45','','','','74','Cash',13.79,'100','','','6','16','1','2025-06-08 19:20:09','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','35.00','34','Inclusive','branch','Inventory','','','','','',NULL,'6174939960661342602392'),(1647,'61749391717','90',1.00,'100','retail','0','2025-06-08 21:23:53','','','','74','Cash',13.79,'100','','','6','16','1','2025-06-08 19:20:09','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','34.00','33','Inclusive','branch','Inventory','','','','','',NULL,'6174940704970330706422'),(1648,'61749391717','99',2.00,'600','retail','0','2025-06-08 21:24:09','','','','180','Cash',82.76,'300','','','6','16','1','2025-06-08 19:20:09','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','19.00','17','Inclusive','branch','Inventory','','','','','',NULL,'6174940707332332230327'),(1649,'61749391717','90',1.00,'100','retail','0','2025-06-08 21:48:19','','','','74','Cash',13.79,'100','','','6','16','1','2025-06-08 19:20:09','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','33.00','32','Inclusive','branch','Inventory','','','','','',NULL,'6174940852442200002320'),(1650,'61749391717','120',2.00,'50','retail','0','2025-06-08 22:20:05','','','','17','Cash',6.90,'25','','','6','16.00','1','2025-06-08 19:20:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','69.00','67','Inclusive','branch','Inventory','','','','yes','','','6174941040630437302443'),(1651,'111749410393','30',1.00,'700','retail','0','2025-06-08 22:19:53','','','','0','Cash',96.55,'700','','','11','16.00','1','2025-06-08 19:20:31','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','','11174941042424000413431'),(1654,'61749412337','193',1.00,'300','retail','0','2025-06-08 22:52:17','','','','230','Cash',41.38,'300','','','6','16.00','1','2025-06-08 19:52:49','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','6174941234932932003661'),(1655,'61749412337','96',1.00,'850','retail','0','2025-06-08 22:52:30','','','','605','Cash',117.24,'850','','','6','16.00','1','2025-06-08 19:52:49','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','6174941236430333423717'),(1659,'61749413091','244',2.00,'400','retail','0','2025-06-08 23:04:51','','','','150','Cash',55.17,'200','','','6','16.00','1','2025-06-08 20:05:07','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9993.00','9991','Inclusive','branch','Inventory','','','','yes','','','6174941310439031041433'),(1670,'111749413492','23',1.00,'600','retail','0','2025-06-08 23:11:32','','','','0','Cash',82.76,'600','','','11','16','1','2025-06-08 20:20:13','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9993.00','9992','Inclusive','branch','Inventory','','','','','',NULL,'11174941353170044412230'),(1671,'111749413492','45',1.00,'50','retail','0','2025-06-08 23:12:12','','','','0','Cash',6.90,'50','','','11','16','1','2025-06-08 20:20:13','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9844.00','9843','Inclusive','branch','Inventory','','','','','',NULL,'11174941355653336290102'),(1672,'111749413492','195',1.00,'100','retail','0','2025-06-08 23:12:36','','','','70','Cash',13.79,'100','','','11','16','1','2025-06-08 20:20:13','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','15.00','14','Inclusive','branch','Inventory','','','','','',NULL,'11174941358620112304201'),(1673,'111749413492','195',1.00,'100','retail','0','2025-06-08 23:13:33','','','','70','Cash',13.79,'100','','','11','16','1','2025-06-08 20:20:13','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','14.00','13','Inclusive','branch','Inventory','','','','','',NULL,'11174941363533157900222'),(1674,'111749413492','113',1.00,'300','retail','0','2025-06-08 23:13:56','','','','217','Cash',41.38,'300','','','11','16','1','2025-06-08 20:20:13','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','10.00','9','Inclusive','branch','Inventory','','','','','',NULL,'11174941366112343133120'),(1675,'111749413492','178',1.00,'100','retail','0','2025-06-08 23:14:22','','','','54.17','Cash',13.79,'100','','','11','16','1','2025-06-08 20:20:13','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','88.00','87','Inclusive','branch','Inventory','','','','','',NULL,'11174941367433212722262'),(1676,'111749413492','155',1.00,'1000','retail','0','2025-06-08 23:14:34','','','','705','Cash',137.93,'1000','','','11','16','1','2025-06-08 20:20:13','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',862.07,'1','4.00','3','Inclusive','branch','Inventory','','','','','',NULL,'11174941369823023483306'),(1677,'111749413492','195',1.00,'100','retail','0','2025-06-08 23:14:58','','','','70','Cash',13.79,'100','','','11','16','1','2025-06-08 20:20:13','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','13.00','12','Inclusive','branch','Inventory','','','','','',NULL,'11174941371412343432372'),(1678,'111749413492','272',1.00,'100','retail','0','2025-06-08 23:15:14','','','','33.3','Cash',13.79,'100','','','11','16','1','2025-06-08 20:20:13','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','105.00','104','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174941372920202323323'),(1679,'111749413492','178',1.00,'100','retail','0','2025-06-08 23:15:29','','','','54.17','Cash',13.79,'100','','','11','16','1','2025-06-08 20:20:13','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','87.00','86','Inclusive','branch','Inventory','','','','','',NULL,'11174941374042140013333'),(1680,'51749415452','250',1.00,'1000','retail','0','2025-06-08 23:44:12','','','','500','Cash',137.93,'1000','','','5','16.00','1','2025-06-08 20:44:17','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9989.00','9988','Inclusive','branch','Inventory','1110','4000','5500','','','','5174941545323017520157'),(1681,'51749415502','218',4.00,'1040','retail','0','2025-06-08 23:45:02','','','','200','Cash',143.45,'260','','','5','16.00','1','2025-06-08 20:45:45','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','26.00','22','Inclusive','branch','Inventory','','','','yes','','','5174941550304323132334'),(1682,'51749415502','136',4.00,'1040','retail','0','2025-06-08 23:45:21','','','','210','Cash',143.45,'260','','','5','16.00','1','2025-06-08 20:45:45','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','58.00','54','Inclusive','branch','Inventory','','','','yes','','','5174941552213250222320'),(1683,'51749415502','272',1.00,'100','retail','0','2025-06-08 23:45:37','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-08 20:45:45','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','104.00','103','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174941553872851335000'),(1684,'51749415585','26',1.00,'700','retail','0','2025-06-08 23:46:25','','','','0','Cash',96.55,'700','','','5','16.00','1','2025-06-08 20:46:40','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9997.00','9996','Inclusive','branch','Inventory','','','','yes','','','5174941558602451233222'),(1685,'51749415585','45',2.00,'100','retail','0','2025-06-08 23:46:36','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-08 20:46:40','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9843.00','9841','Inclusive','branch','Inventory','','','','yes','','','5174941559731704097331'),(1686,'51749415653','125',1.00,'900','retail','0','2025-06-08 23:47:50','','','','599','Cash',124.14,'900','','','5','16.00','1','2025-06-08 20:49:25','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','5174941567171324430022'),(1687,'51749415653','272',1.00,'100','retail','0','2025-06-08 23:48:09','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-08 20:49:25','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','103.00','102','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174941569133045205492'),(1688,'51749415653','99',4.00,'1200','retail','0','2025-06-08 23:48:40','','','','180','Cash',165.52,'300','','','5','16.00','1','2025-06-08 20:49:25','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'4','16.00','12','Inclusive','branch','Inventory','','','','yes','','','5174941572072132230324'),(1689,'51749415653','209',2.00,'500','retail','0','2025-06-08 23:49:07','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-08 20:49:25','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','69.00','67','Inclusive','branch','Inventory','','','','yes','','','5174941574813329234822'),(1690,'51749415653','136',1.00,'260','retail','0','2025-06-08 23:49:19','','','','210','Cash',35.86,'260','','','5','16.00','1','2025-06-08 20:49:25','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','54.00','53','Inclusive','branch','Inventory','','','','yes','','','5174941576021432332040'),(1691,'51749415802','47',1.00,'200','retail','0','2025-06-08 23:50:02','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-08 20:50:07','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9961.00','9960','Inclusive','branch','Inventory','','','','yes','','','5174941580412715542403'),(1692,'51749415857','79',1.00,'400','retail','0','2025-06-08 23:50:57','','','','0','Cash',55.17,'400','','','5','16.00','1','2025-06-08 20:51:14','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9986.00','9985','Inclusive','branch','Inventory','','','','yes','','','5174941585714252337003'),(1693,'51749415857','45',1.00,'50','retail','0','2025-06-08 23:51:10','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-08 20:51:14','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9841.00','9840','Inclusive','branch','Inventory','','','','yes','','','5174941587181031139533'),(1694,'41749415941','120',2.00,'50','retail','0','2025-06-08 23:52:21','','','','17','Cash',6.90,'25','','','4','16.00','1','2025-06-08 20:52:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','67.00','65','Inclusive','branch','Inventory','','','','yes','','','4174941594239239073322'),(1695,'61749410414','48',1.00,'300','retail','0','2025-06-08 22:20:14','','','','0','Cash',41.38,'300','','','6','16','1','2025-06-08 20:55:25','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','10000.00','9999','Inclusive','branch','Inventory','','','','','',NULL,'6174941044872034022233'),(1696,'61749410414','3',1.00,'120','retail','0','2025-06-08 22:20:49','','','','0','Cash',16.55,'120','','','6','16','1','2025-06-08 20:55:25','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9990.00','9989','Inclusive','branch','Inventory','','','','','',NULL,'6174941046412314237340'),(1697,'61749410414','35',1.00,'100','retail','0','2025-06-08 23:02:29','','','','0','Cash',13.79,'100','','','6','16','1','2025-06-08 20:55:25','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9996.00','9995','Inclusive','branch','Inventory','','','','','',NULL,'6174941296146924362230'),(1698,'61749410414','195',1.00,'100','retail','0','2025-06-08 23:54:59','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-08 20:55:25','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','6174941611032200330131'),(1699,'61749410414','178',1.00,'100','retail','0','2025-06-08 23:55:11','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-08 20:55:25','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','86.00','85','Inclusive','branch','Inventory','','','','yes','','','6174941612132042123140'),(1700,'51749409421','79',1.00,'400','retail','0','2025-06-08 22:03:41','','','','0','Cash',55.17,'400','','','5','16','1','2025-06-08 21:01:58','5','8','new','1','printed','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9987.00','9986','Inclusive','branch','Inventory','','','','','',NULL,'5174940942229330723220'),(1701,'41749417722','115',1.00,'300','retail','0','2025-06-09 00:22:02','','','','217','Cash',41.38,'300','','','4','16.00','1','2025-06-08 21:22:15','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','45.00','44','Inclusive','branch','Inventory','','','','yes','','','4174941772320227032343'),(1702,'41749417722','178',1.00,'100','retail','0','2025-06-09 00:22:10','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-08 21:22:15','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','85.00','84','Inclusive','branch','Inventory','','','','yes','','','4174941773193402002332'),(1703,'51749417949','134',2.00,'600','retail','0','2025-06-09 00:25:49','','','','180','Cash',82.76,'300','','','5','16.00','1','2025-06-08 21:26:53','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','5.00','3','Inclusive','branch','Inventory','','','','yes','','','5174941794972423032534'),(1704,'51749417949','99',1.00,'300','retail','0','2025-06-09 00:25:58','','','','180','Cash',41.38,'300','','','5','16.00','1','2025-06-08 21:26:53','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','5174941795933272744213'),(1705,'51749417949','192',1.00,'300','retail','0','2025-06-09 00:26:06','','','','180','Cash',41.38,'300','','','5','16.00','1','2025-06-08 21:26:53','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','19.00','18','Inclusive','branch','Inventory','','','','yes','','','5174941796712314237340'),(1706,'51749417949','209',3.00,'750','retail','0','2025-06-09 00:26:37','','','','175','Cash',103.45,'250','','','5','16.00','1','2025-06-08 21:26:53','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','67.00','64','Inclusive','branch','Inventory','','','','yes','','','5174941799892993223222'),(1707,'51749417949','136',2.00,'520','retail','0','2025-06-09 00:26:48','','','','210','Cash',71.72,'260','','','5','16.00','1','2025-06-08 21:26:53','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','53.00','51','Inclusive','branch','Inventory','','','','yes','','','5174941800942024424212'),(1708,'51749418046','117',1.00,'350','retail','0','2025-06-09 00:27:26','','','','245','Cash',48.28,'350','','','5','16.00','1','2025-06-08 21:27:30','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','5174941804718342432403'),(1709,'51749418092','115',1.00,'300','retail','0','2025-06-09 00:28:12','','','','217','Cash',41.38,'300','','','5','16.00','1','2025-06-08 21:28:25','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','44.00','43','Inclusive','branch','Inventory','','','','yes','','','5174941809372320713254'),(1710,'51749418092','272',1.00,'100','retail','0','2025-06-09 00:28:21','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-08 21:28:25','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','102.00','101','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174941810212324230228'),(1711,'51749418145','22',1.00,'300','retail','0','2025-06-09 00:29:06','','','','0','Cash',41.38,'300','','','5','16.00','1','2025-06-08 21:29:16','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9973.00','9972','Inclusive','branch','Inventory','','','','yes','','','5174941814646292383020'),(1712,'51749418145','45',1.00,'50','retail','0','2025-06-09 00:29:12','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-08 21:29:16','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9840.00','9839','Inclusive','branch','Inventory','','','','yes','','','5174941815322383332453'),(1713,'61749392297','155',1.00,'1000','retail','0','2025-06-08 17:18:17','','','','705','Cash',137.93,'1000','','','6','16','1','2025-06-08 21:43:05','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',862.07,'1','5.00','4','Inclusive','branch','Inventory','','','','','',NULL,'6174939231013303333333'),(1714,'61749392297','99',1.00,'300','retail','0','2025-06-08 21:22:43','','','','180','Cash',41.38,'300','','','6','16','1','2025-06-08 21:43:05','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','20.00','19','Inclusive','branch','Inventory','','','','','',NULL,'6174940698002229341423'),(1715,'61749392297','99',2.00,'600','retail','0','2025-06-09 00:34:04','','','','180','Cash',82.76,'300','','','6','16.00','1','2025-06-08 21:43:05','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','11.00','9','Inclusive','branch','Inventory','','','','yes','','','6174941851040302033313'),(1716,'61749392297','218',1.00,'260','retail','0','2025-06-09 00:35:10','','','','200','Cash',35.86,'260','','','6','16.00','1','2025-06-08 21:43:05','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','6174941867633324236132'),(1717,'61749392297','153',1.00,'500','retail','0','2025-06-09 00:37:56','','','','330','Cash',68.97,'500','','','6','16.00','1','2025-06-08 21:43:05','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','6174941870832101238060'),(1718,'61749392297','3',2.00,'240','retail','0','2025-06-09 00:38:29','','','','0','Cash',33.10,'120','','','6','16.00','1','2025-06-08 21:43:05','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'2','9989.00','9987','Inclusive','branch','Inventory','','','','yes','','B','6174941895933422231502'),(1719,'61749419008','153',1.00,'500','retail','0','2025-06-09 00:43:28','','','','330','Cash',68.97,'500','','','6','16.00','1','2025-06-08 21:44:31','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','6174941903133234220344'),(1720,'61749419008','100',1.00,'250','retail','0','2025-06-09 00:43:52','','','','165','Cash',34.48,'250','','','6','16.00','1','2025-06-08 21:44:31','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','6174941905262152250422'),(1721,'61749419127','217',2.00,'600','retail','0','2025-06-09 00:45:27','','','','225','Cash',82.76,'300','','','6','16.00','1','2025-06-08 21:45:52','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','18.00','16','Inclusive','branch','Inventory','','','','yes','','','6174941914920001172232'),(1722,'51749420219','195',1.00,'100','retail','0','2025-06-09 01:03:39','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-08 22:03:42','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','5174942021942003013090'),(1723,'41749420340','115',1.00,'300','retail','0','2025-06-09 01:05:40','','','','217','Cash',41.38,'300','','','4','16.00','1','2025-06-08 22:05:51','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','43.00','42','Inclusive','branch','Inventory','','','','yes','','','4174942034030923033439'),(1724,'41749420340','178',1.00,'100','retail','0','2025-06-09 01:05:47','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-08 22:05:51','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','84.00','83','Inclusive','branch','Inventory','','','','yes','','','4174942034833272020092'),(1725,'61749401017','22',1.00,'300','retail','0','2025-06-08 19:43:37','','','','0','Cash',41.38,'300','','','6','16','1','2025-06-08 22:09:58','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9975.00','9974','Inclusive','branch','Inventory','','','','','',NULL,'6174940103039303314921'),(1726,'61749401017','45',1.00,'50','retail','0','2025-06-08 19:43:50','','','','0','Cash',6.90,'50','','','6','16','1','2025-06-08 22:09:58','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9849.00','9848','Inclusive','branch','Inventory','','','','','',NULL,'6174940104623262220122'),(1727,'61749401017','22',1.00,'300','retail','0','2025-06-08 20:02:34','','','','0','Cash',41.38,'300','','','6','16','1','2025-06-08 22:09:58','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9974.00','9973','Inclusive','branch','Inventory','','','','','',NULL,'6174940216531245302634'),(1728,'61749401017','244',1.00,'200','retail','0','2025-06-08 20:25:17','','','','150','Cash',27.59,'200','','','6','16','1','2025-06-08 22:09:58','2','14','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9994.00','9993','Inclusive','branch','Inventory','','','','','',NULL,'6174940353114220323323'),(1729,'61749401017','244',1.00,'200','retail','0','2025-06-09 01:09:32','','','','150','Cash',27.59,'200','','','6','16.00','1','2025-06-08 22:09:58','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9991.00','9990','Inclusive','branch','Inventory','','','','yes','','','6174942059310232504195'),(1730,'61749420603','120',2.00,'50','retail','0','2025-06-09 01:10:03','','','','17','Cash',6.90,'25','','','6','16.00','1','2025-06-08 22:10:44','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','65.00','63','Inclusive','branch','Inventory','','','','yes','','','6174942064033123227213'),(1731,'61749420715','272',1.00,'100','retail','0','2025-06-09 01:11:55','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-08 22:12:34','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','101.00','100','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174942073202372932030'),(1732,'61749420715','178',1.00,'100','retail','0','2025-06-09 01:12:13','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-08 22:12:34','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','83.00','82','Inclusive','branch','Inventory','','','','yes','','','6174942075122352077341'),(1733,'61749420762','160',1.00,'100','retail','0','2025-06-09 01:12:42','','','','41.67','Cash',13.79,'100','','','6','16.00','1','2025-06-08 22:13:00','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','57.00','56','Inclusive','branch','Inventory','','','','yes','','','6174942077743002332342'),(1734,'61749420794','218',1.00,'260','retail','0','2025-06-09 01:13:14','','','','200','Cash',35.86,'260','','','6','16.00','1','2025-06-08 22:14:41','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','21.00','20','Inclusive','branch','Inventory','','','','yes','','','6174942081833933102032'),(1735,'61749420794','178',1.00,'100','retail','0','2025-06-09 01:13:38','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-08 22:14:41','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','82.00','81','Inclusive','branch','Inventory','','','','yes','','','6174942083000242222432'),(1736,'61749420794','188',2.00,'600','retail','0','2025-06-09 01:13:51','','','','251','Cash',82.76,'300','','','6','16.00','1','2025-06-08 22:14:41','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','16.00','14','Inclusive','branch','Inventory','','','','yes','','','6174942084417462700634'),(1737,'61749420794','79',1.00,'400','retail','0','2025-06-09 01:14:05','','','','0','Cash',55.17,'400','','','6','16.00','1','2025-06-08 22:14:41','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9982.00','9981','Inclusive','branch','Inventory','','','','yes','','','6174942086526033930223'),(1738,'61749420794','45',1.00,'50','retail','0','2025-06-09 01:14:26','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-08 22:14:41','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9837.00','9836','Inclusive','branch','Inventory','','','','yes','','','6174942087824430190803'),(1739,'141749420490','79',3.00,'1200','retail','0','2025-06-09 01:08:10','','','','0','Cash',165.52,'400','','','14','16.00','1','2025-06-08 22:15:44','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'3','9985.00','9982','Inclusive','branch','Inventory','','','','yes','','','14174942052131090230133'),(1740,'141749420490','45',2.00,'100','retail','0','2025-06-09 01:08:41','','','','0','Cash',13.79,'50','','','14','16.00','1','2025-06-08 22:15:44','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9839.00','9837','Inclusive','branch','Inventory','','','','yes','','','14174942056232323057233'),(1741,'141749420490','205',2.00,'600','retail','0','2025-06-09 01:11:12','','','','225','Cash',82.76,'300','','','14','16.00','1','2025-06-08 22:15:44','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','5.00','3','Inclusive','branch','Inventory','','','','yes','','','14174942068932227206232'),(1742,'141749420490','99',1.00,'300','retail','0','2025-06-09 01:11:29','','','','180','Cash',41.38,'300','','','14','16.00','1','2025-06-08 22:15:44','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','14174942086824262323702'),(1743,'141749420490','140',1.00,'700','retail','0','2025-06-09 01:14:28','','','','480','Cash',96.55,'700','','','14','16.00','1','2025-06-08 22:15:44','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','14174942089537301491143'),(1744,'141749420490','272',1.00,'100','retail','0','2025-06-09 01:14:56','','','','33.3','Cash',13.79,'100','','','14','16.00','1','2025-06-08 22:15:44','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','yes','','','14174942090991301232433'),(1747,'111749421099','195',1.00,'100','retail','0','2025-06-09 01:18:19','','','','70','Cash',13.79,'100','','','11','16.00','1','2025-06-08 22:20:10','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','11174942111401319222020'),(1748,'111749421099','22',1.00,'300','retail','0','2025-06-09 01:18:35','','','','0','Cash',41.38,'300','','','11','16.00','1','2025-06-08 22:20:10','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9972.00','9971','Inclusive','branch','Inventory','','','','yes','','','11174942115220922301132'),(1749,'111749421099','45',1.00,'50','retail','0','2025-06-09 01:19:12','','','','0','Cash',6.90,'50','','','11','16.00','1','2025-06-08 22:20:10','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9836.00','9835','Inclusive','branch','Inventory','','','','yes','','','11174942116900310142034'),(1750,'51749421412','218',2.00,'520','retail','0','2025-06-09 01:23:32','','','','200','Cash',71.72,'260','','','5','16.00','1','2025-06-08 22:23:36','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','20.00','18','Inclusive','branch','Inventory','','','','yes','','','5174942141331342420309'),(1751,'41749421474','134',2.00,'600','retail','0','2025-06-09 01:24:34','','','','180','Cash',82.76,'300','','','4','16.00','1','2025-06-08 22:24:37','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','3.00','1','Inclusive','branch','Inventory','','','','yes','','','4174942147443420202014'),(1752,'61749420958','117',2.00,'700','retail','0','2025-06-09 01:15:58','','','','245','Cash',96.55,'350','','','6','16','1','2025-06-08 23:26:57','1','10','returned','1','new','pcs','','','17','yes','','0','','','VATABLE',301.72,'2','2.00','0','Inclusive','branch','Inventory','','','','yes','',NULL,'6174942097420203002242'),(1753,'61749420958','195',1.00,'100','retail','0','2025-06-09 01:16:14','','','','70','Cash',13.79,'100','','','6','16','1','2025-06-08 23:26:57','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','',NULL,'6174942098982902382330'),(1754,'61749420958','117',1.00,'350','retail','0','2025-06-09 02:26:39','','','','245','Cash',48.28,'350','','','6','16.00','1','2025-06-08 23:26:57','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','6174942521331536222430'),(1755,'41749474567','53',1.00,'900','retail','0','2025-06-09 16:09:28','','','','0','Cash',124.14,'900','','','4','16.00','1','2025-06-09 13:10:34','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9996.00','9995','Inclusive','branch','Inventory','','','','yes','','','4174947457220332230324'),(1756,'41749474567','52',1.00,'450','retail','0','2025-06-09 16:09:39','','','','0','Cash',62.07,'450','','','4','16.00','1','2025-06-09 13:10:34','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9994.00','9993','Inclusive','branch','Inventory','','','','yes','','','4174947458140703341231'),(1757,'41749474567','45',1.00,'50','retail','0','2025-06-09 16:10:03','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-09 13:10:34','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9835.00','9834','Inclusive','branch','Inventory','','','','yes','','','4174947460574223312377'),(1758,'41749474567','46',1.00,'100','retail','0','2025-06-09 16:10:11','','','','0','Cash',13.79,'100','','','4','16.00','1','2025-06-09 13:10:34','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9980.00','9979','Inclusive','branch','Inventory','','','','yes','','','4174947461374304342320'),(1761,'41749478010','136',2.00,'520','retail','0','2025-06-09 17:06:50','','','','210','Cash',71.72,'260','','','4','16.00','1','2025-06-09 14:08:56','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','51.00','49','Inclusive','branch','Inventory','','','','yes','','','4174947801410337914314'),(1762,'41749478010','272',1.00,'100','retail','0','2025-06-09 17:07:14','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-09 14:08:56','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174947803707271340203'),(1763,'41749478010','122',1.00,'1300','retail','0','2025-06-09 17:07:30','','','','955','Cash',179.31,'1300','','','4','16.00','1','2025-06-09 14:08:56','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','4174947805193402002332'),(1764,'41749478010','180',1.00,'300','retail','0','2025-06-09 17:07:38','','','','185','Cash',41.38,'300','','','4','16.00','1','2025-06-09 14:08:56','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','18.00','17','Inclusive','branch','Inventory','','','','yes','','','4174947809533833832004'),(1765,'41749478010','54',1.00,'1800','retail','0','2025-06-09 17:08:32','','','','0','Cash',248.28,'1800','','','4','16.00','1','2025-06-09 14:08:56','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9993.00','9992','Inclusive','branch','Inventory','','','','yes','','','4174947811322322711332'),(1766,'41749478010','45',1.00,'50','retail','0','2025-06-09 17:08:43','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-09 14:08:56','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9834.00','9833','Inclusive','branch','Inventory','','','','yes','','','4174947812484232484777'),(1767,'41749478010','46',1.00,'100','retail','0','2025-06-09 17:08:48','','','','0','Cash',13.79,'100','','','4','16.00','1','2025-06-09 14:08:56','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9979.00','9978','Inclusive','branch','Inventory','','','','yes','','','4174947812983340080124'),(1775,'41749478155','3',1.00,'120','retail','0','2025-06-09 17:09:15','','','','0','Cash',16.55,'120','','','4','16','1','2025-06-09 14:57:41','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9987.00','9986','Inclusive','branch','Inventory','','','','','',NULL,'4174947815642441283200'),(1776,'41749478155','22',1.00,'300','retail','0','2025-06-09 17:09:38','','','','0','Cash',41.38,'300','','','4','16','1','2025-06-09 14:57:41','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9971.00','9970','Inclusive','branch','Inventory','','','','','',NULL,'4174947817933023400423'),(1777,'41749478155','47',1.00,'200','retail','0','2025-06-09 17:09:47','','','','0','Cash',27.59,'200','','','4','16','1','2025-06-09 14:57:41','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9962.00','9961','Inclusive','branch','Inventory','','','','','',NULL,'4174947818732102043402'),(1778,'41749478155','47',1.00,'200','retail','0','2025-06-09 17:57:34','','','','0','Cash',27.59,'200','','','4','16.00','1','2025-06-09 14:57:41','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9961.00','9960','Inclusive','branch','Inventory','','','','yes','','','4174948105524403022402'),(1779,'41749477967','218',2.00,'520','retail','0','2025-06-09 17:06:07','','','','200','Cash',71.72,'260','','','4','16','1','2025-06-09 15:52:35','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'2','18.00','16','Inclusive','branch','Inventory','','','','','',NULL,'4174947797070323704331'),(1780,'41749477967','100',2.00,'500','retail','0','2025-06-09 17:06:20','','','','165','Cash',68.97,'250','','','4','16','1','2025-06-09 15:52:35','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'2','13.00','11','Inclusive','branch','Inventory','','','','','',NULL,'4174947798288422022270'),(1781,'41749477967','218',2.00,'520','retail','0','2025-06-09 17:32:28','','','','200','Cash',71.72,'260','','','4','16','1','2025-06-09 15:52:35','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'2','16.00','14','Inclusive','branch','Inventory','','','','','',NULL,'4174947954942779294090'),(1782,'41749477967','218',1.00,'260','retail','0','2025-06-09 18:52:20','','','','200','Cash',35.86,'260','','','4','16.00','1','2025-06-09 15:52:35','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','4174948434232021730232'),(1783,'41749477967','100',1.00,'250','retail','0','2025-06-09 18:52:26','','','','165','Cash',34.48,'250','','','4','16.00','1','2025-06-09 15:52:35','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','4174948434922333020321'),(1784,'41749484634','133',1.00,'2700','retail','0','2025-06-09 18:57:14','','','','1860','Cash',372.41,'2700','','','4','16.00','1','2025-06-09 15:59:50','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',2327.59,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','4174948466930907260820'),(1785,'41749484634','105',1.00,'1300','retail','0','2025-06-09 18:57:50','','','','970','Cash',179.31,'1300','','','4','16.00','1','2025-06-09 15:59:50','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','4174948469283332722340'),(1786,'41749484634','272',1.00,'100','retail','0','2025-06-09 18:58:45','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-09 15:59:50','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174948472727272327302'),(1787,'41749484634','193',1.00,'300','retail','0','2025-06-09 18:59:06','','','','230','Cash',41.38,'300','','','4','16.00','1','2025-06-09 15:59:50','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','4174948474824332420323'),(1788,'41749484634','162',1.00,'20','retail','0','2025-06-09 18:59:27','','','','15','Cash',2.76,'20','','','4','16.00','1','2025-06-09 15:59:50','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','33.00','32','Inclusive','branch','Inventory','','','','yes','','','4174948476903342273233'),(1789,'41749480749','209',2.00,'500','retail','0','2025-06-09 17:52:29','','','','175','Cash',68.97,'250','','','4','16','1','2025-06-09 16:05:55','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'2','51.00','49','Inclusive','branch','Inventory','','','','','',NULL,'4174948075183043233231'),(1790,'41749480749','48',1.00,'300','retail','0','2025-06-09 19:05:14','','','','0','Cash',41.38,'300','','','4','16.00','1','2025-06-09 16:05:55','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9999.00','9998','Inclusive','branch','Inventory','','','','yes','','','4174948511730124732282'),(1791,'41749480749','52',1.00,'450','retail','0','2025-06-09 19:05:44','','','','0','Cash',62.07,'450','','','4','16.00','1','2025-06-09 16:05:55','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9993.00','9992','Inclusive','branch','Inventory','','','','yes','','','4174948514513032222404'),(1792,'41749486124','136',2.00,'520','retail','0','2025-06-09 19:22:04','','','','210','Cash',71.72,'260','','','4','16.00','1','2025-06-09 16:22:20','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','49.00','47','Inclusive','branch','Inventory','','','','yes','','','4174948612973429202433'),(1794,'41749486920','272',1.00,'100','retail','0','2025-06-09 19:35:21','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-09 16:35:41','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174948692306439132332'),(1795,'41749486920','178',1.00,'100','retail','0','2025-06-09 19:35:34','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-09 16:35:41','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','81.00','80','Inclusive','branch','Inventory','','','','yes','','','4174948693620423230622'),(1806,'41749492233','218',1.00,'260','retail','0','2025-06-09 21:03:53','','','','200','Cash',35.86,'260','','','4','16','1','2025-06-09 18:06:45','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','11.00','10','Inclusive','branch','Inventory','','','','','',NULL,'4174949223402243294000'),(1807,'41749492233','100',1.00,'250','retail','0','2025-06-09 21:03:57','','','','165','Cash',34.48,'250','','','4','16','1','2025-06-09 18:06:45','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','10.00','9','Inclusive','branch','Inventory','','','','','',NULL,'4174949223842244482232'),(1808,'41749492233','53',1.00,'900','retail','0','2025-06-09 21:04:30','','','','0','Cash',124.14,'900','','','4','16','1','2025-06-09 18:06:45','4','7','new','1','printed','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9995.00','9994','Inclusive','branch','Inventory','','','','','',NULL,'4174949227132073224332'),(1809,'41749492233','45',2.00,'100','retail','0','2025-06-09 21:05:08','','','','0','Cash',13.79,'50','','','4','16','1','2025-06-09 18:06:45','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9830.00','9828','Inclusive','branch','Inventory','','','','','',NULL,'4174949230930090042932'),(1810,'41749492233','46',1.00,'100','retail','0','2025-06-09 21:05:13','','','','0','Cash',13.79,'100','','','4','16','1','2025-06-09 18:06:45','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9976.00','9975','Inclusive','branch','Inventory','','','','','',NULL,'4174949231503174422534'),(1811,'41749486180','89',2.00,'500','retail','0','2025-06-09 19:23:01','','','','175','Cash',68.97,'250','','','4','16','1','2025-06-09 18:19:15','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'2','399.00','397','Inclusive','branch','Inventory','','','','','',NULL,'4174948618408304012473'),(1812,'41749486180','89',2.00,'500','retail','0','2025-06-09 21:17:42','','','','175','Cash',68.97,'250','','','4','16.00','1','2025-06-09 18:19:15','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','397.00','395','Inclusive','branch','Inventory','','','','yes','','','4174949306344234034043'),(1813,'41749486180','119',1.00,'400','retail','0','2025-06-09 21:17:51','','','','250','Cash',55.17,'400','','','4','16.00','1','2025-06-09 18:19:15','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','4174949307232242432422'),(1814,'41749486180','195',1.00,'100','retail','0','2025-06-09 21:17:56','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-09 18:19:15','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','4174949307772447233303'),(1815,'41749486180','45',2.00,'100','retail','0','2025-06-09 21:18:21','','','','0','Cash',13.79,'50','','','4','16.00','1','2025-06-09 18:19:15','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9828.00','9826','Inclusive','branch','Inventory','','','','yes','','','4174949310224904003200'),(1816,'41749486180','53',1.00,'900','retail','0','2025-06-09 21:18:49','','','','0','Cash',124.14,'900','','','4','16.00','1','2025-06-09 18:19:15','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9994.00','9993','Inclusive','branch','Inventory','','','','yes','','','4174949313033230932329'),(1817,'41749486180','52',1.00,'450','retail','0','2025-06-09 21:18:54','','','','0','Cash',62.07,'450','','','4','16.00','1','2025-06-09 18:19:15','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9992.00','9991','Inclusive','branch','Inventory','','','','yes','','','4174949313423031443240'),(1818,'41749493193','209',1.00,'250','retail','0','2025-06-09 21:19:53','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-09 18:19:57','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','49.00','48','Inclusive','branch','Inventory','','','','yes','','','4174949319322332322903'),(1819,'41749493457','46',1.00,'100','retail','0','2025-06-09 21:24:17','','','','0','Cash',13.79,'100','','','4','16.00','1','2025-06-09 18:24:21','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9975.00','9974','Inclusive','branch','Inventory','','','','yes','','','4174949345833733032345'),(1820,'41749486961','218',2.00,'520','retail','0','2025-06-09 19:36:01','','','','200','Cash',71.72,'260','','','4','16','1','2025-06-09 19:06:29','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'2','13.00','11','Inclusive','branch','Inventory','','','','','',NULL,'4174948696330002030143'),(1821,'41749486961','272',1.00,'100','retail','0','2025-06-09 19:36:12','','','','33.3','Cash',13.79,'100','','','4','16','1','2025-06-09 19:06:29','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'4174948697434308332024'),(1822,'41749486961','27',1.00,'1400','retail','0','2025-06-09 19:36:31','','','','0','Cash',193.10,'1400','','','4','16','1','2025-06-09 19:06:29','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','9999.00','9998','Inclusive','branch','Inventory','','','','','',NULL,'4174948699319344042227'),(1823,'41749486961','45',3.00,'150','retail','0','2025-06-09 19:36:53','','','','0','Cash',20.69,'50','','','4','16','1','2025-06-09 19:06:29','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'3','9833.00','9830','Inclusive','branch','Inventory','','','','','',NULL,'4174948701402773332320'),(1824,'41749486961','46',2.00,'200','retail','0','2025-06-09 19:39:08','','','','0','Cash',27.59,'100','','','4','16','1','2025-06-09 19:06:29','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','9978.00','9976','Inclusive','branch','Inventory','','','','','',NULL,'4174948715020798344203'),(1825,'41749486961','218',1.00,'260','retail','0','2025-06-09 22:05:15','','','','200','Cash',35.86,'260','','','4','16.00','1','2025-06-09 19:06:29','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','4174949591692334733333'),(1826,'41749486961','209',1.00,'250','retail','0','2025-06-09 22:05:22','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-09 19:06:29','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','48.00','47','Inclusive','branch','Inventory','','','','yes','','','4174949592303332430440'),(1827,'41749486961','204',1.00,'350','retail','0','2025-06-09 22:05:36','','','','245','Cash',48.28,'350','','','4','16.00','1','2025-06-09 19:06:29','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','4174949593703332232452'),(1828,'41749486961','208',4.00,'1040','retail','0','2025-06-09 22:06:12','','','','195','Cash',143.45,'260','','','4','16.00','1','2025-06-09 20:57:46','1','12','returned','1','new','pcs','','2025-06-09 23:57:46','16','yes','','0','','','VATABLE',224.14,'4','27.00','23','Inclusive','branch','Inventory','','','','yes','','','4174949597332203332103'),(1829,'41749496023','22',1.00,'300','retail','0','2025-06-09 22:07:03','','','','0','Cash',41.38,'300','','','4','16.00','1','2025-06-09 19:07:20','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9970.00','9969','Inclusive','branch','Inventory','','','','yes','','','4174949602473333613130'),(1830,'41749496023','45',1.00,'50','retail','0','2025-06-09 22:07:13','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-09 19:07:20','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9826.00','9825','Inclusive','branch','Inventory','','','','yes','','','4174949603433032232022'),(1831,'41749496088','90',3.00,'300','retail','0','2025-06-09 22:08:09','','','','74','Cash',41.38,'100','','','4','16.00','1','2025-06-09 19:08:23','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','32.00','29','Inclusive','branch','Inventory','','','','yes','','','4174949608932233033022'),(1832,'41749496088','120',4.00,'100','retail','0','2025-06-09 22:08:19','','','','17','Cash',13.79,'25','','','4','16.00','1','2025-06-09 19:08:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'4','63.00','59','Inclusive','branch','Inventory','','','','yes','','','4174949610002333360322'),(1833,'41749496829','247',1.00,'1500','retail','0','2025-06-09 22:20:29','','','','500','Cash',206.90,'1500','','','4','16.00','1','2025-06-09 19:20:34','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9996.00','9995','Inclusive','branch','Inventory','1110','4000','5500','','','','4174949683122963026920'),(1834,'41749502265','250',2.00,'2000','retail','0','2025-06-09 23:51:05','','','','500','Cash',275.86,'1000','','','4','16.00','1','2025-06-09 20:51:39','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'2','9988.00','9986','Inclusive','branch','Inventory','1110','4000','5500','','','','4174950226696042722402'),(1835,'41749502265','217',1.00,'300','retail','0','2025-06-09 23:51:31','','','','225','Cash',41.38,'300','','','4','16.00','1','2025-06-09 20:51:39','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','16.00','15','Inclusive','branch','Inventory','','','','yes','','','4174950229273252700390'),(1836,'41749502709','208',3.00,'780','retail','0','2025-06-09 23:58:29','','','','195','Cash',107.59,'260','','','4','16.00','1','2025-06-09 20:58:33','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'3','27.00','24','Inclusive','branch','Inventory','','','','yes','','','4174950271070200242272'),(1837,'31749539989','196',1.00,'20','retail','0','2025-06-10 10:19:49','','','','14','Cash',2.76,'20','','','3','16.00','1','2025-06-10 07:19:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','85.00','84','Inclusive','branch','Inventory','','','','yes','','','3174953998993322009210'),(1838,'31749544647','3',1.00,'120','retail','0','2025-06-10 11:37:27','','','','0','Cash',16.55,'120','','','3','16.00','1','2025-06-10 08:38:13','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9986.00','9985','Inclusive','branch','Inventory','','','','yes','','B','3174954464803303242423'),(1839,'31749544647','10',1.00,'100','retail','0','2025-06-10 11:37:49','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-10 08:38:13','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9984.00','9983','Inclusive','branch','Inventory','','','','yes','','','3174954467043330042323'),(1840,'31749544647','1',1.00,'100','retail','0','2025-06-10 11:38:00','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-10 08:38:13','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9995.00','9994','Inclusive','branch','Inventory','','','','yes','','A','3174954468103304823407'),(1841,'31749547559','117',1.00,'350','retail','0','2025-06-10 12:25:59','','','','245','Cash',48.28,'350','','','3','16.00','1','2025-06-10 09:26:16','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','3174954756032222303547'),(1842,'31749547559','160',1.00,'100','retail','0','2025-06-10 12:26:10','','','','41.67','Cash',13.79,'100','','','3','16.00','1','2025-06-10 09:26:16','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','54.00','53','Inclusive','branch','Inventory','','','','yes','','','3174954757121174473435'),(1843,'31749548770','47',1.00,'200','retail','0','2025-06-10 12:46:10','','','','0','Cash',27.59,'200','','','3','16.00','1','2025-06-10 09:46:19','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9960.00','9959','Inclusive','branch','Inventory','','','','yes','','','3174954877198332402322'),(1844,'31749553897','188',1.00,'300','retail','0','2025-06-10 14:11:37','','','','251','Cash',41.38,'300','','','3','16.00','1','2025-06-10 11:11:43','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','3174955389833320249733'),(1845,'31749559907','188',1.00,'300','retail','0','2025-06-10 15:51:47','','','','251','Cash',41.38,'300','','','3','16.00','1','2025-06-10 12:52:33','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','3174955990890840020093'),(1846,'31749559907','178',3.00,'300','retail','0','2025-06-10 15:52:12','','','','54.17','Cash',41.38,'100','','','3','16.00','1','2025-06-10 12:52:33','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','76.00','73','Inclusive','branch','Inventory','','','','yes','','','3174955993330302332111'),(1850,'31749564409','89',2.00,'500','retail','0','2025-06-10 17:06:49','','','','175','Cash',68.97,'250','','','3','16.00','1','2025-06-10 14:07:31','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','395.00','393','Inclusive','branch','Inventory','','','','yes','','','3174956444370214007242'),(1851,'31749563454','100',1.00,'250','retail','0','2025-06-10 16:50:55','','','','165','Cash',34.48,'250','','','3','16','1','2025-06-10 14:17:12','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','20.00','19','Inclusive','branch','Inventory','','','','','',NULL,'3174956345803393322382'),(1852,'31749563454','209',1.00,'250','retail','0','2025-06-10 16:51:13','','','','175','Cash',34.48,'250','','','3','16','1','2025-06-10 14:17:12','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','47.00','46','Inclusive','branch','Inventory','','','','','',NULL,'3174956347434243032032'),(1853,'31749563454','120',4.00,'100','retail','0','2025-06-10 16:51:33','','','','17','Cash',13.79,'25','','','3','16','1','2025-06-10 14:17:12','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',21.55,'4','50.00','46','Inclusive','branch','Inventory','','','','','',NULL,'3174956349537432529411'),(1854,'31749563454','209',1.00,'250','retail','0','2025-06-10 17:16:48','','','','175','Cash',34.48,'250','','','3','16.00','1','2025-06-10 14:17:12','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','46.00','45','Inclusive','branch','Inventory','','','','yes','','','3174956501012330923323'),(1855,'31749563454','100',1.00,'250','retail','0','2025-06-10 17:16:59','','','','165','Cash',34.48,'250','','','3','16.00','1','2025-06-10 14:17:12','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','19.00','18','Inclusive','branch','Inventory','','','','yes','','','3174956502003062320932'),(1856,'61749565902','180',1.00,'300','retail','0','2025-06-10 17:31:42','','','','185','Cash',41.38,'300','','','6','16.00','1','2025-06-10 14:32:48','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','17.00','16','Inclusive','branch','Inventory','','','','yes','','','6174956593665232723360'),(1857,'61749565902','272',1.00,'100','retail','0','2025-06-10 17:32:18','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-10 14:32:48','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174956596172900693525'),(1858,'31749566874','111',1.00,'1300','retail','0','2025-06-10 17:47:54','','','','945','Cash',179.31,'1300','','','3','16.00','1','2025-06-10 14:49:06','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','3174956688383462493330'),(1859,'31749566874','272',1.00,'100','retail','0','2025-06-10 17:48:44','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-10 14:49:06','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174956693030303064330'),(1860,'31749567042','119',1.00,'400','retail','0','2025-06-10 17:50:42','','','','250','Cash',55.17,'400','','','3','16.00','1','2025-06-10 14:54:07','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','3174956704705029927224'),(1861,'31749567042','178',1.00,'100','retail','0','2025-06-10 17:51:07','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-10 14:54:07','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','73.00','72','Inclusive','branch','Inventory','','','','yes','','','3174956707432335440002'),(1862,'31749567042','154',1.00,'400','retail','0','2025-06-10 17:53:39','','','','270','Cash',55.17,'400','','','3','16.00','1','2025-06-10 14:54:07','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','3174956722840338984680'),(1867,'61749573222','80',1.00,'800','retail','0','2025-06-10 19:33:42','','','','0','Cash',110.34,'800','','','6','16','1','2025-06-10 17:20:01','5','8','new','1','printed','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9996.00','9995','Inclusive','branch','Inventory','','','','','',NULL,'6174957326022339520427'),(1868,'61749573222','45',1.00,'50','retail','0','2025-06-10 19:34:23','','','','0','Cash',6.90,'50','','','6','16','1','2025-06-10 17:20:01','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9825.00','9824','Inclusive','branch','Inventory','','','','','',NULL,'6174957328132931323330'),(1869,'61749573222','180',1.00,'300','retail','0','2025-06-10 20:18:22','','','','185','Cash',41.38,'300','','','6','16.00','1','2025-06-10 17:20:01','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','16.00','15','Inclusive','branch','Inventory','','','','yes','','','6174957596531293334923'),(1870,'61749573222','180',1.00,'300','retail','0','2025-06-10 20:19:25','','','','185','Cash',41.38,'300','','','6','16.00','1','2025-06-10 17:20:01','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','15.00','14','Inclusive','branch','Inventory','','','','yes','','','6174957599023963335203'),(1871,'61749576007','275',1.00,'500','retail','0','2025-06-10 20:20:07','','','','376','Cash',68.97,'500','','','6','16.00','1','2025-06-10 17:20:26','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174957602333223246232'),(1872,'61749576105','89',2.00,'500','retail','0','2025-06-10 20:21:45','','','','175','Cash',68.97,'250','','','6','16.00','1','2025-06-10 17:22:58','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','393.00','391','Inclusive','branch','Inventory','','','','yes','','','6174957612332223339023'),(1873,'61749576105','218',1.00,'260','retail','0','2025-06-10 20:22:03','','','','200','Cash',35.86,'260','','','6','16.00','1','2025-06-10 17:22:58','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','6174957613633320423223'),(1874,'61749576105','89',2.00,'500','retail','0','2025-06-10 20:22:17','','','','175','Cash',68.97,'250','','','6','16.00','1','2025-06-10 17:22:58','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','391.00','389','Inclusive','branch','Inventory','','','','yes','','','6174957615426293619400'),(1875,'61749576105','217',2.00,'600','retail','0','2025-06-10 20:22:34','','','','225','Cash',82.76,'300','','','6','16.00','1','2025-06-10 17:22:58','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','13.00','11','Inclusive','branch','Inventory','','','','yes','','','6174957617430727136634'),(1876,'61749577689','89',2.00,'500','retail','0','2025-06-10 20:48:09','','','','175','Cash',68.97,'250','','','6','16.00','1','2025-06-10 17:48:29','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','389.00','387','Inclusive','branch','Inventory','','','','yes','','','6174957770643202472393'),(1879,'61749578218','113',1.00,'300','retail','0','2025-06-10 20:56:58','','','','217','Cash',41.38,'300','','','6','16.00','1','2025-06-10 17:57:22','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','6174957823533745328223'),(1881,'61749580899','45',1.00,'50','retail','0','2025-06-10 21:41:39','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-10 18:41:58','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9824.00','9823','Inclusive','branch','Inventory','','','','yes','','','6174958091509332093106'),(1884,'61749581005','53',1.00,'900','retail','0','2025-06-10 21:43:25','','','','0','Cash',124.14,'900','','','6','16.00','1','2025-06-10 18:44:30','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9993.00','9992','Inclusive','branch','Inventory','','','','yes','','','6174958102882232324263'),(1885,'61749581005','45',1.00,'50','retail','0','2025-06-10 21:43:49','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-10 18:44:30','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9823.00','9822','Inclusive','branch','Inventory','','','','yes','','','6174958103903303142840'),(1886,'61749581005','115',1.00,'300','retail','0','2025-06-10 21:43:59','','','','217','Cash',41.38,'300','','','6','16.00','1','2025-06-10 18:44:30','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','43.00','42','Inclusive','branch','Inventory','','','','yes','','','6174958105513833975350'),(1887,'61749581005','178',1.00,'100','retail','0','2025-06-10 21:44:16','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-10 18:44:30','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','72.00','71','Inclusive','branch','Inventory','','','','yes','','','6174958106760302832731'),(1888,'61749580845','22',1.00,'300','retail','0','2025-06-10 21:40:45','','','','0','Cash',41.38,'300','','','6','16','1','2025-06-10 18:47:42','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9969.00','9968','Inclusive','branch','Inventory','','','','','',NULL,'6174958085805092790220'),(1889,'61749580845','272',1.00,'100','retail','0','2025-06-10 21:42:14','','','','33.3','Cash',13.79,'100','','','6','16','1','2025-06-10 18:47:42','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6174958099030483822074'),(1890,'61749580845','46',1.00,'100','retail','0','2025-06-10 21:47:30','','','','0','Cash',13.79,'100','','','6','16.00','1','2025-06-10 18:47:42','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9974.00','9973','Inclusive','branch','Inventory','','','','yes','','','6174958126030042323721'),(1897,'61749584577','272',1.00,'100','retail','0','2025-06-10 22:43:11','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-10 19:44:00','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174958460124224322735'),(1898,'61749584577','212',1.00,'1000','retail','0','2025-06-10 22:43:29','','','','860','Cash',137.93,'1000','','','6','16.00','1','2025-06-10 19:44:00','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','6174958462131333662353'),(1899,'61749584577','178',1.00,'100','retail','0','2025-06-10 22:43:41','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-10 19:44:00','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','71.00','70','Inclusive','branch','Inventory','','','','yes','','','6174958463232026632722'),(1900,'61749578162','188',2.00,'600','retail','0','2025-06-10 20:56:02','','','','251','Cash',82.76,'300','','','6','16','1','2025-06-10 20:26:21','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','12.00','10','Inclusive','branch','Inventory','','','','','',NULL,'6174957818333208233833'),(1901,'61749578162','208',2.00,'520','retail','0','2025-06-10 20:56:24','','','','195','Cash',71.72,'260','','','6','16','1','2025-06-10 20:26:21','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'2','19.00','17','Inclusive','branch','Inventory','','','','','',NULL,'6174957820400030302353'),(1902,'61749578162','80',1.00,'800','retail','0','2025-06-10 21:57:07','','','','0','Cash',110.34,'800','','','6','16','1','2025-06-10 20:26:21','5','8','returned','1','new','pcs','','','16','yes','','0','','','VATABLE',689.66,'1','9995.00','9994','Inclusive','branch','Inventory','','','','yes','',NULL,'6174958184023034401891'),(1903,'61749578162','45',1.00,'50','retail','0','2025-06-10 21:57:21','','','','0','Cash',6.90,'50','','','6','16','1','2025-06-10 20:26:21','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9822.00','9821','Inclusive','branch','Inventory','','','','yes','',NULL,'6174958185600432228311'),(1904,'61749578162','188',1.00,'300','retail','0','2025-06-10 21:57:36','','','','251','Cash',41.38,'300','','','6','16','1','2025-06-10 20:26:21','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','',NULL,'6174958186802245572222'),(1905,'61749578162','208',1.00,'260','retail','0','2025-06-10 21:57:48','','','','195','Cash',35.86,'260','','','6','16','1','2025-06-10 20:26:21','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','17.00','16','Inclusive','branch','Inventory','','','','yes','',NULL,'6174958188834801223213'),(1906,'61749578162','26',1.00,'700','retail','0','2025-06-10 23:25:47','','','','0','Cash',96.55,'700','','','6','16.00','1','2025-06-10 20:26:21','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9996.00','9995','Inclusive','branch','Inventory','','','','yes','','','6174958717000327000222'),(1907,'61749571722','196',2.00,'40','retail','0','2025-06-10 19:08:42','','','','14','Cash',5.52,'20','','','6','16','1','2025-06-10 20:58:44','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',17.24,'2','68.00','66','Inclusive','branch','Inventory','','','','','',NULL,'6174957175723043717392'),(1908,'61749571722','163',1.00,'10','retail','0','2025-06-10 19:09:20','','','','5','Cash',1.38,'10','','','6','16','1','2025-06-10 20:58:44','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',8.62,'1','16.00','15','Inclusive','branch','Inventory','','','','','',NULL,'6174957178056239196223'),(1909,'61749589253','187',2.00,'30','retail','0','2025-06-11 00:00:53','','','','8','Cash',4.14,'15','','','6','16.00','1','2025-06-10 21:00:56','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','69.00','67','Inclusive','branch','Inventory','','','','yes','','','6174958925338333303230'),(1910,'61749589286','90',2.00,'200','retail','0','2025-06-11 00:01:26','','','','74','Cash',27.59,'100','','','6','16.00','1','2025-06-10 21:01:43','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','28.00','26','Inclusive','branch','Inventory','','','','yes','','','6174958929748980033020'),(1911,'61749589319','218',2.00,'520','retail','0','2025-06-11 00:02:00','','','','200','Cash',71.72,'260','','','6','16.00','1','2025-06-10 21:04:33','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','3.00','1','Inclusive','branch','Inventory','','','','yes','','','6174958935830923033539'),(1912,'61749589319','89',2.00,'500','retail','0','2025-06-11 00:03:32','','','','175','Cash',68.97,'250','','','6','16.00','1','2025-06-10 21:04:33','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','387.00','385','Inclusive','branch','Inventory','','','','yes','','','6174958944239343414921'),(1913,'61749589319','188',1.00,'300','retail','0','2025-06-11 00:04:20','','','','251','Cash',41.38,'300','','','6','16.00','1','2025-06-10 21:04:33','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','6174958947024200653240'),(1920,'31749636410','250',1.00,'1000','retail','0','2025-06-11 13:06:51','','','','500','Cash',137.93,'1000','','','3','16.00','1','2025-06-11 10:07:09','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9986.00','9985','Inclusive','branch','Inventory','1110','4000','5500','','','','3174963641430934300202'),(1921,'31749635995','26',1.00,'700','retail','0','2025-06-11 12:59:55','','','','0','Cash',96.55,'700','','','3','16','1','2025-06-11 10:54:40','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9995.00','9994','Inclusive','branch','Inventory','','','','','',NULL,'3174963599632263023333'),(1922,'31749635995','45',1.00,'50','retail','0','2025-06-11 13:02:50','','','','0','Cash',6.90,'50','','','3','16','1','2025-06-11 10:54:40','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9821.00','9820','Inclusive','branch','Inventory','','','','','',NULL,'3174963617212342330333'),(1923,'31749635995','272',1.00,'100','retail','0','2025-06-11 13:54:35','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-11 10:54:40','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174963927703420036091'),(1924,'31749639891','206',6.00,'1800','retail','0','2025-06-11 14:04:51','','','','203','Cash',248.28,'300','','','3','16.00','1','2025-06-11 11:04:56','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'6','6.00','0','Inclusive','branch','Inventory','','','','yes','','','3174963989239022340302'),(1925,'31749636236','53',1.00,'900','retail','0','2025-06-11 13:03:57','','','','0','Cash',124.14,'900','','','3','16','1','2025-06-11 11:16:58','4','7','new','1','printed','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9992.00','9991','Inclusive','branch','Inventory','','','','','',NULL,'3174963624240723043204'),(1926,'31749636236','47',1.00,'200','retail','0','2025-06-11 13:04:25','','','','0','Cash',27.59,'200','','','3','16','1','2025-06-11 11:16:58','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9959.00','9958','Inclusive','branch','Inventory','','','','','',NULL,'3174963627533950134933'),(1927,'31749636236','195',1.00,'100','retail','0','2025-06-11 13:05:11','','','','70','Cash',13.79,'100','','','3','16','1','2025-06-11 11:16:58','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','63.00','62','Inclusive','branch','Inventory','','','','','',NULL,'3174963631621030632132'),(1928,'31749636236','209',2.00,'500','retail','0','2025-06-11 13:05:47','','','','175','Cash',68.97,'250','','','3','16','1','2025-06-11 11:16:58','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'2','45.00','43','Inclusive','branch','Inventory','','','','','',NULL,'3174963635093350120630'),(1929,'31749636236','195',1.00,'100','retail','0','2025-06-11 14:16:44','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-11 11:16:58','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','62.00','61','Inclusive','branch','Inventory','','','','yes','','','3174964060926341330962'),(1933,'31749646135','250',1.00,'1000','retail','0','2025-06-11 15:48:55','','','','500','Cash',137.93,'1000','','','3','16.00','1','2025-06-11 12:49:07','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9985.00','9984','Inclusive','branch','Inventory','1110','4000','5500','','','','3174964613646332143423'),(1934,'31749644520','272',1.00,'100','retail','0','2025-06-11 15:22:00','','','','33.3','Cash',13.79,'100','','','3','16','1','2025-06-11 13:04:18','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3174964452124332620323'),(1935,'31749644520','96',1.00,'850','retail','0','2025-06-11 15:22:28','','','','605','Cash',117.24,'850','','','3','16','1','2025-06-11 13:04:18','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',732.76,'1','7.00','6','Inclusive','branch','Inventory','','','','','',NULL,'3174964454992321324373'),(1936,'31749644520','26',1.00,'700','retail','0','2025-06-11 15:22:58','','','','0','Cash',96.55,'700','','','3','16','1','2025-06-11 13:04:18','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9994.00','9993','Inclusive','branch','Inventory','','','','','',NULL,'3174964457926332267403'),(1937,'31749644520','35',1.00,'100','retail','0','2025-06-11 16:04:13','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-11 13:04:18','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9995.00','9994','Inclusive','branch','Inventory','','','','yes','','','3174964705352622317020'),(1938,'31749650351','195',1.00,'100','retail','0','2025-06-11 16:59:11','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-11 13:59:16','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','61.00','60','Inclusive','branch','Inventory','','','','yes','','','3174965035262043352333'),(1939,'31749650397','195',1.00,'100','retail','0','2025-06-11 16:59:57','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-11 14:00:25','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','60.00','59','Inclusive','branch','Inventory','','','','yes','','','3174965040229204412332'),(1940,'31749651305','22',1.00,'300','retail','0','2025-06-11 17:15:05','','','','0','Cash',41.38,'300','','','3','16.00','1','2025-06-11 14:15:14','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9968.00','9967','Inclusive','branch','Inventory','','','','yes','','','3174965130732122403047'),(1941,'31749652268','203',1.00,'100','retail','0','2025-06-11 17:31:08','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-11 14:31:12','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','23.00','22','Inclusive','branch','Inventory','','','','yes','','','3174965226963220313220'),(1942,'31749655528','115',2.00,'600','retail','0','2025-06-11 18:25:29','','','','217','Cash',82.76,'300','','','3','16.00','1','2025-06-11 15:25:46','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','42.00','40','Inclusive','branch','Inventory','','','','yes','','','3174965553503523547595'),(1943,'51749655817','178',1.00,'100','retail','0','2025-06-11 18:30:17','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-11 15:30:23','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','70.00','69','Inclusive','branch','Inventory','','','','yes','','','5174965581932030606330'),(1944,'51749656025','47',1.00,'200','retail','0','2025-06-11 18:33:45','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-11 15:33:54','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9958.00','9957','Inclusive','branch','Inventory','','','','yes','','','5174965602803312223025'),(1945,'51749656081','47',1.00,'200','retail','0','2025-06-11 18:34:41','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-11 15:34:52','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9957.00','9956','Inclusive','branch','Inventory','','','','yes','','','5174965608374225300008'),(1946,'51749656155','47',1.00,'200','retail','0','2025-06-11 18:35:55','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-11 15:36:07','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9956.00','9955','Inclusive','branch','Inventory','','','','yes','','','5174965616023332246106'),(1947,'51749659454','204',1.00,'350','retail','0','2025-06-11 19:30:55','','','','245','Cash',48.28,'350','','','5','16.00','1','2025-06-11 16:31:54','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','5174965946174332733222'),(1948,'51749659454','217',1.00,'300','retail','0','2025-06-11 19:31:16','','','','225','Cash',41.38,'300','','','5','16.00','1','2025-06-11 16:31:54','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','5174965948035342202322'),(1949,'51749659454','204',1.00,'350','retail','0','2025-06-11 19:31:31','','','','245','Cash',48.28,'350','','','5','16.00','1','2025-06-11 16:31:54','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','5174965949732732626007'),(1950,'51749660069','114',1.00,'850','retail','0','2025-06-11 19:41:09','','','','585','Cash',117.24,'850','','','5','16.00','1','2025-06-11 16:42:40','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','5174966007315943277223'),(1951,'51749660069','178',3.00,'300','retail','0','2025-06-11 19:41:34','','','','54.17','Cash',41.38,'100','','','5','16.00','1','2025-06-11 16:42:40','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','69.00','66','Inclusive','branch','Inventory','','','','yes','','','5174966010320442321222'),(1952,'51749660069','272',1.00,'100','retail','0','2025-06-11 19:42:22','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-11 16:42:40','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174966015033269222492'),(1953,'51749663839','203',1.00,'100','retail','0','2025-06-11 20:43:59','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-11 17:44:09','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','5174966384034002080460'),(1954,'51749665458','89',3.00,'750','retail','0','2025-06-11 21:10:58','','','','175','Cash',103.45,'250','','','5','16.00','1','2025-06-11 18:11:02','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','385.00','382','Inclusive','branch','Inventory','','','','yes','','','5174966545950075330232'),(1955,'51749665551','118',1.00,'1000','retail','0','2025-06-11 21:12:31','','','','710','Cash',137.93,'1000','','','5','16.00','1','2025-06-11 18:12:51','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','5174966555221735332302'),(1956,'51749665551','160',1.00,'100','retail','0','2025-06-11 21:12:42','','','','41.67','Cash',13.79,'100','','','5','16.00','1','2025-06-11 18:12:51','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','53.00','52','Inclusive','branch','Inventory','','','','yes','','','5174966556320426220732'),(1957,'51749665551','178',1.00,'100','retail','0','2025-06-11 21:12:47','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-11 18:12:51','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','66.00','65','Inclusive','branch','Inventory','','','','yes','','','5174966556852632630326'),(1958,'51749666280','47',1.00,'200','retail','0','2025-06-11 21:24:40','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-11 18:24:45','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9955.00','9954','Inclusive','branch','Inventory','','','','yes','','','5174966628130303333224'),(1959,'51749666335','22',1.00,'300','retail','0','2025-06-11 21:25:35','','','','0','Cash',41.38,'300','','','5','16.00','1','2025-06-11 18:26:20','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9967.00','9966','Inclusive','branch','Inventory','','','','yes','','','5174966633623032366332'),(1960,'51749666335','45',1.00,'50','retail','0','2025-06-11 21:25:45','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-11 18:26:20','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9820.00','9819','Inclusive','branch','Inventory','','','','yes','','','5174966634602245200325'),(1961,'51749666335','22',1.00,'300','retail','0','2025-06-11 21:26:01','','','','0','Cash',41.38,'300','','','5','16.00','1','2025-06-11 18:26:20','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9966.00','9965','Inclusive','branch','Inventory','','','','yes','','','5174966636334306036630'),(1962,'51749666335','45',1.00,'50','retail','0','2025-06-11 21:26:14','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-11 18:26:20','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9819.00','9818','Inclusive','branch','Inventory','','','','yes','','','5174966637570694643223'),(1963,'51749666804','272',1.00,'100','retail','0','2025-06-11 21:33:24','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-11 18:33:30','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174966680535223022574'),(1964,'51749667492','195',1.00,'100','retail','0','2025-06-11 21:44:52','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-11 18:44:56','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','59.00','58','Inclusive','branch','Inventory','','','','yes','','','5174966749373372200230'),(1965,'51749672161','45',1.00,'50','retail','0','2025-06-11 23:02:41','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-11 20:03:11','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9818.00','9817','Inclusive','branch','Inventory','','','','yes','','','5174967216200200223023'),(1966,'51749672161','52',1.00,'450','retail','0','2025-06-11 23:03:06','','','','0','Cash',62.07,'450','','','5','16.00','1','2025-06-11 20:03:11','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9991.00','9990','Inclusive','branch','Inventory','','','','yes','','','5174967218702302122423'),(1967,'51749672260','93',1.00,'500','retail','0','2025-06-11 23:04:20','','','','330','Cash',68.97,'500','','','5','16.00','1','2025-06-11 20:05:35','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','5174967226113220020234'),(1968,'51749672260','160',1.00,'100','retail','0','2025-06-11 23:04:27','','','','41.67','Cash',13.79,'100','','','5','16.00','1','2025-06-11 20:05:35','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','52.00','51','Inclusive','branch','Inventory','','','','yes','','','5174967226823362330313'),(1969,'51749678543','110',2.00,'1000','retail','0','2025-06-12 00:49:27','','','','345','Cash',137.93,'500','','','5','16.00','1','2025-06-11 21:50:41','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'2','6.00','4','Inclusive','branch','Inventory','','','','yes','','','5174967856700315335523'),(1970,'51749678543','209',2.00,'500','retail','0','2025-06-12 00:49:52','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-11 21:50:41','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','43.00','41','Inclusive','branch','Inventory','','','','yes','','','5174967859390022339064'),(1971,'51749678543','204',2.00,'700','retail','0','2025-06-12 00:50:25','','','','245','Cash',96.55,'350','','','5','16.00','1','2025-06-11 21:50:41','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'2','2.00','0','Inclusive','branch','Inventory','','','','yes','','','5174967862620233672823'),(1972,'51749678543','272',1.00,'100','retail','0','2025-06-12 00:50:36','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-11 21:50:41','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174967863725332250333'),(1973,'51749678684','203',1.00,'100','retail','0','2025-06-12 00:51:24','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-11 21:51:28','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','21.00','20','Inclusive','branch','Inventory','','','','yes','','','5174967868522203392123'),(1974,'51749678726','136',2.00,'520','retail','0','2025-06-12 00:52:06','','','','210','Cash',71.72,'260','','','5','16.00','1','2025-06-11 21:52:16','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','48.00','46','Inclusive','branch','Inventory','','','','yes','','','5174967872623020522423'),(1975,'51749678726','195',1.00,'100','retail','0','2025-06-12 00:52:12','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-11 21:52:16','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','58.00','57','Inclusive','branch','Inventory','','','','yes','','','5174967873392333232323'),(1976,'51749678925','79',1.00,'400','retail','0','2025-06-12 00:55:25','','','','0','Cash',55.17,'400','','','5','16.00','1','2025-06-11 21:55:30','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9981.00','9980','Inclusive','branch','Inventory','','','','yes','','','5174967892612220065233'),(1977,'51749678962','45',1.00,'50','retail','0','2025-06-12 00:56:02','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-11 21:56:06','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9817.00','9816','Inclusive','branch','Inventory','','','','yes','','','5174967896322263835236'),(1978,'51749679860','247',1.00,'1500','retail','0','2025-06-12 01:11:00','','','','500','Cash',206.90,'1500','','','5','16.00','1','2025-06-11 22:11:04','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9995.00','9994','Inclusive','branch','Inventory','1110','4000','5500','','','','5174967986185131391336'),(1979,'51749679891','250',1.00,'1000','retail','0','2025-06-12 01:11:31','','','','500','Cash',137.93,'1000','','','5','16.00','1','2025-06-11 22:11:35','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9984.00','9983','Inclusive','branch','Inventory','1110','4000','5500','','','','5174967989299232422338'),(1980,'51749679924','250',1.00,'1000','retail','0','2025-06-12 01:12:04','','','','500','Cash',137.93,'1000','','','5','16.00','1','2025-06-11 22:12:08','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9983.00','9982','Inclusive','branch','Inventory','1110','4000','5500','','','','5174967992522329939290'),(1981,'51749679954','250',1.00,'1000','retail','0','2025-06-12 01:12:34','','','','500','Cash',137.93,'1000','','','5','16.00','1','2025-06-11 22:12:38','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9982.00','9981','Inclusive','branch','Inventory','1110','4000','5500','','','','5174967995562975094322'),(1982,'51749679999','250',1.00,'1000','retail','0','2025-06-12 01:13:19','','','','500','Cash',137.93,'1000','','','5','16.00','1','2025-06-11 22:13:22','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9981.00','9980','Inclusive','branch','Inventory','1110','4000','5500','','','','5174968000003320533002'),(1983,'51749680756','272',1.00,'100','retail','0','2025-06-12 01:25:56','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-11 22:25:59','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','52.00','51','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174968075770232023220'),(1984,'51749680839','153',1.00,'500','retail','0','2025-06-12 01:27:19','','','','330','Cash',68.97,'500','','','5','16.00','1','2025-06-11 22:27:34','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','5174968084128033242233'),(1985,'51749680839','272',1.00,'100','retail','0','2025-06-12 01:27:31','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-11 22:27:34','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174968085242000238274'),(1986,'51749682025','196',2.00,'40','retail','0','2025-06-12 01:47:05','','','','14','Cash',5.52,'20','','','5','16.00','1','2025-06-11 22:47:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','66.00','64','Inclusive','branch','Inventory','','','','yes','','','5174968202692394402230'),(1987,'51749682066','192',3.00,'900','retail','0','2025-06-12 01:47:46','','','','180','Cash',124.14,'300','','','5','16.00','1','2025-06-11 22:48:21','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','14.00','11','Inclusive','branch','Inventory','','','','yes','','','5174968206770032208013'),(1988,'51749682066','217',4.00,'1200','retail','0','2025-06-12 01:48:01','','','','225','Cash',165.52,'300','','','5','16.00','1','2025-06-11 22:48:21','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'4','10.00','6','Inclusive','branch','Inventory','','','','yes','','','5174968208202792323303'),(1989,'51749682066','195',1.00,'100','retail','0','2025-06-12 01:48:12','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-11 22:48:21','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','57.00','56','Inclusive','branch','Inventory','','','','yes','','','5174968209290092903453'),(1990,'51749682140','89',2.00,'500','retail','0','2025-06-12 01:49:00','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-11 22:50:05','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','382.00','380','Inclusive','branch','Inventory','','','','yes','','','5174968214122430133232'),(1991,'51749682140','209',2.00,'500','retail','0','2025-06-12 01:49:20','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-11 22:50:05','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','41.00','39','Inclusive','branch','Inventory','','','','yes','','','5174968216120823253315'),(1992,'51749682140','192',3.00,'900','retail','0','2025-06-12 01:49:39','','','','180','Cash',124.14,'300','','','5','16.00','1','2025-06-11 22:50:05','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','11.00','8','Inclusive','branch','Inventory','','','','yes','','','5174968218006302333354'),(1993,'51749682140','217',2.00,'600','retail','0','2025-06-12 01:49:58','','','','225','Cash',82.76,'300','','','5','16.00','1','2025-06-11 22:50:05','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','6.00','4','Inclusive','branch','Inventory','','','','yes','','','5174968220020002379844'),(1994,'51749683261','209',3.00,'750','retail','0','2025-06-12 02:07:42','','','','175','Cash',103.45,'250','','','5','16.00','1','2025-06-11 23:08:12','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','39.00','36','Inclusive','branch','Inventory','','','','yes','','','5174968326232332522228'),(1995,'51749683261','217',2.00,'600','retail','0','2025-06-12 02:07:59','','','','225','Cash',82.76,'300','','','5','16.00','1','2025-06-11 23:08:12','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','4.00','2','Inclusive','branch','Inventory','','','','yes','','','5174968328031324381435'),(1996,'51749683261','192',1.00,'300','retail','0','2025-06-12 02:08:07','','','','180','Cash',41.38,'300','','','5','16.00','1','2025-06-11 23:08:12','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','5174968328828330734353'),(1997,'31749727100','209',1.00,'250','retail','0','2025-06-12 14:18:20','','','','175','Cash',34.48,'250','','','3','16.00','1','2025-06-12 11:18:25','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','36.00','35','Inclusive','branch','Inventory','','','','yes','','','3174972710143222124120'),(1998,'31749730149','195',1.00,'100','retail','0','2025-06-12 15:09:09','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-12 12:09:23','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','56.00','55','Inclusive','branch','Inventory','','','','yes','','','3174973015037904017123'),(1999,'51749736152','160',1.00,'100','retail','0','2025-06-12 16:49:12','','','','41.67','Cash',13.79,'100','','','5','16.00','1','2025-06-12 13:50:27','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','51.00','50','Inclusive','branch','Inventory','','','','yes','','','5174973615240353221030'),(2000,'51749736152','178',2.00,'200','retail','0','2025-06-12 16:49:21','','','','54.17','Cash',27.59,'100','','','5','16.00','1','2025-06-12 13:50:27','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','65.00','63','Inclusive','branch','Inventory','','','','yes','','','5174973616391353460341'),(2001,'51749736152','118',1.00,'1000','retail','0','2025-06-12 16:49:54','','','','710','Cash',137.93,'1000','','','5','16.00','1','2025-06-12 13:50:27','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','5174973619553193120029'),(2003,'31749739499','10',1.00,'100','retail','0','2025-06-12 17:44:59','','','','0','Cash',13.79,'100','','','3','16','1','2025-06-12 15:38:07','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9983.00','9982','Inclusive','branch','Inventory','','','','','',NULL,'3174973950022444200430'),(2004,'31749739499','90',1.00,'100','retail','0','2025-06-12 18:38:00','','','','74','Cash',13.79,'100','','','3','16.00','1','2025-06-12 15:38:07','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','26.00','25','Inclusive','branch','Inventory','','','','yes','','','3174974268131303343233'),(2014,'51749750785','196',2.00,'40','retail','0','2025-06-12 20:53:05','','','','14','Cash',5.52,'20','','','5','16.00','1','2025-06-12 17:53:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','64.00','62','Inclusive','branch','Inventory','','','','yes','','','5174975078652200532117'),(2015,'61749747176','90',2.00,'200','retail','0','2025-06-12 19:52:56','','','','74','Cash',27.59,'100','','','6','16','1','2025-06-12 18:08:51','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','25.00','23','Inclusive','branch','Inventory','','','','','',NULL,'6174974718433036700423'),(2016,'61749747176','120',2.00,'50','retail','0','2025-06-12 20:08:25','','','','17','Cash',6.90,'25','','','6','16','1','2025-06-12 18:08:51','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',21.55,'2','46.00','44','Inclusive','branch','Inventory','','','','','',NULL,'6174974812717730027013'),(2017,'61749747176','163',1.00,'10','retail','0','2025-06-12 20:08:48','','','','5','Cash',1.38,'10','','','6','16','1','2025-06-12 18:08:51','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',8.62,'1','15.00','14','Inclusive','branch','Inventory','','','','','',NULL,'6174974814820273820343'),(2018,'61749747176','90',1.00,'100','retail','0','2025-06-12 20:43:19','','','','74','Cash',13.79,'100','','','6','16','1','2025-06-12 18:08:51','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','23.00','22','Inclusive','branch','Inventory','','','','','',NULL,'6174975021510379431323'),(2019,'61749747176','178',1.00,'100','retail','0','2025-06-12 20:43:36','','','','54.17','Cash',13.79,'100','','','6','16','1','2025-06-12 18:08:51','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','63.00','62','Inclusive','branch','Inventory','','','','','',NULL,'6174975023330233330341'),(2020,'61749747176','120',2.00,'50','retail','0','2025-06-12 21:08:17','','','','17','Cash',6.90,'25','','','6','16.00','1','2025-06-12 18:08:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','44.00','42','Inclusive','branch','Inventory','','','','yes','','','6174975171040521331723'),(2021,'61749753267','247',1.00,'1500','retail','0','2025-06-12 21:34:27','','','','500','Cash',206.90,'1500','','','6','16.00','1','2025-06-12 18:34:31','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9994.00','9993','Inclusive','branch','Inventory','1110','4000','5500','','','','6174975326823272341222'),(2022,'41749754225','136',2.00,'520','retail','0','2025-06-12 21:50:25','','','','210','Cash',71.72,'260','','','4','16.00','1','2025-06-12 18:50:41','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','46.00','44','Inclusive','branch','Inventory','','','','yes','','','4174975422634302034730'),(2023,'41749754225','192',1.00,'300','retail','0','2025-06-12 21:50:35','','','','180','Cash',41.38,'300','','','4','16.00','1','2025-06-12 18:50:41','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','4174975423632236230734'),(2024,'41749755164','108',1.00,'1300','retail','0','2025-06-12 22:06:04','','','','970','Cash',179.31,'1300','','','4','16.00','1','2025-06-12 19:07:30','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','4174975516522339710427'),(2025,'41749755164','180',1.00,'300','retail','0','2025-06-12 22:06:11','','','','185','Cash',41.38,'300','','','4','16.00','1','2025-06-12 19:07:30','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','4174975520413292523203'),(2026,'41749755164','80',1.00,'800','retail','0','2025-06-12 22:07:10','','','','0','Cash',110.34,'800','','','4','16.00','1','2025-06-12 19:07:30','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9995.00','9994','Inclusive','branch','Inventory','','','','yes','','','4174975523022392373345'),(2027,'41749755164','47',1.00,'200','retail','0','2025-06-12 22:07:22','','','','0','Cash',27.59,'200','','','4','16.00','1','2025-06-12 19:07:30','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9954.00','9953','Inclusive','branch','Inventory','','','','yes','','','4174975524371452003433'),(2028,'61749756820','25',1.00,'350','retail','0','2025-06-12 22:33:40','','','','0','Cash',48.28,'350','','','6','16.00','1','2025-06-12 19:35:01','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9991.00','9990','Inclusive','branch','Inventory','','','','yes','','','6174975684320233852623'),(2029,'61749756820','45',1.00,'50','retail','0','2025-06-12 22:34:03','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-12 19:35:01','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9816.00','9815','Inclusive','branch','Inventory','','','','yes','','','6174975685933933502635'),(2030,'61749756820','195',1.00,'100','retail','0','2025-06-12 22:34:20','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-12 19:35:01','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','55.00','54','Inclusive','branch','Inventory','','','','yes','','','6174975687767227610733'),(2031,'61749756820','247',1.00,'1500','retail','0','2025-06-12 22:34:38','','','','500','Cash',206.90,'1500','','','6','16.00','1','2025-06-12 19:35:01','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9993.00','9992','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174975689300940222333'),(2032,'41749756979','1',1.00,'100','retail','0','2025-06-12 22:36:19','','','','0','Cash',13.79,'100','','','4','16.00','1','2025-06-12 19:36:33','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9994.00','9993','Inclusive','branch','Inventory','','','','yes','','A','4174975698024333389639'),(2033,'41749756979','45',1.00,'50','retail','0','2025-06-12 22:36:27','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-12 19:36:33','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9815.00','9814','Inclusive','branch','Inventory','','','','yes','','','4174975698800400333830'),(2034,'41749757284','203',1.00,'100','retail','0','2025-06-12 22:41:24','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-12 19:41:46','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','20.00','19','Inclusive','branch','Inventory','','','','yes','','','4174975730303407753792'),(2035,'51749758695','45',1.00,'50','retail','0','2025-06-12 23:04:55','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-12 20:05:15','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9814.00','9813','Inclusive','branch','Inventory','','','','yes','','','5174975869600072937300'),(2036,'51749758695','79',1.00,'400','retail','0','2025-06-12 23:05:12','','','','0','Cash',55.17,'400','','','5','16.00','1','2025-06-12 20:05:15','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9980.00','9979','Inclusive','branch','Inventory','','','','yes','','','5174975871305229245232'),(2037,'51749759374','45',1.00,'50','retail','0','2025-06-12 23:16:14','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-12 20:16:17','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9813.00','9812','Inclusive','branch','Inventory','','','','yes','','','5174975937530739971970'),(2038,'51749759399','196',3.00,'60','retail','0','2025-06-12 23:16:39','','','','14','Cash',8.28,'20','','','5','16.00','1','2025-06-12 20:16:42','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'3','62.00','59','Inclusive','branch','Inventory','','','','yes','','','5174975939930334200300'),(2039,'61749759816','15',1.00,'120','retail','0','2025-06-12 23:23:36','','','','0','Cash',16.55,'120','','','6','16.00','1','2025-06-12 20:23:53','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9994.00','9993','Inclusive','branch','Inventory','','','','yes','','','6174975982923695939023'),(2040,'51749762352','218',1.00,'260','retail','0','2025-06-13 00:05:52','','','','200','Cash',35.86,'260','','','5','16.00','1','2025-06-12 21:05:57','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','5174976235322206333233'),(2041,'51749764624','216',1.00,'1800','retail','0','2025-06-13 00:43:44','','','','1300','Cash',248.28,'1800','','','5','16.00','1','2025-06-12 21:43:48','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','5174976462406202453360'),(2042,'51749764676','22',1.00,'300','retail','0','2025-06-13 00:44:36','','','','0','Cash',41.38,'300','','','5','16.00','1','2025-06-12 21:44:46','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9965.00','9964','Inclusive','branch','Inventory','','','','yes','','','5174976467723024132650'),(2043,'51749764676','45',1.00,'50','retail','0','2025-06-13 00:44:43','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-12 21:44:46','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9812.00','9811','Inclusive','branch','Inventory','','','','yes','','','5174976468492223032439'),(2044,'171749770131','89',4.00,'1000','retail','0','2025-06-13 02:15:31','','','','175','Cash',137.93,'250','','AMT','17','16.00','1','2025-06-13 02:38:20','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'4','380.00','376','Inclusive','branch','Inventory','','','','yes','','','17174977013707222272323'),(2045,'171749770131','196',1.00,'20','retail','0','2025-06-13 02:15:54','','','','14','Cash',2.76,'20','','AMT','17','16.00','1','2025-06-13 02:38:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','59.00','58','Inclusive','branch','Inventory','','','','yes','','','17174977016322212220717'),(2046,'171749770131','250',4.00,'4000','retail','0','2025-06-13 02:17:17','','','','500','Cash',551.72,'1000','','AMT','17','16.00','1','2025-06-13 02:38:20','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'4','9980.00','9976','Inclusive','branch','Inventory','1110','4000','5500','yes','','','17174977024422227334330'),(2047,'171749770131','89',4.00,'1000','retail','0','2025-06-13 02:24:07','','','','175','Cash',137.93,'250','','AMT','17','16.00','1','2025-06-13 02:38:20','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'4','376.00','372','Inclusive','branch','Inventory','','','','yes','','','17174977065732002207233'),(2048,'171749770131','89',4.00,'1000','retail','0','2025-06-13 02:58:16','','','','175','Cash',137.93,'250','','AMT','17','16.00','1','2025-06-13 02:38:20','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'4','372.00','368','Inclusive','branch','Inventory','','','','yes','','','17174977270232243722223'),(2049,'171749770131','196',1.00,'20','retail','0','2025-06-13 03:12:54','','','','14','Cash',2.76,'20','','AMT','17','16.00','1','2025-06-13 02:38:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','58.00','57','Inclusive','branch','Inventory','','','','yes','','','17174977357672230730723'),(2050,'171749770131','89',3.00,'750','retail','0','2025-06-13 03:50:19','','','','175','Cash',103.45,'250','','AMT','17','16.00','1','2025-06-13 02:38:20','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','368.00','365','Inclusive','branch','Inventory','','','','yes','','','17174977582630309073152'),(2051,'171749770131','196',1.00,'20','retail','0','2025-06-13 03:57:04','','','','14','Cash',2.76,'20','','AMT','17','16.00','1','2025-06-13 02:38:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','57.00','56','Inclusive','branch','Inventory','','','','yes','','','17174977622912231039772'),(2052,'171749770131','89',4.00,'1000','retail','0','2025-06-13 04:32:20','','','','175','Cash',137.93,'250','','AMT','17','16.00','1','2025-06-13 02:38:20','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'4','365.00','361','Inclusive','branch','Inventory','','','','yes','','','17174977834530332133323'),(2053,'171749770131','89',4.00,'1000','retail','0','2025-06-13 04:56:36','','','','175','Cash',137.93,'250','','AMT','17','16.00','1','2025-06-13 02:38:20','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'4','361.00','357','Inclusive','branch','Inventory','','','','yes','','','17174977980279324302324'),(2054,'171749770131','196',1.00,'20','retail','0','2025-06-13 04:56:53','','','','14','Cash',2.76,'20','','AMT','17','16.00','1','2025-06-13 02:38:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','56.00','55','Inclusive','branch','Inventory','','','','yes','','','17174977981693297212632'),(2055,'171749770131','196',1.00,'20','retail','0','2025-06-13 05:31:08','','','','14','Cash',2.76,'20','','AMT','17','16.00','1','2025-06-13 02:38:20','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','55.00','54','Inclusive','branch','Inventory','','','','yes','','','17174978187337702230332'),(2056,'171749782353','89',4.00,'1000','retail','0','2025-06-13 05:39:13','','','','175','Cash',137.93,'250','','AMT','17','16.00','1','2025-06-13 04:03:02','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'4','357.00','353','Inclusive','branch','Inventory','','','','','','','17174978236403331722330'),(2057,'171749782353','89',1.00,'250','retail','0','2025-06-13 05:47:41','','','','175','Cash',34.48,'250','','AMT','17','16.00','1','2025-06-13 04:03:02','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','353.00','352','Inclusive','branch','Inventory','','','','','','','17174978286642232001103'),(2058,'171749782353','89',1.00,'250','retail','0','2025-06-13 05:50:32','','','','175','Cash',34.48,'250','','AMT','17','16.00','1','2025-06-13 04:03:02','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','352.00','351','Inclusive','branch','Inventory','','','','','','','17174978303633372403272'),(2059,'171749782353','120',2.00,'50','retail','0','2025-06-13 05:56:51','','','','17','Cash',6.90,'25','','AMT','17','16.00','1','2025-06-13 04:03:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','42.00','40','Inclusive','branch','Inventory','','','','yes','','','17174978347231233232340'),(2060,'171749782353','196',1.00,'20','retail','0','2025-06-13 06:04:03','','','','14','Cash',2.76,'20','','AMT','17','16.00','1','2025-06-13 04:03:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','54.00','53','Inclusive','branch','Inventory','','','','yes','','','17174978413802234283830'),(2061,'171749782353','89',2.00,'500','retail','0','2025-06-13 06:09:17','','','','175','Cash',68.97,'250','','AMT','17','16.00','1','2025-06-13 04:03:02','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','351.00','349','Inclusive','branch','Inventory','','','','yes','','','17174978558820433322822'),(2062,'171749782353','88',2.00,'600','retail','0','2025-06-13 06:33:08','','','','203','Cash',82.76,'300','','AMT','17','16.00','1','2025-06-13 04:03:02','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','31.00','29','Inclusive','branch','Inventory','','','','yes','','','17174978561127003309322'),(2063,'171749782353','196',1.00,'20','retail','0','2025-06-13 06:45:48','','','','14','Cash',2.76,'20','','AMT','17','16.00','1','2025-06-13 04:03:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','53.00','52','Inclusive','branch','Inventory','','','','yes','','','17174978647189977232431'),(2064,'171749782353','243',1.00,'10','retail','0','2025-06-13 06:47:51','','','','5','Cash',1.38,'10','','AMT','17','16.00','1','2025-06-13 04:03:02','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','20.00','19','Inclusive','branch','Inventory','','','','yes','','','17174978648263342420310'),(2065,'171749782353','89',1.00,'250','retail','0','2025-06-13 06:57:58','','','','175','Cash',34.48,'250','','AMT','17','16.00','1','2025-06-13 04:03:02','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','349.00','348','Inclusive','branch','Inventory','','','','yes','','','17174978713931139231333'),(2066,'171749782353','89',1.00,'250','retail','0','2025-06-13 06:59:00','','','','175','Cash',34.48,'250','','AMT','17','16.00','1','2025-06-13 04:03:02','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','348.00','347','Inclusive','branch','Inventory','','','','yes','','','17174978736684120237326'),(2067,'171749782353','120',2.00,'50','retail','0','2025-06-13 07:02:47','','','','17','Cash',6.90,'25','','AMT','17','16.00','1','2025-06-13 04:03:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','40.00','38','Inclusive','branch','Inventory','','','','yes','','','17174978737627136322102'),(2074,'31749805472','250',1.00,'1000','retail','0','2025-06-13 12:04:32','','','','500','Cash',137.93,'1000','','','3','16','1','2025-06-13 09:17:41','3','18','new','1','printed','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9976.00','9975','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3174980547410224823290'),(2075,'31749805472','272',1.00,'100','retail','0','2025-06-13 12:07:34','','','','33.3','Cash',13.79,'100','','','3','16','1','2025-06-13 09:17:41','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3174980565663707339382'),(2076,'31749805472','192',2.00,'600','retail','0','2025-06-13 12:07:57','','','','180','Cash',82.76,'300','','','3','16','1','2025-06-13 09:17:41','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','6.00','4','Inclusive','branch','Inventory','','','','','',NULL,'3174980567930243104133'),(2077,'31749805472','53',1.00,'900','retail','0','2025-06-13 12:08:31','','','','0','Cash',124.14,'900','','','3','16','1','2025-06-13 09:17:41','4','7','new','1','printed','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9991.00','9990','Inclusive','branch','Inventory','','','','','',NULL,'3174980571250302832232'),(2078,'31749805472','37',1.00,'100','retail','0','2025-06-13 12:08:44','','','','0','Cash',13.79,'100','','','3','16','1','2025-06-13 09:17:41','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9999.00','9998','Inclusive','branch','Inventory','','','','','',NULL,'3174980572605273003022'),(2079,'31749805472','45',1.00,'50','retail','0','2025-06-13 12:08:53','','','','0','Cash',6.90,'50','','','3','16','1','2025-06-13 09:17:41','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9811.00','9810','Inclusive','branch','Inventory','','','','','',NULL,'3174980573444232132238'),(2080,'31749805472','46',1.00,'100','retail','0','2025-06-13 12:17:11','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-13 09:17:41','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9973.00','9972','Inclusive','branch','Inventory','','','','yes','','','3174980623623202133223'),(2081,'31749812077','96',1.00,'850','retail','0','2025-06-13 13:54:37','','','','605','Cash',117.24,'850','','','3','16.00','1','2025-06-13 10:55:18','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','3174981207822380002403'),(2082,'31749812077','120',20.00,'500','retail','0','2025-06-13 13:54:59','','','','17','Cash',68.97,'25','','','3','16.00','1','2025-06-13 10:55:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'20','38.00','18','Inclusive','branch','Inventory','','','','yes','','','3174981210032101204223'),(2083,'31749812077','272',1.00,'100','retail','0','2025-06-13 13:55:12','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-13 10:55:18','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174981211203230322343'),(2084,'31749813132','4',1.00,'100','retail','0','2025-06-13 14:12:12','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-13 11:12:34','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','B','3174981313333074393330'),(2085,'31749813132','10',1.00,'100','retail','0','2025-06-13 14:12:23','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-13 11:12:34','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9982.00','9981','Inclusive','branch','Inventory','','','','yes','','','3174981314410422442034'),(2086,'31749813132','1',1.00,'100','retail','0','2025-06-13 14:12:28','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-13 11:12:34','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9993.00','9992','Inclusive','branch','Inventory','','','','yes','','A','3174981314909240343422'),(2087,'31749814713','164',6.00,'300','retail','0','2025-06-13 14:38:33','','','','35','Cash',41.38,'50','','','3','16.00','1','2025-06-13 11:38:40','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'6','17.00','11','Inclusive','branch','Inventory','','','','yes','','','3174981471432110303710'),(2088,'31749814763','164',6.00,'300','retail','0','2025-06-13 14:39:23','','','','35','Cash',41.38,'50','','','3','16.00','1','2025-06-13 11:39:26','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'6','11.00','5','Inclusive','branch','Inventory','','','','yes','','','3174981476439422374813'),(2089,'31749818346','193',1.00,'300','retail','0','2025-06-13 15:39:06','','','','230','Cash',41.38,'300','','','3','16.00','1','2025-06-13 12:39:32','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','3174981834722270033073'),(2090,'31749818346','45',1.00,'50','retail','0','2025-06-13 15:39:20','','','','0','Cash',6.90,'50','','','3','16.00','1','2025-06-13 12:39:32','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9810.00','9809','Inclusive','branch','Inventory','','','','yes','','','3174981836130326323862'),(2091,'31749818346','46',1.00,'100','retail','0','2025-06-13 15:39:25','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-13 12:39:32','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9972.00','9971','Inclusive','branch','Inventory','','','','yes','','','3174981836690412300224'),(2092,'61749822807','195',1.00,'100','retail','0','2025-06-13 16:53:27','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-13 13:53:57','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','150.00','149','Inclusive','branch','Inventory','','','','yes','','','6174982283192338344212'),(2093,'41749822997','195',1.00,'100','retail','0','2025-06-13 16:56:37','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-13 13:56:54','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','149.00','148','Inclusive','branch','Inventory','','','','yes','','','4174982299743332703223'),(2097,'41749823144','53',1.00,'900','retail','0','2025-06-13 16:59:04','','','','0','Cash',124.14,'900','','','4','16','1','2025-06-13 14:06:37','4','7','new','1','printed','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9990.00','9989','Inclusive','branch','Inventory','','','','','',NULL,'4174982314533323400033'),(2098,'41749823144','45',1.00,'50','retail','0','2025-06-13 16:59:13','','','','0','Cash',6.90,'50','','','4','16','1','2025-06-13 14:06:37','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9809.00','9808','Inclusive','branch','Inventory','','','','','',NULL,'4174982315434231002534'),(2099,'41749823144','125',1.00,'900','retail','0','2025-06-13 17:06:21','','','','599','Cash',124.14,'900','','','4','16.00','1','2025-06-13 14:06:37','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','4174982358200238288347'),(2100,'41749823144','160',2.00,'200','retail','0','2025-06-13 17:06:32','','','','41.67','Cash',27.59,'100','','','4','16.00','1','2025-06-13 14:06:37','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','50.00','48','Inclusive','branch','Inventory','','','','yes','','','4174982359202390034531'),(2107,'41749824053','163',2.00,'20','retail','0','2025-06-13 17:14:13','','','','5','Cash',2.76,'10','','','4','16.00','1','2025-06-13 14:14:18','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','13.00','11','Inclusive','branch','Inventory','','','','yes','','','4174982405402354042203'),(2118,'81749825276','28',1.00,'700','retail','0','2025-06-13 17:34:37','','','','0','Cash',96.55,'700','','','8','16.00','1','2025-06-13 14:36:08','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9998.00','9997','Inclusive','branch','Inventory','','','','yes','','','8174982528083233222031'),(2119,'81749825276','45',1.00,'50','retail','0','2025-06-13 17:35:20','','','','0','Cash',6.90,'50','','','8','16.00','1','2025-06-13 14:36:08','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9798.00','9797','Inclusive','branch','Inventory','','','','yes','','','8174982532720024020222'),(2120,'81749825276','46',1.00,'100','retail','0','2025-06-13 17:35:42','','','','0','Cash',13.79,'100','','','8','16.00','1','2025-06-13 14:36:08','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9971.00','9970','Inclusive','branch','Inventory','','','','yes','','','8174982534930222323224'),(2124,'81749827140','80',1.00,'800','retail','0','2025-06-13 18:05:40','','','','0','Cash',110.34,'800','','','8','16.00','1','2025-06-13 15:05:59','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9994.00','9993','Inclusive','branch','Inventory','','','','yes','','','8174982714377802324213'),(2132,'81749828800','126',1.00,'1800','retail','0','2025-06-13 18:33:20','','','','1300','Cash',248.28,'1800','','','8','16.00','1','2025-06-13 15:34:05','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','8174982880133208220348'),(2133,'81749828800','195',1.00,'100','retail','0','2025-06-13 18:33:35','','','','70','Cash',13.79,'100','','','8','16.00','1','2025-06-13 15:34:05','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','147.00','146','Inclusive','branch','Inventory','','','','yes','','','8174982881622333302300'),(2134,'81749828800','193',1.00,'300','retail','0','2025-06-13 18:33:47','','','','230','Cash',41.38,'300','','','8','16.00','1','2025-06-13 15:34:05','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','8174982882992492940082'),(2144,'31749054544','192',1.00,'300','retail','0','2025-06-04 19:29:05','','','','180','Cash',41.38,'300','','','3','16','1','2025-06-13 15:45:16','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','1.00','0','Inclusive','branch','Inventory','','','','','',NULL,'3174905454730432230024'),(2145,'31749054544','178',1.00,'100','retail','0','2025-06-04 19:33:11','','','','54.17','Cash',13.79,'100','','','3','16','1','2025-06-13 15:45:16','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','47.00','46','Inclusive','branch','Inventory','','','','','',NULL,'3174905479403095203202'),(2146,'31749054544','136',1.00,'260','retail','0','2025-06-04 19:33:51','','','','210','Cash',35.86,'260','','','3','16','1','2025-06-13 15:45:16','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','58.00','57','Inclusive','branch','Inventory','','','','','',NULL,'3174905483330333323332'),(2147,'31749054544','165',2.00,'200','retail','0','2025-06-04 19:34:16','','','','33.33','Cash',27.59,'100','','','3','16','1','2025-06-13 15:45:16','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','38.00','36','Inclusive','branch','Inventory','','','','','',NULL,'3174905485722292812023'),(2148,'31749054544','195',1.00,'100','retail','0','2025-06-04 19:34:36','','','','70','Cash',13.79,'100','','','3','16','1','2025-06-13 15:45:16','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','85.00','84','Inclusive','branch','Inventory','','','','','',NULL,'3174905487700203042302'),(2149,'31749054544','53',1.00,'900','retail','0','2025-06-04 19:41:08','','','','0','Cash',124.14,'900','','','3','16','1','2025-06-13 15:45:16','4','7','new','1','printed','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9999.00','9998','Inclusive','branch','Inventory','','','','','',NULL,'3174905527024730003333'),(2150,'31749054544','45',2.00,'100','retail','0','2025-06-04 19:41:24','','','','0','Cash',13.79,'50','','','3','16','1','2025-06-13 15:45:16','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9997.00','9995','Inclusive','branch','Inventory','','','','','',NULL,'3174905528609346332232'),(2151,'31749054544','46',1.00,'100','retail','0','2025-06-04 19:41:47','','','','0','Cash',13.79,'100','','','3','16','1','2025-06-13 15:45:16','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9998.00','9997','Inclusive','branch','Inventory','','','','','',NULL,'3174905530903370333013'),(2152,'31749054544','195',1.00,'100','retail','0','2025-06-04 19:42:18','','','','70','Cash',13.79,'100','','','3','16','1','2025-06-13 15:45:16','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','84.00','83','Inclusive','branch','Inventory','','','','','',NULL,'3174905534033043332224'),(2153,'31749054544','218',1.00,'260','retail','0','2025-06-04 19:43:02','','','','200','Cash',35.86,'260','','','3','16','1','2025-06-13 15:45:16','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','28.00','27','Inclusive','branch','Inventory','','','','','',NULL,'3174905538423823343230'),(2154,'31749054544','180',1.00,'300','retail','0','2025-06-04 19:45:08','','','','185','Cash',41.38,'300','','','3','16','1','2025-06-13 15:45:16','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','22.00','21','Inclusive','branch','Inventory','','','','','',NULL,'3174905550955435022292'),(2155,'31749054544','22',1.00,'300','retail','0','2025-06-04 19:46:42','','','','0','Cash',41.38,'300','','','3','16','1','2025-06-13 15:45:16','4','2','returned','1','printed','pcs','','','16','yes','','0','','','VATABLE',258.62,'1','9997.00','9996','Inclusive','branch','Inventory','','','','','',NULL,'3174905560337904510123'),(2156,'31749054544','45',2.00,'100','retail','0','2025-06-04 19:46:58','','','','0','Cash',13.79,'50','','','3','16','1','2025-06-13 15:45:16','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9995.00','9993','Inclusive','branch','Inventory','','','','','',NULL,'3174905561953353321300'),(2157,'31749054544','46',1.00,'100','retail','0','2025-06-04 19:47:04','','','','0','Cash',13.79,'100','','','3','16','1','2025-06-13 15:45:16','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9997.00','9996','Inclusive','branch','Inventory','','','','','',NULL,'3174905562620003332092'),(2158,'31749054544','195',1.00,'100','retail','0','2025-06-04 19:47:30','','','','70','Cash',13.79,'100','','','3','16','1','2025-06-13 15:45:16','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','83.00','82','Inclusive','branch','Inventory','','','','','',NULL,'3174905565205624433305'),(2159,'31749054544','178',7.00,'700','retail','0','2025-06-04 19:48:49','','','','54.17','Cash',96.55,'100','','','3','16','1','2025-06-13 15:45:16','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'7','46.00','39','Inclusive','branch','Inventory','','','','','',NULL,'3174905573133214193703'),(2160,'31749054544','195',1.00,'100','retail','0','2025-06-04 19:48:55','','','','70','Cash',13.79,'100','','','3','16','1','2025-06-13 15:45:16','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','82.00','81','Inclusive','branch','Inventory','','','','','',NULL,'3174905573703205242535'),(2161,'31749054544','165',1.00,'100','retail','0','2025-06-04 19:49:08','','','','33.33','Cash',13.79,'100','','','3','16','1','2025-06-13 15:45:16','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','36.00','35','Inclusive','branch','Inventory','','','','','',NULL,'3174905575035333023300'),(2162,'31749054544','195',1.00,'100','retail','0','2025-06-04 19:49:28','','','','70','Cash',13.79,'100','','','3','16','1','2025-06-13 15:45:16','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','81.00','80','Inclusive','branch','Inventory','','','','','',NULL,'3174905576905322373630'),(2163,'31749054544','178',1.00,'100','retail','0','2025-06-04 19:49:45','','','','54.17','Cash',13.79,'100','','','3','16','1','2025-06-13 15:45:16','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','39.00','38','Inclusive','branch','Inventory','','','','','',NULL,'3174905578733222004374'),(2164,'31749054544','136',1.00,'260','retail','0','2025-06-04 19:50:09','','','','210','Cash',35.86,'260','','','3','16','1','2025-06-13 15:45:16','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','57.00','56','Inclusive','branch','Inventory','','','','','',NULL,'3174905581133313530350'),(2165,'31749054544','187',1.00,'12','retail','0','2025-06-04 19:50:29','','','','8','Cash',1.66,'12','','','3','16','1','2025-06-13 15:45:16','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',10.34,'1','26.00','25','Inclusive','branch','Inventory','','','','','',NULL,'3174905583022002900331'),(2166,'31749054544','187',1.00,'12','retail','0','2025-06-04 19:50:35','','','','8','Cash',1.66,'12','','','3','16','1','2025-06-13 15:45:16','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',10.34,'1','25.00','24','Inclusive','branch','Inventory','','','','','',NULL,'3174905583703723847595'),(2167,'31749054544','46',1.00,'100','retail','0','2025-06-04 19:51:15','','','','0','Cash',13.79,'100','','','3','16','1','2025-06-13 15:45:16','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9996.00','9995','Inclusive','branch','Inventory','','','','','',NULL,'3174905587752473733728'),(2168,'31749054544','45',3.00,'150','retail','0','2025-06-04 19:51:26','','','','0','Cash',20.69,'50','','','3','16','1','2025-06-13 15:45:16','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'3','9993.00','9990','Inclusive','branch','Inventory','','','','','',NULL,'3174905588803323202322'),(2169,'31749054544','23',1.00,'600','retail','0','2025-06-04 19:51:54','','','','0','Cash',82.76,'600','','','3','16','1','2025-06-13 15:45:16','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',517.24,'1','10000.00','9999','Inclusive','branch','Inventory','','','','','',NULL,'3174905591601200997043'),(2170,'31749054544','165',1.00,'100','retail','0','2025-06-04 19:52:13','','','','33.33','Cash',13.79,'100','','','3','16','1','2025-06-13 15:45:16','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','35.00','34','Inclusive','branch','Inventory','','','','','',NULL,'3174905593500313339923'),(2171,'31749054544','23',1.00,'600','retail','0','2025-06-05 16:41:49','','','','0','Cash',82.76,'600','','','3','16','1','2025-06-13 15:45:16','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9998.00','9997','Inclusive','branch','Inventory','','','','','',NULL,'1174913094523330232339'),(2174,'161749829959','89',3.00,'750','retail','0','2025-06-13 18:52:39','','','','175','Cash',103.45,'250','','','16','16.00','1','2025-06-13 15:53:29','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','338.00','335','Inclusive','branch','Inventory','','','','yes','','','16174982998174290094869'),(2175,'81749830059','97',1.00,'1800','retail','0','2025-06-13 18:54:19','','','','1175','Cash',248.28,'1800','','','8','16.00','1','2025-06-13 15:56:13','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','8174983006220822222820'),(2176,'81749830059','176',1.00,'300','retail','0','2025-06-13 18:54:52','','','','180','Cash',41.38,'300','','','8','16.00','1','2025-06-13 15:56:13','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','24.00','23','Inclusive','branch','Inventory','','','','yes','','','8174983009621080020338'),(2177,'81749830059','272',1.00,'100','retail','0','2025-06-13 18:56:04','','','','33.3','Cash',13.79,'100','','','8','16.00','1','2025-06-13 15:56:13','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','107.00','106','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174983016522020233363'),(2178,'31749830284','110',1.00,'500','retail','0','2025-06-13 18:58:18','','','','345','Cash',68.97,'500','','','3','16.00','1','2025-06-13 16:02:05','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','3174983030013424433000'),(2179,'31749830284','110',1.00,'500','retail','0','2025-06-13 18:58:41','','','','345','Cash',68.97,'500','','','3','16.00','1','2025-06-13 16:02:05','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','3174983032232223022374'),(2180,'31749830284','195',1.00,'100','retail','0','2025-06-13 18:59:00','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-13 16:02:05','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','146.00','145','Inclusive','branch','Inventory','','','','yes','','','3174983034232422334132'),(2181,'31749830284','272',1.00,'100','retail','0','2025-06-13 18:59:24','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-13 16:02:05','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','106.00','105','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174983036649383646106'),(2182,'31749825091','22',3.00,'900','retail','0','2025-06-13 17:31:31','','','','0','Cash',124.14,'300','','','3','16','1','2025-06-13 16:05:53','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'3','9964.00','9961','Inclusive','branch','Inventory','','','','','',NULL,'3174982509249204252392'),(2183,'31749825091','45',4.00,'200','retail','0','2025-06-13 17:31:45','','','','0','Cash',27.59,'50','','','3','16','1','2025-06-13 16:05:53','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'4','9802.00','9798','Inclusive','branch','Inventory','','','','','',NULL,'3174982510504223825314'),(2184,'31749825091','214',1.00,'900','retail','0','2025-06-13 17:32:37','','','','680','Cash',124.14,'900','','','3','16','1','2025-06-13 16:05:53','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',775.86,'1','1.00','0','Inclusive','branch','Inventory','','','','','',NULL,'3174982515923321342533'),(2185,'31749825091','272',1.00,'100','retail','0','2025-06-13 17:32:54','','','','33.3','Cash',13.79,'100','','','3','16','1','2025-06-13 16:05:53','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3174982517525327242723'),(2186,'31749825091','195',1.00,'100','retail','0','2025-06-13 17:33:09','','','','70','Cash',13.79,'100','','','3','16','1','2025-06-13 16:05:53','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','148.00','147','Inclusive','branch','Inventory','','','','','',NULL,'3174982519122993034993'),(2187,'31749825091','195',1.00,'100','retail','0','2025-06-13 19:04:36','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-13 16:05:53','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','145.00','144','Inclusive','branch','Inventory','','','','yes','','','3174983068323222202730'),(2188,'31749831035','79',3.00,'1200','retail','0','2025-06-13 19:10:35','','','','0','Cash',165.52,'400','','','3','16.00','1','2025-06-13 16:10:55','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'3','9979.00','9976','Inclusive','branch','Inventory','','','','yes','','','3174983103922273432300'),(2203,'61749831290','90',3.00,'300','retail','0','2025-06-13 19:14:51','','','','74','Cash',41.38,'100','','','6','16.00','1','2025-06-13 16:15:09','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','20.00','17','Inclusive','branch','Inventory','','','','yes','','','6174983130482743224222'),(2204,'81749831507','22',2.00,'600','retail','0','2025-06-13 19:18:27','','','','0','Cash',82.76,'300','','','8','16.00','1','2025-06-13 16:18:55','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','9961.00','9959','Inclusive','branch','Inventory','','','','yes','','','8174983150923301431332'),(2205,'81749831507','45',2.00,'100','retail','0','2025-06-13 19:18:48','','','','0','Cash',13.79,'50','','','8','16.00','1','2025-06-13 16:18:55','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9796.00','9794','Inclusive','branch','Inventory','','','','yes','','','8174983153030202921423'),(2220,'81749832075','114',1.00,'850','retail','0','2025-06-13 19:27:55','','','','585','Cash',117.24,'850','','','8','16.00','1','2025-06-13 16:28:00','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','8174983207730322322033'),(2221,'61749833060','196',2.00,'40','retail','0','2025-06-13 19:44:20','','','','14','Cash',5.52,'20','','','6','16.00','1','2025-06-13 16:44:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','50.00','48','Inclusive','branch','Inventory','','','','yes','','','6174983306333632033222'),(2222,'51749833289','89',2.00,'500','retail','0','2025-06-13 19:48:09','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-13 16:48:13','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','332.00','330','Inclusive','branch','Inventory','','','','yes','','','5174983329002322324212'),(2223,'51749834342','45',4.00,'200','retail','0','2025-06-13 20:05:42','','','','0','Cash',27.59,'50','','','5','16.00','1','2025-06-13 17:06:05','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'4','9794.00','9790','Inclusive','branch','Inventory','','','','yes','','','5174983434322343303824'),(2224,'51749834342','81',1.00,'1600','retail','0','2025-06-13 20:05:58','','','','0','Cash',220.69,'1600','','','5','16.00','1','2025-06-13 17:06:05','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',1379.31,'1','9999.00','9998','Inclusive','branch','Inventory','','','','yes','','','5174983436023702224340'),(2252,'61749826737','27',1.00,'1400','retail','0','2025-06-13 17:58:58','','','','0','Cash',193.10,'1400','','','6','16','1','2025-06-13 17:15:06','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','9998.00','9997','Inclusive','branch','Inventory','','','','','',NULL,'6174982677102342383237'),(2253,'61749826737','47',2.00,'400','retail','0','2025-06-13 17:59:32','','','','0','Cash',55.17,'200','','','6','16','1','2025-06-13 17:15:06','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9953.00','9951','Inclusive','branch','Inventory','','','','','',NULL,'6174982678423030433427'),(2254,'61749826737','45',1.00,'50','retail','0','2025-06-13 17:59:46','','','','0','Cash',6.90,'50','','','6','16','1','2025-06-13 17:15:06','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9797.00','9796','Inclusive','branch','Inventory','','','','','',NULL,'6174982680403220240822'),(2255,'61749826737','119',1.00,'400','retail','0','2025-06-13 19:13:53','','','','250','Cash',55.17,'400','','','6','16','1','2025-06-13 17:15:06','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',344.83,'1','13.00','12','Inclusive','branch','Inventory','','','','','',NULL,'6174983125630312235012'),(2256,'61749826737','272',1.00,'100','retail','0','2025-06-13 20:14:06','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-13 17:15:06','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','104.00','103','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174983489824762232038'),(2257,'41749823051','10',1.00,'100','retail','0','2025-06-13 16:57:31','','','','0','Cash',13.79,'100','','','4','16','1','2025-06-13 17:26:35','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9981.00','9980','Inclusive','branch','Inventory','','','','','',NULL,'4174982305200224232378'),(2258,'41749823051','10',2.00,'200','retail','0','2025-06-13 17:07:14','','','','0','Cash',27.59,'100','','','4','16','1','2025-06-13 17:26:35','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','9980.00','9978','Inclusive','branch','Inventory','','','','','',NULL,'4174982363422232333032'),(2259,'41749823051','54',1.00,'1800','retail','0','2025-06-13 17:12:41','','','','0','Cash',248.28,'1800','','','4','16','1','2025-06-13 17:26:35','4','7','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9992.00','9991','Inclusive','branch','Inventory','','','','','',NULL,'4174982396492332290200'),(2260,'41749823051','45',6.00,'300','retail','0','2025-06-13 17:12:55','','','','0','Cash',41.38,'50','','','4','16','1','2025-06-13 17:26:35','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'6','9808.00','9802','Inclusive','branch','Inventory','','','','','',NULL,'4174982397640372221030'),(2261,'41749823051','10',1.00,'100','retail','0','2025-06-13 17:21:07','','','','0','Cash',13.79,'100','','','4','16','1','2025-06-13 17:26:35','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9978.00','9977','Inclusive','branch','Inventory','','','','','',NULL,'4174982446832892442283'),(2262,'41749823051','89',8.00,'2000','retail','0','2025-06-13 18:25:08','','','','175','Cash',275.86,'250','','','4','16','1','2025-06-13 17:26:35','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'8','344.00','336','Inclusive','branch','Inventory','','','','','',NULL,'4174982830900022420342'),(2263,'41749823051','196',1.00,'20','retail','0','2025-06-13 18:25:22','','','','14','Cash',2.76,'20','','','4','16','1','2025-06-13 17:26:35','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',17.24,'1','53.00','52','Inclusive','branch','Inventory','','','','','',NULL,'4174982832442284203322'),(2264,'41749823051','89',1.00,'250','retail','0','2025-06-13 18:36:49','','','','175','Cash',34.48,'250','','','4','16','1','2025-06-13 17:26:35','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','336.00','335','Inclusive','branch','Inventory','','','','','',NULL,'4174982901001382820309'),(2265,'41749823051','10',1.00,'100','retail','0','2025-06-13 18:37:05','','','','0','Cash',13.79,'100','','','4','16','1','2025-06-13 17:26:35','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9977.00','9976','Inclusive','branch','Inventory','','','','','',NULL,'4174982902632429330049'),(2266,'41749823051','89',1.00,'250','retail','0','2025-06-13 19:12:50','','','','175','Cash',34.48,'250','','','4','16','1','2025-06-13 17:26:35','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','335.00','334','Inclusive','branch','Inventory','','','','','',NULL,'4174983117278243417330'),(2267,'41749823051','89',2.00,'500','retail','0','2025-06-13 19:25:50','','','','175','Cash',68.97,'250','','','4','16','1','2025-06-13 17:26:35','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'2','334.00','332','Inclusive','branch','Inventory','','','','','',NULL,'4174983195394233332032'),(2268,'41749823051','195',1.00,'100','retail','0','2025-06-13 20:12:16','','','','70','Cash',13.79,'100','','','4','16','1','2025-06-13 17:26:35','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','144.00','143','Inclusive','branch','Inventory','','','','','',NULL,'4174983473724379332030'),(2269,'41749823051','243',2.00,'20','retail','0','2025-06-13 20:12:27','','','','5','Cash',2.76,'10','','','4','16','1','2025-06-13 17:26:35','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',8.62,'2','19.00','17','Inclusive','branch','Inventory','','','','','',NULL,'4174983474828403022472'),(2270,'41749823051','272',1.00,'100','retail','0','2025-06-13 20:13:03','','','','33.3','Cash',13.79,'100','','','4','16','1','2025-06-13 17:26:35','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','105.00','104','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'4174983478522937704037'),(2271,'41749823051','196',4.00,'80','retail','0','2025-06-13 20:26:28','','','','14','Cash',11.03,'20','','','4','16.00','1','2025-06-13 17:26:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'4','48.00','44','Inclusive','branch','Inventory','','','','yes','','','4174983558908542023724'),(2272,'41749835774','250',1.00,'1000','retail','0','2025-06-13 20:29:34','','','','500','Cash',137.93,'1000','','','4','16.00','1','2025-06-13 17:29:39','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9975.00','9974','Inclusive','branch','Inventory','1110','4000','5500','','','','4174983577592048872429'),(2273,'41749836676','195',1.00,'100','retail','0','2025-06-13 20:44:36','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-13 17:44:42','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','143.00','142','Inclusive','branch','Inventory','','','','yes','','','4174983667733233233332'),(2274,'81749836997','209',1.00,'250','retail','0','2025-06-13 20:49:58','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-13 17:50:20','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','60.00','59','Inclusive','branch','Inventory','','','','yes','','','8174983700032242020022'),(2275,'81749836997','272',1.00,'100','retail','0','2025-06-13 20:50:14','','','','33.3','Cash',13.79,'100','','','8','16.00','1','2025-06-13 17:50:20','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','103.00','102','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174983701623221907323'),(2276,'81749837161','80',1.00,'800','retail','0','2025-06-13 20:52:42','','','','0','Cash',110.34,'800','','','8','16.00','1','2025-06-13 17:53:05','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9993.00','9992','Inclusive','branch','Inventory','','','','yes','','','8174983716333231030344'),(2277,'81749837161','45',1.00,'50','retail','0','2025-06-13 20:53:01','','','','0','Cash',6.90,'50','','','8','16.00','1','2025-06-13 17:53:05','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9790.00','9789','Inclusive','branch','Inventory','','','','yes','','','8174983718233482203932'),(2278,'81749837966','47',2.00,'400','retail','0','2025-06-13 21:06:06','','','','0','Cash',55.17,'200','','','8','16.00','1','2025-06-13 18:06:12','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9951.00','9949','Inclusive','branch','Inventory','','','','yes','','','8174983796708203320830'),(2279,'81749838019','209',1.00,'250','retail','0','2025-06-13 21:06:59','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-13 18:07:08','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','59.00','58','Inclusive','branch','Inventory','','','','yes','','','8174983802182331083333'),(2280,'51749838067','187',2.00,'30','retail','0','2025-06-13 21:07:47','','','','8','Cash',4.14,'15','','','5','16.00','1','2025-06-13 18:07:51','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','67.00','65','Inclusive','branch','Inventory','','','','yes','','','5174983806835303200402'),(2281,'81749838193','3',2.00,'240','retail','0','2025-06-13 21:09:53','','','','0','Cash',33.10,'120','','','8','16.00','1','2025-06-13 18:10:00','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'2','9985.00','9983','Inclusive','branch','Inventory','','','','yes','','B','8174983819310033033129'),(2282,'81749838228','272',1.00,'100','retail','0','2025-06-13 21:10:28','','','','33.3','Cash',13.79,'100','','','8','16.00','1','2025-06-13 18:10:35','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','102.00','101','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174983822937024033920'),(2283,'41749838376','89',4.00,'1000','retail','0','2025-06-13 21:12:56','','','','175','Cash',137.93,'250','','','4','16.00','1','2025-06-13 18:13:37','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'4','330.00','326','Inclusive','branch','Inventory','','','','yes','','','4174983837644230303008'),(2284,'41749838376','105',1.00,'1300','retail','0','2025-06-13 21:13:08','','','','970','Cash',179.31,'1300','','','4','16.00','1','2025-06-13 18:13:37','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','4174983841223813334230'),(2285,'41749838772','247',1.00,'1500','retail','0','2025-06-13 21:19:32','','','','500','Cash',206.90,'1500','','','4','16.00','1','2025-06-13 20:24:25','3','18','returned','1','new','pcs','','2025-06-13 23:24:25','16','yes','','0','','','VATABLE',1293.10,'1','9992.00','9991','Inclusive','branch','Inventory','1110','4000','5500','','','','4174983877393042727402'),(2296,'41749839484','89',1.00,'250','retail','0','2025-06-13 21:31:24','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-13 18:31:29','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','326.00','325','Inclusive','branch','Inventory','','','','yes','','','4174983948594170332232'),(2297,'41749839743','250',4.00,'4000','retail','0','2025-06-13 21:35:43','','','','500','Cash',551.72,'1000','','','4','16.00','1','2025-06-13 19:22:22','3','18','returned','1','new','pcs','','2025-06-13 22:22:22','16','yes','','0','','','VATABLE',862.07,'4','9974.00','9970','Inclusive','branch','Inventory','1110','4000','5500','','','','4174983974439330020214'),(2298,'51749841004','27',1.00,'1400','retail','0','2025-06-13 21:56:44','','','','0','Cash',193.10,'1400','','','5','16.00','1','2025-06-13 18:56:54','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','9997.00','9996','Inclusive','branch','Inventory','','','','yes','','','5174984100524330734153'),(2299,'51749841004','45',1.00,'50','retail','0','2025-06-13 21:56:51','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-13 18:56:54','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9789.00','9788','Inclusive','branch','Inventory','','','','yes','','','5174984101224832321208'),(2300,'81749841071','47',2.00,'400','retail','0','2025-06-13 21:57:51','','','','0','Cash',55.17,'200','','','8','16.00','1','2025-06-13 18:57:55','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9946.00','9944','Inclusive','branch','Inventory','','','','yes','','','8174984107133232822271'),(2301,'81749841161','136',2.00,'520','retail','0','2025-06-13 21:59:22','','','','210','Cash',71.72,'260','','','8','16.00','1','2025-06-13 18:59:25','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','69.00','67','Inclusive','branch','Inventory','','','','yes','','','8174984116228838282232'),(2305,'41749843112','250',1.00,'1000','retail','0','2025-06-13 22:31:52','','','','500','Cash',137.93,'1000','','','4','16.00','1','2025-06-13 19:32:02','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9974.00','9973','Inclusive','branch','Inventory','1110','4000','5500','','','','4174984311323343338330'),(2306,'41749843145','250',1.00,'1000','retail','0','2025-06-13 22:33:04','','','','500','Cash',137.93,'1000','','','4','16.00','1','2025-06-13 19:33:46','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9972.00','9971','Inclusive','branch','Inventory','1110','4000','5500','','','','4174984318574737228253'),(2307,'41749843252','250',1.00,'1000','retail','0','2025-06-13 22:34:12','','','','500','Cash',137.93,'1000','','','4','16.00','1','2025-06-13 19:34:16','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9972.00','9971','Inclusive','branch','Inventory','1110','4000','5500','','','','4174984325301432430323'),(2308,'41749843309','250',1.00,'1000','retail','0','2025-06-13 22:35:09','','','','500','Cash',137.93,'1000','','','4','16.00','1','2025-06-13 19:35:16','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9971.00','9970','Inclusive','branch','Inventory','1110','4000','5500','','','','4174984331023223230334'),(2309,'61749829574','119',1.00,'400','retail','0','2025-06-13 18:46:14','','','','250','Cash',55.17,'400','','','6','16','1','2025-06-13 19:43:33','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',344.83,'1','14.00','13','Inclusive','branch','Inventory','','','','','',NULL,'6174982959802252263282'),(2310,'61749829574','112',1.00,'1300','retail','0','2025-06-13 22:42:57','','','','1040','Cash',179.31,'1300','','','6','16.00','1','2025-06-13 19:43:33','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','6174984379747333763784'),(2311,'61749829611','90',2.00,'200','retail','0','2025-06-13 18:46:52','','','','74','Cash',27.59,'100','','','6','16','1','2025-06-13 19:50:58','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','22.00','20','Inclusive','branch','Inventory','','','','','',NULL,'6174982962833383232329'),(2312,'61749829611','90',1.00,'100','retail','0','2025-06-13 19:24:23','','','','74','Cash',13.79,'100','','','6','16','1','2025-06-13 19:50:58','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','17.00','16','Inclusive','branch','Inventory','','','','','',NULL,'6174983188129332318833'),(2313,'61749829611','120',2.00,'50','retail','0','2025-06-13 19:24:42','','','','17','Cash',6.90,'25','','','6','16','1','2025-06-13 19:50:58','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',21.55,'2','18.00','16','Inclusive','branch','Inventory','','','','','',NULL,'6174983189902823022922'),(2314,'61749829611','47',2.00,'400','retail','0','2025-06-13 21:23:03','','','','0','Cash',55.17,'200','','','6','16','1','2025-06-13 19:50:58','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9948.00','9946','Inclusive','branch','Inventory','','','','','',NULL,'6174983900632120349303'),(2315,'61749829611','266',1.00,'500','retail','0','2025-06-13 21:25:55','','','','250','Cash',68.97,'500','','','6','16','1','2025-06-13 19:50:58','4','6','new','1','printed','pcs','','','','yes','','0','','','VATABLE',431.03,'1','9998.00','9997','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6174983917736492230022'),(2316,'61749829611','90',2.00,'200','retail','0','2025-06-13 22:44:25','','','','74','Cash',27.59,'100','','','6','16.00','1','2025-06-13 19:50:58','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','16.00','14','Inclusive','branch','Inventory','','','','yes','','','6174984387713801343422'),(2317,'61749829611','100',2.00,'500','retail','0','2025-06-13 22:44:37','','','','165','Cash',68.97,'250','','','6','16.00','1','2025-06-13 19:50:58','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','18.00','16','Inclusive','branch','Inventory','','','','yes','','','6174984390822724302232'),(2318,'61749829611','176',2.00,'600','retail','0','2025-06-13 22:45:08','','','','180','Cash',82.76,'300','','','6','16.00','1','2025-06-13 19:50:58','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','23.00','21','Inclusive','branch','Inventory','','','','yes','','','6174984394132102043402'),(2319,'61749829611','120',4.00,'100','retail','0','2025-06-13 22:45:42','','','','17','Cash',13.79,'25','','','6','16.00','1','2025-06-13 19:50:58','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'4','16.00','12','Inclusive','branch','Inventory','','','','yes','','','6174984396323224443402'),(2320,'61749829611','176',2.00,'600','retail','0','2025-06-13 22:46:04','','','','180','Cash',82.76,'300','','','6','16.00','1','2025-06-13 19:50:58','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','21.00','19','Inclusive','branch','Inventory','','','','yes','','','6174984398502343246000'),(2321,'61749838847','47',1.00,'200','retail','0','2025-06-13 21:20:47','','','','0','Cash',27.59,'200','','','6','16','1','2025-06-13 19:52:02','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9949.00','9948','Inclusive','branch','Inventory','','','','','',NULL,'6174983886383098378340'),(2322,'61749838847','208',1.00,'260','retail','0','2025-06-13 22:51:23','','','','195','Cash',35.86,'260','','','6','16.00','1','2025-06-13 19:52:02','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','41.00','40','Inclusive','branch','Inventory','','','','yes','','','6174984431823302323480'),(2323,'41749844387','93',1.00,'500','retail','0','2025-06-13 22:53:07','','','','330','Cash',68.97,'500','','','4','16.00','1','2025-06-13 19:54:04','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','4174984443324707202333'),(2324,'41749844387','178',1.00,'100','retail','0','2025-06-13 22:54:01','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-13 19:54:04','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','62.00','61','Inclusive','branch','Inventory','','','','yes','','','4174984444230302210323'),(2325,'41749844476','218',2.00,'520','retail','0','2025-06-13 22:54:36','','','','200','Cash',71.72,'260','','','4','16.00','1','2025-06-13 19:54:40','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','24.00','22','Inclusive','branch','Inventory','','','','yes','','','4174984447723342307424'),(2326,'51749845482','22',1.00,'300','retail','0','2025-06-13 23:11:22','','','','0','Cash',41.38,'300','','','5','16.00','1','2025-06-13 20:11:32','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9959.00','9958','Inclusive','branch','Inventory','','','','yes','','','5174984548322829734292'),(2327,'51749845482','45',1.00,'50','retail','0','2025-06-13 23:11:29','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-13 20:11:32','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9787.00','9786','Inclusive','branch','Inventory','','','','yes','','','5174984549003229025040'),(2328,'51749845508','47',1.00,'200','retail','0','2025-06-13 23:11:48','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-13 20:11:52','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9944.00','9943','Inclusive','branch','Inventory','','','','yes','','','5174984550942139034329'),(2329,'41749842013','25',1.00,'350','retail','0','2025-06-13 22:13:33','','','','0','Cash',48.28,'350','','','4','16','1','2025-06-13 20:14:29','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9990.00','9989','Inclusive','branch','Inventory','','','','','',NULL,'4174984201430183700220'),(2330,'41749842013','45',1.00,'50','retail','0','2025-06-13 22:13:41','','','','0','Cash',6.90,'50','','','4','16','1','2025-06-13 20:14:29','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9788.00','9787','Inclusive','branch','Inventory','','','','','',NULL,'4174984202202830222332'),(2331,'41749842013','218',1.00,'260','retail','0','2025-06-13 22:13:54','','','','200','Cash',35.86,'260','','','4','16','1','2025-06-13 20:14:29','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','25.00','24','Inclusive','branch','Inventory','','','','','',NULL,'4174984203532293232345'),(2332,'41749842013','218',1.00,'260','retail','0','2025-06-13 23:14:23','','','','200','Cash',35.86,'260','','','4','16.00','1','2025-06-13 20:14:29','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','4174984566423300427423'),(2333,'51749845772','235',1.00,'1400','retail','0','2025-06-13 23:16:12','','','','1040','Cash',193.10,'1400','','','5','16.00','1','2025-06-13 20:18:37','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','5174984577335528035822'),(2334,'51749845772','178',3.00,'300','retail','0','2025-06-13 23:16:39','','','','54.17','Cash',41.38,'100','','','5','16.00','1','2025-06-13 20:18:37','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','61.00','58','Inclusive','branch','Inventory','','','','yes','','','5174984580023282341222'),(2335,'51749845772','180',1.00,'300','retail','0','2025-06-13 23:16:49','','','','185','Cash',41.38,'300','','','5','16.00','1','2025-06-13 20:18:37','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','5174984581070025330520'),(2336,'51749845772','136',3.00,'780','retail','0','2025-06-13 23:17:02','','','','210','Cash',107.59,'260','','','5','16.00','1','2025-06-13 20:18:37','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'3','67.00','64','Inclusive','branch','Inventory','','','','yes','','','5174984582300222422200'),(2337,'51749845772','176',2.00,'600','retail','0','2025-06-13 23:17:26','','','','180','Cash',82.76,'300','','','5','16.00','1','2025-06-13 20:18:37','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','19.00','17','Inclusive','branch','Inventory','','','','yes','','','5174984584742204900432'),(2338,'51749845772','216',1.00,'1800','retail','0','2025-06-13 23:17:52','','','','1300','Cash',248.28,'1800','','','5','16.00','1','2025-06-13 20:18:37','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','5174984587322143403334'),(2339,'81749846304','136',1.00,'260','retail','0','2025-06-13 23:25:04','','','','210','Cash',35.86,'260','','','8','16.00','1','2025-06-13 20:26:14','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','64.00','63','Inclusive','branch','Inventory','','','','yes','','','8174984630508804733926'),(2340,'81749846304','136',1.00,'260','retail','0','2025-06-13 23:25:16','','','','210','Cash',35.86,'260','','','8','16.00','1','2025-06-13 20:26:14','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','63.00','62','Inclusive','branch','Inventory','','','','yes','','','8174984631703223602622'),(2341,'81749846304','120',2.00,'50','retail','0','2025-06-13 23:25:37','','','','17','Cash',6.90,'25','','','8','16.00','1','2025-06-13 20:26:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','12.00','10','Inclusive','branch','Inventory','','','','yes','','','8174984633834328718233'),(2342,'81749846304','136',2.00,'520','retail','0','2025-06-13 23:25:50','','','','210','Cash',71.72,'260','','','8','16.00','1','2025-06-13 20:26:14','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','62.00','60','Inclusive','branch','Inventory','','','','yes','','','8174984635123302190310'),(2343,'81749846304','136',2.00,'520','retail','0','2025-06-13 23:26:09','','','','210','Cash',71.72,'260','','','8','16.00','1','2025-06-13 20:26:14','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','60.00','58','Inclusive','branch','Inventory','','','','yes','','','8174984637012738303300'),(2344,'81749846587','3',1.00,'120','retail','0','2025-06-13 23:29:47','','','','0','Cash',16.55,'120','','','8','16.00','1','2025-06-13 20:29:51','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9983.00','9982','Inclusive','branch','Inventory','','','','yes','','B','8174984658824534282338'),(2345,'81749846674','136',1.00,'260','retail','0','2025-06-13 23:31:14','','','','210','Cash',35.86,'260','','','8','16.00','1','2025-06-13 20:31:27','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','58.00','57','Inclusive','branch','Inventory','','','','yes','','','8174984667402346704222'),(2346,'81749846674','218',1.00,'260','retail','0','2025-06-13 23:31:22','','','','200','Cash',35.86,'260','','','8','16.00','1','2025-06-13 20:31:27','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','21.00','20','Inclusive','branch','Inventory','','','','yes','','','8174984668333233422420'),(2347,'41749846760','283',1.00,'2000','retail','0','2025-06-13 23:32:40','','','','1000','Cash',275.86,'2000','','','4','16.00','1','2025-06-13 20:32:50','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1724.14,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500','','','','4174984676112222336383'),(2348,'51749847160','23',1.00,'600','retail','0','2025-06-13 23:39:20','','','','0','Cash',82.76,'600','','','5','16.00','1','2025-06-13 20:39:41','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9992.00','9991','Inclusive','branch','Inventory','','','','yes','','','5174984716113301220263'),(2349,'51749847160','22',1.00,'300','retail','0','2025-06-13 23:39:24','','','','0','Cash',41.38,'300','','','5','16.00','1','2025-06-13 20:39:41','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9958.00','9957','Inclusive','branch','Inventory','','','','yes','','','5174984716507873523020'),(2350,'51749847160','45',2.00,'100','retail','0','2025-06-13 23:39:36','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-13 20:39:41','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9786.00','9784','Inclusive','branch','Inventory','','','','yes','','','5174984717732443343230'),(2351,'81749847418','201',1.00,'300','retail','0','2025-06-13 23:43:38','','','','200','Cash',41.38,'300','','','8','16.00','1','2025-06-13 20:43:42','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','8174984741831922304323'),(2352,'41749848097','178',1.00,'100','retail','0','2025-06-13 23:54:57','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-13 20:55:00','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','58.00','57','Inclusive','branch','Inventory','','','','yes','','','4174984809820232042233'),(2353,'51749849977','176',2.00,'600','retail','0','2025-06-14 00:26:17','','','','180','Cash',82.76,'300','','','5','16.00','1','2025-06-13 21:26:32','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','17.00','15','Inclusive','branch','Inventory','','','','yes','','','5174984997823903222203'),(2354,'51749849977','272',1.00,'100','retail','0','2025-06-14 00:26:29','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-13 21:26:32','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','101.00','100','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174984999024023422302'),(2355,'51749850030','135',1.00,'300','retail','0','2025-06-14 00:27:10','','','','216','Cash',41.38,'300','','','5','16.00','1','2025-06-13 21:27:28','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','5174985003121313248205'),(2356,'51749850030','188',1.00,'300','retail','0','2025-06-14 00:27:21','','','','251','Cash',41.38,'300','','','5','16.00','1','2025-06-13 21:27:28','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','5174985004252440237220'),(2357,'51749850233','153',1.00,'500','retail','0','2025-06-14 00:30:52','','','','330','Cash',68.97,'500','','','5','16.00','1','2025-06-13 21:31:18','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','5174985025332032930332'),(2358,'51749850233','272',1.00,'100','retail','0','2025-06-14 00:31:15','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-13 21:31:18','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174985027646742270264'),(2359,'41749850824','136',1.00,'260','retail','0','2025-06-14 00:40:24','','','','210','Cash',35.86,'260','','','4','16.00','1','2025-06-13 21:40:27','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','57.00','56','Inclusive','branch','Inventory','','','','yes','','','4174985082403042800330'),(2360,'51749852693','195',2.00,'200','retail','0','2025-06-14 01:11:33','','','','70','Cash',27.59,'100','','','5','16.00','1','2025-06-13 22:11:48','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','142.00','140','Inclusive','branch','Inventory','','','','yes','','','5174985269476853034430'),(2361,'51749852693','272',1.00,'100','retail','0','2025-06-14 01:11:41','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-13 22:11:48','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174985270212232204203'),(2362,'51749852812','174',5.00,'1250','retail','0','2025-06-14 01:13:32','','','','175','Cash',172.41,'250','','','5','16.00','1','2025-06-13 22:24:43','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'5','16.00','11','Inclusive','branch','Inventory','','','','yes','','','5174985281491250200982'),(2363,'51749852812','218',7.00,'1820','retail','0','2025-06-14 01:13:54','','','','200','Cash',251.03,'260','','','5','16.00','1','2025-06-13 22:24:43','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'7','20.00','13','Inclusive','branch','Inventory','','','','yes','','','5174985283533224353529'),(2364,'51749852812','209',2.00,'500','retail','0','2025-06-14 01:14:10','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-13 22:24:43','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','58.00','56','Inclusive','branch','Inventory','','','','yes','','','5174985285152002530202'),(2365,'51749852812','140',1.00,'700','retail','0','2025-06-14 01:15:19','','','','480','Cash',96.55,'700','','','5','16.00','1','2025-06-13 22:24:43','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','5174985292052323229333'),(2366,'51749852812','272',1.00,'100','retail','0','2025-06-14 01:15:32','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-13 22:24:43','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174985293302340325220'),(2367,'51749852812','195',1.00,'100','retail','0','2025-06-14 01:20:27','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-13 22:24:43','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','140.00','139','Inclusive','branch','Inventory','','','','yes','','','5174985322823380223337'),(2368,'81749855464','136',1.00,'260','retail','0','2025-06-14 01:57:44','','','','210','Cash',35.86,'260','','','8','16.00','1','2025-06-13 22:57:57','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','56.00','55','Inclusive','branch','Inventory','','','','yes','','','8174985546597450272033'),(2369,'81749855464','218',1.00,'260','retail','0','2025-06-14 01:57:46','','','','200','Cash',35.86,'260','','','8','16.00','1','2025-06-13 22:57:57','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','8174985546787257673773'),(2370,'81749855539','218',3.00,'780','retail','0','2025-06-14 01:58:59','','','','200','Cash',107.59,'260','','','8','16.00','1','2025-06-13 23:03:21','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'3','12.00','9','Inclusive','branch','Inventory','','','','yes','','','8174985554023224543402'),(2371,'81749855539','136',1.00,'260','retail','0','2025-06-14 01:59:41','','','','210','Cash',35.86,'260','','','8','16.00','1','2025-06-13 23:03:21','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','55.00','54','Inclusive','branch','Inventory','','','','yes','','','8174985558228812332228'),(2372,'81749855539','188',1.00,'300','retail','0','2025-06-14 02:03:14','','','','251','Cash',41.38,'300','','','8','16.00','1','2025-06-13 23:03:21','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','8174985579527248933003'),(2373,'81749855879','115',1.00,'300','retail','0','2025-06-14 02:04:39','','','','217','Cash',41.38,'300','','','8','16.00','1','2025-06-13 23:04:44','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','39.00','38','Inclusive','branch','Inventory','','','','yes','','','8174985588032732828000'),(2374,'41749855930','176',1.00,'300','retail','0','2025-06-14 02:05:30','','','','180','Cash',41.38,'300','','','4','16.00','1','2025-06-13 23:05:36','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','15.00','14','Inclusive','branch','Inventory','','','','yes','','','4174985593154723022322'),(2375,'81749855992','196',1.00,'20','retail','0','2025-06-14 02:06:32','','','','14','Cash',2.76,'20','','','8','16.00','1','2025-06-13 23:06:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','44.00','43','Inclusive','branch','Inventory','','','','yes','','','8174985599304433333330'),(2376,'81749856536','135',1.00,'300','retail','0','2025-06-14 02:15:36','','','','216','Cash',41.38,'300','','','8','16.00','1','2025-06-13 23:15:40','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','21.00','20','Inclusive','branch','Inventory','','','','yes','','','8174985653703423783477'),(2377,'81749856714','134',1.00,'300','retail','0','2025-06-14 02:18:34','','','','180','Cash',41.38,'300','','','8','16.00','1','2025-06-13 23:18:38','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','24.00','23','Inclusive','branch','Inventory','','','','yes','','','8174985671462007337410'),(2378,'81749856764','120',1.00,'25','retail','0','2025-06-14 02:19:24','','','','17','Cash',3.45,'25','','','8','16.00','1','2025-06-13 23:19:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','8174985676503527704810'),(2379,'61749857030','154',1.00,'400','retail','0','2025-06-14 02:23:50','','','','270','Cash',55.17,'400','','','6','16.00','1','2025-06-13 23:24:59','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','6174985708150091303203'),(2380,'61749857030','272',1.00,'100','retail','0','2025-06-14 02:24:41','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-13 23:24:59','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174985709602100661229'),(2381,'51749857165','111',1.00,'1300','retail','0','2025-06-14 02:26:05','','','','945','Cash',179.31,'1300','','','5','16.00','1','2025-06-13 23:27:30','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','5174985716652831433334'),(2382,'51749857165','193',1.00,'300','retail','0','2025-06-14 02:26:21','','','','230','Cash',41.38,'300','','','5','16.00','1','2025-06-13 23:27:30','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','5174985718218137031030'),(2383,'51749857165','195',1.00,'100','retail','0','2025-06-14 02:26:26','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-13 23:27:30','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','139.00','138','Inclusive','branch','Inventory','','','','yes','','','5174985718777328430022'),(2384,'51749857165','171',1.00,'50','retail','0','2025-06-14 02:27:17','','','','14','Cash',6.90,'50','','','5','16.00','1','2025-06-13 23:27:30','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','20.00','19','Inclusive','branch','Inventory','','','','yes','','','5174985723880420330352'),(2385,'61749857284','89',4.00,'1000','retail','0','2025-06-14 02:28:04','','','','175','Cash',137.93,'250','','','6','16.00','1','2025-06-13 23:30:16','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'4','325.00','321','Inclusive','branch','Inventory','','','','yes','','','6174985730633204323008'),(2386,'61749857284','119',1.00,'400','retail','0','2025-06-14 02:28:26','','','','250','Cash',55.17,'400','','','6','16.00','1','2025-06-13 23:30:16','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','6174985731982242123333'),(2387,'61749857284','47',1.00,'200','retail','0','2025-06-14 02:28:39','','','','0','Cash',27.59,'200','','','6','16.00','1','2025-06-13 23:30:16','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9943.00','9942','Inclusive','branch','Inventory','','','','yes','','','6174985733702286438324'),(2388,'61749857284','53',1.00,'900','retail','0','2025-06-14 02:28:58','','','','0','Cash',124.14,'900','','','6','16.00','1','2025-06-13 23:30:16','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9989.00','9988','Inclusive','branch','Inventory','','','','yes','','','6174985736620403036203'),(2389,'61749857284','119',1.00,'400','retail','0','2025-06-14 02:29:26','','','','250','Cash',55.17,'400','','','6','16.00','1','2025-06-13 23:30:16','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','6174985741323721322201'),(2390,'61749857435','196',1.00,'20','retail','0','2025-06-14 02:30:35','','','','14','Cash',2.76,'20','','','6','16.00','1','2025-06-13 23:31:05','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','43.00','42','Inclusive','branch','Inventory','','','','yes','','','6174985745335334323021'),(2391,'61749857435','163',1.00,'10','retail','0','2025-06-14 02:30:53','','','','5','Cash',1.38,'10','','','6','16.00','1','2025-06-13 23:31:05','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','6174985746293733570236'),(2392,'61749857479','134',2.00,'600','retail','0','2025-06-14 02:31:19','','','','180','Cash',82.76,'300','','','6','16.00','1','2025-06-13 23:33:11','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','23.00','21','Inclusive','branch','Inventory','','','','yes','','','6174985749880042229700'),(2393,'61749857479','209',2.00,'500','retail','0','2025-06-14 02:31:38','','','','175','Cash',68.97,'250','','','6','16.00','1','2025-06-13 23:33:11','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','56.00','54','Inclusive','branch','Inventory','','','','yes','','','6174985752933332338302'),(2394,'61749857479','89',1.00,'250','retail','0','2025-06-14 02:32:09','','','','175','Cash',34.48,'250','','','6','16.00','1','2025-06-13 23:33:11','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','321.00','320','Inclusive','branch','Inventory','','','','yes','','','6174985756940297923223'),(2395,'61749857479','47',1.00,'200','retail','0','2025-06-14 02:32:50','','','','0','Cash',27.59,'200','','','6','16.00','1','2025-06-13 23:33:11','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9942.00','9941','Inclusive','branch','Inventory','','','','yes','','','6174985758523340282003'),(2396,'51749857632','120',4.00,'100','retail','0','2025-06-14 02:33:52','','','','17','Cash',13.79,'25','','','5','16.00','1','2025-06-13 23:35:46','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'4','9.00','5','Inclusive','branch','Inventory','','','','yes','','','5174985763325332354952'),(2397,'51749857632','218',3.00,'780','retail','0','2025-06-14 02:34:29','','','','200','Cash',107.59,'260','','','5','16.00','1','2025-06-13 23:35:46','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'3','9.00','6','Inclusive','branch','Inventory','','','','yes','','','5174985766926222653433'),(2398,'51749857632','174',1.00,'250','retail','0','2025-06-14 02:34:39','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-13 23:35:46','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','5174985768023038407691'),(2399,'51749857632','209',1.00,'250','retail','0','2025-06-14 02:34:56','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-13 23:35:46','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','54.00','53','Inclusive','branch','Inventory','','','','yes','','','5174985769753232207245'),(2400,'51749857632','272',1.00,'100','retail','0','2025-06-14 02:35:06','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-13 23:35:46','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174985770700395052725'),(2401,'51749857632','110',1.00,'500','retail','0','2025-06-14 02:35:23','','','','345','Cash',68.97,'500','','','5','16.00','1','2025-06-13 23:35:46','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','5174985772453231983313'),(2402,'51749857632','187',3.00,'45','retail','0','2025-06-14 02:35:40','','','','8','Cash',6.21,'15','','','5','16.00','1','2025-06-13 23:35:46','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'3','65.00','62','Inclusive','branch','Inventory','','','','yes','','','5174985774155824023272'),(2403,'51749857780','209',1.00,'250','retail','0','2025-06-14 02:36:20','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-13 23:36:37','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','53.00','52','Inclusive','branch','Inventory','','','','yes','','','5174985778102340375720'),(2404,'51749857780','174',1.00,'250','retail','0','2025-06-14 02:36:26','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-13 23:36:37','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','5174985778704723723720'),(2405,'51749857780','218',1.00,'260','retail','0','2025-06-14 02:36:33','','','','200','Cash',35.86,'260','','','5','16.00','1','2025-06-13 23:36:37','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','5174985779470050402430'),(2406,'51749857826','272',1.00,'100','retail','0','2025-06-14 02:37:06','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-13 23:37:09','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174985782777208340202'),(2407,'41749858573','90',1.00,'100','retail','0','2025-06-14 02:49:33','','','','74','Cash',13.79,'100','','','4','16.00','1','2025-06-13 23:49:56','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','4174985859428332238343'),(2408,'61749858813','47',1.00,'200','retail','0','2025-06-14 02:53:33','','','','0','Cash',27.59,'200','','','6','16.00','1','2025-06-13 23:53:57','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9941.00','9940','Inclusive','branch','Inventory','','','','yes','','','6174985883531324331436'),(2409,'61749858853','195',1.00,'100','retail','0','2025-06-14 02:54:13','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-13 23:54:26','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','138.00','137','Inclusive','branch','Inventory','','','','yes','','','6174985886480306007324'),(2410,'61749859463','22',1.00,'300','retail','0','2025-06-14 03:04:23','','','','0','Cash',41.38,'300','','','6','16.00','1','2025-06-14 00:05:07','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9957.00','9956','Inclusive','branch','Inventory','','','','yes','','','6174985948556263293183'),(2411,'61749859463','45',1.00,'50','retail','0','2025-06-14 03:04:45','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-14 00:05:07','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9784.00','9783','Inclusive','branch','Inventory','','','','yes','','','6174985950495209223439'),(2412,'31749879182','199',1.00,'50','retail','0','2025-06-14 08:33:02','','','','35','Cash',6.90,'50','','','3','16.00','1','2025-06-14 05:33:21','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','3174987918332302322937'),(2413,'31749879182','200',1.00,'50','retail','0','2025-06-14 08:33:06','','','','35','Cash',6.90,'50','','','3','16.00','1','2025-06-14 05:33:21','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','3174987918722277432300'),(2414,'31749879182','164',1.00,'50','retail','0','2025-06-14 08:33:16','','','','35','Cash',6.90,'50','','','3','16.00','1','2025-06-14 05:33:21','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','74.00','73','Inclusive','branch','Inventory','','','','yes','','','3174987919707837330472'),(2415,'31749881761','10',2.00,'200','retail','0','2025-06-14 09:16:01','','','','0','Cash',27.59,'100','','','3','16.00','1','2025-06-14 06:16:23','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','9976.00','9974','Inclusive','branch','Inventory','','','','yes','','','3174988176282881298090'),(2416,'31749881761','1',1.00,'100','retail','0','2025-06-14 09:16:06','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-14 06:16:23','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9992.00','9991','Inclusive','branch','Inventory','','','','yes','','A','3174988176703072722320'),(2417,'31749881761','3',1.00,'120','retail','0','2025-06-14 09:16:17','','','','0','Cash',16.55,'120','','','3','16.00','1','2025-06-14 06:16:23','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9982.00','9981','Inclusive','branch','Inventory','','','','yes','','B','3174988177803373012408'),(2418,'31749881909','10',1.00,'100','retail','0','2025-06-14 09:18:29','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-14 06:18:33','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9974.00','9973','Inclusive','branch','Inventory','','','','yes','','','3174988191080233233900'),(2419,'31749893807','111',1.00,'1300','retail','0','2025-06-14 12:36:47','','','','945','Cash',179.31,'1300','','','3','16.00','1','2025-06-14 10:12:34','1','11','returned','1','new','pcs','','2025-06-14 13:12:34','16','yes','','0','','','VATABLE',1120.69,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','3174989380803448907433'),(2420,'31749893807','272',1.00,'100','retail','0','2025-06-14 12:37:01','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-14 09:53:28','1','16','returned','1','new','pcs','','2025-06-14 12:53:28','16','yes','','0','','','VATABLE',86.21,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174989382530709950232'),(2421,'31749895040','272',1.00,'100','retail','0','2025-06-14 12:57:21','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-14 09:57:33','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174989504394293423272'),(2422,'31749896025','111',1.00,'1300','retail','0','2025-06-14 13:13:45','','','','945','Cash',179.31,'1300','','','3','16.00','1','2025-06-14 10:14:01','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','3174989603340903208344'),(2423,'31749901064','136',2.00,'520','retail','0','2025-06-14 14:37:44','','','','210','Cash',71.72,'260','','','3','16.00','1','2025-06-14 11:38:03','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','54.00','52','Inclusive','branch','Inventory','','','','yes','','','3174990107070077103300'),(2424,'31749901169','26',1.00,'700','retail','0','2025-06-14 14:39:30','','','','0','Cash',96.55,'700','','','3','16.00','1','2025-06-14 11:39:54','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9993.00','9992','Inclusive','branch','Inventory','','','','yes','','','3174990117114109133003'),(2425,'31749901169','45',1.00,'50','retail','0','2025-06-14 14:39:46','','','','0','Cash',6.90,'50','','','3','16.00','1','2025-06-14 11:39:54','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9783.00','9782','Inclusive','branch','Inventory','','','','yes','','','3174990118802482333002'),(2427,'31749903338','164',6.00,'300','retail','0','2025-06-14 15:15:38','','','','35','Cash',41.38,'50','','','3','16.00','1','2025-06-14 12:15:47','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'6','73.00','67','Inclusive','branch','Inventory','','','','yes','','','3174990333933333709002'),(2428,'31749905143','114',2.00,'1700','retail','0','2025-06-14 15:45:43','','','','585','Cash',234.48,'850','','','3','16.00','1','2025-06-14 12:46:09','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'2','3.00','1','Inclusive','branch','Inventory','','','','yes','','','3174990514522355332433'),(2429,'31749905143','193',1.00,'300','retail','0','2025-06-14 15:45:59','','','','230','Cash',41.38,'300','','','3','16.00','1','2025-06-14 12:46:09','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','3174990516123313423322'),(2430,'31749901226','119',1.00,'400','retail','0','2025-06-14 14:40:26','','','','250','Cash',55.17,'400','','','3','16','1','2025-06-14 12:56:03','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',344.83,'1','10.00','9','Inclusive','branch','Inventory','','','','','',NULL,'3174990123822410330220'),(2431,'31749901226','3',1.00,'120','retail','0','2025-06-14 15:55:28','','','','0','Cash',16.55,'120','','','3','16.00','1','2025-06-14 12:56:03','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9981.00','9980','Inclusive','branch','Inventory','','','','yes','','B','3174990573430320223740'),(2432,'31749901226','15',1.00,'120','retail','0','2025-06-14 15:55:45','','','','0','Cash',16.55,'120','','','3','16.00','1','2025-06-14 12:56:03','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9993.00','9992','Inclusive','branch','Inventory','','','','yes','','','3174990574870333303223'),(2434,'31749907980','10',1.00,'100','retail','0','2025-06-14 16:33:00','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-14 13:34:38','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9973.00','9972','Inclusive','branch','Inventory','','','','yes','','','3174990799403029310930'),(2435,'31749907980','3',1.00,'120','retail','0','2025-06-14 16:33:44','','','','0','Cash',16.55,'120','','','3','16.00','1','2025-06-14 13:34:38','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9980.00','9979','Inclusive','branch','Inventory','','','','yes','','B','3174990804000704430013'),(2442,'51749909841','3',1.00,'120','retail','0','2025-06-14 17:04:01','','','','0','Cash',16.55,'120','','','5','16.00','1','2025-06-14 14:04:29','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9979.00','9978','Inclusive','branch','Inventory','','','','yes','','B','5174990985302733280040'),(2450,'31749905853','209',2.00,'500','retail','0','2025-06-14 15:57:33','','','','175','Cash',68.97,'250','','','3','16','1','2025-06-14 14:10:31','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'2','52.00','50','Inclusive','branch','Inventory','','','','','',NULL,'3174990585791503320352'),(2451,'31749905853','209',1.00,'250','retail','0','2025-06-14 17:10:05','','','','175','Cash',34.48,'250','','','3','16.00','1','2025-06-14 14:10:31','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','50.00','49','Inclusive','branch','Inventory','','','','yes','','','3174991020793022210331'),(2460,'31749913532','151',1.00,'300','retail','0','2025-06-14 18:05:32','','','','213','Cash',41.38,'300','','','3','16.00','1','2025-06-14 15:08:10','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','3174991354333334033329'),(2461,'31749913532','164',1.00,'50','retail','0','2025-06-14 18:07:18','','','','35','Cash',6.90,'50','','','3','16.00','1','2025-06-14 15:08:10','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','67.00','66','Inclusive','branch','Inventory','','','','yes','','','3174991366100331029622'),(2464,'61749913940','47',1.00,'200','retail','0','2025-06-14 18:12:21','','','','0','Cash',27.59,'200','','','6','16.00','1','2025-06-14 15:12:52','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9939.00','9938','Inclusive','branch','Inventory','','','','yes','','','6174991396736320249733'),(2465,'61749908864','89',2.00,'500','retail','0','2025-06-14 16:47:45','','','','175','Cash',68.97,'250','','','6','16','1','2025-06-14 15:14:51','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'2','320.00','318','Inclusive','branch','Inventory','','','','','',NULL,'6174990889823202320832'),(2466,'61749908864','89',1.00,'250','retail','0','2025-06-14 18:11:33','','','','175','Cash',34.48,'250','','','6','16','1','2025-06-14 15:14:51','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','318.00','317','Inclusive','branch','Inventory','','','','','',NULL,'6174991392739730630339'),(2467,'61749908864','47',1.00,'200','retail','0','2025-06-14 18:14:32','','','','0','Cash',27.59,'200','','','6','16.00','1','2025-06-14 15:14:51','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9938.00','9937','Inclusive','branch','Inventory','','','','yes','','','6174991408590433223921'),(2468,'31749914141','163',2.00,'20','retail','0','2025-06-14 18:15:41','','','','5','Cash',2.76,'10','','','3','16.00','1','2025-06-14 15:15:49','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','10.00','8','Inclusive','branch','Inventory','','','','yes','','','3174991414223244000242'),(2469,'51749914219','80',1.00,'800','retail','0','2025-06-14 18:16:59','','','','0','Cash',110.34,'800','','','5','16.00','1','2025-06-14 15:17:06','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9992.00','9991','Inclusive','branch','Inventory','','','','yes','','','5174991422132932003551'),(2470,'41749914413','178',2.00,'200','retail','0','2025-06-14 18:20:14','','','','54.17','Cash',27.59,'100','','','4','16.00','1','2025-06-14 15:20:24','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','57.00','55','Inclusive','branch','Inventory','','','','yes','','','4174991441731333442393'),(2472,'61749914546','89',6.00,'1500','retail','0','2025-06-14 18:22:27','','','','175','Cash',206.90,'250','','','6','16','1','2025-06-14 15:41:25','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'6','317.00','311','Inclusive','branch','Inventory','','','','','',NULL,'6174991457732322403221'),(2473,'61749914546','196',5.00,'100','retail','0','2025-06-14 18:40:45','','','','14','Cash',13.79,'20','','','6','16.00','1','2025-06-14 15:41:25','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'5','42.00','37','Inclusive','branch','Inventory','','','','yes','','','6174991566120220412300'),(2474,'51749916649','174',2.00,'500','retail','0','2025-06-14 18:57:30','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-14 15:58:07','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','9.00','7','Inclusive','branch','Inventory','','','','yes','','','5174991666100331120033'),(2475,'31749908252','27',1.00,'1400','retail','0','2025-06-14 16:37:32','','','','0','Cash',193.10,'1400','','','3','16','1','2025-06-14 16:02:49','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','9996.00','9995','Inclusive','branch','Inventory','','','','','',NULL,'3174990825523542332913'),(2476,'31749908252','45',2.00,'100','retail','0','2025-06-14 16:38:25','','','','0','Cash',13.79,'50','','','3','16','1','2025-06-14 16:02:49','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9782.00','9780','Inclusive','branch','Inventory','','','','','',NULL,'3174990832547709027222'),(2477,'31749908252','46',2.00,'200','retail','0','2025-06-14 16:39:08','','','','0','Cash',27.59,'100','','','3','16','1','2025-06-14 16:02:49','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','9970.00','9968','Inclusive','branch','Inventory','','','','','',NULL,'3174990835623035468391'),(2478,'31749908252','47',1.00,'200','retail','0','2025-06-14 16:39:34','','','','0','Cash',27.59,'200','','','3','16','1','2025-06-14 16:02:49','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9940.00','9939','Inclusive','branch','Inventory','','','','','',NULL,'3174990838033332823200'),(2479,'31749908252','195',3.00,'300','retail','0','2025-06-14 16:40:33','','','','70','Cash',41.38,'100','','','3','16','1','2025-06-14 16:02:49','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'3','137.00','134','Inclusive','branch','Inventory','','','','','',NULL,'3174990843423030433424'),(2480,'31749908252','126',1.00,'1800','retail','0','2025-06-14 17:06:31','','','','1300','Cash',248.28,'1800','','','3','16','1','2025-06-14 16:02:49','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','6.00','5','Inclusive','branch','Inventory','','','','','',NULL,'3174990999523719923032'),(2481,'31749908252','272',1.00,'100','retail','0','2025-06-14 17:07:11','','','','33.3','Cash',13.79,'100','','','3','16','1','2025-06-14 16:02:49','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3174991003599420930422'),(2482,'31749908252','45',2.00,'100','retail','0','2025-06-14 18:02:07','','','','0','Cash',13.79,'50','','','3','16','1','2025-06-14 16:02:49','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9780.00','9778','Inclusive','branch','Inventory','','','','','',NULL,'3174991335693335353033'),(2483,'31749908252','126',1.00,'1800','retail','0','2025-06-14 19:02:32','','','','1300','Cash',248.28,'1800','','','3','16.00','1','2025-06-14 16:02:49','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','3174991695330521133333'),(2484,'31749917038','22',1.00,'300','retail','0','2025-06-14 19:03:58','','','','0','Cash',41.38,'300','','','3','16.00','1','2025-06-14 16:04:19','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9956.00','9955','Inclusive','branch','Inventory','','','','yes','','','3174991703922333240903'),(2485,'31749917038','45',2.00,'100','retail','0','2025-06-14 19:04:13','','','','0','Cash',13.79,'50','','','3','16.00','1','2025-06-14 16:04:19','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9778.00','9776','Inclusive','branch','Inventory','','','','yes','','','3174991705533925221707'),(2489,'31749917723','196',1.00,'20','retail','0','2025-06-14 19:15:23','','','','14','Cash',2.76,'20','','','3','16.00','1','2025-06-14 16:15:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','37.00','36','Inclusive','branch','Inventory','','','','yes','','','3174991772720392343733'),(2492,'51749918081','15',1.00,'120','retail','0','2025-06-14 19:21:22','','','','0','Cash',16.55,'120','','','5','16.00','1','2025-06-14 16:22:15','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9992.00','9991','Inclusive','branch','Inventory','','','','yes','','','5174991809292233235202'),(2493,'51749918081','47',1.00,'200','retail','0','2025-06-14 19:22:00','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-14 16:22:15','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9936.00','9935','Inclusive','branch','Inventory','','','','yes','','','5174991812632819060223'),(2494,'61749918513','196',5.00,'100','retail','0','2025-06-14 19:28:33','','','','14','Cash',13.79,'20','','','6','16.00','1','2025-06-14 16:28:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'5','36.00','31','Inclusive','branch','Inventory','','','','yes','','','6174991851523222055242'),(2495,'61749918557','134',2.00,'600','retail','0','2025-06-14 19:29:17','','','','180','Cash',82.76,'300','','','6','16.00','1','2025-06-14 16:29:22','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','21.00','19','Inclusive','branch','Inventory','','','','yes','','','6174991855829513904392'),(2496,'41749917244','26',1.00,'700','retail','0','2025-06-14 19:07:24','','','','0','Cash',96.55,'700','','','4','16','1','2025-06-14 16:32:25','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9992.00','9991','Inclusive','branch','Inventory','','','','','',NULL,'4174991724533123227213'),(2497,'41749917244','26',1.00,'700','retail','0','2025-06-14 19:07:36','','','','0','Cash',96.55,'700','','','4','16','1','2025-06-14 16:32:25','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9991.00','9990','Inclusive','branch','Inventory','','','','','',NULL,'4174991725702430220072'),(2498,'41749917244','47',1.00,'200','retail','0','2025-06-14 19:07:47','','','','0','Cash',27.59,'200','','','4','16','1','2025-06-14 16:32:25','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9937.00','9936','Inclusive','branch','Inventory','','','','','',NULL,'4174991726813229130312'),(2499,'41749917244','136',1.00,'260','retail','0','2025-06-14 19:30:38','','','','210','Cash',35.86,'260','','','4','16.00','1','2025-06-14 16:32:25','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','52.00','51','Inclusive','branch','Inventory','','','','yes','','','4174991863930933434292'),(2500,'41749917244','16',1.00,'150','retail','0','2025-06-14 19:31:57','','','','0','Cash',20.69,'150','','','4','16.00','1','2025-06-14 16:32:25','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','9998.00','9997','Inclusive','branch','Inventory','','','','yes','','','4174991872120202188404'),(2501,'41749919078','47',1.00,'200','retail','0','2025-06-14 19:37:58','','','','0','Cash',27.59,'200','','','4','16.00','1','2025-06-14 16:39:45','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9935.00','9934','Inclusive','branch','Inventory','','','','yes','','','4174991908044331300349'),(2502,'41749919078','242',1.00,'200','retail','0','2025-06-14 19:38:15','','','','200','Cash',27.59,'200','','','4','16.00','1','2025-06-14 16:39:45','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','4174991909633439423034'),(2503,'41749919078','209',1.00,'250','retail','0','2025-06-14 19:39:25','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-14 16:39:45','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','49.00','48','Inclusive','branch','Inventory','','','','yes','','','4174991916792240022246'),(2504,'41749919078','174',1.00,'250','retail','0','2025-06-14 19:39:30','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-14 16:39:45','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','4174991917111703302747'),(2505,'41749917812','45',1.00,'50','retail','0','2025-06-14 19:16:53','','','','0','Cash',6.90,'50','','','4','16','1','2025-06-14 16:53:40','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9776.00','9775','Inclusive','branch','Inventory','','','','','',NULL,'4174991781721927712374'),(2506,'41749917812','22',1.00,'300','retail','0','2025-06-14 19:17:19','','','','0','Cash',41.38,'300','','','4','16','1','2025-06-14 16:53:40','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9955.00','9954','Inclusive','branch','Inventory','','','','','',NULL,'4174991784120791349213'),(2507,'41749917812','89',1.00,'250','retail','0','2025-06-14 19:53:26','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-14 16:53:40','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','311.00','310','Inclusive','branch','Inventory','','','','yes','','','4174992000723022300900'),(2508,'41749917812','176',1.00,'300','retail','0','2025-06-14 19:53:34','','','','180','Cash',41.38,'300','','','4','16.00','1','2025-06-14 16:53:40','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','4174992001420114223221'),(2509,'61749920586','89',3.00,'750','retail','0','2025-06-14 20:03:06','','','','175','Cash',103.45,'250','','','6','16.00','1','2025-06-14 17:04:17','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','310.00','307','Inclusive','branch','Inventory','','','','yes','','','6174992060424104932333'),(2510,'61749920665','116',1.00,'850','retail','0','2025-06-14 20:04:25','','','','585','Cash',117.24,'850','','','6','16.00','1','2025-06-14 17:04:52','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','6174992068968229610733'),(2511,'61749922683','115',1.00,'300','retail','0','2025-06-14 20:38:04','','','','217','Cash',41.38,'300','','','6','16.00','1','2025-06-14 17:38:31','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','39.00','38','Inclusive','branch','Inventory','','','','yes','','','6174992269524013332723'),(2512,'61749922683','272',1.00,'100','retail','0','2025-06-14 20:38:15','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-14 17:38:31','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174992270810309233832'),(2513,'61749922723','111',1.00,'1300','retail','0','2025-06-14 20:38:43','','','','945','Cash',179.31,'1300','','','6','16.00','1','2025-06-14 17:39:36','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','6174992274226294427427'),(2514,'61749922723','195',1.00,'100','retail','0','2025-06-14 20:39:03','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-14 17:39:36','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','134.00','133','Inclusive','branch','Inventory','','','','yes','','','6174992275790732907092'),(2515,'61749922723','272',1.00,'100','retail','0','2025-06-14 20:39:17','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-14 17:39:36','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174992277122603120212'),(2516,'41749923208','155',1.00,'1000','retail','0','2025-06-14 20:46:48','','','','705','Cash',137.93,'1000','','','4','16.00','1','2025-06-14 17:47:13','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','4174992322922194370033'),(2518,'61749923966','22',1.00,'300','retail','0','2025-06-14 20:59:26','','','','0','Cash',41.38,'300','','','6','16.00','1','2025-06-14 17:59:55','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9954.00','9953','Inclusive','branch','Inventory','','','','yes','','','6174992398332126322023'),(2519,'61749923966','45',1.00,'50','retail','0','2025-06-14 20:59:44','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-14 17:59:55','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9775.00','9774','Inclusive','branch','Inventory','','','','yes','','','6174992399104142433202'),(2520,'41749924617','209',1.00,'250','retail','0','2025-06-14 21:10:18','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-14 18:10:20','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','48.00','47','Inclusive','branch','Inventory','','','','yes','','','4174992461823320033330'),(2521,'41749924635','176',1.00,'300','retail','0','2025-06-14 21:10:35','','','','180','Cash',41.38,'300','','','4','16.00','1','2025-06-14 18:10:38','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','4174992463623222601334'),(2522,'41749924676','283',1.00,'2000','retail','0','2025-06-14 21:11:16','','','','1000','Cash',275.86,'2000','','','4','16.00','1','2025-06-14 18:11:22','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1724.14,'1','499.00','498','Inclusive','branch','Inventory','1110','4000','5500','','','','4174992467744649342230'),(2523,'61749925239','209',1.00,'250','retail','0','2025-06-14 21:20:39','','','','175','Cash',34.48,'250','','','6','16.00','1','2025-06-14 18:21:13','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','47.00','46','Inclusive','branch','Inventory','','','','yes','','','6174992525423524220642'),(2524,'61749925239','208',1.00,'260','retail','0','2025-06-14 21:20:54','','','','195','Cash',35.86,'260','','','6','16.00','1','2025-06-14 18:21:13','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','40.00','39','Inclusive','branch','Inventory','','','','yes','','','6174992526892022052292'),(2525,'41749923259','89',1.00,'250','retail','0','2025-06-14 20:47:39','','','','175','Cash',34.48,'250','','','4','16','1','2025-06-14 18:39:51','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','307.00','306','Inclusive','branch','Inventory','','','','','',NULL,'4174992326090233902092'),(2526,'41749923259','89',1.00,'250','retail','0','2025-06-14 21:39:48','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-14 18:39:51','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','306.00','305','Inclusive','branch','Inventory','','','','yes','','','4174992638938332922204'),(2533,'41749926529','242',1.00,'200','retail','0','2025-06-14 21:42:09','','','','200','Cash',27.59,'200','','','4','16.00','1','2025-06-14 18:42:12','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','4174992653020792349203'),(2534,'41749926553','79',1.00,'400','retail','0','2025-06-14 21:42:33','','','','0','Cash',55.17,'400','','','4','16.00','1','2025-06-14 18:42:48','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9976.00','9975','Inclusive','branch','Inventory','','','','yes','','','4174992655432332230326'),(2535,'41749926553','45',1.00,'50','retail','0','2025-06-14 21:42:45','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-14 18:42:48','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9774.00','9773','Inclusive','branch','Inventory','','','','yes','','','4174992656565322245943'),(2536,'41749927260','115',1.00,'300','retail','0','2025-06-14 21:54:20','','','','217','Cash',41.38,'300','','','4','16.00','1','2025-06-14 18:54:24','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','38.00','37','Inclusive','branch','Inventory','','','','yes','','','4174992726132067019240'),(2537,'41749927277','195',1.00,'100','retail','0','2025-06-14 21:54:37','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-14 18:54:40','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','133.00','132','Inclusive','branch','Inventory','','','','yes','','','4174992727830933432120'),(2541,'41749928680','209',1.00,'250','retail','0','2025-06-14 22:18:00','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-14 19:18:13','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','46.00','45','Inclusive','branch','Inventory','','','','yes','','','4174992868193282430720'),(2542,'41749928680','119',1.00,'400','retail','0','2025-06-14 22:18:09','','','','250','Cash',55.17,'400','','','4','16.00','1','2025-06-14 19:18:13','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','4174992869030433222029'),(2555,'61749928943','47',1.00,'200','retail','0','2025-06-14 22:22:23','','','','0','Cash',27.59,'200','','','6','16.00','1','2025-06-14 19:22:56','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9934.00','9933','Inclusive','branch','Inventory','','','','yes','','','6174992896142644203204'),(2556,'61749928943','15',1.00,'120','retail','0','2025-06-14 22:22:41','','','','0','Cash',16.55,'120','','','6','16.00','1','2025-06-14 19:22:56','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9991.00','9990','Inclusive','branch','Inventory','','','','yes','','','6174992897393292972133'),(2557,'41749929180','196',2.00,'40','retail','0','2025-06-14 22:26:20','','','','14','Cash',5.52,'20','','','4','16.00','1','2025-06-14 19:26:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','31.00','29','Inclusive','branch','Inventory','','','','yes','','','4174992918029100108213'),(2558,'41749929194','140',1.00,'700','retail','0','2025-06-14 22:26:34','','','','480','Cash',96.55,'700','','','4','16.00','1','2025-06-14 19:26:52','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','4174992921020421402324'),(2559,'41749926461','140',1.00,'700','retail','0','2025-06-14 21:41:01','','','','480','Cash',96.55,'700','','','4','16','1','2025-06-14 19:44:40','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',603.45,'1','4.00','3','Inclusive','branch','Inventory','','','','','',NULL,'4174992648644230303009'),(2560,'41749926461','272',1.00,'100','retail','0','2025-06-14 21:41:35','','','','33.3','Cash',13.79,'100','','','4','16','1','2025-06-14 19:44:40','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'4174992649637024033920'),(2561,'41749926461','187',4.00,'60','retail','0','2025-06-14 21:41:48','','','','8','Cash',8.28,'15','','','4','16','1','2025-06-14 19:44:40','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',12.93,'4','62.00','58','Inclusive','branch','Inventory','','','','','',NULL,'4174992650923342033332'),(2562,'41749926461','195',1.00,'100','retail','0','2025-06-14 22:21:02','','','','70','Cash',13.79,'100','','','4','16','1','2025-06-14 19:44:40','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','132.00','131','Inclusive','branch','Inventory','','','','','',NULL,'4174992886320322303280'),(2563,'41749926461','187',2.00,'30','retail','0','2025-06-14 22:44:18','','','','8','Cash',4.14,'15','','','4','16.00','1','2025-06-14 19:44:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','58.00','56','Inclusive','branch','Inventory','','','','yes','','','4174993025832302322037'),(2564,'41749926461','163',1.00,'10','retail','0','2025-06-14 22:44:29','','','','5','Cash',1.38,'10','','','4','16.00','1','2025-06-14 19:44:40','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','4174993026921443224023'),(2572,'51749930676','207',1.00,'350','retail','0','2025-06-14 22:51:16','','','','247','Cash',48.28,'350','','','5','16.00','1','2025-06-14 19:51:20','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','5174993067762492322332'),(2573,'51749930784','218',3.00,'780','retail','0','2025-06-14 22:53:04','','','','200','Cash',107.59,'260','','','5','16.00','1','2025-06-14 19:55:19','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'3','4.00','1','Inclusive','branch','Inventory','','','','yes','','','5174993078530220202032'),(2574,'51749930784','89',1.00,'250','retail','0','2025-06-14 22:53:17','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-14 19:55:19','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','304.00','303','Inclusive','branch','Inventory','','','','yes','','','5174993079823290000202'),(2575,'51749930784','209',2.00,'500','retail','0','2025-06-14 22:53:42','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-14 19:55:19','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','45.00','43','Inclusive','branch','Inventory','','','','yes','','','5174993082302243252222'),(2576,'51749930784','272',1.00,'100','retail','0','2025-06-14 22:53:58','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-14 19:55:19','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174993083935134043934'),(2577,'51749930784','244',2.00,'400','retail','0','2025-06-14 22:54:32','','','','200','Cash',55.17,'200','','','5','16.00','1','2025-06-15 02:40:34','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','2.00','0','Inclusive','branch','Inventory','','','','yes','','','5174993087320752232033'),(2578,'41749930963','140',1.00,'700','retail','0','2025-06-14 22:56:03','','','','480','Cash',96.55,'700','','','4','16.00','1','2025-06-14 19:56:44','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','4174993098834324719283'),(2579,'41749930963','272',1.00,'100','retail','0','2025-06-14 22:56:38','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-14 19:56:44','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174993099922199992392'),(2580,'51749931097','45',4.00,'200','retail','0','2025-06-14 22:58:17','','','','0','Cash',27.59,'50','','','5','16.00','1','2025-06-14 19:58:40','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'4','9773.00','9769','Inclusive','branch','Inventory','','','','yes','','','5174993109803272382302'),(2581,'51749931097','81',1.00,'1600','retail','0','2025-06-14 22:58:36','','','','0','Cash',220.69,'1600','','','5','16.00','1','2025-06-14 19:58:40','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',1379.31,'1','9998.00','9997','Inclusive','branch','Inventory','','','','yes','','','5174993111752241310304'),(2582,'51749931208','247',2.00,'3000','retail','0','2025-06-14 23:00:13','','','','500','Cash',413.79,'1500','','','5','16.00','1','2025-06-14 20:00:46','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'2','9991.00','9989','Inclusive','branch','Inventory','1110','4000','5500','','','','5174993121431332242342'),(2583,'51749931208','203',2.00,'200','retail','0','2025-06-14 23:00:43','','','','70','Cash',27.59,'100','','','5','16.00','1','2025-06-14 20:00:46','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','19.00','17','Inclusive','branch','Inventory','','','','yes','','','5174993124432735542443'),(2584,'51749931447','81',1.00,'1600','retail','0','2025-06-14 23:04:07','','','','0','Cash',220.69,'1600','','','5','16.00','1','2025-06-14 20:04:42','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',1379.31,'1','9997.00','9996','Inclusive','branch','Inventory','','','','yes','','','5174993144888703302744'),(2585,'51749931447','79',1.00,'400','retail','0','2025-06-14 23:04:12','','','','0','Cash',55.17,'400','','','5','16.00','1','2025-06-14 20:04:42','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9975.00','9974','Inclusive','branch','Inventory','','','','yes','','','5174993145219172570322'),(2586,'51749931447','45',2.00,'100','retail','0','2025-06-14 23:04:26','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-14 20:04:42','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9769.00','9767','Inclusive','branch','Inventory','','','','yes','','','5174993146720224723373'),(2587,'51749931447','46',1.00,'100','retail','0','2025-06-14 23:04:33','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-14 20:04:42','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9968.00','9967','Inclusive','branch','Inventory','','','','yes','','','5174993147470402322342'),(2590,'61749931535','22',1.00,'300','retail','0','2025-06-14 23:05:35','','','','0','Cash',41.38,'300','','','6','16','1','2025-06-14 20:06:38','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9953.00','9952','Inclusive','branch','Inventory','','','','','',NULL,'6174993155112453733525'),(2591,'61749931535','45',1.00,'50','retail','0','2025-06-14 23:05:51','','','','0','Cash',6.90,'50','','','6','16','1','2025-06-14 20:06:38','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9767.00','9766','Inclusive','branch','Inventory','','','','','',NULL,'6174993155912202145572'),(2592,'61749931535','47',1.00,'200','retail','0','2025-06-14 23:06:22','','','','0','Cash',27.59,'200','','','6','16.00','1','2025-06-14 20:06:38','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9933.00','9932','Inclusive','branch','Inventory','','','','yes','','','6174993159533040225239'),(2598,'41749931926','178',1.00,'100','retail','0','2025-06-14 23:12:06','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-14 20:12:25','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','53.00','52','Inclusive','branch','Inventory','','','','yes','','','4174993192734313024924'),(2599,'41749931926','90',2.00,'200','retail','0','2025-06-14 23:12:23','','','','74','Cash',27.59,'100','','','4','16.00','1','2025-06-14 20:12:25','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','13.00','11','Inclusive','branch','Inventory','','','','yes','','','4174993194302341033444'),(2600,'61749932325','135',2.00,'600','retail','0','2025-06-14 23:18:45','','','','216','Cash',82.76,'300','','','6','16.00','1','2025-06-14 20:19:04','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','20.00','18','Inclusive','branch','Inventory','','','','yes','','','6174993234124243624022'),(2601,'51749933178','89',9.00,'2250','retail','0','2025-06-14 23:32:58','','','','175','Cash',310.34,'250','','','5','16.00','1','2025-06-14 20:33:21','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'9','303.00','294','Inclusive','branch','Inventory','','','','yes','','','5174993317903229734239'),(2602,'51749933261','134',10.00,'3000','retail','0','2025-06-14 23:34:21','','','','180','Cash',413.79,'300','','','5','16.00','1','2025-06-14 20:37:00','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'10','19.00','9','Inclusive','branch','Inventory','','','','yes','','','5174993330302294432322'),(2603,'51749933261','176',4.00,'1200','retail','0','2025-06-14 23:35:24','','','','180','Cash',165.52,'300','','','5','16.00','1','2025-06-14 20:37:00','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'4','12.00','8','Inclusive','branch','Inventory','','','','yes','','','5174993332422232232303'),(2604,'51749933261','272',3.00,'300','retail','0','2025-06-14 23:35:41','','','','33.3','Cash',41.38,'100','','','5','16.00','1','2025-06-14 20:37:00','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','84.00','81','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174993334250325225334'),(2605,'51749933261','217',8.00,'2400','retail','0','2025-06-14 23:36:08','','','','225','Cash',331.03,'300','','','5','16.00','1','2025-06-14 20:37:00','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'8','24.00','16','Inclusive','branch','Inventory','','','','yes','','','5174993336933902336233'),(2606,'51749933261','89',1.00,'250','retail','0','2025-06-14 23:36:33','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-14 20:37:00','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','294.00','293','Inclusive','branch','Inventory','','','','yes','','','5174993339403233303232'),(2607,'51749933261','208',4.00,'1040','retail','0','2025-06-14 23:36:53','','','','195','Cash',143.45,'260','','','5','16.00','1','2025-06-14 20:37:00','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','39.00','35','Inclusive','branch','Inventory','','','','yes','','','5174993341413220313230'),(2608,'51749933610','27',1.00,'1400','retail','0','2025-06-14 23:40:10','','','','0','Cash',193.10,'1400','','','5','16.00','1','2025-06-14 20:40:39','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','9995.00','9994','Inclusive','branch','Inventory','','','','yes','','','5174993361123702223340'),(2609,'51749933610','26',1.00,'700','retail','0','2025-06-14 23:40:19','','','','0','Cash',96.55,'700','','','5','16.00','1','2025-06-14 20:40:39','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9990.00','9989','Inclusive','branch','Inventory','','','','yes','','','5174993362073362323333'),(2610,'51749933610','45',4.00,'200','retail','0','2025-06-14 23:40:30','','','','0','Cash',27.59,'50','','','5','16.00','1','2025-06-14 20:40:39','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'4','9765.00','9761','Inclusive','branch','Inventory','','','','yes','','','5174993363149923332333'),(2611,'41749926400','142',1.00,'1400','retail','0','2025-06-14 21:40:00','','','','975','Cash',193.10,'1400','','','4','16','1','2025-06-14 20:49:45','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','3.00','2','Inclusive','branch','Inventory','','','','','',NULL,'4174992641534303720301'),(2612,'41749926400','178',1.00,'100','retail','0','2025-06-14 21:40:21','','','','54.17','Cash',13.79,'100','','','4','16','1','2025-06-14 20:49:45','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','55.00','54','Inclusive','branch','Inventory','','','','','',NULL,'4174992642214223320421'),(2613,'41749926400','272',1.00,'100','retail','0','2025-06-14 21:40:27','','','','33.3','Cash',13.79,'100','','','4','16','1','2025-06-14 20:49:45','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'4174992642892393894233'),(2614,'41749926400','100',1.00,'250','retail','0','2025-06-14 22:19:30','','','','165','Cash',34.48,'250','','','4','16','1','2025-06-14 20:49:45','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','16.00','15','Inclusive','branch','Inventory','','','','','',NULL,'4174992879824078342092'),(2615,'41749926400','100',1.00,'250','retail','0','2025-06-14 22:19:58','','','','165','Cash',34.48,'250','','','4','16','1','2025-06-14 20:49:45','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','15.00','14','Inclusive','branch','Inventory','','','','','',NULL,'4174992883924883223331'),(2616,'41749926400','272',1.00,'100','retail','0','2025-06-14 22:45:17','','','','33.3','Cash',13.79,'100','','','4','16','1','2025-06-14 20:49:45','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'4174993031712902312330'),(2617,'41749926400','178',1.00,'100','retail','0','2025-06-14 22:45:26','','','','54.17','Cash',13.79,'100','','','4','16','1','2025-06-14 20:49:45','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','54.00','53','Inclusive','branch','Inventory','','','','','',NULL,'4174993032722202002322'),(2618,'41749926400','142',1.00,'1400','retail','0','2025-06-14 23:48:04','','','','975','Cash',193.10,'1400','','','4','16.00','1','2025-06-14 20:49:45','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','4174993410042330204433'),(2619,'41749926400','178',1.00,'100','retail','0','2025-06-14 23:48:35','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-14 20:49:45','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','52.00','51','Inclusive','branch','Inventory','','','','yes','','','4174993411523017120147'),(2620,'41749926400','110',1.00,'500','retail','0','2025-06-14 23:49:22','','','','345','Cash',68.97,'500','','','4','16.00','1','2025-06-14 20:49:45','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','4174993418022280222202'),(2621,'41749934215','202',1.00,'900','retail','0','2025-06-14 23:50:15','','','41749944039','570','Cash',124.14,'900','','','4','16.00','1','2025-06-14 23:34:15','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','4174993427132020303432'),(2622,'41749934215','178',2.00,'200','retail','0','2025-06-14 23:51:24','','','41749944039','54.17','Cash',27.59,'100','','','4','16.00','1','2025-06-14 23:34:15','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','51.00','49','Inclusive','branch','Inventory','','','','yes','','','4174993428432242308028'),(2623,'41749934215','22',1.00,'300','retail','0','2025-06-14 23:51:41','','','41749944039','0','Cash',41.38,'300','','','4','16.00','1','2025-06-14 23:34:15','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9952.00','9951','Inclusive','branch','Inventory','','','','yes','','','4174993430132022234203'),(2624,'41749934215','47',1.00,'200','retail','0','2025-06-14 23:51:47','','','41749944039','0','Cash',27.59,'200','','','4','16.00','1','2025-06-14 23:34:15','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9932.00','9931','Inclusive','branch','Inventory','','','','yes','','','4174993430703024233403'),(2625,'41749934215','15',1.00,'120','retail','0','2025-06-14 23:52:09','','','41749944039','0','Cash',16.55,'120','','','4','16.00','1','2025-06-14 23:34:15','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9990.00','9989','Inclusive','branch','Inventory','','','','yes','','','4174993433004034344402'),(2626,'41749934721','113',1.00,'300','retail','0','2025-06-14 23:58:41','','','','217','Cash',41.38,'300','','','4','16.00','1','2025-06-14 20:58:52','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','4174993472241793902304'),(2627,'41749934721','178',1.00,'100','retail','0','2025-06-14 23:58:48','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-14 20:58:52','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','49.00','48','Inclusive','branch','Inventory','','','','yes','','','4174993472931420274233'),(2628,'41749936058','187',2.00,'30','retail','0','2025-06-15 00:20:58','','','','8','Cash',4.14,'15','','','4','16.00','1','2025-06-14 21:21:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','56.00','54','Inclusive','branch','Inventory','','','','yes','','','4174993605930056912232'),(2632,'41749937907','209',1.00,'250','retail','0','2025-06-15 00:51:47','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-14 21:51:57','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','41.00','40','Inclusive','branch','Inventory','','','','yes','','','4174993790820302432323'),(2633,'41749937907','187',2.00,'30','retail','0','2025-06-15 00:51:54','','','','8','Cash',4.14,'15','','','4','16.00','1','2025-06-14 21:51:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','54.00','52','Inclusive','branch','Inventory','','','','yes','','','4174993791553124239232'),(2634,'41749937947','195',1.00,'100','retail','0','2025-06-15 00:52:27','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-14 21:52:30','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','131.00','130','Inclusive','branch','Inventory','','','','yes','','','4174993794723200234303'),(2635,'61749937987','122',1.00,'1300','retail','0','2025-06-15 00:53:07','','','','955','Cash',179.31,'1300','','','6','16.00','1','2025-06-14 21:53:36','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','6174993800000083263323'),(2636,'61749937987','209',1.00,'250','retail','0','2025-06-15 00:53:20','','','','175','Cash',34.48,'250','','','6','16.00','1','2025-06-14 21:53:36','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','40.00','39','Inclusive','branch','Inventory','','','','yes','','','6174993801403204202309'),(2637,'61749936933','126',1.00,'1800','retail','0','2025-06-15 00:35:33','','','','1300','Cash',248.28,'1800','','','6','16','1','2025-06-14 22:50:32','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','4.00','3','Inclusive','branch','Inventory','','','','','',NULL,'6174993694702064332372'),(2638,'61749936933','272',1.00,'100','retail','0','2025-06-15 00:35:47','','','','33.3','Cash',13.79,'100','','','6','16','1','2025-06-14 22:50:32','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6174993697322222909320'),(2639,'61749936933','209',2.00,'500','retail','0','2025-06-15 00:36:14','','','','175','Cash',68.97,'250','','','6','16','1','2025-06-14 22:50:32','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'2','43.00','41','Inclusive','branch','Inventory','','','','','',NULL,'6174993699164723022322'),(2640,'61749936933','207',2.00,'700','retail','0','2025-06-15 01:48:02','','','','247','Cash',96.55,'350','','','6','16.00','1','2025-06-14 22:50:32','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'2','21.00','19','Inclusive','branch','Inventory','','','','yes','','','6174994132930334039744'),(2641,'61749936933','192',2.00,'600','retail','0','2025-06-15 01:48:49','','','','180','Cash',82.76,'300','','','6','16.00','1','2025-06-14 22:50:32','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','8.00','6','Inclusive','branch','Inventory','','','','yes','','','6174994134321322033204'),(2642,'61749936933','180',1.00,'300','retail','0','2025-06-15 01:49:03','','','','185','Cash',41.38,'300','','','6','16.00','1','2025-06-14 22:50:32','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','6174994136332006233363'),(2643,'61749936933','208',1.00,'260','retail','0','2025-06-15 01:49:24','','','','195','Cash',35.86,'260','','','6','16.00','1','2025-06-14 22:50:32','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','35.00','34','Inclusive','branch','Inventory','','','','yes','','','6174994142633224363629'),(2644,'61749927338','3',2.00,'240','retail','0','2025-06-14 21:55:38','','','','0','Cash',33.10,'120','','','6','16','1','2025-06-14 22:52:51','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',103.45,'2','9978.00','9976','Inclusive','branch','Inventory','','','','','',NULL,'6174992735503732224233'),(2645,'61749927338','89',1.00,'250','retail','0','2025-06-14 21:56:04','','','','175','Cash',34.48,'250','','','6','16','1','2025-06-14 22:52:51','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','305.00','304','Inclusive','branch','Inventory','','','','','',NULL,'6174992738020220327030'),(2646,'61749927338','218',1.00,'260','retail','0','2025-06-14 21:56:21','','','','200','Cash',35.86,'260','','','6','16','1','2025-06-14 22:52:51','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','5.00','4','Inclusive','branch','Inventory','','','','','',NULL,'6174992740002104770037'),(2647,'61749927338','89',1.00,'250','retail','0','2025-06-15 01:51:24','','','','175','Cash',34.48,'250','','','6','16.00','1','2025-06-14 22:52:51','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','293.00','292','Inclusive','branch','Inventory','','','','yes','','','6174994149810230444429'),(2648,'61749927338','217',1.00,'300','retail','0','2025-06-15 01:51:38','','','','225','Cash',41.38,'300','','','6','16.00','1','2025-06-14 22:52:51','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','16.00','15','Inclusive','branch','Inventory','','','','yes','','','6174994151916009329223'),(2649,'61749927338','221',1.00,'4500','retail','0','2025-06-15 01:51:59','','','','3300','Cash',620.69,'4500','','','6','16.00','1','2025-06-14 22:52:51','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',3879.31,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','6174994153333033400303'),(2650,'61749927338','193',1.00,'300','retail','0','2025-06-15 01:52:14','','','','230','Cash',41.38,'300','','','6','16.00','1','2025-06-14 22:52:51','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','6174994154823273823322'),(2651,'61749927338','208',1.00,'260','retail','0','2025-06-15 01:52:28','','','','195','Cash',35.86,'260','','','6','16.00','1','2025-06-14 22:52:51','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','34.00','33','Inclusive','branch','Inventory','','','','yes','','','6174994156633630063423'),(2652,'41749928873','111',1.00,'1300','retail','0','2025-06-14 22:21:13','','','','945','Cash',179.31,'1300','','','4','16','1','2025-06-14 23:00:47','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','2.00','1','Inclusive','branch','Inventory','','','','','',NULL,'4174992889888910883340'),(2653,'41749928873','193',1.00,'300','retail','0','2025-06-14 22:21:45','','','','230','Cash',41.38,'300','','','4','16','1','2025-06-14 23:00:47','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','4.00','3','Inclusive','branch','Inventory','','','','','',NULL,'4174992890552392924942'),(2654,'41749928873','272',1.00,'100','retail','0','2025-06-14 22:21:51','','','','33.3','Cash',13.79,'100','','','4','16','1','2025-06-14 23:00:47','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'4174992891273200222003'),(2655,'41749928873','53',1.00,'900','retail','0','2025-06-14 23:11:43','','','','0','Cash',124.14,'900','','','4','16','1','2025-06-14 23:00:47','4','7','new','1','printed','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9988.00','9987','Inclusive','branch','Inventory','','','','','',NULL,'4174993190439243327332'),(2656,'41749928873','45',1.00,'50','retail','0','2025-06-14 23:11:49','','','','0','Cash',6.90,'50','','','4','16','1','2025-06-14 23:00:47','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9766.00','9765','Inclusive','branch','Inventory','','','','','',NULL,'4174993191023700014010'),(2657,'41749928873','272',1.00,'100','retail','0','2025-06-15 02:00:44','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-14 23:00:47','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174994204523242243234'),(2658,'41749942122','208',2.00,'520','retail','0','2025-06-15 02:02:02','','','','195','Cash',71.72,'260','','','4','16.00','1','2025-06-14 23:06:57','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','33.00','31','Inclusive','branch','Inventory','','','','yes','','','4174994212314420303933'),(2659,'41749942122','272',1.00,'100','retail','0','2025-06-15 02:02:14','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-14 23:06:57','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174994213471300127023'),(2660,'41749942122','195',1.00,'100','retail','0','2025-06-15 02:02:23','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-14 23:06:57','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','130.00','129','Inclusive','branch','Inventory','','','','yes','','','4174994214323931234033'),(2661,'41749942122','209',2.00,'500','retail','0','2025-06-15 02:02:42','','','','175','Cash',68.97,'250','','','4','16.00','1','2025-06-14 23:06:57','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','39.00','37','Inclusive','branch','Inventory','','','','yes','','','4174994216340373132012'),(2662,'41749942122','134',2.00,'600','retail','0','2025-06-15 02:02:55','','','','180','Cash',82.76,'300','','','4','16.00','1','2025-06-14 23:06:57','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','9.00','7','Inclusive','branch','Inventory','','','','yes','','','4174994217505024023430'),(2663,'41749942122','100',1.00,'250','retail','0','2025-06-15 02:03:20','','','','165','Cash',34.48,'250','','','4','16.00','1','2025-06-14 23:06:57','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','4174994220023434022200'),(2664,'41749942122','247',1.00,'1500','retail','0','2025-06-15 02:03:37','','','','500','Cash',206.90,'1500','','','4','16.00','1','2025-06-14 23:06:57','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9990.00','9989','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174994221808249024012'),(2665,'41749942122','203',1.00,'100','retail','0','2025-06-15 02:04:18','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-14 23:06:57','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','17.00','16','Inclusive','branch','Inventory','','','','yes','','','4174994227222233234722'),(2666,'41749942460','209',6.00,'1500','retail','0','2025-06-15 02:07:40','','','','175','Cash',206.90,'250','','','4','16.00','1','2025-06-14 23:08:27','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'6','37.00','31','Inclusive','branch','Inventory','','','','yes','','','4174994246103674422139'),(2667,'41749942460','208',1.00,'260','retail','0','2025-06-15 02:07:47','','','','195','Cash',35.86,'260','','','4','16.00','1','2025-06-14 23:08:27','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','31.00','30','Inclusive','branch','Inventory','','','','yes','','','4174994246824003307422'),(2668,'41749942460','180',1.00,'300','retail','0','2025-06-15 02:07:52','','','','185','Cash',41.38,'300','','','4','16.00','1','2025-06-14 23:08:27','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','4174994249703432204303'),(2669,'41749942460','272',1.00,'100','retail','0','2025-06-15 02:08:24','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-14 23:08:27','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174994250403342273233'),(2670,'41749943792','202',1.00,'900','retail','0','2025-06-15 02:29:52','','','','570','Cash',124.14,'900','','','4','16.00','1','2025-06-14 23:33:30','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','4174994379337333333093'),(2671,'41749943792','178',2.00,'200','retail','0','2025-06-15 02:30:28','','','','54.17','Cash',27.59,'100','','','4','16.00','1','2025-06-14 23:33:30','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','48.00','46','Inclusive','branch','Inventory','','','','yes','','','4174994382993822212394'),(2672,'41749943792','47',1.00,'200','retail','0','2025-06-15 02:30:44','','','','0','Cash',27.59,'200','','','4','16.00','1','2025-06-14 23:33:30','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9931.00','9930','Inclusive','branch','Inventory','','','','yes','','','4174994384429333233423'),(2673,'41749943792','22',1.00,'300','retail','0','2025-06-15 02:32:48','','','','0','Cash',41.38,'300','','','4','16.00','1','2025-06-14 23:33:30','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9951.00','9950','Inclusive','branch','Inventory','','','','yes','','','4174994396829482329426'),(2674,'41749943792','15',1.00,'120','retail','0','2025-06-15 02:33:00','','','','0','Cash',16.55,'120','','','4','16.00','1','2025-06-14 23:33:30','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9989.00','9988','Inclusive','branch','Inventory','','','','yes','','','4174994398020004172232'),(2675,'41749944157','93',1.00,'500','retail','0','2025-06-15 02:35:57','','','','330','Cash',68.97,'500','','','4','16.00','1','2025-06-14 23:36:28','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','4174994416920322303240'),(2676,'41749944157','178',1.00,'100','retail','0','2025-06-15 02:36:18','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-14 23:36:28','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','46.00','45','Inclusive','branch','Inventory','','','','yes','','','4174994417997402234732'),(2677,'111749945018','163',1.00,'10','retail','0','2025-06-15 02:50:18','','','','5','Cash',1.38,'10','','','11','16.00','1','2025-06-14 23:50:44','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','11174994503722123040331'),(2678,'61749946233','208',2.00,'520','retail','0','2025-06-15 03:10:33','','','','195','Cash',71.72,'260','','','6','16.00','1','2025-06-15 00:14:13','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','30.00','28','Inclusive','branch','Inventory','','','','yes','','','6174994625812943231255'),(2679,'61749946233','217',2.00,'600','retail','0','2025-06-15 03:10:58','','','','225','Cash',82.76,'300','','','6','16.00','1','2025-06-15 00:14:13','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','15.00','13','Inclusive','branch','Inventory','','','','yes','','','6174994627904360672337'),(2680,'61749946233','89',2.00,'500','retail','0','2025-06-15 03:11:19','','','','175','Cash',68.97,'250','','','6','16.00','1','2025-06-15 00:14:13','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','292.00','290','Inclusive','branch','Inventory','','','','yes','','','6174994630523302335622'),(2681,'61749946233','208',2.00,'520','retail','0','2025-06-15 03:11:45','','','','195','Cash',71.72,'260','','','6','16.00','1','2025-06-15 00:14:13','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','26.00','24','Inclusive','branch','Inventory','','','','yes','','','6174994632902936033232'),(2682,'61749946233','134',1.00,'300','retail','0','2025-06-15 03:12:09','','','','180','Cash',41.38,'300','','','6','16.00','1','2025-06-15 00:14:13','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','6174994634333400322209'),(2683,'61749946233','208',1.00,'260','retail','0','2025-06-15 03:12:23','','','','195','Cash',35.86,'260','','','6','16.00','1','2025-06-15 00:14:13','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','24.00','23','Inclusive','branch','Inventory','','','','yes','','','6174994635955622022260'),(2684,'61749946233','217',1.00,'300','retail','0','2025-06-15 03:12:39','','','','225','Cash',41.38,'300','','','6','16.00','1','2025-06-15 00:14:13','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','6174994637443739290904'),(2685,'61749946233','89',1.00,'250','retail','0','2025-06-15 03:12:54','','','','175','Cash',34.48,'250','','','6','16.00','1','2025-06-15 00:14:13','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','290.00','289','Inclusive','branch','Inventory','','','','yes','','','6174994639109341332232'),(2686,'61749946233','208',1.00,'260','retail','0','2025-06-15 03:13:11','','','','195','Cash',35.86,'260','','','6','16.00','1','2025-06-15 00:14:13','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','23.00','22','Inclusive','branch','Inventory','','','','yes','','','6174994641944913333492'),(2687,'61749946233','3',4.00,'480','retail','0','2025-06-15 03:13:39','','','','0','Cash',66.21,'120','','','6','16.00','1','2025-06-15 00:14:13','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'4','9976.00','9972','Inclusive','branch','Inventory','','','','yes','','B','6174994644733942233730'),(2688,'61749946464','207',2.00,'700','retail','0','2025-06-15 03:14:24','','','','247','Cash',96.55,'350','','','6','16.00','1','2025-06-15 00:15:28','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'2','17.00','15','Inclusive','branch','Inventory','','','','yes','','','6174994649824104932333'),(2689,'61749946464','88',1.00,'300','retail','0','2025-06-15 03:14:59','','','','203','Cash',41.38,'300','','','6','16.00','1','2025-06-15 00:15:28','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','29.00','28','Inclusive','branch','Inventory','','','','yes','','','6174994651494022342212'),(2690,'61749946464','180',1.00,'300','retail','0','2025-06-15 03:15:14','','','','185','Cash',41.38,'300','','','6','16.00','1','2025-06-15 00:15:28','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','6174994652603112233233'),(2691,'61749946649','151',2.00,'600','retail','0','2025-06-15 03:17:29','','','','213','Cash',82.76,'300','','','6','16.00','1','2025-06-15 00:18:14','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','9.00','7','Inclusive','branch','Inventory','','','','yes','','','6174994666403477033643'),(2692,'61749946649','272',1.00,'100','retail','0','2025-06-15 03:17:45','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-15 00:18:14','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174994668033002482443'),(2693,'61749946649','195',2.00,'200','retail','0','2025-06-15 03:18:01','','','','70','Cash',27.59,'100','','','6','16.00','1','2025-06-15 00:18:14','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','128.00','126','Inclusive','branch','Inventory','','','','yes','','','6174994669192332444236'),(2694,'111749946069','136',1.00,'260','retail','0','2025-06-15 03:07:49','','','','210','Cash',35.86,'260','','','11','16.00','1','2025-06-15 00:28:32','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','51.00','50','Inclusive','branch','Inventory','','','','yes','','','11174994618301300003323'),(2695,'111749946069','207',1.00,'350','retail','0','2025-06-15 03:09:43','','','','247','Cash',48.28,'350','','','11','16.00','1','2025-06-15 00:28:32','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','19.00','18','Inclusive','branch','Inventory','','','','yes','','','11174994620733232273792'),(2696,'111749946069','208',2.00,'520','retail','0','2025-06-15 03:10:07','','','','195','Cash',71.72,'260','','','11','16.00','1','2025-06-15 00:28:32','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','28.00','26','Inclusive','branch','Inventory','','','','yes','','','11174994632419441313236'),(2697,'111749946069','113',1.00,'300','retail','0','2025-06-15 03:12:05','','','','217','Cash',41.38,'300','','','11','16.00','1','2025-06-15 00:28:32','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','11174994634049162322202'),(2698,'111749946069','178',1.00,'100','retail','0','2025-06-15 03:12:20','','','','54.17','Cash',13.79,'100','','','11','16.00','1','2025-06-15 00:28:32','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','45.00','44','Inclusive','branch','Inventory','','','','yes','','','11174994635233122103723'),(2699,'111749946069','207',1.00,'350','retail','0','2025-06-15 03:13:37','','','','247','Cash',48.28,'350','','','11','16.00','1','2025-06-15 00:28:32','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','18.00','17','Inclusive','branch','Inventory','','','','yes','','','11174994644202713093461'),(2700,'111749946069','208',1.00,'260','retail','0','2025-06-15 03:14:03','','','','195','Cash',35.86,'260','','','11','16.00','1','2025-06-15 00:28:32','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','11174994647266139321327'),(2701,'111749946069','136',1.00,'260','retail','0','2025-06-15 03:14:32','','','','210','Cash',35.86,'260','','','11','16.00','1','2025-06-15 00:28:32','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','50.00','49','Inclusive','branch','Inventory','','','','yes','','','11174994648713920437002'),(2702,'111749946069','80',1.00,'800','retail','0','2025-06-15 03:14:48','','','','0','Cash',110.34,'800','','','11','16.00','1','2025-06-15 00:28:32','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9991.00','9990','Inclusive','branch','Inventory','','','','yes','','','11174994653803912232834'),(2703,'111749946069','176',2.00,'600','retail','0','2025-06-15 03:15:38','','','','180','Cash',82.76,'300','','','11','16.00','1','2025-06-15 00:28:32','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','8.00','6','Inclusive','branch','Inventory','','','','yes','','','11174994656700260203305'),(2704,'111749946069','195',1.00,'100','retail','0','2025-06-15 03:16:07','','','','70','Cash',13.79,'100','','','11','16.00','1','2025-06-15 00:28:32','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','129.00','128','Inclusive','branch','Inventory','','','','yes','','','11174994663114326633736'),(2705,'111749946069','272',1.00,'100','retail','0','2025-06-15 03:17:11','','','','33.3','Cash',13.79,'100','','','11','16.00','1','2025-06-15 00:28:32','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174994665423101905922'),(2706,'111749946069','209',1.00,'250','retail','0','2025-06-15 03:18:07','','','','175','Cash',34.48,'250','','','11','16.00','1','2025-06-15 00:28:32','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','31.00','30','Inclusive','branch','Inventory','','','','yes','','','11174994670629263020213'),(2707,'111749946069','209',1.00,'250','retail','0','2025-06-15 03:18:26','','','','175','Cash',34.48,'250','','','11','16.00','1','2025-06-15 00:28:32','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','30.00','29','Inclusive','branch','Inventory','','','','yes','','','11174994672531332093392'),(2708,'111749946069','187',2.00,'30','retail','0','2025-06-15 03:18:45','','','','8','Cash',4.14,'15','','','11','16.00','1','2025-06-15 00:28:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','52.00','50','Inclusive','branch','Inventory','','','','yes','','','11174994674523413392900'),(2709,'111749946069','90',1.00,'100','retail','0','2025-06-15 03:19:06','','','','74','Cash',13.79,'100','','','11','16.00','1','2025-06-15 00:28:32','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','11174994675922332137735'),(2710,'111749946069','195',1.00,'100','retail','0','2025-06-15 03:19:19','','','','70','Cash',13.79,'100','','','11','16.00','1','2025-06-15 00:28:32','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','126.00','125','Inclusive','branch','Inventory','','','','yes','','','11174994677330130303430'),(2711,'111749946069','47',1.00,'200','retail','0','2025-06-15 03:19:35','','','','0','Cash',27.59,'200','','','11','16.00','1','2025-06-15 00:28:32','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9930.00','9929','Inclusive','branch','Inventory','','','','yes','','','11174994679201224732331'),(2712,'111749946069','272',1.00,'100','retail','0','2025-06-15 03:19:53','','','','33.3','Cash',13.79,'100','','','11','16.00','1','2025-06-15 00:28:32','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174994680602234322423'),(2713,'111749946069','90',1.00,'100','retail','0','2025-06-15 03:20:07','','','','74','Cash',13.79,'100','','','11','16.00','1','2025-06-15 00:28:32','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','11174994684222723346232'),(2714,'111749946069','45',1.00,'50','retail','0','2025-06-15 03:20:43','','','','0','Cash',6.90,'50','','','11','16.00','1','2025-06-15 00:28:32','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9761.00','9760','Inclusive','branch','Inventory','','','','yes','','','11174994687003410233372'),(2715,'111749946069','136',2.00,'520','retail','0','2025-06-15 03:21:11','','','','210','Cash',71.72,'260','','','11','16.00','1','2025-06-15 00:28:32','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','49.00','47','Inclusive','branch','Inventory','','','','yes','','','11174994689526235237492'),(2716,'111749946069','89',1.00,'250','retail','0','2025-06-15 03:21:35','','','','175','Cash',34.48,'250','','','11','16.00','1','2025-06-15 00:28:32','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','289.00','288','Inclusive','branch','Inventory','','','','yes','','','11174994691334230042021'),(2717,'111749946069','89',1.00,'250','retail','0','2025-06-15 03:21:53','','','','175','Cash',34.48,'250','','','11','16.00','1','2025-06-15 00:28:32','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','288.00','287','Inclusive','branch','Inventory','','','','yes','','','11174994693773224279403'),(2718,'111749946069','162',1.00,'15','retail','0','2025-06-15 03:22:18','','','','10','Cash',2.07,'15','','','11','16.00','1','2025-06-15 00:28:32','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','28.00','27','Inclusive','branch','Inventory','','','','yes','','','11174994696821233233496'),(2719,'111749946069','178',1.00,'100','retail','0','2025-06-15 03:22:48','','','','54.17','Cash',13.79,'100','','','11','16.00','1','2025-06-15 00:28:32','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','44.00','43','Inclusive','branch','Inventory','','','','yes','','','11174994699603129062072'),(2720,'111749946069','47',1.00,'200','retail','0','2025-06-15 03:23:16','','','','0','Cash',27.59,'200','','','11','16.00','1','2025-06-15 00:28:32','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9929.00','9928','Inclusive','branch','Inventory','','','','yes','','','11174994701623202037336'),(2721,'111749946069','3',1.00,'120','retail','0','2025-06-15 03:23:36','','','','0','Cash',16.55,'120','','','11','16.00','1','2025-06-15 00:28:32','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9972.00','9971','Inclusive','branch','Inventory','','','','yes','','B','11174994704844892229782'),(2722,'111749946069','79',1.00,'400','retail','0','2025-06-15 03:24:08','','','','0','Cash',55.17,'400','','','11','16.00','1','2025-06-15 00:28:32','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9973.00','9972','Inclusive','branch','Inventory','','','','yes','','','11174994707377290302732'),(2723,'111749946069','90',1.00,'100','retail','0','2025-06-15 03:24:33','','','','74','Cash',13.79,'100','','','11','16.00','1','2025-06-15 00:28:32','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','11174994709409020099232'),(2724,'111749946069','196',1.00,'20','retail','0','2025-06-15 03:24:54','','','','14','Cash',2.76,'20','','','11','16.00','1','2025-06-15 00:28:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','29.00','28','Inclusive','branch','Inventory','','','','yes','','','11174994711070323121322'),(2725,'111749946069','126',2.00,'3600','retail','0','2025-06-15 03:25:10','','','','1300','Cash',496.55,'1800','','','11','16.00','1','2025-06-15 00:28:32','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'2','3.00','1','Inclusive','branch','Inventory','','','','yes','','','11174994714800270203301'),(2726,'111749946069','272',1.00,'100','retail','0','2025-06-15 03:25:49','','','','33.3','Cash',13.79,'100','','','11','16.00','1','2025-06-15 00:28:32','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174994716036202902112'),(2727,'111749946069','272',1.00,'100','retail','0','2025-06-15 03:26:00','','','','33.3','Cash',13.79,'100','','','11','16.00','1','2025-06-15 00:28:32','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174994717120097794222'),(2728,'111749946069','187',2.00,'30','retail','0','2025-06-15 03:26:11','','','','8','Cash',4.14,'15','','','11','16.00','1','2025-06-15 00:28:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','50.00','48','Inclusive','branch','Inventory','','','','yes','','','11174994718533050090310'),(2729,'111749946069','113',1.00,'300','retail','0','2025-06-15 03:26:25','','','','217','Cash',41.38,'300','','','11','16.00','1','2025-06-15 00:28:32','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','11174994719903114743290'),(2730,'111749946069','176',1.00,'300','retail','0','2025-06-15 03:26:39','','','','180','Cash',41.38,'300','','','11','16.00','1','2025-06-15 00:28:32','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','11174994721771074193113'),(2731,'111749946069','176',5.00,'1500','retail','0','2025-06-15 03:26:58','','','','180','Cash',206.90,'300','','','11','16.00','1','2025-06-15 00:28:32','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'5','5.00','0','Inclusive','branch','Inventory','','','','yes','','','11174994724124034174423'),(2732,'111749946069','178',1.00,'100','retail','0','2025-06-15 03:27:21','','','','54.17','Cash',13.79,'100','','','11','16.00','1','2025-06-15 00:28:32','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','43.00','42','Inclusive','branch','Inventory','','','','yes','','','11174994725873342220310'),(2733,'111749946069','134',1.00,'300','retail','0','2025-06-15 03:27:39','','','','180','Cash',41.38,'300','','','11','16.00','1','2025-06-15 00:28:32','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','11174994728042003402028'),(2735,'41749947395','1',1.00,'100','retail','0','2025-06-15 03:29:55','','','','0','Cash',13.79,'100','','','4','16.00','1','2025-06-15 00:29:58','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9991.00','9990','Inclusive','branch','Inventory','','','','yes','','A','4174994739574320249733'),(2736,'61749946706','79',1.00,'400','retail','0','2025-06-15 03:18:26','','','','0','Cash',55.17,'400','','','6','16.00','1','2025-06-15 00:37:30','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9974.00','9973','Inclusive','branch','Inventory','','','','yes','','','6174994676262090627223'),(2737,'61749946706','272',1.00,'100','retail','0','2025-06-15 03:19:22','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-15 00:37:30','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174994677003340097301'),(2738,'61749946706','195',1.00,'100','retail','0','2025-06-15 03:19:30','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-15 00:37:30','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','125.00','124','Inclusive','branch','Inventory','','','','yes','','','6174994678036922339202'),(2739,'61749946706','148',1.00,'4000','retail','0','2025-06-15 03:37:24','','','','3120','Cash',551.72,'4000','','','6','16.00','1','2025-06-15 00:37:30','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',3448.28,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','6174994784579223304328'),(2740,'61749947908','130',1.00,'1200','retail','0','2025-06-15 03:38:28','','','','856','Cash',165.52,'1200','','','6','16.00','1','2025-06-15 00:40:03','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1034.48,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','6174994792333236037722'),(2741,'61749947908','272',1.00,'100','retail','0','2025-06-15 03:38:44','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-15 00:40:03','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174994793239332230391'),(2742,'61749947908','192',1.00,'300','retail','0','2025-06-15 03:38:53','','','','180','Cash',41.38,'300','','','6','16.00','1','2025-06-15 00:40:03','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','6174994794132334304072'),(2743,'61749947908','195',1.00,'100','retail','0','2025-06-15 03:39:02','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-15 00:40:03','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','124.00','123','Inclusive','branch','Inventory','','','','yes','','','6174994795162342274222'),(2744,'61749947908','80',1.00,'800','retail','0','2025-06-15 03:39:11','','','','0','Cash',110.34,'800','','','6','16.00','1','2025-06-15 00:40:03','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9990.00','9989','Inclusive','branch','Inventory','','','','yes','','','6174994796530962327362'),(2745,'61749947908','209',2.00,'500','retail','0','2025-06-15 03:39:26','','','','175','Cash',68.97,'250','','','6','16.00','1','2025-06-15 00:40:03','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','29.00','27','Inclusive','branch','Inventory','','','','yes','','','6174994797880301732223'),(2755,'41749948698','203',1.00,'100','retail','0','2025-06-15 03:51:38','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-15 00:52:04','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','16.00','15','Inclusive','branch','Inventory','','','','yes','','','4174994872122232203420'),(2756,'41749948769','37',1.00,'100','retail','0','2025-06-15 03:52:49','','','','0','Cash',13.79,'100','','','4','16.00','1','2025-06-15 00:53:32','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9998.00','9997','Inclusive','branch','Inventory','','','','yes','','','4174994881042222142402'),(2757,'41749947356','47',2.00,'400','retail','0','2025-06-15 03:29:16','','','','0','Cash',55.17,'200','','','4','16','1','2025-06-15 01:10:20','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9928.00','9926','Inclusive','branch','Inventory','','','','','',NULL,'4174994735730304301322'),(2758,'41749947356','115',2.00,'600','retail','0','2025-06-15 04:09:01','','','','217','Cash',82.76,'300','','','4','16.00','1','2025-06-15 01:10:20','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','37.00','35','Inclusive','branch','Inventory','','','','yes','','','4174994974220002203394'),(2759,'41749947356','272',1.00,'100','retail','0','2025-06-15 04:09:10','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-15 01:10:20','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174994975110233224030'),(2760,'41749947356','244',1.00,'200','retail','0','2025-06-15 04:09:35','','','','150','Cash',27.59,'200','','','4','16.00','1','2025-06-15 01:10:20','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9990.00','9989','Inclusive','branch','Inventory','','','','yes','','','4174994977632992323202'),(2761,'41749947356','217',1.00,'300','retail','0','2025-06-15 04:09:50','','','','225','Cash',41.38,'300','','','4','16.00','1','2025-06-15 01:10:20','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','4174994979104433220927'),(2762,'61749949864','217',2.00,'600','retail','0','2025-06-15 04:11:04','','','','225','Cash',82.76,'300','','','6','16.00','1','2025-06-15 01:11:53','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','11.00','9','Inclusive','branch','Inventory','','','','yes','','','6174994989229290422340'),(2763,'61749949864','244',3.00,'600','retail','0','2025-06-15 04:11:32','','','','150','Cash',82.76,'200','','','6','16.00','1','2025-06-15 01:11:53','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'3','9989.00','9986','Inclusive','branch','Inventory','','','','yes','','','6174994991091429213012'),(2764,'61749948024','192',4.00,'1200','retail','0','2025-06-15 03:40:24','','','','180','Cash',165.52,'300','','','6','16','1','2025-06-15 01:14:32','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'4','5.00','1','Inclusive','branch','Inventory','','','','','',NULL,'6174994815641000313243'),(2765,'61749948024','208',4.00,'1040','retail','0','2025-06-15 03:42:36','','','','195','Cash',143.45,'260','','','6','16','1','2025-06-15 01:14:32','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'4','21.00','17','Inclusive','branch','Inventory','','','','','',NULL,'6174994817241042022263'),(2766,'61749948024','272',1.00,'100','retail','0','2025-06-15 03:42:52','','','','33.3','Cash',13.79,'100','','','6','16','1','2025-06-15 01:14:32','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6174994818423284044002'),(2767,'61749948024','100',4.00,'1000','retail','0','2025-06-15 03:43:05','','','','165','Cash',137.93,'250','','','6','16','1','2025-06-15 01:14:32','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'4','13.00','9','Inclusive','branch','Inventory','','','','','',NULL,'6174994820312722486039'),(2768,'61749948024','208',4.00,'1040','retail','0','2025-06-15 03:43:24','','','','195','Cash',143.45,'260','','','6','16','1','2025-06-15 01:14:32','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'4','17.00','13','Inclusive','branch','Inventory','','','','','',NULL,'6174994822222422622330'),(2769,'61749948024','113',2.00,'600','retail','0','2025-06-15 03:45:42','','','','217','Cash',82.76,'300','','','6','16','1','2025-06-15 01:14:32','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','5.00','3','Inclusive','branch','Inventory','','','','','',NULL,'6174994835535432225052'),(2770,'61749948024','243',1.00,'10','retail','0','2025-06-15 03:45:55','','','','5','Cash',1.38,'10','','','6','16','1','2025-06-15 01:14:32','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',8.62,'1','17.00','16','Inclusive','branch','Inventory','','','','','',NULL,'6174994836502373220793'),(2771,'61749948024','162',1.00,'15','retail','0','2025-06-15 03:46:06','','','','10','Cash',2.07,'15','','','6','16','1','2025-06-15 01:14:32','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',12.93,'1','27.00','26','Inclusive','branch','Inventory','','','','','',NULL,'6174994837444733232274'),(2772,'61749948024','272',1.00,'100','retail','0','2025-06-15 03:46:14','','','','33.3','Cash',13.79,'100','','','6','16','1','2025-06-15 01:14:32','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6174994839209002377203'),(2773,'61749950078','154',1.00,'400','retail','0','2025-06-15 04:14:38','','','','270','Cash',55.17,'400','','','6','16.00','1','2025-06-15 01:15:09','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','6174995009730426000231'),(2774,'61749950078','195',1.00,'100','retail','0','2025-06-15 04:14:58','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-15 01:15:09','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','123.00','122','Inclusive','branch','Inventory','','','','yes','','','6174995010620010321203'),(2775,'41749950602','272',2.00,'200','retail','0','2025-06-15 04:23:22','','','','33.3','Cash',27.59,'100','','','4','16.00','1','2025-06-15 01:23:27','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','67.00','65','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174995060324200433343'),(2776,'61749952705','152',1.00,'900','retail','0','2025-06-15 04:58:25','','','','607','Cash',124.14,'900','','','6','16.00','1','2025-06-15 01:59:13','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','6174995272333230204740'),(2777,'61749952705','178',2.00,'200','retail','0','2025-06-15 04:58:43','','','','54.17','Cash',27.59,'100','','','6','16.00','1','2025-06-15 01:59:13','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','42.00','40','Inclusive','branch','Inventory','','','','yes','','','6174995273905209031337'),(2778,'61749952705','195',1.00,'100','retail','0','2025-06-15 04:58:59','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-15 01:59:13','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','122.00','121','Inclusive','branch','Inventory','','','','yes','','','6174995274922902220232'),(2779,'61749952923','155',1.00,'1000','retail','0','2025-06-15 05:02:04','','','','705','Cash',137.93,'1000','','','6','16.00','1','2025-06-15 02:05:49','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','6174995314672620753264'),(2780,'61749953153','155',1.00,'1000','retail','0','2025-06-15 05:05:53','','','','705','Cash',137.93,'1000','','','6','16.00','1','2025-06-15 02:06:16','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','6174995317324000053327'),(2781,'61749953203','122',1.00,'1300','retail','0','2025-06-15 05:06:43','','','','955','Cash',179.31,'1300','','','6','16.00','1','2025-06-15 02:09:05','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','6174995331923053203002'),(2782,'61749953203','209',1.00,'250','retail','0','2025-06-15 05:08:40','','','','175','Cash',34.48,'250','','','6','16.00','1','2025-06-15 02:09:05','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','27.00','26','Inclusive','branch','Inventory','','','','yes','','','6174995334230933634222'),(2783,'61749953497','89',4.00,'1000','retail','0','2025-06-15 05:11:37','','','','175','Cash',137.93,'250','','','6','16.00','1','2025-06-15 02:11:55','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'4','287.00','283','Inclusive','branch','Inventory','','','','yes','','','6174995351110195000643'),(2784,'51749954070','136',1.00,'260','retail','0','2025-06-15 05:21:10','','','','210','Cash',35.86,'260','','','5','16.00','1','2025-06-15 02:21:14','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','47.00','46','Inclusive','branch','Inventory','','','','yes','','','5174995407153244410072'),(2785,'51749954090','211',1.00,'1300','retail','0','2025-06-15 05:21:30','','','','805','Cash',179.31,'1300','','','5','16.00','1','2025-06-15 02:25:35','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','5174995415292043352333'),(2786,'51749954090','208',8.00,'2080','retail','0','2025-06-15 05:24:25','','','','195','Cash',286.90,'260','','','5','16.00','1','2025-06-15 02:25:35','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'8','13.00','5','Inclusive','branch','Inventory','','','','yes','','','5174995426602403304225'),(2787,'51749954090','188',4.00,'1200','retail','0','2025-06-15 05:24:43','','','','251','Cash',165.52,'300','','','5','16.00','1','2025-06-15 02:25:35','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'4','6.00','2','Inclusive','branch','Inventory','','','','yes','','','5174995428442041349402'),(2788,'51749954090','272',1.00,'100','retail','0','2025-06-15 05:25:16','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-15 02:25:35','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174995431730000325907'),(2789,'51749954550','89',2.00,'500','retail','0','2025-06-15 05:29:10','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-15 02:29:13','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','283.00','281','Inclusive','branch','Inventory','','','','yes','','','5174995455113533979395'),(2790,'51749954595','210',1.00,'400','retail','0','2025-06-15 05:29:55','','','','310','Cash',55.17,'400','','','5','16.00','1','2025-06-15 02:30:49','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','5174995464049446245243'),(2791,'51749954595','195',1.00,'100','retail','0','2025-06-15 05:30:46','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-15 02:30:49','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','121.00','120','Inclusive','branch','Inventory','','','','yes','','','5174995464753331030222'),(2792,'51749954702','97',1.00,'1800','retail','0','2025-06-15 05:31:42','','','','1175','Cash',248.28,'1800','','','5','16.00','1','2025-06-15 02:32:32','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','5174995472825293579400'),(2793,'51749954702','272',1.00,'100','retail','0','2025-06-15 05:32:18','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-15 02:32:32','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174995473921443225073'),(2794,'51749954702','195',1.00,'100','retail','0','2025-06-15 05:32:25','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-15 02:32:32','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','120.00','119','Inclusive','branch','Inventory','','','','yes','','','5174995474632126742395'),(2795,'51749954820','26',1.00,'700','retail','0','2025-06-15 05:33:40','','','','0','Cash',96.55,'700','','','5','16.00','1','2025-06-15 02:33:53','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9989.00','9988','Inclusive','branch','Inventory','','','','yes','','','5174995482050030332305'),(2796,'51749954820','45',1.00,'50','retail','0','2025-06-15 05:33:49','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-15 02:33:53','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9760.00','9759','Inclusive','branch','Inventory','','','','yes','','','5174995483083232320423'),(2797,'51749954864','180',1.00,'300','retail','0','2025-06-15 05:34:24','','','','185','Cash',41.38,'300','','','5','16.00','1','2025-06-15 02:34:42','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','5174995486544633936230'),(2798,'51749954864','209',1.00,'250','retail','0','2025-06-15 05:34:38','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-15 02:34:42','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','26.00','25','Inclusive','branch','Inventory','','','','yes','','','5174995487930422332930'),(2799,'51749954924','180',1.00,'300','retail','0','2025-06-15 05:35:24','','','','185','Cash',41.38,'300','','','5','16.00','1','2025-06-15 02:35:27','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','5174995492422020043394'),(2800,'51749955011','195',1.00,'100','retail','0','2025-06-15 05:36:51','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-15 02:36:54','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','119.00','118','Inclusive','branch','Inventory','','','','yes','','','5174995501233743334223'),(2801,'51749955058','217',1.00,'300','retail','0','2025-06-15 05:37:38','','','','225','Cash',41.38,'300','','','5','16.00','1','2025-06-15 02:37:41','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','5174995505880309005522'),(2802,'51749955105','115',1.00,'300','retail','0','2025-06-15 05:38:25','','','','217','Cash',41.38,'300','','','5','16.00','1','2025-06-15 02:38:37','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','35.00','34','Inclusive','branch','Inventory','','','','yes','','','5174995510674309904199'),(2803,'51749955105','272',1.00,'100','retail','0','2025-06-15 05:38:34','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-15 02:38:37','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174995511509030207291'),(2804,'51749955987','148',1.00,'4000','retail','0','2025-06-15 05:53:07','','','','3120','Cash',551.72,'4000','','','5','16.00','1','2025-06-15 02:53:26','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',3448.28,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','5174995598839320890229'),(2805,'51749955987','272',1.00,'100','retail','0','2025-06-15 05:53:18','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-15 02:53:26','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174995599919330200253'),(2806,'51749956055','25',1.00,'350','retail','0','2025-06-15 05:54:15','','','','0','Cash',48.28,'350','','','5','16.00','1','2025-06-15 02:54:28','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9989.00','9988','Inclusive','branch','Inventory','','','','yes','','','5174995605622333520450'),(2807,'51749956055','45',1.00,'50','retail','0','2025-06-15 05:54:24','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-15 02:54:28','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9759.00','9758','Inclusive','branch','Inventory','','','','yes','','','5174995606532537603401'),(2808,'51749956224','90',2.00,'200','retail','0','2025-06-15 05:57:11','','','','74','Cash',27.59,'100','','','5','16.00','1','2025-06-15 02:57:19','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','7.00','5','Inclusive','branch','Inventory','','','','yes','','','5174995623202937350452'),(2809,'51749956334','97',1.00,'1800','retail','0','2025-06-15 05:58:54','','','','1175','Cash',248.28,'1800','','','5','16.00','1','2025-06-15 02:59:48','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','5174995638192532230126'),(2810,'51749956656','178',1.00,'100','retail','0','2025-06-15 06:04:16','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-15 03:04:18','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','40.00','39','Inclusive','branch','Inventory','','','','yes','','','5174995665624103705402'),(2811,'51749956722','100',3.00,'750','retail','0','2025-06-15 06:05:22','','','','165','Cash',103.45,'250','','','5','16.00','1','2025-06-15 03:06:03','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','9.00','6','Inclusive','branch','Inventory','','','','yes','','','5174995672223293323220'),(2812,'51749956722','89',2.00,'500','retail','0','2025-06-15 06:05:39','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-15 03:06:03','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','281.00','279','Inclusive','branch','Inventory','','','','yes','','','5174995674030237520394'),(2813,'51749956722','136',1.00,'260','retail','0','2025-06-15 06:05:54','','','','210','Cash',35.86,'260','','','5','16.00','1','2025-06-15 03:06:03','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','46.00','45','Inclusive','branch','Inventory','','','','yes','','','5174995675539320590229'),(2814,'51749956869','23',1.00,'600','retail','0','2025-06-15 06:07:49','','','','0','Cash',82.76,'600','','','5','16.00','1','2025-06-15 03:08:21','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9991.00','9990','Inclusive','branch','Inventory','','','','yes','','','5174995687042652212302'),(2815,'51749956869','46',1.00,'100','retail','0','2025-06-15 06:08:08','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-15 03:08:21','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9967.00','9966','Inclusive','branch','Inventory','','','','yes','','','5174995688934223259325'),(2816,'51749956869','45',2.00,'100','retail','0','2025-06-15 06:08:17','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-15 03:08:21','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9758.00','9756','Inclusive','branch','Inventory','','','','yes','','','5174995689707353297604'),(2817,'51749956996','178',1.00,'100','retail','0','2025-06-15 06:09:56','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-15 03:09:59','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','39.00','38','Inclusive','branch','Inventory','','','','yes','','','5174995699743590932229'),(2818,'51749957028','210',1.00,'400','retail','0','2025-06-15 06:10:28','','','','310','Cash',55.17,'400','','','5','16.00','1','2025-06-15 03:11:12','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','5174995705773507237377'),(2819,'51749957028','209',1.00,'250','retail','0','2025-06-15 06:11:07','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-15 03:11:12','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','25.00','24','Inclusive','branch','Inventory','','','','yes','','','5174995706832732929008'),(2820,'51749957121','115',1.00,'300','retail','0','2025-06-15 06:12:01','','','','217','Cash',41.38,'300','','','5','16.00','1','2025-06-15 03:12:04','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','34.00','33','Inclusive','branch','Inventory','','','','yes','','','5174995712212935323439'),(2821,'51749957174','217',1.00,'300','retail','0','2025-06-15 06:12:54','','','','225','Cash',41.38,'300','','','5','16.00','1','2025-06-15 03:13:03','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','5174995717592210302243'),(2822,'51749957174','135',1.00,'300','retail','0','2025-06-15 06:12:59','','','','216','Cash',41.38,'300','','','5','16.00','1','2025-06-15 03:13:03','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','18.00','17','Inclusive','branch','Inventory','','','','yes','','','5174995718033203899032'),(2823,'51749957242','136',1.00,'260','retail','0','2025-06-15 06:14:02','','','','210','Cash',35.86,'260','','','5','16.00','1','2025-06-15 03:14:06','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','45.00','44','Inclusive','branch','Inventory','','','','yes','','','5174995724222752704224'),(2824,'51749957318','93',1.00,'500','retail','0','2025-06-15 06:15:19','','','','330','Cash',68.97,'500','','','5','16.00','1','2025-06-15 03:15:55','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','5174995735237032303249'),(2825,'51749957402','136',1.00,'260','retail','0','2025-06-15 06:16:42','','','','210','Cash',35.86,'260','','','5','16.00','1','2025-06-15 03:16:47','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','44.00','43','Inclusive','branch','Inventory','','','','yes','','','5174995740332309359240'),(2826,'51749957964','178',5.00,'500','retail','0','2025-06-15 06:26:04','','','','54.17','Cash',68.97,'100','','','5','16.00','1','2025-06-15 03:33:21','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'5','38.00','33','Inclusive','branch','Inventory','','','','yes','','','5174995796412333239002'),(2827,'51749957964','180',1.00,'300','retail','0','2025-06-15 06:26:09','','','','185','Cash',41.38,'300','','','5','16.00','1','2025-06-15 03:33:21','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','5174995797023230932292'),(2828,'51749957964','272',1.00,'100','retail','0','2025-06-15 06:26:18','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-15 03:33:21','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174995797822333302300'),(2829,'51749957964','195',1.00,'100','retail','0','2025-06-15 06:26:27','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-15 03:33:21','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','118.00','117','Inclusive','branch','Inventory','','','','yes','','','5174995798833329384892'),(2830,'51749957964','100',2.00,'500','retail','0','2025-06-15 06:27:17','','','','165','Cash',68.97,'250','','','5','16.00','1','2025-06-15 03:33:21','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','6.00','4','Inclusive','branch','Inventory','','','','yes','','','5174995803832200232932'),(2831,'51749957964','134',2.00,'600','retail','0','2025-06-15 06:27:33','','','','180','Cash',82.76,'300','','','5','16.00','1','2025-06-15 03:33:21','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','5.00','3','Inclusive','branch','Inventory','','','','yes','','','5174995805433222094374'),(2832,'61749959838','111',1.00,'1300','retail','0','2025-06-15 06:57:18','','','','945','Cash',179.31,'1300','','','6','16.00','1','2025-06-15 04:02:35','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','6174995985020952939320'),(2833,'61749959838','272',1.00,'100','retail','0','2025-06-15 06:57:30','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-15 04:02:35','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174995986129330633333'),(2834,'61749959838','195',1.00,'100','retail','0','2025-06-15 06:57:41','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-15 04:02:35','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','117.00','116','Inclusive','branch','Inventory','','','','yes','','','6174995987228370072238'),(2835,'61749959838','120',1.00,'25','retail','0','2025-06-15 06:57:52','','','','17','Cash',3.45,'25','','','6','16.00','1','2025-06-15 04:02:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','6174995988252082393399'),(2836,'61749959838','160',2.00,'200','retail','0','2025-06-15 06:58:02','','','','41.67','Cash',27.59,'100','','','6','16.00','1','2025-06-15 04:02:35','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','48.00','46','Inclusive','branch','Inventory','','','','yes','','','6174995989422233234782'),(2837,'61749959838','110',3.00,'1500','retail','0','2025-06-15 06:58:14','','','','345','Cash',206.90,'500','','','6','16.00','1','2025-06-15 04:02:35','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'3','11.00','8','Inclusive','branch','Inventory','','','','yes','','','6174995991254622225337'),(2838,'61749959838','100',2.00,'500','retail','0','2025-06-15 06:58:33','','','','165','Cash',68.97,'250','','','6','16.00','1','2025-06-15 04:02:35','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','4.00','2','Inclusive','branch','Inventory','','','','yes','','','6174995993303292293330'),(2839,'61749959838','22',1.00,'300','retail','0','2025-06-15 06:58:53','','','','0','Cash',41.38,'300','','','6','16.00','1','2025-06-15 04:02:35','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9950.00','9949','Inclusive','branch','Inventory','','','','yes','','','6174995994764477339920'),(2840,'61749959838','45',1.00,'50','retail','0','2025-06-15 07:02:14','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-15 04:02:35','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9756.00','9755','Inclusive','branch','Inventory','','','','yes','','','6174996014910304007329'),(2841,'141749969418','273',1.00,'3500','retail','0','2025-06-15 09:36:58','','','','2530','Cash',482.76,'3500','','','14','16.00','1','2025-06-15 06:37:21','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',3017.24,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','14174996941920433299393'),(2842,'31749974247','115',1.00,'300','retail','0','2025-06-15 10:57:27','','','','217','Cash',41.38,'300','','','3','16.00','1','2025-06-15 07:57:32','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','33.00','32','Inclusive','branch','Inventory','','','','yes','','','3174997424723132239972'),(2843,'31749974289','178',1.00,'100','retail','0','2025-06-15 10:58:09','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-15 07:58:14','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','33.00','32','Inclusive','branch','Inventory','','','','yes','','','3174997429032720333933'),(2844,'31749976299','163',2.00,'20','retail','0','2025-06-15 11:31:39','','','','5','Cash',2.76,'10','','','3','16.00','1','2025-06-15 08:31:42','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4.00','2','Inclusive','branch','Inventory','','','','yes','','','3174997629932263929020'),(2850,'31749978608','192',1.00,'300','retail','0','2025-06-15 12:10:08','','','','180','Cash',41.38,'300','','','3','16.00','1','2025-06-15 09:10:24','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','3174997860982320249823'),(2851,'31749978608','89',1.00,'250','retail','0','2025-06-15 12:10:20','','','','175','Cash',34.48,'250','','','3','16.00','1','2025-06-15 09:10:24','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','279.00','278','Inclusive','branch','Inventory','','','','yes','','','3174997862063234137233'),(2852,'31749978659','250',1.00,'1000','retail','0','2025-06-15 12:10:59','','','','500','Cash',137.93,'1000','','','3','16.00','1','2025-06-15 09:11:06','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9970.00','9969','Inclusive','branch','Inventory','1110','4000','5500','','','','3174997866009219063297'),(2853,'31749978686','186',2.00,'20','retail','0','2025-06-15 12:11:26','','','','8','Cash',2.76,'10','','','3','16.00','1','2025-06-15 09:11:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','6.00','4','Inclusive','branch','Inventory','','','','yes','','','3174997868603703300896'),(2854,'31749978929','89',1.00,'250','retail','0','2025-06-15 12:15:30','','','','175','Cash',34.48,'250','','','3','16.00','1','2025-06-15 09:15:33','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','278.00','277','Inclusive','branch','Inventory','','','','yes','','','3174997893020320833913'),(2873,'31749980614','24',1.00,'1200','retail','0','2025-06-15 12:43:34','','','','0','Cash',165.52,'1200','','','3','16','1','2025-06-15 10:32:21','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1034.48,'1','9995.00','9994','Inclusive','branch','Inventory','','','','','',NULL,'3174998061537272223503'),(2874,'31749980614','45',4.00,'200','retail','0','2025-06-15 12:43:45','','','','0','Cash',27.59,'50','','','3','16','1','2025-06-15 10:32:21','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'4','9754.00','9750','Inclusive','branch','Inventory','','','','','',NULL,'3174998062633029233932'),(2875,'31749980614','46',1.00,'100','retail','0','2025-06-15 12:43:50','','','','0','Cash',13.79,'100','','','3','16','1','2025-06-15 10:32:21','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9965.00','9964','Inclusive','branch','Inventory','','','','','',NULL,'3174998063109232901878'),(2876,'31749980614','89',2.00,'500','retail','0','2025-06-15 12:44:15','','','','175','Cash',68.97,'250','','','3','16','1','2025-06-15 10:32:21','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'2','277.00','275','Inclusive','branch','Inventory','','','','','',NULL,'3174998065602380706222'),(2877,'31749980614','116',1.00,'850','retail','0','2025-06-15 12:44:32','','','','585','Cash',117.24,'850','','','3','16','1','2025-06-15 10:32:21','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',732.76,'1','4.00','3','Inclusive','branch','Inventory','','','','','',NULL,'3174998067322307943203'),(2878,'31749980614','119',1.00,'400','retail','0','2025-06-15 12:44:44','','','','250','Cash',55.17,'400','','','3','16','1','2025-06-15 10:32:21','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',344.83,'1','8.00','7','Inclusive','branch','Inventory','','','','','',NULL,'3174998068488073134214'),(2879,'31749980614','272',1.00,'100','retail','0','2025-06-15 12:44:53','','','','33.3','Cash',13.79,'100','','','3','16','1','2025-06-15 10:32:21','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3174998069423139397282'),(2880,'31749980614','187',5.00,'75','retail','0','2025-06-15 12:47:10','','','','8','Cash',10.34,'15','','','3','16','1','2025-06-15 10:32:21','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',12.93,'5','48.00','43','Inclusive','branch','Inventory','','','','','',NULL,'3174998083000218233042'),(2881,'31749980614','186',2.00,'20','retail','0','2025-06-15 13:32:03','','','','8','Cash',2.76,'10','','','3','16.00','1','2025-06-15 10:32:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4.00','2','Inclusive','branch','Inventory','','','','yes','','','3174998352636823912622'),(2885,'31749976333','217',2.00,'600','retail','0','2025-06-15 11:32:13','','','','225','Cash',82.76,'300','','','3','16','1','2025-06-15 11:02:39','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','7.00','5','Inclusive','branch','Inventory','','','','','',NULL,'3174997633470220712923'),(2886,'31749976333','212',1.00,'1000','retail','0','2025-06-15 11:32:18','','','','860','Cash',137.93,'1000','','','3','16','1','2025-06-15 11:02:39','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',862.07,'1','5.00','4','Inclusive','branch','Inventory','','','','','',NULL,'3174997636370694743223'),(2887,'31749976333','217',2.00,'600','retail','0','2025-06-15 13:52:47','','','','225','Cash',82.76,'300','','','3','16','1','2025-06-15 11:02:39','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','5.00','3','Inclusive','branch','Inventory','','','','','',NULL,'3174998476862238633300'),(2888,'31749976333','272',1.00,'100','retail','0','2025-06-15 14:02:31','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-15 11:02:39','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174998535220309005522'),(2889,'31749985435','113',1.00,'300','retail','0','2025-06-15 14:03:55','','','','217','Cash',41.38,'300','','','3','16.00','1','2025-06-15 11:04:19','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','3174998543633042133440'),(2890,'31749985435','178',1.00,'100','retail','0','2025-06-15 14:04:13','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-15 11:04:19','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','32.00','31','Inclusive','branch','Inventory','','','','yes','','','3174998545493342249532'),(2895,'31749980742','272',1.00,'100','retail','0','2025-06-15 12:45:42','','','','33.3','Cash',13.79,'100','','','3','16','1','2025-06-15 11:07:35','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3174998074309240001330'),(2896,'31749980742','23',1.00,'600','retail','0','2025-06-15 12:46:04','','','','0','Cash',82.76,'600','','','3','16','1','2025-06-15 11:07:35','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9990.00','9989','Inclusive','branch','Inventory','','','','','',NULL,'3174998076472329732229'),(2897,'31749980742','45',2.00,'100','retail','0','2025-06-15 12:46:16','','','','0','Cash',13.79,'50','','','3','16','1','2025-06-15 11:07:35','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9750.00','9748','Inclusive','branch','Inventory','','','','','',NULL,'3174998077632390023830'),(2898,'31749980742','272',1.00,'100','retail','0','2025-06-15 14:06:29','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-15 11:07:35','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174998559022322287233'),(2899,'31749980742','126',1.00,'1800','retail','0','2025-06-15 14:06:38','','','','1300','Cash',248.28,'1800','','','3','16.00','1','2025-06-15 11:07:35','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','3174998560030233020223'),(2900,'31749980742','180',1.00,'300','retail','0','2025-06-15 14:06:46','','','','185','Cash',41.38,'300','','','3','16.00','1','2025-06-15 11:07:35','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','3174998563720220623333'),(2901,'31749980742','195',1.00,'100','retail','0','2025-06-15 14:07:26','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-15 11:07:35','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','116.00','115','Inclusive','branch','Inventory','','','','yes','','','3174998564784729762772'),(2921,'31749991271','116',1.00,'850','retail','0','2025-06-15 15:41:11','','','','585','Cash',117.24,'850','','','3','16.00','1','2025-06-15 12:41:49','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','3174999127232249203292'),(2922,'31749991271','187',1.00,'15','retail','0','2025-06-15 15:41:23','','','','8','Cash',2.07,'15','','','3','16.00','1','2025-06-15 12:41:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','32.00','31','Inclusive','branch','Inventory','','','','yes','','','3174999128431203003223'),(2923,'31749991271','160',1.00,'100','retail','0','2025-06-15 15:41:32','','','','41.67','Cash',13.79,'100','','','3','16.00','1','2025-06-15 12:41:49','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','46.00','45','Inclusive','branch','Inventory','','','','yes','','','3174999129492994232923'),(2924,'31749991271','272',1.00,'100','retail','0','2025-06-15 15:41:42','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-15 12:41:49','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174999130321303102119'),(2925,'31749987111','195',1.00,'100','retail','0','2025-06-15 14:31:51','','','','70','Cash',13.79,'100','','','3','16','1','2025-06-15 13:12:50','1','15','printed','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','115.00','114','Inclusive','branch','Inventory','','','','','',NULL,'3174998711212220112323'),(2926,'31749987111','119',1.00,'400','retail','0','2025-06-15 14:31:55','','','','250','Cash',55.17,'400','','','3','16','1','2025-06-15 13:12:50','1','15','printed','1','printed','pcs','','','','yes','','0','','','VATABLE',344.83,'1','7.00','6','Inclusive','branch','Inventory','','','','','',NULL,'3174998711626304332270'),(2927,'31749987111','110',1.00,'500','retail','0','2025-06-15 14:32:22','','','','345','Cash',68.97,'500','','','3','16','1','2025-06-15 13:12:50','1','11','printed','1','printed','pcs','','','','yes','','0','','','VATABLE',431.03,'1','8.00','7','Inclusive','branch','Inventory','','','','','',NULL,'3174998714233423134341'),(2928,'31749987111','272',1.00,'100','retail','0','2025-06-15 14:32:42','','','','33.3','Cash',13.79,'100','','','3','16','1','2025-06-15 13:12:50','1','16','printed','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3174998716334220332333'),(2929,'31749987111','23',1.00,'600','retail','0','2025-06-15 14:32:58','','','','0','Cash',82.76,'600','','','3','16','1','2025-06-15 13:12:50','4','2','printed','1','printed','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9989.00','9988','Inclusive','branch','Inventory','','','','','',NULL,'3174998717903233824332'),(2930,'31749987111','47',1.00,'200','retail','0','2025-06-15 14:33:08','','','','0','Cash',27.59,'200','','','3','16','1','2025-06-15 13:12:50','4','4','printed','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9926.00','9925','Inclusive','branch','Inventory','','','','','',NULL,'3174998718923293319400'),(2931,'31749987111','45',1.00,'50','retail','0','2025-06-15 14:33:13','','','','0','Cash',6.90,'50','','','3','16','1','2025-06-15 13:12:50','4','4','printed','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9748.00','9747','Inclusive','branch','Inventory','','','','','',NULL,'3174998719311317182132'),(2932,'31749987111','3',1.00,'120','retail','0','2025-06-15 15:09:46','','','','0','Cash',16.55,'120','','','3','16','1','2025-06-15 13:12:27','4','1','returned','1','new','pcs','','','16','yes','','0','','','VATABLE',103.45,'1','9971.00','9970','Inclusive','branch','Inventory','','','','yes','',NULL,'3174998938738293232224'),(2935,'31749995933','125',1.00,'900','retail','0','2025-06-15 16:58:53','','','','599','Cash',124.14,'900','','','3','16.00','1','2025-06-15 13:59:01','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','3174999593533431959093'),(2936,'31749996037','124',1.00,'600','retail','0','2025-06-15 17:00:37','','','','423','Cash',82.76,'600','','','3','16.00','1','2025-06-15 14:01:05','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','3174999604720247279230'),(2937,'31749996037','272',1.00,'100','retail','0','2025-06-15 17:01:01','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-15 14:01:05','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','52.00','51','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174999606202303326222'),(2940,'31749996082','231',1.00,'3000','retail','0','2025-06-15 17:01:22','','','','2451','Cash',413.79,'3000','','','3','16','1','2025-06-15 15:13:16','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',2586.21,'1','2.00','1','Inclusive','branch','Inventory','','','','','',NULL,'3174999610630333033310'),(2941,'31749996082','272',1.00,'100','retail','0','2025-06-15 17:02:45','','','','33.3','Cash',13.79,'100','','','3','16','1','2025-06-15 15:13:16','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3174999616633746326223'),(2942,'31749996082','208',2.00,'520','retail','0','2025-06-15 18:11:59','','','','195','Cash',71.72,'260','','','3','16.00','1','2025-06-15 15:13:16','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','5.00','3','Inclusive','branch','Inventory','','','','yes','','','3175000032052542003000'),(2943,'31749996082','231',1.00,'3000','retail','0','2025-06-15 18:12:00','','','','2451','Cash',413.79,'3000','','','3','16.00','1','2025-06-15 15:13:16','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',2586.21,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','3175000034032225002215'),(2944,'31749996082','138',1.00,'300','retail','0','2025-06-15 18:12:30','','','','265','Cash',41.38,'300','','','3','16.00','1','2025-06-15 15:13:16','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','24.00','23','Inclusive','branch','Inventory','','','','yes','','','3175000035131031130033'),(2945,'31749996082','138',1.00,'300','retail','0','2025-06-15 18:12:41','','','','265','Cash',41.38,'300','','','3','16.00','1','2025-06-15 15:13:16','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','23.00','22','Inclusive','branch','Inventory','','','','yes','','','3175000036230020322302'),(2958,'31749976403','22',1.00,'300','retail','0','2025-06-15 11:33:23','','','','0','Cash',41.38,'300','','','3','16','1','2025-06-15 15:50:58','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9949.00','9948','Inclusive','branch','Inventory','','','','','',NULL,'3174997640412333220227'),(2959,'31749976403','45',1.00,'50','retail','0','2025-06-15 11:33:32','','','','0','Cash',6.90,'50','','','3','16','1','2025-06-15 15:50:58','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9755.00','9754','Inclusive','branch','Inventory','','','','','',NULL,'3174997641240123339292'),(2960,'31749976403','46',1.00,'100','retail','0','2025-06-15 11:33:35','','','','0','Cash',13.79,'100','','','3','16','1','2025-06-15 15:50:58','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9966.00','9965','Inclusive','branch','Inventory','','','','','',NULL,'3174997641624149372070'),(2961,'31749976403','272',1.00,'100','retail','0','2025-06-15 14:05:44','','','','33.3','Cash',13.79,'100','','','3','16','1','2025-06-15 15:50:58','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3174998554593003222400'),(2962,'31749976403','288',7.00,'2100','retail','0','2025-06-15 18:50:34','','','','220','Cash',289.66,'300','','','3','16.00','1','2025-06-15 15:50:58','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'7','24.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175000263827333243888'),(2963,'31750002750','164',6.00,'300','retail','0','2025-06-15 18:52:30','','','','35','Cash',41.38,'50','','','3','16.00','1','2025-06-15 15:52:34','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'6','66.00','60','Inclusive','branch','Inventory','','','','yes','','','3175000275130320200422'),(2964,'31750003461','288',3.00,'900','retail','0','2025-06-15 19:04:21','','','','220','Cash',124.14,'300','','','3','16.00','1','2025-06-15 16:04:31','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','17.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175000346323002633243'),(2965,'31750001438','89',2.00,'500','retail','0','2025-06-15 18:30:38','','','','175','Cash',68.97,'250','','','3','16','1','2025-06-15 16:06:06','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'2','275.00','273','Inclusive','branch','Inventory','','','','','',NULL,'3175000143932203232359'),(2966,'31750001438','138',2.00,'600','retail','0','2025-06-15 18:31:15','','','','265','Cash',82.76,'300','','','3','16','1','2025-06-15 16:06:06','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','22.00','20','Inclusive','branch','Inventory','','','','','',NULL,'3175000147633033700023'),(2967,'31750001438','99',2.00,'600','retail','0','2025-06-15 18:31:45','','','','180','Cash',82.76,'300','','','3','16','1','2025-06-15 16:06:06','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','24.00','22','Inclusive','branch','Inventory','','','','','',NULL,'3175000150623632100025'),(2968,'31750001438','195',1.00,'100','retail','0','2025-06-15 18:31:53','','','','70','Cash',13.79,'100','','','3','16','1','2025-06-15 16:06:06','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','114.00','113','Inclusive','branch','Inventory','','','','','',NULL,'3175000151420300522032'),(2969,'31750001438','138',1.00,'300','retail','0','2025-06-15 19:06:02','','','','265','Cash',41.38,'300','','','3','16.00','1','2025-06-15 16:06:06','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','20.00','19','Inclusive','branch','Inventory','','','','yes','','','3175000356360030227036'),(2970,'61750004863','118',2.00,'2000','retail','0','2025-06-15 19:27:43','','','','710','Cash',275.86,'1000','','','6','16.00','1','2025-06-15 16:28:22','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'2','5.00','3','Inclusive','branch','Inventory','','','','yes','','','6175000488222325233203'),(2971,'61750004863','272',1.00,'100','retail','0','2025-06-15 19:28:04','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-15 16:28:22','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175000489834881020948'),(2972,'31750005390','138',2.00,'600','retail','0','2025-06-15 19:36:30','','','','265','Cash',82.76,'300','','','3','16.00','1','2025-06-15 16:38:10','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','19.00','17','Inclusive','branch','Inventory','','','','yes','','','3175000539122737021003'),(2973,'31750005390','134',2.00,'600','retail','0','2025-06-15 19:36:51','','','','180','Cash',82.76,'300','','','3','16.00','1','2025-06-15 16:38:10','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','27.00','25','Inclusive','branch','Inventory','','','','yes','','','3175000541213033070304'),(2974,'31750005390','99',2.00,'600','retail','0','2025-06-15 19:37:01','','','','180','Cash',82.76,'300','','','3','16.00','1','2025-06-15 16:38:10','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','22.00','20','Inclusive','branch','Inventory','','','','yes','','','3175000542220343252033'),(2975,'31750005390','89',1.00,'250','retail','0','2025-06-15 19:37:16','','','','175','Cash',34.48,'250','','','3','16.00','1','2025-06-15 16:38:10','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','273.00','272','Inclusive','branch','Inventory','','','','yes','','','3175000543703521223032'),(2976,'31750005390','89',1.00,'250','retail','0','2025-06-15 19:38:05','','','','175','Cash',34.48,'250','','','3','16.00','1','2025-06-15 16:38:10','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','272.00','271','Inclusive','branch','Inventory','','','','yes','','','3175000548612202148472'),(2977,'31750005519','208',1.00,'260','retail','0','2025-06-15 19:38:39','','','','195','Cash',35.86,'260','','','3','16.00','1','2025-06-15 16:38:48','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','3175000552131307222323'),(2978,'31750005519','208',1.00,'260','retail','0','2025-06-15 19:38:44','','','','195','Cash',35.86,'260','','','3','16.00','1','2025-06-15 16:38:48','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','3175000552530302331302'),(2979,'31750005569','288',2.00,'600','retail','0','2025-06-15 19:39:29','','','','220','Cash',82.76,'300','','','3','16.00','1','2025-06-15 16:40:26','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','14.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175000557030320502533'),(2980,'31750005569','138',1.00,'300','retail','0','2025-06-15 19:39:47','','','','265','Cash',41.38,'300','','','3','16.00','1','2025-06-15 16:40:26','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','17.00','16','Inclusive','branch','Inventory','','','','yes','','','3175000558855200223430'),(2981,'31750005569','89',1.00,'250','retail','0','2025-06-15 19:40:03','','','','175','Cash',34.48,'250','','','3','16.00','1','2025-06-15 16:40:26','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','271.00','270','Inclusive','branch','Inventory','','','','yes','','','3175000560620310502552'),(2982,'31750005569','99',2.00,'600','retail','0','2025-06-15 19:40:22','','','','180','Cash',82.76,'300','','','3','16.00','1','2025-06-15 20:00:57','1','13','returned','1','new','pcs','','2025-06-15 23:00:57','16','yes','','0','','','VATABLE',258.62,'2','20.00','18','Inclusive','branch','Inventory','','','','yes','','','3175000562473333513130'),(2983,'111750007168','201',1.00,'300','retail','0','2025-06-15 20:06:08','','','','200','Cash',41.38,'300','','','11','16.00','1','2025-06-15 17:07:56','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','11175000720533007002002'),(2984,'111750007168','164',1.00,'50','retail','0','2025-06-15 20:07:31','','','','35','Cash',6.90,'50','','','11','16.00','1','2025-06-15 17:07:56','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','60.00','59','Inclusive','branch','Inventory','','','','yes','','','11175000726330302303033'),(2986,'51750007320','23',1.00,'600','retail','0','2025-06-15 20:08:40','','','','0','Cash',82.76,'600','','','5','16.00','1','2025-06-15 17:08:52','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9988.00','9987','Inclusive','branch','Inventory','','','','yes','','','5175000732130023230722'),(2987,'51750007320','45',2.00,'100','retail','0','2025-06-15 20:08:48','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-15 17:08:52','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9747.00','9745','Inclusive','branch','Inventory','','','','yes','','','5175000732922579323032'),(2988,'41750007487','119',1.00,'400','retail','0','2025-06-15 20:11:27','','','','250','Cash',55.17,'400','','','4','16.00','1','2025-06-15 17:11:48','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','4175000748730340202307'),(2989,'41750007487','79',1.00,'400','retail','0','2025-06-15 20:11:45','','','','0','Cash',55.17,'400','','','4','16.00','1','2025-06-15 17:11:48','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9972.00','9971','Inclusive','branch','Inventory','','','','yes','','','4175000750634033202203'),(2990,'51750007656','230',1.00,'5500','retail','0','2025-06-15 20:14:16','','','','4651','Cash',758.62,'5500','','','5','16.00','1','2025-06-15 17:14:20','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',4741.38,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','5175000765723032377332'),(2991,'51750008896','118',1.00,'1000','retail','0','2025-06-15 20:34:56','','','','710','Cash',137.93,'1000','','','5','16.00','1','2025-06-15 17:34:59','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','5175000889747212023000'),(2992,'51750008970','195',1.00,'100','retail','0','2025-06-15 20:36:10','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-15 17:36:15','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','112.00','111','Inclusive','branch','Inventory','','','','yes','','','5175000897192131152250'),(2993,'111750009674','195',1.00,'100','retail','0','2025-06-15 20:47:54','','','','70','Cash',13.79,'100','','','11','16.00','1','2025-06-15 17:49:04','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','111.00','110','Inclusive','branch','Inventory','','','','yes','','','11175000973435137303217'),(2994,'41750010837','117',1.00,'350','retail','0','2025-06-15 21:07:17','','','','245','Cash',48.28,'350','','','4','16.00','1','2025-06-15 18:07:56','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','4175001083833030533283'),(2995,'41750010837','160',1.00,'100','retail','0','2025-06-15 21:07:25','','','','41.67','Cash',13.79,'100','','','4','16.00','1','2025-06-15 18:07:56','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','45.00','44','Inclusive','branch','Inventory','','','','yes','','','4175001084603428160408'),(2996,'41750010837','242',1.00,'200','retail','0','2025-06-15 21:07:49','','','','200','Cash',27.59,'200','','','4','16.00','1','2025-06-15 18:07:56','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','4175001087002028023503'),(2997,'51750007220','195',1.00,'100','retail','0','2025-06-15 20:07:00','','','','70','Cash',13.79,'100','','','5','16','1','2025-06-15 18:09:48','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','113.00','112','Inclusive','branch','Inventory','','','','','',NULL,'5175000722170000502530'),(2998,'51750011023','80',1.00,'800','retail','0','2025-06-15 21:10:23','','','','0','Cash',110.34,'800','','','5','16.00','1','2025-06-15 18:10:33','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9989.00','9988','Inclusive','branch','Inventory','','','','yes','','','5175001102447352002320'),(2999,'51750011094','215',1.00,'600','retail','0','2025-06-15 21:11:34','','','','465','Cash',82.76,'600','','','5','16.00','1','2025-06-15 18:11:38','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','5175001109523013200002'),(3000,'61750011228','201',1.00,'300','retail','0','2025-06-15 21:13:48','','','','200','Cash',41.38,'300','','','6','16.00','1','2025-06-15 18:14:22','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','6175001124032033403300'),(3001,'61750011228','178',4.00,'400','retail','0','2025-06-15 21:14:01','','','','54.17','Cash',55.17,'100','','','6','16.00','1','2025-06-15 18:14:22','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'4','31.00','27','Inclusive','branch','Inventory','','','','yes','','','6175001125920223041302'),(3002,'41750011323','124',1.00,'600','retail','0','2025-06-15 21:15:23','','','','423','Cash',82.76,'600','','','4','16.00','1','2025-06-15 18:15:51','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','4175001132402223025322'),(3003,'41750011323','272',1.00,'100','retail','0','2025-06-15 21:15:30','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-15 18:15:51','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175001133020221202233'),(3004,'41750011323','242',1.00,'200','retail','0','2025-06-15 21:15:41','','','','200','Cash',27.59,'200','','','4','16.00','1','2025-06-15 18:15:51','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','4175001134232350320323'),(3006,'41750013681','118',1.00,'1000','retail','0','2025-06-15 21:54:41','','','','710','Cash',137.93,'1000','','','4','16.00','1','2025-06-15 18:55:06','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','4175001369474991223020'),(3007,'41750013681','178',1.00,'100','retail','0','2025-06-15 21:55:02','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-15 18:55:06','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','27.00','26','Inclusive','branch','Inventory','','','','yes','','','4175001370332024214502'),(3015,'61750014213','136',1.00,'260','retail','0','2025-06-15 22:03:33','','','','210','Cash',35.86,'260','','','6','16.00','1','2025-06-15 19:05:02','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','68.00','67','Inclusive','branch','Inventory','','','','yes','','','6175001423170322523272'),(3016,'61750014213','195',1.00,'100','retail','0','2025-06-15 22:03:51','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-15 19:05:02','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','110.00','109','Inclusive','branch','Inventory','','','','yes','','','6175001424151001203513'),(3017,'61750014213','90',1.00,'100','retail','0','2025-06-15 22:04:02','','','','74','Cash',13.79,'100','','','6','16.00','1','2025-06-15 19:05:02','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','6175001429821430330913'),(3018,'61750014314','193',1.00,'300','retail','0','2025-06-15 22:05:14','','','','230','Cash',41.38,'300','','','6','16.00','1','2025-06-15 19:05:33','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','6175001433033320305002'),(3019,'51750014388','23',1.00,'600','retail','0','2025-06-15 22:06:28','','','','0','Cash',82.76,'600','','','5','16.00','1','2025-06-15 19:06:44','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9987.00','9986','Inclusive','branch','Inventory','','','','yes','','','5175001438903052200432'),(3020,'51750014388','47',1.00,'200','retail','0','2025-06-15 22:06:38','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-15 19:06:44','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9925.00','9924','Inclusive','branch','Inventory','','','','yes','','','5175001439872022332084'),(3021,'51750014431','250',1.00,'1000','retail','0','2025-06-15 22:07:11','','','','500','Cash',137.93,'1000','','','5','16.00','1','2025-06-15 19:07:15','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9969.00','9968','Inclusive','branch','Inventory','1110','4000','5500','','','','5175001443240015340320'),(3025,'61750013362','90',2.00,'200','retail','0','2025-06-15 21:49:22','','','','74','Cash',27.59,'100','','','6','16','1','2025-06-15 19:39:29','1','10','printed','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','6.00','4','Inclusive','branch','Inventory','','','','','',NULL,'6175001338510001363402'),(3026,'61750013362','187',1.00,'15','retail','0','2025-06-15 21:49:46','','','','8','Cash',2.07,'15','','','6','16','1','2025-06-15 19:39:29','1','17','printed','1','printed','pcs','','','','yes','','0','','','VATABLE',12.93,'1','31.00','30','Inclusive','branch','Inventory','','','','','',NULL,'6175001339830533032023'),(3027,'61750013362','20',1.00,'200','retail','0','2025-06-15 21:49:58','','','','0','Cash',27.59,'200','','','6','16','1','2025-06-15 19:39:29','4','1','printed','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9999.00','9998','Inclusive','branch','Inventory','','','','','',NULL,'6175001341122270223301'),(3028,'61750013362','90',1.00,'100','retail','0','2025-06-15 21:50:12','','','','74','Cash',13.79,'100','','','6','16','1','2025-06-15 19:39:29','1','10','printed','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','4.00','3','Inclusive','branch','Inventory','','','','','',NULL,'6175001342240222032133'),(3029,'61750013362','90',1.00,'100','retail','0','2025-06-15 21:50:23','','','','74','Cash',13.79,'100','','','6','16','1','2025-06-15 19:39:29','1','10','printed','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','3.00','2','Inclusive','branch','Inventory','','','','','',NULL,'6175001343253222132003'),(3030,'61750013362','90',1.00,'100','retail','0','2025-06-15 21:50:46','','','','74','Cash',13.79,'100','','','6','16','1','2025-06-15 19:39:29','1','10','printed','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','2.00','1','Inclusive','branch','Inventory','','','','','',NULL,'6175001345935725102025'),(3031,'61750013362','266',1.00,'500','retail','0','2025-06-15 22:03:01','','','','250','Cash',68.97,'500','','','6','16','1','2025-06-15 20:10:44','4','6','returned','1','printed','pcs','','2025-06-15 23:10:44','16','yes','','0','','','VATABLE',431.03,'1','10097.00','10096','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6175001419413420711500'),(3032,'61750013362','285',1.00,'300','retail','0','2025-06-15 22:24:14','','','','150','Cash',41.38,'300','','','6','16.00','1','2025-06-15 19:39:29','4','6','printed','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175001546600062010474'),(3041,'41750011365','218',2.00,'520','retail','0','2025-06-15 21:16:05','','','','200','Cash',71.72,'260','','','4','16','1','2025-06-15 19:41:54','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'2','50.00','48','Inclusive','branch','Inventory','','','','','',NULL,'4175001136632622634033'),(3042,'41750011365','93',1.00,'500','retail','0','2025-06-15 22:11:01','','','','330','Cash',68.97,'500','','','4','16','1','2025-06-15 19:41:54','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',431.03,'1','2.00','1','Inclusive','branch','Inventory','','','','','',NULL,'4175001468778302020300'),(3043,'41750011365','195',1.00,'100','retail','0','2025-06-15 22:11:49','','','','70','Cash',13.79,'100','','','4','16','1','2025-06-15 19:41:54','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','109.00','108','Inclusive','branch','Inventory','','','','','',NULL,'4175001471041220410733'),(3044,'41750011365','272',1.00,'100','retail','0','2025-06-15 22:41:40','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-15 19:41:54','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175001650120420721220'),(3045,'31749987111','15',1.00,'120','retail','0','2025-06-15 16:12:19','','','','0','Cash',16.55,'120','','','16','16','1','2025-06-15 19:42:29','4','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'0','','','Inclusive','branch','Inventory','','','','','','','175001654917'),(3046,'31749987111','15',1.00,'120','retail','0','2025-06-15 16:12:19','','','','0','Cash',16.55,'120','','','16','16','1','2025-06-15 19:42:29','4','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'0','','','Inclusive','branch','Inventory','','','','','','','175001654918'),(3047,'31749987111','15',1.00,'120','retail','0','2025-06-15 16:12:19','','','','0','Cash',16.55,'120','','','16','16','1','2025-06-15 19:42:29','4','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'0','','','Inclusive','branch','Inventory','','','','','','','175001654919'),(3048,'31749987111','15',1.00,'120','retail','0','2025-06-15 16:12:19','','','','0','Cash',16.55,'120','','','16','16','1','2025-06-15 19:42:29','4','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'0','','','Inclusive','branch','Inventory','','','','','','','175001654920'),(3049,'61750016541','115',1.00,'300','retail','0','2025-06-15 22:42:21','','','','217','Cash',41.38,'300','','','6','16.00','1','2025-06-15 19:42:59','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','30.00','29','Inclusive','branch','Inventory','','','','yes','','','6175001656607300220366'),(3050,'61750016541','178',1.00,'100','retail','0','2025-06-15 22:42:46','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-15 19:42:59','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','26.00','25','Inclusive','branch','Inventory','','','','yes','','','6175001657625333226210'),(3051,'61750017392','218',4.00,'1040','retail','0','2025-06-15 22:56:32','','','','200','Cash',143.45,'260','','','6','16.00','1','2025-06-15 19:57:01','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','48.00','44','Inclusive','branch','Inventory','','','','yes','','','6175001741900671293003'),(3052,'111750017485','47',1.00,'200','retail','0','2025-06-15 22:58:05','','','','0','Cash',27.59,'200','','','11','16.00','1','2025-06-15 19:58:27','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9924.00','9923','Inclusive','branch','Inventory','','','','yes','','','11175001750232520232321'),(3053,'81750019270','113',1.00,'300','retail','0','2025-06-15 23:27:50','','','','217','Cash',41.38,'300','','','8','16.00','1','2025-06-15 20:27:55','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','8175001927121543228023'),(3054,'111750020372','48',1.00,'300','retail','0','2025-06-15 23:46:12','','','','0','Cash',41.38,'300','','','11','16.00','1','2025-06-15 20:50:10','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9998.00','9997','Inclusive','branch','Inventory','','','','yes','','','11175002039101323330222'),(3055,'111750020372','203',2.00,'200','retail','0','2025-06-15 23:46:31','','','','70','Cash',27.59,'100','','','11','16.00','1','2025-06-15 20:50:10','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','15.00','13','Inclusive','branch','Inventory','','','','yes','','','11175002041423503121234'),(3056,'111750020372','189',1.00,'600','retail','0','2025-06-15 23:46:54','','','','423','Cash',82.76,'600','','','11','16.00','1','2025-06-15 20:50:10','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','11175002043550333211573'),(3057,'111750020372','160',1.00,'100','retail','0','2025-06-15 23:47:16','','','','41.67','Cash',13.79,'100','','','11','16.00','1','2025-06-15 20:50:10','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','44.00','43','Inclusive','branch','Inventory','','','','yes','','','11175002046521247200002'),(3058,'111750020372','89',3.00,'750','retail','0','2025-06-15 23:47:45','','','','175','Cash',103.45,'250','','','11','16.00','1','2025-06-15 20:50:10','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','270.00','267','Inclusive','branch','Inventory','','','','yes','','','11175002049232300372207'),(3059,'111750020372','195',1.00,'100','retail','0','2025-06-15 23:48:12','','','','70','Cash',13.79,'100','','','11','16.00','1','2025-06-15 20:50:10','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','108.00','107','Inclusive','branch','Inventory','','','','yes','','','11175002051525053023550'),(3060,'111750020372','47',1.00,'200','retail','0','2025-06-15 23:48:35','','','','0','Cash',27.59,'200','','','11','16.00','1','2025-06-15 20:50:10','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9923.00','9922','Inclusive','branch','Inventory','','','','yes','','','11175002052820210382220'),(3061,'111750020372','117',1.00,'350','retail','0','2025-06-15 23:48:48','','','','245','Cash',48.28,'350','','','11','16.00','1','2025-06-15 20:50:10','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','11175002055301033353350'),(3062,'111750020372','178',1.00,'100','retail','0','2025-06-15 23:49:13','','','','54.17','Cash',13.79,'100','','','11','16.00','1','2025-06-15 20:50:10','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','25.00','24','Inclusive','branch','Inventory','','','','yes','','','11175002057023030020120'),(3063,'111750020372','47',1.00,'200','retail','0','2025-06-15 23:49:30','','','','0','Cash',27.59,'200','','','11','16.00','1','2025-06-15 20:50:10','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9922.00','9921','Inclusive','branch','Inventory','','','','yes','','','11175002058920308250022'),(3069,'41750021389','218',2.00,'520','retail','0','2025-06-16 00:03:09','','','','200','Cash',71.72,'260','','','4','16','1','2025-06-15 21:31:25','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'2','44.00','42','Inclusive','branch','Inventory','','','','','',NULL,'4175002138979352002029'),(3070,'41750021389','209',2.00,'500','retail','0','2025-06-16 00:03:17','','','','175','Cash',68.97,'250','','','4','16','1','2025-06-15 21:31:25','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'2','74.00','72','Inclusive','branch','Inventory','','','','','',NULL,'4175002139821303202432'),(3071,'41750021389','136',1.00,'260','retail','0','2025-06-16 00:03:21','','','','210','Cash',35.86,'260','','','4','16','1','2025-06-15 21:31:25','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','67.00','66','Inclusive','branch','Inventory','','','','','',NULL,'4175002140234300031030'),(3072,'41750021389','272',1.00,'100','retail','0','2025-06-16 00:03:29','','','','33.3','Cash',13.79,'100','','','4','16','1','2025-06-15 21:31:25','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'4175002141032313223022'),(3073,'41750021389','80',1.00,'800','retail','0','2025-06-16 00:03:46','','','','0','Cash',110.34,'800','','','4','16','1','2025-06-15 21:31:25','5','8','new','1','printed','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9988.00','9987','Inclusive','branch','Inventory','','','','','',NULL,'4175002142724257272230'),(3074,'41750021389','218',2.00,'520','retail','0','2025-06-16 00:30:58','','','','200','Cash',71.72,'260','','','4','16.00','1','2025-06-15 21:31:25','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','42.00','40','Inclusive','branch','Inventory','','','','yes','','','4175002305907302424203'),(3075,'41750021389','209',2.00,'500','retail','0','2025-06-16 00:31:07','','','','175','Cash',68.97,'250','','','4','16.00','1','2025-06-15 21:31:25','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','72.00','70','Inclusive','branch','Inventory','','','','yes','','','4175002306703303023325'),(3076,'41750021389','136',2.00,'520','retail','0','2025-06-16 00:31:15','','','','210','Cash',71.72,'260','','','4','16.00','1','2025-06-15 21:31:25','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','66.00','64','Inclusive','branch','Inventory','','','','yes','','','4175002307630335200300'),(3077,'41750024742','87',1.00,'3500','retail','0','2025-06-16 00:59:02','','','','2650','Cash',482.76,'3500','','','4','16.00','1','2025-06-15 21:59:24','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',3017.24,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','4175002476030020423302'),(3078,'41750027024','46',2.00,'200','retail','0','2025-06-16 01:37:04','','','','0','Cash',27.59,'100','','','4','16.00','1','2025-06-15 22:37:07','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','9964.00','9962','Inclusive','branch','Inventory','','','','yes','','','4175002702420220023343'),(3079,'111750026825','187',2.00,'30','retail','0','2025-06-16 01:33:45','','','','8','Cash',4.14,'15','','','11','16.00','1','2025-06-15 22:42:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','30.00','28','Inclusive','branch','Inventory','','','','yes','','','11175002684800212404070'),(3080,'111750026825','208',1.00,'260','retail','0','2025-06-16 01:34:08','','','','195','Cash',35.86,'260','','','11','16.00','1','2025-06-15 22:42:29','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','11175002687031721307020'),(3081,'111750026825','117',1.00,'350','retail','0','2025-06-16 01:34:30','','','','245','Cash',48.28,'350','','','11','16.00','1','2025-06-15 22:42:29','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','11175002690707732721071'),(3082,'111750026825','272',1.00,'100','retail','0','2025-06-16 01:35:28','','','','33.3','Cash',13.79,'100','','','11','16.00','1','2025-06-15 22:42:29','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175002693610009323113'),(3083,'111750026825','156',1.00,'260','retail','0','2025-06-16 01:35:36','','','','200','Cash',35.86,'260','','','11','16.00','1','2025-06-15 22:42:29','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','24.00','23','Inclusive','branch','Inventory','','','','yes','','','11175002695522930523303'),(3084,'111750026825','209',1.00,'250','retail','0','2025-06-16 01:35:56','','','','175','Cash',34.48,'250','','','11','16.00','1','2025-06-15 22:42:29','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','70.00','69','Inclusive','branch','Inventory','','','','yes','','','11175002700322020332007'),(3085,'111750026825','15',2.00,'240','retail','0','2025-06-16 01:36:44','','','','0','Cash',33.10,'120','','','11','16.00','1','2025-06-15 22:42:29','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'2','9984.00','9982','Inclusive','branch','Inventory','','','','yes','','','11175002705020022220200'),(3086,'111750026825','12',1.00,'150','retail','0','2025-06-16 01:37:31','','','','0','Cash',20.69,'150','','','11','16.00','1','2025-06-15 22:42:29','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','','11175002710312020513010'),(3087,'111750026825','113',1.00,'300','retail','0','2025-06-16 01:38:23','','','','217','Cash',41.38,'300','','','11','16.00','1','2025-06-15 22:42:29','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','11175002713103117311372'),(3088,'111750026825','272',1.00,'100','retail','0','2025-06-16 01:38:51','','','','33.3','Cash',13.79,'100','','','11','16.00','1','2025-06-15 22:42:29','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175002713902130121123'),(3089,'111750026825','209',1.00,'250','retail','0','2025-06-16 01:39:00','','','','175','Cash',34.48,'250','','','11','16.00','1','2025-06-15 22:42:29','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','69.00','68','Inclusive','branch','Inventory','','','','yes','','','11175002715825337058870'),(3090,'51750028268','138',1.00,'300','retail','0','2025-06-16 01:57:48','','','','265','Cash',41.38,'300','','','5','16.00','1','2025-06-15 22:57:51','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','16.00','15','Inclusive','branch','Inventory','','','','yes','','','5175002826836232512223'),(3091,'51750028334','272',1.00,'100','retail','0','2025-06-16 01:58:54','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-15 22:58:58','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175002833400223002243'),(3092,'51750028375','22',1.00,'300','retail','0','2025-06-16 01:59:35','','','','0','Cash',41.38,'300','','','5','16.00','1','2025-06-15 22:59:43','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9948.00','9947','Inclusive','branch','Inventory','','','','yes','','','5175002837661331710402'),(3093,'51750028375','45',1.00,'50','retail','0','2025-06-16 01:59:40','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-15 22:59:43','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9745.00','9744','Inclusive','branch','Inventory','','','','yes','','','5175002838024020322022'),(3094,'141750063786','272',1.00,'100','retail','0','2025-06-16 11:49:46','','','','33.3','Cash',13.79,'100','','','14','16.00','1','2025-06-16 08:53:59','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','14175006378622252302022'),(3095,'141750063786','180',1.00,'300','retail','0','2025-06-16 11:53:50','','','','185','Cash',41.38,'300','','','14','16.00','1','2025-06-16 08:53:59','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','17.00','16','Inclusive','branch','Inventory','','','','yes','','','14175006403143624322614'),(3096,'41750080956','201',1.00,'300','retail','0','2025-06-16 16:35:56','','','','200','Cash',41.38,'300','','','4','16.00','1','2025-06-16 13:36:53','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','4175008100030003220322'),(3097,'41750080956','272',1.00,'100','retail','0','2025-06-16 16:36:48','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-16 13:36:53','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175008100933030533293'),(3098,'41750081041','209',2.00,'500','retail','0','2025-06-16 16:37:21','','','','175','Cash',68.97,'250','','','4','16.00','1','2025-06-16 13:44:03','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','64.00','62','Inclusive','branch','Inventory','','','','yes','','','4175008104237342422402'),(3099,'41750081041','136',2.00,'520','retail','0','2025-06-16 16:37:27','','','','210','Cash',71.72,'260','','','4','16.00','1','2025-06-16 13:44:03','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','63.00','61','Inclusive','branch','Inventory','','','','yes','','','4175008104734233207237'),(3100,'41750081041','272',1.00,'100','retail','0','2025-06-16 16:37:39','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-16 13:44:03','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175008106045203202231'),(3101,'41750081041','272',1.00,'100','retail','0','2025-06-16 16:43:56','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-16 13:44:03','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175008143703332100073'),(3102,'41750083272','195',1.00,'100','retail','0','2025-06-16 17:14:33','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-16 14:14:37','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','107.00','106','Inclusive','branch','Inventory','','','','yes','','','4175008327438332343302'),(3106,'41750083510','136',2.00,'520','retail','0','2025-06-16 17:18:30','','','','210','Cash',71.72,'260','','','4','16','1','2025-06-16 14:54:27','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'2','61.00','59','Inclusive','branch','Inventory','','','','','',NULL,'4175008351213322333330'),(3107,'41750083510','209',2.00,'500','retail','0','2025-06-16 17:18:42','','','','175','Cash',68.97,'250','','','4','16','1','2025-06-16 14:54:27','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'2','62.00','60','Inclusive','branch','Inventory','','','','','',NULL,'4175008352330733348203'),(3108,'41750083510','187',2.00,'30','retail','0','2025-06-16 17:19:02','','','','8','Cash',4.14,'15','','','4','16','1','2025-06-16 14:54:27','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',12.93,'2','22.00','20','Inclusive','branch','Inventory','','','','','',NULL,'4175008354302275287320'),(3109,'41750083510','187',2.00,'30','retail','0','2025-06-16 17:54:21','','','','8','Cash',4.14,'15','','','4','16.00','1','2025-06-16 14:54:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','20.00','18','Inclusive','branch','Inventory','','','','yes','','','4175008566262132210020'),(3111,'41750089576','26',1.00,'700','retail','0','2025-06-16 18:59:36','','','','0','Cash',96.55,'700','','','4','16.00','1','2025-06-16 16:13:07','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9988.00','9987','Inclusive','branch','Inventory','','','','yes','','','4175008957790080330503'),(3112,'41750089576','25',1.00,'350','retail','0','2025-06-16 18:59:45','','','','0','Cash',48.28,'350','','','4','16.00','1','2025-06-16 16:13:07','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9988.00','9987','Inclusive','branch','Inventory','','','','yes','','','4175008958630632308305'),(3113,'41750089576','45',2.00,'100','retail','0','2025-06-16 18:59:59','','','','0','Cash',13.79,'50','','','4','16.00','1','2025-06-16 16:13:07','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9744.00','9742','Inclusive','branch','Inventory','','','','yes','','','4175008960000301932223'),(3114,'41750089576','119',1.00,'400','retail','0','2025-06-16 19:12:56','','','','250','Cash',55.17,'400','','','4','16.00','1','2025-06-16 16:13:07','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','4175009037793309723244'),(3115,'41750087313','136',1.00,'260','retail','0','2025-06-16 18:21:53','','','','210','Cash',35.86,'260','','','4','16','1','2025-06-16 16:42:48','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','59.00','58','Inclusive','branch','Inventory','','','','','',NULL,'4175008731424234320334'),(3116,'41750087313','134',2.00,'600','retail','0','2025-06-16 19:42:42','','','','180','Cash',82.76,'300','','','4','16.00','1','2025-06-16 16:42:48','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','20.00','18','Inclusive','branch','Inventory','','','','yes','','','4175009216332300232322'),(3125,'41750095713','53',1.00,'900','retail','0','2025-06-16 20:41:54','','','','0','Cash',124.14,'900','','','4','16','1','2025-06-16 18:58:55','4','7','new','1','printed','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9987.00','9986','Inclusive','branch','Inventory','','','','','',NULL,'4175009571507320211320'),(3127,'41750095713','46',1.00,'100','retail','0','2025-06-16 20:42:09','','','','0','Cash',13.79,'100','','','4','16','1','2025-06-16 18:58:55','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9962.00','9961','Inclusive','branch','Inventory','','','','','',NULL,'4175009573023354300252'),(3128,'41750095713','272',2.00,'200','retail','0','2025-06-16 21:58:34','','','','33.3','Cash',27.59,'100','','','4','16.00','1','2025-06-16 18:58:55','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','38.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175010031400042000473'),(3129,'41750098463','89',1.00,'250','retail','0','2025-06-16 21:27:43','','','','175','Cash',34.48,'250','','','4','16','1','2025-06-16 18:59:28','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','267.00','266','Inclusive','branch','Inventory','','','','','',NULL,'4175009846440424032340'),(3130,'41750098463','89',1.00,'250','retail','0','2025-06-16 21:59:25','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-16 18:59:28','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','266.00','265','Inclusive','branch','Inventory','','','','yes','','','4175010036672200002230'),(3135,'41750095713','45',1.00,'50','retail','0','2025-06-16 20:42:05','','','','0','Cash',6.90,'50','','','16','16','1','2025-06-16 19:13:54','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'0','','','Inclusive','branch','Inventory','','','','','',NULL,'175010123417'),(3136,'41750095713','45',1.00,'50','retail','0','2025-06-16 20:42:05','','','','0','Cash',6.90,'50','','','16','16','1','2025-06-16 19:13:54','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'0','','','Inclusive','branch','Inventory','','','','','',NULL,'175010123418'),(3137,'41750095713','45',1.00,'50','retail','0','2025-06-16 20:42:05','','','','0','Cash',6.90,'50','','','16','16','1','2025-06-16 19:13:54','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'0','','','Inclusive','branch','Inventory','','','','','',NULL,'175010123419'),(3138,'41750095713','45',1.00,'50','retail','0','2025-06-16 20:42:05','','','','0','Cash',6.90,'50','','','16','16','1','2025-06-16 19:14:01','4','4','returned','1','printed','pcs','','2025-06-16 22:14:01','16','yes','','0','','','VATABLE',43.10,'0','','','Inclusive','branch','Inventory','','','','','',NULL,'175010123420'),(3139,'41750096953','136',1.00,'260','retail','0','2025-06-16 21:02:33','','','','210','Cash',35.86,'260','','','4','16','1','2025-06-16 19:18:41','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','58.00','57','Inclusive','branch','Inventory','','','','','',NULL,'4175009695443620022525'),(3140,'41750096953','195',1.00,'100','retail','0','2025-06-16 21:02:51','','','','70','Cash',13.79,'100','','','4','16','1','2025-06-16 19:18:41','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','106.00','105','Inclusive','branch','Inventory','','','','','',NULL,'4175009697103502002332'),(3141,'41750096953','272',1.00,'100','retail','0','2025-06-16 21:02:55','','','','33.3','Cash',13.79,'100','','','4','16','1','2025-06-16 19:18:41','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'4175009697634303720301'),(3142,'41750096953','110',1.00,'500','retail','0','2025-06-16 21:02:56','','','','345','Cash',68.97,'500','','','4','16','1','2025-06-16 19:18:41','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',431.03,'1','7.00','6','Inclusive','branch','Inventory','','','','','',NULL,'4175009701703020350700'),(3143,'41750096953','136',1.00,'260','retail','0','2025-06-16 22:18:37','','','','210','Cash',35.86,'260','','','4','16.00','1','2025-06-16 19:18:41','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','57.00','56','Inclusive','branch','Inventory','','','','yes','','','4175010151800272532327'),(3144,'41750101533','178',1.00,'100','retail','0','2025-06-16 22:18:53','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-16 19:18:56','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','18.00','17','Inclusive','branch','Inventory','','','','yes','','','4175010153431323321040'),(3150,'41750106754','272',1.00,'100','retail','0','2025-06-16 23:45:54','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-16 20:45:57','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175010675552223022204'),(3151,'41750100753','156',2.00,'520','retail','0','2025-06-16 22:05:53','','','','200','Cash',71.72,'260','','','4','16','1','2025-06-16 21:20:47','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'2','23.00','21','Inclusive','branch','Inventory','','','','','',NULL,'4175010075423340071015'),(3152,'41750100753','117',1.00,'350','retail','0','2025-06-16 22:06:07','','','','245','Cash',48.28,'350','','','4','16','1','2025-06-16 21:20:47','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',301.72,'1','7.00','6','Inclusive','branch','Inventory','','','','','',NULL,'4175010076836205122523'),(3153,'41750100753','272',1.00,'100','retail','0','2025-06-16 22:06:14','','','','33.3','Cash',13.79,'100','','','4','16','1','2025-06-16 21:20:47','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'4175010077420703422222'),(3154,'41750100753','47',1.00,'200','retail','0','2025-06-16 22:06:29','','','','0','Cash',27.59,'200','','','4','16','1','2025-06-16 21:20:47','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9921.00','9920','Inclusive','branch','Inventory','','','','','',NULL,'4175010078940039320124'),(3155,'41750100753','156',2.00,'520','retail','0','2025-06-16 22:50:54','','','','200','Cash',71.72,'260','','','4','16','1','2025-06-16 21:20:47','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'2','21.00','19','Inclusive','branch','Inventory','','','','','',NULL,'4175010345402134433335'),(3156,'41750100753','156',2.00,'520','retail','0','2025-06-17 00:20:35','','','','200','Cash',71.72,'260','','','4','16.00','1','2025-06-16 21:20:47','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','19.00','17','Inclusive','branch','Inventory','','','','yes','','','4175010883522430221723'),(3157,'171750112151','15',1.00,'120','retail','0','2025-06-17 01:15:51','','','','0','Cash',16.55,'120','','AMT','17','16.00','1','2025-06-16 22:39:19','4','1','returned','1','new','pcs','','2025-06-17 01:39:19','16','yes','','0','','','VATABLE',103.45,'1','9982.00','9981','Inclusive','branch','Inventory','','','','yes','','','17175011216923225321127'),(3158,'41750112433','164',2.00,'100','retail','0','2025-06-17 01:20:33','','','','35','Cash',13.79,'50','','','4','16.00','1','2025-06-16 22:20:37','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','59.00','57','Inclusive','branch','Inventory','','','','yes','','','4175011243440233222312'),(3159,'41750112456','15',1.00,'120','retail','0','2025-06-17 01:20:56','','','','0','Cash',16.55,'120','','','4','16.00','1','2025-06-16 22:21:19','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9981.00','9980','Inclusive','branch','Inventory','','','','yes','','','4175011247502533203022'),(3160,'41750112967','45',3.00,'150','retail','0','2025-06-17 01:29:27','','','','0','Cash',20.69,'50','','','4','16.00','1','2025-06-16 22:29:30','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'3','9739.00','9736','Inclusive','branch','Inventory','','','','yes','','','4175011296828232303824'),(3161,'31750152192','10',3.00,'300','retail','0','2025-06-17 12:23:12','','','','0','Cash',41.38,'100','','','3','16.00','1','2025-06-17 09:24:22','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','9972.00','9969','Inclusive','branch','Inventory','','','','yes','','','3175015219302333347001'),(3162,'31750152192','12',1.00,'150','retail','0','2025-06-17 12:23:24','','','','0','Cash',20.69,'150','','','3','16.00','1','2025-06-17 09:24:22','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','9999.00','9998','Inclusive','branch','Inventory','','','','yes','','','3175015220503210322222'),(3163,'31750152192','4',4.00,'400','retail','0','2025-06-17 12:23:42','','','','0','Cash',55.17,'100','','','3','16.00','1','2025-06-17 09:24:22','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'4','9999.00','9995','Inclusive','branch','Inventory','','','','yes','','B','3175015222322232000311'),(3164,'31750152192','1',4.00,'400','retail','0','2025-06-17 12:24:16','','','','0','Cash',55.17,'100','','','3','16.00','1','2025-06-17 09:24:22','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'4','9990.00','9986','Inclusive','branch','Inventory','','','','yes','','A','3175015225730373403031'),(3165,'31750157335','27',1.00,'1400','retail','0','2025-06-17 13:48:55','','','','0','Cash',193.10,'1400','','','3','16.00','1','2025-06-17 10:50:28','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','9994.00','9993','Inclusive','branch','Inventory','','','','yes','','','3175015733636303353233'),(3166,'31750157335','45',2.00,'100','retail','0','2025-06-17 13:49:05','','','','0','Cash',13.79,'50','','','3','16.00','1','2025-06-17 10:50:28','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9736.00','9734','Inclusive','branch','Inventory','','','','yes','','','3175015734621610213250'),(3167,'31750157335','46',1.00,'100','retail','0','2025-06-17 13:49:16','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-17 10:50:28','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9961.00','9960','Inclusive','branch','Inventory','','','','yes','','','3175015735823522210313'),(3168,'31750157335','195',2.00,'200','retail','0','2025-06-17 13:49:38','','','','70','Cash',27.59,'100','','','3','16.00','1','2025-06-17 10:50:28','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','105.00','103','Inclusive','branch','Inventory','','','','yes','','','3175015737977435022202'),(3169,'31750157335','272',1.00,'100','retail','0','2025-06-17 13:49:50','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-17 10:50:28','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175015739110233323302'),(3170,'31750157335','272',1.00,'100','retail','0','2025-06-17 13:50:06','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-17 10:50:28','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175015740707130027250'),(3171,'31750169978','201',1.00,'300','retail','0','2025-06-17 17:19:39','','','','200','Cash',41.38,'300','','','3','16.00','1','2025-06-17 14:21:15','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','3175017002000330332303'),(3172,'31750169978','178',1.00,'100','retail','0','2025-06-17 17:21:02','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-17 14:21:15','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','17.00','16','Inclusive','branch','Inventory','','','','yes','','','3175017006803233725332'),(3175,'61750180099','15',2.00,'240','retail','0','2025-06-17 20:08:19','','','','0','Cash',33.10,'120','','','6','16.00','1','2025-06-17 17:08:39','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'2','9981.00','9979','Inclusive','branch','Inventory','','','','yes','','','6175018011601101020333'),(3176,'61750180826','218',2.00,'520','retail','0','2025-06-17 20:20:26','','','','200','Cash',71.72,'260','','','6','16.00','1','2025-06-17 17:20:46','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','40.00','38','Inclusive','branch','Inventory','','','','yes','','','6175018084403334322201'),(3177,'61750182099','47',1.00,'200','retail','0','2025-06-17 20:41:39','','','','0','Cash',27.59,'200','','','6','16.00','1','2025-06-17 17:41:58','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9920.00','9919','Inclusive','branch','Inventory','','','','yes','','','6175018211607332226303'),(3178,'61750182123','250',1.00,'1000','retail','0','2025-06-17 20:42:03','','','','500','Cash',137.93,'1000','','','6','16.00','1','2025-06-17 17:42:18','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9968.00','9967','Inclusive','branch','Inventory','1110','4000','5500','','','','6175018213423322402630'),(3179,'61750182143','250',1.00,'1000','retail','0','2025-06-17 20:42:23','','','','500','Cash',137.93,'1000','','','6','16.00','1','2025-06-17 17:42:36','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9967.00','9966','Inclusive','branch','Inventory','1110','4000','5500','','','','6175018215441103231243'),(3180,'61750182269','247',1.00,'1500','retail','0','2025-06-17 20:44:30','','','','500','Cash',206.90,'1500','','','6','16.00','1','2025-06-17 17:44:45','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9989.00','9988','Inclusive','branch','Inventory','1110','4000','5500','','','','6175018228113338383033'),(3184,'61750182483','272',1.00,'100','retail','0','2025-06-17 20:48:03','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-17 17:48:15','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175018249233412203032'),(3185,'61750182500','244',1.00,'200','retail','0','2025-06-17 20:48:20','','','','150','Cash',27.59,'200','','','6','16.00','1','2025-06-17 17:48:44','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9984.00','9983','Inclusive','branch','Inventory','','','','yes','','','6175018251028330735263'),(3186,'61750182500','89',1.00,'250','retail','0','2025-06-17 20:48:30','','','','175','Cash',34.48,'250','','','6','16.00','1','2025-06-17 17:48:44','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','265.00','264','Inclusive','branch','Inventory','','','','yes','','','6175018252022104270032'),(3188,'61750182550','155',1.00,'1000','retail','0','2025-06-17 20:49:10','','','','705','Cash',137.93,'1000','','','6','16.00','1','2025-06-17 17:49:31','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','6175018256842833822220'),(3189,'61750182589','250',1.00,'1000','retail','0','2025-06-17 20:49:49','','','','500','Cash',137.93,'1000','','','6','16.00','1','2025-06-17 17:50:00','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9966.00','9965','Inclusive','branch','Inventory','1110','4000','5500','','','','6175018259833209832323'),(3191,'61750182605','247',1.00,'1500','retail','0','2025-06-17 20:50:05','','','','500','Cash',206.90,'1500','','','6','16','1','2025-06-17 18:04:01','3','18','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9988.00','9987','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6175018261402012420381'),(3192,'61750182605','10',1.00,'100','retail','0','2025-06-17 21:02:34','','','','0','Cash',13.79,'100','','','6','16.00','1','2025-06-17 18:04:01','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9969.00','9968','Inclusive','branch','Inventory','','','','yes','','','6175018337223312206005'),(3193,'61750182605','45',1.00,'50','retail','0','2025-06-17 21:02:53','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-17 18:04:01','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9734.00','9733','Inclusive','branch','Inventory','','','','yes','','','6175018338180202513330'),(3194,'61750182605','25',1.00,'350','retail','0','2025-06-17 21:03:01','','','','0','Cash',48.28,'350','','','6','16.00','1','2025-06-17 18:04:01','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9987.00','9986','Inclusive','branch','Inventory','','','','yes','','','6175018340502061373200'),(3195,'61750182605','46',1.00,'100','retail','0','2025-06-17 21:03:26','','','','0','Cash',13.79,'100','','','6','16.00','1','2025-06-17 18:04:01','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9960.00','9959','Inclusive','branch','Inventory','','','','yes','','','6175018343734182363226'),(3196,'61750171215','136',1.00,'260','retail','0','2025-06-17 17:40:15','','','','210','Cash',35.86,'260','','','6','16','1','2025-06-17 18:24:30','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','56.00','55','Inclusive','branch','Inventory','','','','','',NULL,'6175017121703303152752'),(3197,'61750171215','201',1.00,'300','retail','0','2025-06-17 17:40:17','','','','200','Cash',41.38,'300','','','6','16','1','2025-06-17 18:24:30','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','6.00','5','Inclusive','branch','Inventory','','','','','',NULL,'6175017123102332172224'),(3198,'61750171215','195',1.00,'100','retail','0','2025-06-17 21:22:57','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-17 18:24:30','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','103.00','102','Inclusive','branch','Inventory','','','','yes','','','6175018458825888682208'),(3199,'61750171215','187',2.00,'30','retail','0','2025-06-17 21:23:08','','','','8','Cash',4.14,'15','','','6','16.00','1','2025-06-17 18:24:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','18.00','16','Inclusive','branch','Inventory','','','','yes','','','6175018460404401784702'),(3200,'61750171215','272',1.00,'100','retail','0','2025-06-17 21:23:24','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-17 18:24:30','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175018464048226323330'),(3201,'61750171215','201',1.00,'300','retail','0','2025-06-17 21:24:00','','','','200','Cash',41.38,'300','','','6','16.00','1','2025-06-17 18:24:30','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','6175018465622302323307'),(3202,'61750186398','202',1.00,'900','retail','0','2025-06-17 21:53:18','','','','570','Cash',124.14,'900','','','6','16.00','1','2025-06-17 18:53:45','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','6175018641523065332144'),(3203,'61750186398','187',1.00,'15','retail','0','2025-06-17 21:53:35','','','','8','Cash',2.07,'15','','','6','16.00','1','2025-06-17 18:53:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','16.00','15','Inclusive','branch','Inventory','','','','yes','','','6175018642332424503206'),(3204,'61750186952','247',1.00,'1500','retail','0','2025-06-17 22:02:32','','','','500','Cash',206.90,'1500','','','6','16.00','1','2025-06-17 19:02:46','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9987.00','9986','Inclusive','branch','Inventory','1110','4000','5500','','','','6175018696324372026633'),(3205,'61750186970','52',1.00,'450','retail','0','2025-06-17 22:02:50','','','','0','Cash',62.07,'450','','','6','16.00','1','2025-06-17 19:03:05','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9990.00','9989','Inclusive','branch','Inventory','','','','yes','','','6175018698326006678534'),(3206,'61750182437','214',1.00,'900','retail','0','2025-06-17 20:47:17','','','','680','Cash',124.14,'900','','','6','16','1','2025-06-17 19:15:53','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',775.86,'1','5.00','4','Inclusive','branch','Inventory','','','','','',NULL,'6175018245373153202533'),(3207,'61750182437','272',1.00,'100','retail','0','2025-06-17 20:47:34','','','','33.3','Cash',13.79,'100','','','6','16','1','2025-06-17 19:15:53','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6175018246552222230246'),(3208,'61750182437','90',1.00,'100','retail','0','2025-06-17 20:47:46','','','','74','Cash',13.79,'100','','','6','16','1','2025-06-17 19:15:53','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','1.00','0','Inclusive','branch','Inventory','','','','','',NULL,'6175018247333022304320'),(3209,'61750182437','187',1.00,'15','retail','0','2025-06-17 22:15:39','','','','8','Cash',2.07,'15','','','6','16.00','1','2025-06-17 19:15:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','15.00','14','Inclusive','branch','Inventory','','','','yes','','','6175018775087338803251'),(3212,'61750187882','217',2.00,'600','retail','0','2025-06-17 22:18:02','','','','225','Cash',82.76,'300','','','6','16.00','1','2025-06-17 19:18:27','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','15.00','13','Inclusive','branch','Inventory','','','','yes','','','6175018790432203955309'),(3216,'61750192894','218',1.00,'260','retail','0','2025-06-17 23:41:34','','','','200','Cash',35.86,'260','','','6','16.00','1','2025-06-17 20:42:12','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','38.00','37','Inclusive','branch','Inventory','','','','yes','','','6175019290933333001026'),(3217,'61750192894','209',1.00,'250','retail','0','2025-06-17 23:41:49','','','','175','Cash',34.48,'250','','','6','16.00','1','2025-06-17 20:42:12','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','60.00','59','Inclusive','branch','Inventory','','','','yes','','','6175019292939323177003'),(3218,'61750189579','168',1.00,'400','retail','0','2025-06-17 22:46:19','','','','286','Cash',55.17,'400','','','6','16','1','2025-06-17 21:22:12','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',344.83,'1','4.00','3','Inclusive','branch','Inventory','','','','','',NULL,'6175018958880333903253'),(3219,'61750189579','195',1.00,'100','retail','0','2025-06-17 22:46:28','','','','70','Cash',13.79,'100','','','6','16','1','2025-06-17 21:22:12','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','102.00','101','Inclusive','branch','Inventory','','','','','',NULL,'6175018959733053952230'),(3220,'61750189579','136',1.00,'260','retail','0','2025-06-17 22:46:37','','','','210','Cash',35.86,'260','','','6','16','1','2025-06-17 21:22:12','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','55.00','54','Inclusive','branch','Inventory','','','','','',NULL,'6175018961236131521223'),(3221,'61750189579','136',1.00,'260','retail','0','2025-06-18 00:20:37','','','','210','Cash',35.86,'260','','','6','16.00','1','2025-06-17 21:22:12','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','54.00','53','Inclusive','branch','Inventory','','','','yes','','','6175019524645323253237'),(3222,'61750189579','201',1.00,'300','retail','0','2025-06-18 00:20:47','','','','200','Cash',41.38,'300','','','6','16.00','1','2025-06-17 21:22:12','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','6175019526535326711263'),(3223,'61750189579','272',1.00,'100','retail','0','2025-06-18 00:21:06','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-17 21:22:12','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175019529701172210732'),(3224,'61750189579','136',1.00,'260','retail','0','2025-06-18 00:21:37','','','','210','Cash',35.86,'260','','','6','16.00','1','2025-06-17 21:22:12','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','53.00','52','Inclusive','branch','Inventory','','','','yes','','','6175019531307550272033'),(3225,'61750189579','168',1.00,'400','retail','0','2025-06-18 00:21:53','','','','286','Cash',55.17,'400','','','6','16.00','1','2025-06-17 21:22:12','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','6175019532753391232693'),(3233,'61750195385','99',3.00,'900','retail','0','2025-06-18 00:23:05','','','','180','Cash',124.14,'300','','','6','16','1','2025-06-17 21:56:51','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'3','19.00','16','Inclusive','branch','Inventory','','','','','',NULL,'6175019541233210022942'),(3234,'61750195385','174',2.00,'500','retail','0','2025-06-18 00:23:32','','','','175','Cash',68.97,'250','','','6','16','1','2025-06-17 21:56:51','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'2','4.00','2','Inclusive','branch','Inventory','','','','','',NULL,'6175019543090103900173'),(3235,'61750195385','208',1.00,'260','retail','0','2025-06-18 00:24:30','','','','195','Cash',35.86,'260','','','6','16','1','2025-06-17 21:56:51','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','1.00','0','Inclusive','branch','Inventory','','','','','',NULL,'6175019549152411014303'),(3236,'61750195385','208',1.00,'260','retail','0','2025-06-18 00:39:45','','','','195','Cash',35.86,'260','','','6','16','1','2025-06-17 21:56:51','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','1.00','0','Inclusive','branch','Inventory','','','','','',NULL,'6175019640000062090474'),(3237,'61750195385','174',1.00,'250','retail','0','2025-06-18 00:55:47','','','','175','Cash',34.48,'250','','','6','16.00','1','2025-06-17 21:56:51','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','6175019736103002302226'),(3238,'61750195385','207',1.00,'350','retail','0','2025-06-18 00:56:01','','','','247','Cash',48.28,'350','','','6','16.00','1','2025-06-17 21:56:51','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','15.00','14','Inclusive','branch','Inventory','','','','yes','','','6175019740507322373060'),(3239,'61750182530','272',1.00,'100','retail','0','2025-06-17 20:48:50','','','','33.3','Cash',13.79,'100','','','6','16','1','2025-06-17 22:15:39','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6175018254302071016753'),(3240,'61750182530','155',1.00,'1000','retail','0','2025-06-17 22:16:22','','','','705','Cash',137.93,'1000','','','6','16','1','2025-06-17 22:15:39','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',862.07,'1','2.00','1','Inclusive','branch','Inventory','','','','','',NULL,'6175018779222276607218'),(3241,'61750182530','3',1.00,'120','retail','0','2025-06-18 01:15:25','','','','0','Cash',16.55,'120','','','6','16.00','1','2025-06-17 22:15:39','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9971.00','9970','Inclusive','branch','Inventory','','','','yes','','B','6175019853525230285053'),(3242,'61750199784','187',2.00,'30','retail','0','2025-06-18 01:36:24','','','','8','Cash',4.14,'15','','','6','16.00','1','2025-06-17 22:36:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','14.00','12','Inclusive','branch','Inventory','','','','yes','','','6175019979600300367001'),(3243,'31750235636','272',1.00,'100','retail','0','2025-06-18 11:33:56','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-18 08:38:22','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175023563733353723234'),(3244,'31750235636','247',1.00,'1500','retail','0','2025-06-18 11:35:05','','','','500','Cash',206.90,'1500','','','3','16.00','1','2025-06-18 08:38:22','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9986.00','9985','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175023570622322212052'),(3245,'31750243476','187',2.00,'30','retail','0','2025-06-18 13:44:36','','','','8','Cash',4.14,'15','','','3','16.00','1','2025-06-18 10:44:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','12.00','10','Inclusive','branch','Inventory','','','','yes','','','3175024347733332220431'),(3255,'31750243522','195',4.00,'400','retail','0','2025-06-18 13:45:22','','','','70','Cash',55.17,'100','','','3','16','1','2025-06-18 12:26:37','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'4','101.00','97','Inclusive','branch','Inventory','','','','','',NULL,'3175024352310350212225'),(3256,'31750243522','24',1.00,'1200','retail','0','2025-06-18 13:45:37','','','','0','Cash',165.52,'1200','','','3','16','1','2025-06-18 12:26:37','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1034.48,'1','9994.00','9993','Inclusive','branch','Inventory','','','','','',NULL,'3175024353723332021000'),(3257,'31750243522','45',2.00,'100','retail','0','2025-06-18 13:45:47','','','','0','Cash',13.79,'50','','','3','16','1','2025-06-18 12:26:37','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9733.00','9731','Inclusive','branch','Inventory','','','','','',NULL,'3175024354823420532485'),(3258,'31750243522','47',2.00,'400','retail','0','2025-06-18 13:45:55','','','','0','Cash',55.17,'200','','','3','16','1','2025-06-18 12:26:37','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9919.00','9917','Inclusive','branch','Inventory','','','','','',NULL,'3175024355603072373203'),(3259,'31750243522','35',1.00,'100','retail','0','2025-06-18 13:49:35','','','','0','Cash',13.79,'100','','','3','16','1','2025-06-18 12:26:37','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9994.00','9993','Inclusive','branch','Inventory','','','','','',NULL,'3175024377732573320021'),(3260,'31750243522','272',1.00,'100','retail','0','2025-06-18 15:26:33','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-18 12:26:37','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175024959402322322043'),(3261,'31750250593','47',1.00,'200','retail','0','2025-06-18 15:43:13','','','','0','Cash',27.59,'200','','','3','16.00','1','2025-06-18 12:43:39','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9917.00','9916','Inclusive','branch','Inventory','','','','yes','','','3175025059404577002550'),(3262,'31750250593','178',2.00,'200','retail','0','2025-06-18 15:43:33','','','','54.17','Cash',27.59,'100','','','3','16.00','1','2025-06-18 12:43:39','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','20.00','18','Inclusive','branch','Inventory','','','','yes','','','3175025061405155601030'),(3266,'31750252608','47',1.00,'200','retail','0','2025-06-18 16:16:49','','','','0','Cash',27.59,'200','','','3','16.00','1','2025-06-18 13:17:18','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9916.00','9915','Inclusive','branch','Inventory','','','','yes','','','3175025261123233433535'),(3267,'31750252608','22',1.00,'300','retail','0','2025-06-18 16:17:04','','','','0','Cash',41.38,'300','','','3','16.00','1','2025-06-18 13:17:18','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9947.00','9946','Inclusive','branch','Inventory','','','','yes','','','3175025262602253253000'),(3268,'31750253841','164',6.00,'300','retail','0','2025-06-18 16:37:21','','','','35','Cash',41.38,'50','','','3','16.00','1','2025-06-18 13:37:32','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'6','57.00','51','Inclusive','branch','Inventory','','','','yes','','','3175025384203482282332'),(3269,'51750254102','113',1.00,'300','retail','0','2025-06-18 16:41:42','','','','217','Cash',41.38,'300','','','5','16.00','1','2025-06-18 13:43:02','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','5175025410241000313253'),(3270,'51750254102','110',1.00,'500','retail','0','2025-06-18 16:42:43','','','','345','Cash',68.97,'500','','','5','16.00','1','2025-06-18 13:43:02','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','5175025416432200522506'),(3271,'51750254102','195',1.00,'100','retail','0','2025-06-18 16:42:57','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-18 13:43:02','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','96.00','95','Inclusive','branch','Inventory','','','','yes','','','5175025417824072211322'),(3272,'31750254243','201',1.00,'300','retail','0','2025-06-18 16:44:03','','','','200','Cash',41.38,'300','','','3','16.00','1','2025-06-18 13:44:37','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','3175025426532336602022'),(3273,'31750254243','272',1.00,'100','retail','0','2025-06-18 16:44:34','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-18 13:44:37','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175025427422422200122'),(3274,'31750255409','163',1.00,'10','retail','0','2025-06-18 17:03:29','','','','5','Cash',1.38,'10','','','3','16.00','1','2025-06-18 14:03:36','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','101.00','100','Inclusive','branch','Inventory','','','','yes','','','3175025541020302323073'),(3275,'31750250648','97',1.00,'1800','retail','0','2025-06-18 15:44:08','','','','1175','Cash',248.28,'1800','','','3','16','1','2025-06-18 14:22:07','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','2.00','1','Inclusive','branch','Inventory','','','','','',NULL,'3175025064900023323420'),(3276,'31750250648','195',1.00,'100','retail','0','2025-06-18 15:44:15','','','','70','Cash',13.79,'100','','','3','16','1','2025-06-18 14:22:07','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','97.00','96','Inclusive','branch','Inventory','','','','','',NULL,'3175025065632200232032'),(3277,'31750250648','272',2.00,'200','retail','0','2025-06-18 15:44:24','','','','33.3','Cash',27.59,'100','','','3','16','1','2025-06-18 14:22:07','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','23.00','21','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3175025066523223050322'),(3278,'31750250648','187',1.00,'15','retail','0','2025-06-18 17:21:54','','','','8','Cash',2.07,'15','','','3','16.00','1','2025-06-18 14:22:07','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','3175025651552231033232'),(3279,'31750256559','280',1.00,'900','retail','0','2025-06-18 17:22:39','','','','679','Cash',124.14,'900','','','3','16.00','1','2025-06-18 14:23:59','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175025659533230333332'),(3280,'31750256559','195',1.00,'100','retail','0','2025-06-18 17:23:36','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-18 14:23:59','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','95.00','94','Inclusive','branch','Inventory','','','','yes','','','3175025661773213030670'),(3281,'31750256559','272',1.00,'100','retail','0','2025-06-18 17:23:49','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-18 14:23:59','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175025662903202220233'),(3283,'31750258206','164',1.00,'50','retail','0','2025-06-18 17:50:06','','','','35','Cash',6.90,'50','','','3','16.00','1','2025-06-18 14:50:12','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','51.00','50','Inclusive','branch','Inventory','','','','yes','','','3175025820824730003333'),(3284,'31750259826','124',1.00,'600','retail','0','2025-06-18 18:17:06','','','','423','Cash',82.76,'600','','','3','16.00','1','2025-06-18 15:17:28','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','3175025982747403233393'),(3285,'31750259826','195',1.00,'100','retail','0','2025-06-18 18:17:18','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-18 15:17:28','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','94.00','93','Inclusive','branch','Inventory','','','','yes','','','3175025983922102293233'),(3286,'31750259913','244',1.00,'200','retail','0','2025-06-18 18:18:33','','','','150','Cash',27.59,'200','','','3','16.00','1','2025-06-18 15:18:48','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9983.00','9982','Inclusive','branch','Inventory','','','','yes','','','3175025991432220793303'),(3287,'31750260437','272',1.00,'100','retail','0','2025-06-18 18:27:17','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-18 15:27:25','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175026043820230220055'),(3288,'31750260506','187',2.00,'30','retail','0','2025-06-18 18:28:27','','','','8','Cash',4.14,'15','','','3','16.00','1','2025-06-18 15:28:41','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','9.00','7','Inclusive','branch','Inventory','','','','yes','','','3175026051053462403330'),(3289,'31750258176','134',2.00,'600','retail','0','2025-06-18 17:49:36','','','','180','Cash',82.76,'300','','','3','16','1','2025-06-18 15:30:30','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','18.00','16','Inclusive','branch','Inventory','','','','','',NULL,'3175025817721302073272'),(3290,'31750258176','134',2.00,'600','retail','0','2025-06-18 18:30:25','','','','180','Cash',82.76,'300','','','3','16.00','1','2025-06-18 15:30:30','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','16.00','14','Inclusive','branch','Inventory','','','','yes','','','3175026062624333320036'),(3291,'51750264669','187',1.00,'15','retail','0','2025-06-18 19:37:49','','','','8','Cash',2.07,'15','','','5','16.00','1','2025-06-18 16:37:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','5175026467073540025136'),(3292,'51750264702','119',1.00,'400','retail','0','2025-06-18 19:38:22','','','','250','Cash',55.17,'400','','','5','16.00','1','2025-06-18 16:38:36','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','5175026470337313332332'),(3293,'51750264767','25',1.00,'350','retail','0','2025-06-18 19:39:27','','','','0','Cash',48.28,'350','','','5','16.00','1','2025-06-18 16:39:43','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9986.00','9985','Inclusive','branch','Inventory','','','','yes','','','5175026476851231222302'),(3294,'51750264767','45',1.00,'50','retail','0','2025-06-18 19:39:33','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-18 16:39:43','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9731.00','9730','Inclusive','branch','Inventory','','','','yes','','','5175026477452437733230'),(3295,'51750264817','247',1.00,'1500','retail','0','2025-06-18 19:40:17','','','','500','Cash',206.90,'1500','','','5','16.00','1','2025-06-18 16:40:21','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9985.00','9984','Inclusive','branch','Inventory','1110','4000','5500','','','','5175026481843225300364'),(3296,'51750264900','53',1.00,'900','retail','0','2025-06-18 19:41:40','','','','0','Cash',124.14,'900','','','5','16.00','1','2025-06-18 16:42:01','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9986.00','9985','Inclusive','branch','Inventory','','','','yes','','','5175026490132734310223'),(3297,'51750264900','46',1.00,'100','retail','0','2025-06-18 19:41:50','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-18 16:42:01','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9959.00','9958','Inclusive','branch','Inventory','','','','yes','','','5175026491030250223304'),(3298,'51750264900','45',2.00,'100','retail','0','2025-06-18 19:41:56','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-18 16:42:01','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9730.00','9728','Inclusive','branch','Inventory','','','','yes','','','5175026491730033535272'),(3299,'51750271021','272',1.00,'100','retail','0','2025-06-18 21:23:41','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-18 18:23:44','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175027102205202211205'),(3300,'51750271071','153',1.00,'500','retail','0','2025-06-18 21:24:31','','','','330','Cash',68.97,'500','','','5','16.00','1','2025-06-18 18:24:34','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','5175027107222350333332'),(3301,'51750271144','187',3.00,'45','retail','0','2025-06-18 21:25:44','','','','8','Cash',6.21,'15','','','5','16.00','1','2025-06-18 18:25:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'3','6.00','3','Inclusive','branch','Inventory','','','','yes','','','5175027114435203015233'),(3302,'51750271222','218',2.00,'520','retail','0','2025-06-18 21:27:02','','','','200','Cash',71.72,'260','','','5','16.00','1','2025-06-18 18:27:10','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','37.00','35','Inclusive','branch','Inventory','','','','yes','','','5175027122370303323203'),(3303,'51750271222','209',1.00,'250','retail','0','2025-06-18 21:27:06','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-18 18:27:10','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','59.00','58','Inclusive','branch','Inventory','','','','yes','','','5175027122752705202354'),(3304,'51750271291','154',1.00,'400','retail','0','2025-06-18 21:28:11','','','','270','Cash',55.17,'400','','','5','16.00','1','2025-06-18 18:28:22','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','5175027129220107330120'),(3305,'51750271291','272',1.00,'100','retail','0','2025-06-18 21:28:19','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-18 18:28:22','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175027130010440230707'),(3306,'51750271381','15',1.00,'120','retail','0','2025-06-18 21:29:41','','','','0','Cash',16.55,'120','','','5','16.00','1','2025-06-18 18:29:44','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9979.00','9978','Inclusive','branch','Inventory','','','','yes','','','5175027138220230325120'),(3307,'51750271546','134',3.00,'900','retail','0','2025-06-18 21:32:26','','','','180','Cash',124.14,'300','','','5','16.00','1','2025-06-18 18:32:51','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','14.00','11','Inclusive','branch','Inventory','','','','yes','','','5175027154623142413223'),(3308,'51750271546','168',1.00,'400','retail','0','2025-06-18 21:32:36','','','','286','Cash',55.17,'400','','','5','16.00','1','2025-06-18 18:32:51','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','5175027155723032317332'),(3309,'51750271546','272',1.00,'100','retail','0','2025-06-18 21:32:48','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-18 18:32:51','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175027156833232232718'),(3310,'51750271641','45',1.00,'50','retail','0','2025-06-18 21:34:01','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-18 18:34:22','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9728.00','9727','Inclusive','branch','Inventory','','','','yes','','','5175027164203232533612'),(3311,'51750271641','80',1.00,'800','retail','0','2025-06-18 21:34:18','','','','0','Cash',110.34,'800','','','5','16.00','1','2025-06-18 18:34:22','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9987.00','9986','Inclusive','branch','Inventory','','','','yes','','','5175027165990395003300'),(3312,'51750271729','10',1.00,'100','retail','0','2025-06-18 21:35:29','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-18 18:36:35','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9968.00','9967','Inclusive','branch','Inventory','','','','yes','','','5175027172932309723002'),(3313,'51750271729','52',1.00,'450','retail','0','2025-06-18 21:36:07','','','','0','Cash',62.07,'450','','','5','16.00','1','2025-06-18 18:36:35','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9989.00','9988','Inclusive','branch','Inventory','','','','yes','','','5175027176837003272083'),(3314,'51750271729','46',1.00,'100','retail','0','2025-06-18 21:36:18','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-18 18:36:35','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9958.00','9957','Inclusive','branch','Inventory','','','','yes','','','5175027177922530223122'),(3315,'51750271729','45',1.00,'50','retail','0','2025-06-18 21:36:32','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-18 18:36:35','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9727.00','9726','Inclusive','branch','Inventory','','','','yes','','','5175027179374093000350'),(3316,'51750271842','11',1.00,'100','retail','0','2025-06-18 21:37:22','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-18 18:37:56','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9998.00','9997','Inclusive','branch','Inventory','','','','yes','','','5175027184304332437301'),(3317,'51750271842','45',1.00,'50','retail','0','2025-06-18 21:37:32','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-18 18:37:56','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9726.00','9725','Inclusive','branch','Inventory','','','','yes','','','5175027185322024022258'),(3318,'51750271842','46',1.00,'100','retail','0','2025-06-18 21:37:35','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-18 18:37:56','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9957.00','9956','Inclusive','branch','Inventory','','','','yes','','','5175027185632232332335'),(3319,'51750271842','52',1.00,'450','retail','0','2025-06-18 21:37:52','','','','0','Cash',62.07,'450','','','5','16.00','1','2025-06-18 18:37:56','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9988.00','9987','Inclusive','branch','Inventory','','','','yes','','','5175027187323233453535'),(3320,'51750272957','244',2.00,'400','retail','0','2025-06-18 21:55:57','','','','150','Cash',55.17,'200','','','5','16.00','1','2025-06-18 18:56:03','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9982.00','9980','Inclusive','branch','Inventory','','','','yes','','','5175027295822325223383'),(3321,'51750273020','26',1.00,'700','retail','0','2025-06-18 21:57:00','','','','0','Cash',96.55,'700','','','5','16.00','1','2025-06-18 18:57:37','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9987.00','9986','Inclusive','branch','Inventory','','','','yes','','','5175027302034033202203'),(3322,'51750273020','45',1.00,'50','retail','0','2025-06-18 21:57:11','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-18 18:57:37','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9725.00','9724','Inclusive','branch','Inventory','','','','yes','','','5175027303243530205022'),(3323,'51750273020','46',1.00,'100','retail','0','2025-06-18 21:57:23','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-18 18:57:37','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9956.00','9955','Inclusive','branch','Inventory','','','','yes','','','5175027304403330034722'),(3324,'51750273020','47',1.00,'200','retail','0','2025-06-18 21:57:31','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-18 18:57:37','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9915.00','9914','Inclusive','branch','Inventory','','','','yes','','','5175027305222500427532'),(3325,'51750274373','247',1.00,'1500','retail','0','2025-06-18 22:19:33','','','','500','Cash',206.90,'1500','','','5','16.00','1','2025-06-18 19:19:36','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9984.00','9983','Inclusive','branch','Inventory','1110','4000','5500','','','','5175027437420400173537'),(3326,'51750274412','209',4.00,'1000','retail','0','2025-06-18 22:20:12','','','','175','Cash',137.93,'250','','','5','16.00','1','2025-06-18 19:20:14','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'4','58.00','54','Inclusive','branch','Inventory','','','','yes','','','5175027441207302012573'),(3327,'51750274456','79',1.00,'400','retail','0','2025-06-18 22:20:56','','','','0','Cash',55.17,'400','','','5','16.00','1','2025-06-18 19:21:09','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9971.00','9970','Inclusive','branch','Inventory','','','','yes','','','5175027445723052223422'),(3328,'51750274456','45',1.00,'50','retail','0','2025-06-18 22:21:05','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-18 19:21:09','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9724.00','9723','Inclusive','branch','Inventory','','','','yes','','','5175027446602362023423'),(3329,'51750277688','218',1.00,'260','retail','0','2025-06-18 23:14:48','','','','200','Cash',35.86,'260','','','5','16.00','1','2025-06-18 20:14:54','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','35.00','34','Inclusive','branch','Inventory','','','','yes','','','5175027768960330173302'),(3330,'51750277688','209',1.00,'250','retail','0','2025-06-18 23:14:51','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-18 20:14:54','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','54.00','53','Inclusive','branch','Inventory','','','','yes','','','5175027769113257502053'),(3331,'51750277748','176',4.00,'1200','retail','0','2025-06-18 23:15:48','','','','180','Cash',165.52,'300','','','5','16.00','1','2025-06-18 20:16:10','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'4','24.00','20','Inclusive','branch','Inventory','','','','yes','','','5175027774947203222292'),(3332,'51750277748','136',2.00,'520','retail','0','2025-06-18 23:16:00','','','','210','Cash',71.72,'260','','','5','16.00','1','2025-06-18 20:16:10','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','52.00','50','Inclusive','branch','Inventory','','','','yes','','','5175027776022324323001'),(3333,'51750277748','272',1.00,'100','retail','0','2025-06-18 23:16:07','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-18 20:16:10','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175027776873707330322'),(3334,'51750277825','136',5.00,'1300','retail','0','2025-06-18 23:17:06','','','','210','Cash',179.31,'260','','','5','16.00','1','2025-06-18 20:17:12','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'5','50.00','45','Inclusive','branch','Inventory','','','','yes','','','5175027782630203727320'),(3335,'51750277877','52',1.00,'450','retail','0','2025-06-18 23:17:57','','','','0','Cash',62.07,'450','','','5','16.00','1','2025-06-18 20:18:00','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9987.00','9986','Inclusive','branch','Inventory','','','','yes','','','5175027787888003038325'),(3336,'51750277929','209',1.00,'250','retail','0','2025-06-18 23:18:49','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-18 20:19:10','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','53.00','52','Inclusive','branch','Inventory','','','','yes','','','5175027792902929023593'),(3337,'51750277929','89',1.00,'250','retail','0','2025-06-18 23:19:04','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-18 20:19:10','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','265.00','264','Inclusive','branch','Inventory','','','','yes','','','5175027794472273337572'),(3338,'51750277997','149',1.00,'1300','retail','0','2025-06-18 23:19:57','','','','891','Cash',179.31,'1300','','','5','16.00','1','2025-06-18 20:20:06','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','5175027799721192725227'),(3339,'51750277997','272',1.00,'100','retail','0','2025-06-18 23:20:02','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-18 20:20:06','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175027800353072332222'),(3340,'51750278065','45',3.00,'150','retail','0','2025-06-18 23:21:05','','','','0','Cash',20.69,'50','','','5','16.00','1','2025-06-18 20:21:10','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'3','9723.00','9720','Inclusive','branch','Inventory','','','','yes','','','5175027806663022437001'),(3341,'51750278221','126',1.00,'1800','retail','0','2025-06-18 23:23:41','','','','1300','Cash',248.28,'1800','','','5','16.00','1','2025-06-18 20:24:43','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','5175027824048320422202'),(3342,'51750278221','272',1.00,'100','retail','0','2025-06-18 23:24:11','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-18 20:24:43','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175027825252072232222'),(3343,'51750278221','205',2.00,'600','retail','0','2025-06-18 23:24:25','','','','225','Cash',82.76,'300','','','5','16.00','1','2025-06-18 20:24:43','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','25.00','23','Inclusive','branch','Inventory','','','','yes','','','5175027826557330537221'),(3344,'51750278221','160',1.00,'100','retail','0','2025-06-18 23:24:37','','','','41.67','Cash',13.79,'100','','','5','16.00','1','2025-06-18 20:24:43','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','42.00','41','Inclusive','branch','Inventory','','','','yes','','','5175027827723023335203'),(3345,'51750278347','24',1.00,'1200','retail','0','2025-06-18 23:25:47','','','','0','Cash',165.52,'1200','','','5','16.00','1','2025-06-18 20:25:59','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1034.48,'1','9993.00','9992','Inclusive','branch','Inventory','','','','yes','','','5175027834803352273233'),(3346,'51750278347','45',5.00,'250','retail','0','2025-06-18 23:25:55','','','','0','Cash',34.48,'50','','','5','16.00','1','2025-06-18 20:25:59','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'5','9720.00','9715','Inclusive','branch','Inventory','','','','yes','','','5175027835622102283235'),(3347,'51750278432','99',2.00,'600','retail','0','2025-06-18 23:27:12','','','','180','Cash',82.76,'300','','','5','16.00','1','2025-06-18 20:27:24','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','16.00','14','Inclusive','branch','Inventory','','','','yes','','','5175027843320520330352'),(3348,'51750278432','89',1.00,'250','retail','0','2025-06-18 23:27:21','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-18 20:27:24','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','264.00','263','Inclusive','branch','Inventory','','','','yes','','','5175027844203235332222'),(3349,'51750278565','250',1.00,'1000','retail','0','2025-06-18 23:29:25','','','','500','Cash',137.93,'1000','','','5','16.00','1','2025-06-18 20:29:30','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9965.00','9964','Inclusive','branch','Inventory','1110','4000','5500','','','','5175027856622073023062'),(3350,'51750278586','250',1.00,'1000','retail','0','2025-06-18 23:29:46','','','','500','Cash',137.93,'1000','','','5','16.00','1','2025-06-18 20:29:51','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9964.00','9963','Inclusive','branch','Inventory','1110','4000','5500','','','','5175027858737380072340'),(3351,'51750280177','218',1.00,'260','retail','0','2025-06-18 23:56:17','','','','200','Cash',35.86,'260','','','5','16.00','1','2025-06-18 20:56:29','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','34.00','33','Inclusive','branch','Inventory','','','','yes','','','5175028017723820037224'),(3352,'51750280177','209',1.00,'250','retail','0','2025-06-18 23:56:24','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-18 20:56:29','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','52.00','51','Inclusive','branch','Inventory','','','','yes','','','5175028018482204432322'),(3353,'51750280240','111',1.00,'1300','retail','0','2025-06-18 23:57:21','','','','945','Cash',179.31,'1300','','','5','16.00','1','2025-06-18 20:57:24','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','5175028024134303720301'),(3354,'51750282667','10',2.00,'200','retail','0','2025-06-19 00:37:47','','','','0','Cash',27.59,'100','','','5','16.00','1','2025-06-18 21:46:45','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','9967.00','9965','Inclusive','branch','Inventory','','','','yes','','','5175028266822372222203'),(3355,'51750282667','1',2.00,'200','retail','0','2025-06-19 00:46:40','','','','0','Cash',27.59,'100','','','5','16.00','1','2025-06-18 21:46:45','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','9986.00','9984','Inclusive','branch','Inventory','','','','yes','','A','5175028320020227032353'),(3356,'51750284526','116',2.00,'1700','retail','0','2025-06-19 01:08:46','','','','585','Cash',234.48,'850','','','5','16.00','1','2025-06-18 22:10:24','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'2','2.00','0','Inclusive','branch','Inventory','','','','yes','','','5175028452733225203352'),(3357,'51750284526','272',1.00,'100','retail','0','2025-06-19 01:08:55','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-18 22:10:24','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175028453553722343182'),(3358,'51750284526','136',4.00,'1040','retail','0','2025-06-19 01:09:06','','','','210','Cash',143.45,'260','','','5','16.00','1','2025-06-18 22:10:24','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','45.00','41','Inclusive','branch','Inventory','','','','yes','','','5175028454713232470410'),(3359,'51750284526','134',1.00,'300','retail','0','2025-06-19 01:09:49','','','','180','Cash',41.38,'300','','','5','16.00','1','2025-06-18 22:10:24','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','5175028458935254523033'),(3360,'51750284526','176',6.00,'1800','retail','0','2025-06-19 01:10:15','','','','180','Cash',248.28,'300','','','5','16.00','1','2025-06-18 22:10:24','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'6','20.00','14','Inclusive','branch','Inventory','','','','yes','','','5175028461646235350305'),(3361,'51750288298','3',1.00,'120','retail','0','2025-06-19 02:11:38','','','','0','Cash',16.55,'120','','','5','16.00','1','2025-06-18 23:11:41','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9970.00','9969','Inclusive','branch','Inventory','','','','yes','','B','5175028829932212220222'),(3362,'51750288371','124',1.00,'600','retail','0','2025-06-19 02:12:51','','','','423','Cash',82.76,'600','','','5','16.00','1','2025-06-18 23:14:38','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','5175028840103285045033'),(3363,'51750288371','195',1.00,'100','retail','0','2025-06-19 02:13:52','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-18 23:14:38','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','93.00','92','Inclusive','branch','Inventory','','','','yes','','','5175028843338332030752'),(3364,'51750288371','272',2.00,'200','retail','0','2025-06-19 02:14:15','','','','33.3','Cash',27.59,'100','','','5','16.00','1','2025-06-18 23:14:38','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','11.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175028845673234035332'),(3365,'51750288507','47',1.00,'200','retail','0','2025-06-19 02:15:07','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-18 23:15:18','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9914.00','9913','Inclusive','branch','Inventory','','','','yes','','','5175028850704322233502'),(3366,'51750288507','3',1.00,'120','retail','0','2025-06-19 02:15:14','','','','0','Cash',16.55,'120','','','5','16.00','1','2025-06-18 23:15:18','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9969.00','9968','Inclusive','branch','Inventory','','','','yes','','B','5175028851520550052733'),(3367,'51750288604','117',1.00,'350','retail','0','2025-06-19 02:16:44','','','','245','Cash',48.28,'350','','','5','16.00','1','2025-06-18 23:17:04','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','5175028860528830023308'),(3368,'51750288604','119',1.00,'400','retail','0','2025-06-19 02:16:50','','','','250','Cash',55.17,'400','','','5','16.00','1','2025-06-18 23:17:04','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','5175028861130120120510'),(3369,'51750288604','186',2.00,'20','retail','0','2025-06-19 02:17:00','','','','8','Cash',2.76,'10','','','5','16.00','1','2025-06-18 23:17:04','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','2.00','0','Inclusive','branch','Inventory','','','','yes','','','5175028862036332220246'),(3370,'51750288662','119',1.00,'400','retail','0','2025-06-19 02:17:42','','','','250','Cash',55.17,'400','','','5','16.00','1','2025-06-18 23:17:54','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','5175028866332523320385'),(3371,'51750288662','117',1.00,'350','retail','0','2025-06-19 02:17:49','','','','245','Cash',48.28,'350','','','5','16.00','1','2025-06-18 23:17:54','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','5175028866920322303280'),(3372,'51750288726','187',3.00,'45','retail','0','2025-06-19 02:18:46','','','','8','Cash',6.21,'15','','','5','16.00','1','2025-06-18 23:18:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'3','3.00','0','Inclusive','branch','Inventory','','','','yes','','','5175028872733227043705'),(3373,'51750288753','156',2.00,'520','retail','0','2025-06-19 02:19:53','','','','200','Cash',71.72,'260','','','5','16.00','1','2025-06-18 23:25:05','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','16.00','14','Inclusive','branch','Inventory','','','','yes','','','5175028887733002700032'),(3374,'51750288753','134',1.00,'300','retail','0','2025-06-19 02:21:43','','','','180','Cash',41.38,'300','','','5','16.00','1','2025-06-18 23:25:05','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','5175028890403332232582'),(3375,'51750288753','99',1.00,'300','retail','0','2025-06-19 02:21:53','','','','180','Cash',41.38,'300','','','5','16.00','1','2025-06-18 23:25:05','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','5175028891434213221402'),(3376,'51750288753','211',1.00,'1300','retail','0','2025-06-19 02:23:24','','','','805','Cash',179.31,'1300','','','5','16.00','1','2025-06-18 23:25:05','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','5175028903630123700220'),(3377,'51750288753','117',1.00,'350','retail','0','2025-06-19 02:24:24','','','','245','Cash',48.28,'350','','','5','16.00','1','2025-06-18 23:25:05','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','5175028906540211000030'),(3378,'51750289181','218',1.00,'260','retail','0','2025-06-19 02:26:21','','','','200','Cash',35.86,'260','','','5','16.00','1','2025-06-18 23:26:44','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','33.00','32','Inclusive','branch','Inventory','','','','yes','','','5175028918230250223309'),(3379,'51750289181','209',1.00,'250','retail','0','2025-06-19 02:26:24','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-18 23:26:44','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','51.00','50','Inclusive','branch','Inventory','','','','yes','','','5175028918580303823200'),(3380,'51750289181','272',1.00,'100','retail','0','2025-06-19 02:26:33','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-18 23:26:44','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175028919330022280392'),(3381,'51750289181','115',1.00,'300','retail','0','2025-06-19 02:26:41','','','','217','Cash',41.38,'300','','','5','16.00','1','2025-06-18 23:26:44','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','28.00','27','Inclusive','branch','Inventory','','','','yes','','','5175028920222500905228'),(3382,'51750289275','24',1.00,'1200','retail','0','2025-06-19 02:27:55','','','','0','Cash',165.52,'1200','','','5','16.00','1','2025-06-18 23:28:36','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1034.48,'1','9992.00','9991','Inclusive','branch','Inventory','','','','yes','','','5175028927620302323073'),(3383,'51750289275','45',4.00,'200','retail','0','2025-06-19 02:28:29','','','','0','Cash',27.59,'50','','','5','16.00','1','2025-06-18 23:28:36','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'4','9715.00','9711','Inclusive','branch','Inventory','','','','yes','','','5175028931022523530330'),(3384,'51750289363','156',6.00,'1560','retail','0','2025-06-19 02:29:23','','','','200','Cash',215.17,'260','','','5','16.00','1','2025-06-18 23:31:43','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'6','15.00','9','Inclusive','branch','Inventory','','','','yes','','','5175028942120303240348'),(3385,'51750289363','134',3.00,'900','retail','0','2025-06-19 02:30:35','','','','180','Cash',124.14,'300','','','5','16.00','1','2025-06-18 23:31:43','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','9.00','6','Inclusive','branch','Inventory','','','','yes','','','5175028943522037022528'),(3386,'51750289363','99',3.00,'900','retail','0','2025-06-19 02:30:42','','','','180','Cash',124.14,'300','','','5','16.00','1','2025-06-18 23:31:43','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','13.00','10','Inclusive','branch','Inventory','','','','yes','','','5175028944300233023071'),(3387,'51750289363','210',2.00,'800','retail','0','2025-06-19 02:30:43','','','','310','Cash',110.34,'400','','','5','16.00','1','2025-06-18 23:31:43','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'2','2.00','0','Inclusive','branch','Inventory','','','','yes','','','5175028947430003012244'),(3388,'51750289363','117',1.00,'350','retail','0','2025-06-19 02:31:37','','','','245','Cash',48.28,'350','','','5','16.00','1','2025-06-18 23:31:43','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','5175028949882455200393'),(3389,'51750289556','272',1.00,'100','retail','0','2025-06-19 02:32:36','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-18 23:32:39','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175028955703134242323'),(3390,'51750289592','15',1.00,'120','retail','0','2025-06-19 02:33:12','','','','0','Cash',16.55,'120','','','5','16.00','1','2025-06-18 23:33:20','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9978.00','9977','Inclusive','branch','Inventory','','','','yes','','','5175028959333272020002'),(3391,'51750289592','15',1.00,'120','retail','0','2025-06-19 02:33:16','','','','0','Cash',16.55,'120','','','5','16.00','1','2025-06-18 23:33:20','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9977.00','9976','Inclusive','branch','Inventory','','','','yes','','','5175028959612333235002'),(3392,'51750291133','178',1.00,'100','retail','0','2025-06-19 02:58:53','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-18 23:58:56','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','18.00','17','Inclusive','branch','Inventory','','','','yes','','','5175029113422522073522'),(3393,'51750291160','250',1.00,'1000','retail','0','2025-06-19 02:59:20','','','','500','Cash',137.93,'1000','','','5','16.00','1','2025-06-18 23:59:23','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9963.00','9962','Inclusive','branch','Inventory','1110','4000','5500','','','','5175029116103352273233'),(3394,'51750293050','250',1.00,'1000','retail','0','2025-06-19 03:30:51','','','','500','Cash',137.93,'1000','','','5','16.00','1','2025-06-19 00:30:55','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9962.00','9961','Inclusive','branch','Inventory','1110','4000','5500','','','','5175029305102539503123'),(3395,'31750316662','3',1.00,'120','retail','0','2025-06-19 10:04:22','','','','0','Cash',16.55,'120','','','3','16.00','1','2025-06-19 07:08:13','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9968.00','9967','Inclusive','branch','Inventory','','','','yes','','B','3175031666327002336260'),(3396,'31750316662','3',1.00,'120','retail','0','2025-06-19 10:04:26','','','','0','Cash',16.55,'120','','','3','16.00','1','2025-06-19 07:08:13','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9967.00','9966','Inclusive','branch','Inventory','','','','yes','','B','3175031666610220712326'),(3397,'31750316662','10',2.00,'200','retail','0','2025-06-19 10:04:27','','','','0','Cash',27.59,'100','','','3','16.00','1','2025-06-19 07:08:13','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','9965.00','9963','Inclusive','branch','Inventory','','','','yes','','','3175031679446430732332'),(3398,'31750316662','2',1.00,'150','retail','0','2025-06-19 10:08:02','','','','0','Cash',20.69,'150','','','3','16.00','1','2025-06-19 07:08:13','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','9998.00','9997','Inclusive','branch','Inventory','','','','yes','','A','3175031688330032026637'),(3399,'31750316662','2',1.00,'150','retail','0','2025-06-19 10:08:08','','','','0','Cash',20.69,'150','','','3','16.00','1','2025-06-19 07:08:13','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','9997.00','9996','Inclusive','branch','Inventory','','','','yes','','A','3175031688807220230122'),(3400,'31750323983','164',1.00,'50','retail','0','2025-06-19 12:06:23','','','','35','Cash',6.90,'50','','','3','16.00','1','2025-06-19 09:06:27','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','50.00','49','Inclusive','branch','Inventory','','','','yes','','','3175032398433222315243'),(3401,'31750324023','272',1.00,'100','retail','0','2025-06-19 12:07:03','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-19 09:07:19','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175032402331404333353'),(3402,'31750324023','250',1.00,'1000','retail','0','2025-06-19 12:07:14','','','','500','Cash',137.93,'1000','','','3','16.00','1','2025-06-19 09:07:19','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9961.00','9960','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175032403531022302323'),(3403,'31750325523','10',1.00,'100','retail','0','2025-06-19 12:32:03','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-19 09:38:58','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9963.00','9962','Inclusive','branch','Inventory','','','','yes','','','3175032553133323035322'),(3406,'31750329347','167',1.00,'300','retail','0','2025-06-19 13:35:47','','','','270','Cash',41.38,'300','','','3','16.00','1','2025-06-19 10:36:12','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','3175032936333336223223'),(3408,'31750331823','218',3.00,'780','retail','0','2025-06-19 14:17:03','','','','200','Cash',107.59,'260','','','3','16.00','1','2025-06-19 11:17:29','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'3','32.00','29','Inclusive','branch','Inventory','','','','yes','','','3175033182424023304382'),(3409,'31750331823','272',1.00,'100','retail','0','2025-06-19 14:17:24','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-19 11:17:29','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175033184432037100232'),(3410,'31750330056','272',1.00,'100','retail','0','2025-06-19 13:47:36','','','','33.3','Cash',13.79,'100','','','3','16','1','2025-06-19 11:19:28','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3175033005703131301335'),(3411,'31750330056','178',2.00,'200','retail','0','2025-06-19 14:19:25','','','','54.17','Cash',27.59,'100','','','3','16.00','1','2025-06-19 11:19:28','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','137.00','135','Inclusive','branch','Inventory','','','','yes','','','3175033196637241030232'),(3412,'31750333456','218',2.00,'520','retail','0','2025-06-19 14:44:16','','','','200','Cash',71.72,'260','','','3','16.00','1','2025-06-19 11:44:19','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','29.00','27','Inclusive','branch','Inventory','','','','yes','','','3175033345603332313322'),(3413,'31750334809','187',1.00,'15','retail','0','2025-06-19 15:06:49','','','','8','Cash',2.07,'15','','','3','16.00','1','2025-06-19 12:06:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','100.00','99','Inclusive','branch','Inventory','','','','yes','','','3175033481040212032333'),(3414,'31750328197','136',1.00,'260','retail','0','2025-06-19 13:16:37','','','','210','Cash',35.86,'260','','','3','16','1','2025-06-19 12:35:37','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','41.00','40','Inclusive','branch','Inventory','','','','','',NULL,'3175032819804529332232'),(3415,'31750328197','167',1.00,'300','retail','0','2025-06-19 13:16:43','','','','270','Cash',41.38,'300','','','3','16','1','2025-06-19 12:35:37','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','12.00','11','Inclusive','branch','Inventory','','','','','',NULL,'3175032822802342333232'),(3416,'31750328197','27',1.00,'1400','retail','0','2025-06-19 15:35:17','','','','0','Cash',193.10,'1400','','','3','16.00','1','2025-06-19 12:35:37','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','9993.00','9992','Inclusive','branch','Inventory','','','','yes','','','3175033651830023223126'),(3417,'31750328197','45',1.00,'50','retail','0','2025-06-19 15:35:29','','','','0','Cash',6.90,'50','','','3','16.00','1','2025-06-19 12:35:37','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9711.00','9710','Inclusive','branch','Inventory','','','','yes','','','3175033653024730003333'),(3418,'31750336603','52',1.00,'450','retail','0','2025-06-19 15:36:43','','','','0','Cash',62.07,'450','','','3','16.00','1','2025-06-19 12:37:43','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9986.00','9985','Inclusive','branch','Inventory','','','','yes','','','3175033660450302340606'),(3419,'31750336603','45',1.00,'50','retail','0','2025-06-19 15:36:50','','','','0','Cash',6.90,'50','','','3','16.00','1','2025-06-19 12:37:43','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9710.00','9709','Inclusive','branch','Inventory','','','','yes','','','3175033661130232332333'),(3420,'31750336603','46',1.00,'100','retail','0','2025-06-19 15:36:56','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-19 12:37:43','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9955.00','9954','Inclusive','branch','Inventory','','','','yes','','','3175033661623223205304'),(3421,'31750338361','218',3.00,'780','retail','0','2025-06-19 16:06:01','','','','200','Cash',107.59,'260','','','3','16.00','1','2025-06-19 13:06:21','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'3','27.00','24','Inclusive','branch','Inventory','','','','yes','','','3175033836233030712362'),(3422,'31750338361','176',2.00,'600','retail','0','2025-06-19 16:06:17','','','','180','Cash',82.76,'300','','','3','16.00','1','2025-06-19 13:06:21','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','38.00','36','Inclusive','branch','Inventory','','','','yes','','','3175033837822083008221'),(3423,'31750340127','47',2.00,'400','retail','0','2025-06-19 16:35:27','','','','0','Cash',55.17,'200','','','3','16.00','1','2025-06-19 13:36:10','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9913.00','9911','Inclusive','branch','Inventory','','','','yes','','','3175034012852252003040'),(3424,'31750340127','3',1.00,'120','retail','0','2025-06-19 16:35:39','','','','0','Cash',16.55,'120','','','3','16.00','1','2025-06-19 13:36:10','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9966.00','9965','Inclusive','branch','Inventory','','','','yes','','B','3175034014032201300142'),(3425,'31750340127','3',1.00,'120','retail','0','2025-06-19 16:35:53','','','','0','Cash',16.55,'120','','','3','16.00','1','2025-06-19 13:36:10','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9965.00','9964','Inclusive','branch','Inventory','','','','yes','','B','3175034015422012337305'),(3426,'31750341454','164',5.00,'250','retail','0','2025-06-19 16:57:34','','','','35','Cash',34.48,'50','','','3','16.00','1','2025-06-19 13:57:41','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'5','49.00','44','Inclusive','branch','Inventory','','','','yes','','','3175034145522035533005'),(3427,'31750341792','250',1.00,'1000','retail','0','2025-06-19 17:03:12','','','','500','Cash',137.93,'1000','','','3','16.00','1','2025-06-19 14:03:21','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9960.00','9959','Inclusive','branch','Inventory','1110','4000','5500','','','','3175034179612032203203'),(3428,'31750379353','45',2.00,'100','retail','0','2025-06-20 03:29:13','','','','0','Cash',13.79,'50','','','3','16.00','1','2025-06-20 00:30:40','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9709.00','9707','Inclusive','branch','Inventory','','','','yes','','','3175037935373032322303'),(3429,'31750379353','3',1.00,'120','retail','0','2025-06-20 03:29:29','','','','0','Cash',16.55,'120','','','3','16.00','1','2025-06-20 00:30:40','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9964.00','9963','Inclusive','branch','Inventory','','','','yes','','B','3175037936902327793222'),(3430,'31750379353','23',1.00,'600','retail','0','2025-06-20 03:30:10','','','','0','Cash',82.76,'600','','','3','16.00','1','2025-06-20 00:30:40','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9986.00','9985','Inclusive','branch','Inventory','','','','yes','','','3175037941520323017522'),(3431,'31750379531','164',1.00,'50','retail','0','2025-06-20 03:32:11','','','','35','Cash',6.90,'50','','','3','16.00','1','2025-06-20 00:32:16','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','44.00','43','Inclusive','branch','Inventory','','','','yes','','','3175037953223350033302'),(3432,'31750379603','25',1.00,'350','retail','0','2025-06-20 03:33:23','','','','0','Cash',48.28,'350','','','3','16.00','1','2025-06-20 00:33:48','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9985.00','9984','Inclusive','branch','Inventory','','','','yes','','','3175037960323722601335'),(3433,'31750379603','45',1.00,'50','retail','0','2025-06-20 03:33:31','','','','0','Cash',6.90,'50','','','3','16.00','1','2025-06-20 00:33:48','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9707.00','9706','Inclusive','branch','Inventory','','','','yes','','','3175037961237073330233'),(3434,'31750379603','136',1.00,'260','retail','0','2025-06-20 03:33:43','','','','210','Cash',35.86,'260','','','3','16.00','1','2025-06-20 00:33:48','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','115.00','114','Inclusive','branch','Inventory','','','','yes','','','3175037962333703233302'),(3435,'31750379677','178',1.00,'100','retail','0','2025-06-20 03:34:37','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-20 00:34:40','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','135.00','134','Inclusive','branch','Inventory','','','','yes','','','3175037967833064331330'),(3436,'31750379733','53',1.00,'900','retail','0','2025-06-20 03:35:33','','','','0','Cash',124.14,'900','','','3','16.00','1','2025-06-20 00:35:45','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9985.00','9984','Inclusive','branch','Inventory','','','','yes','','','3175037973323013202220'),(3437,'31750379733','47',1.00,'200','retail','0','2025-06-20 03:35:42','','','','0','Cash',27.59,'200','','','3','16.00','1','2025-06-20 00:35:45','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9911.00','9910','Inclusive','branch','Inventory','','','','yes','','','3175037974253392123303'),(3438,'31750379790','120',2.00,'50','retail','0','2025-06-20 03:36:30','','','','17','Cash',6.90,'25','','','3','16.00','1','2025-06-20 00:36:37','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','100.00','98','Inclusive','branch','Inventory','','','','yes','','','3175037979132702340005'),(3439,'31750379838','138',2.00,'660','retail','0','2025-06-20 03:37:18','','','','265','Cash',91.03,'330','','','3','16.00','1','2025-06-20 00:38:03','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',284.48,'2','39.00','37','Inclusive','branch','Inventory','','','','yes','','','3175037987973309737231'),(3440,'31750379948','115',1.00,'300','retail','0','2025-06-20 03:39:08','','','','217','Cash',41.38,'300','','','3','16.00','1','2025-06-20 00:39:27','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','41.00','40','Inclusive','branch','Inventory','','','','yes','','','3175037996304526332237'),(3441,'31750380043','136',1.00,'260','retail','0','2025-06-20 03:40:43','','','','210','Cash',35.86,'260','','','3','16.00','1','2025-06-20 00:40:47','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','114.00','113','Inclusive','branch','Inventory','','','','yes','','','3175038004333233030722'),(3442,'31750380089','178',1.00,'100','retail','0','2025-06-20 03:41:29','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-20 00:41:33','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','134.00','133','Inclusive','branch','Inventory','','','','yes','','','3175038008923320033330'),(3443,'31750380141','196',1.00,'20','retail','0','2025-06-20 03:42:21','','','','14','Cash',2.76,'20','','','3','16.00','1','2025-06-20 00:42:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','100.00','99','Inclusive','branch','Inventory','','','','yes','','','3175038014204143333222'),(3444,'31750380188','203',1.00,'100','retail','0','2025-06-20 03:43:08','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-20 00:43:11','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','3175038018902300723302'),(3445,'31750380234','120',1.00,'25','retail','0','2025-06-20 03:43:54','','','','17','Cash',3.45,'25','','','3','16.00','1','2025-06-20 00:43:58','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'1','98.00','97','Inclusive','branch','Inventory','','','','yes','','','3175038023452332203230'),(3446,'31750380276','138',1.00,'330','retail','0','2025-06-20 03:44:36','','','','265','Cash',45.52,'330','','','3','16.00','1','2025-06-20 00:44:54','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',284.48,'1','37.00','36','Inclusive','branch','Inventory','','','','yes','','','3175038028732102043502'),(3447,'31750380362','178',1.00,'100','retail','0','2025-06-20 03:46:02','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-20 00:46:04','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','133.00','132','Inclusive','branch','Inventory','','','','yes','','','3175038036203577033683'),(3448,'31750380407','115',1.00,'300','retail','0','2025-06-20 03:46:47','','','','217','Cash',41.38,'300','','','3','16.00','1','2025-06-20 00:47:51','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','40.00','39','Inclusive','branch','Inventory','','','','yes','','','3175038042307243220250'),(3449,'31750380407','136',1.00,'260','retail','0','2025-06-20 03:47:10','','','','210','Cash',35.86,'260','','','3','16.00','1','2025-06-20 00:47:51','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','113.00','112','Inclusive','branch','Inventory','','','','yes','','','3175038043003004420300'),(3450,'31750380407','178',1.00,'100','retail','0','2025-06-20 03:47:16','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-20 00:47:51','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','132.00','131','Inclusive','branch','Inventory','','','','yes','','','3175038043623235327524'),(3451,'31750380407','23',1.00,'600','retail','0','2025-06-20 03:47:37','','','','0','Cash',82.76,'600','','','3','16.00','1','2025-06-20 00:47:51','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9985.00','9984','Inclusive','branch','Inventory','','','','yes','','','3175038045800030282003'),(3452,'31750380407','45',1.00,'50','retail','0','2025-06-20 03:47:45','','','','0','Cash',6.90,'50','','','3','16.00','1','2025-06-20 00:47:51','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9706.00','9705','Inclusive','branch','Inventory','','','','yes','','','3175038046660365003300'),(3453,'31750380522','22',1.00,'300','retail','0','2025-06-20 03:48:42','','','','0','Cash',41.38,'300','','','3','16.00','1','2025-06-20 00:48:53','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9946.00','9945','Inclusive','branch','Inventory','','','','yes','','','3175038052233357303223'),(3454,'31750380522','45',1.00,'50','retail','0','2025-06-20 03:48:50','','','','0','Cash',6.90,'50','','','3','16.00','1','2025-06-20 00:48:53','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9705.00','9704','Inclusive','branch','Inventory','','','','yes','','','3175038053103378213003'),(3455,'31750380581','136',1.00,'260','retail','0','2025-06-20 03:49:41','','','','210','Cash',35.86,'260','','','3','16.00','1','2025-06-20 00:49:44','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','112.00','111','Inclusive','branch','Inventory','','','','yes','','','3175038058232300372222'),(3456,'31750380645','178',1.00,'100','retail','0','2025-06-20 03:50:45','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-20 00:50:47','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','131.00','130','Inclusive','branch','Inventory','','','','yes','','','3175038064522322200343'),(3457,'31750380696','196',1.00,'20','retail','0','2025-06-20 03:51:36','','','','14','Cash',2.76,'20','','','3','16.00','1','2025-06-20 00:51:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','99.00','98','Inclusive','branch','Inventory','','','','yes','','','3175038069720233020321'),(3458,'31750380751','3',1.00,'120','retail','0','2025-06-20 03:52:31','','','','0','Cash',16.55,'120','','','3','16.00','1','2025-06-20 00:52:34','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9963.00','9962','Inclusive','branch','Inventory','','','','yes','','B','3175038075233273303320'),(3459,'31750397050','215',1.00,'600','retail','0','2025-06-20 08:24:10','','','','465','Cash',82.76,'600','','','3','16.00','1','2025-06-20 05:24:46','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','3175039706823003232372'),(3460,'31750397050','272',1.00,'100','retail','0','2025-06-20 08:24:39','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-20 05:24:46','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175039707923703323270'),(3461,'31750398285','250',1.00,'1000','retail','0','2025-06-20 08:44:45','','','','500','Cash',137.93,'1000','','','3','16.00','1','2025-06-20 05:44:50','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9959.00','9958','Inclusive','branch','Inventory','1110','4000','5500','','','','3175039828622323353928'),(3462,'31750402895','120',1.00,'25','retail','0','2025-06-20 10:01:35','','','','17','Cash',3.45,'25','','','3','16.00','1','2025-06-20 07:01:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'1','97.00','96','Inclusive','branch','Inventory','','','','yes','','','3175040289622530223222'),(3463,'31750402943','187',4.00,'60','retail','0','2025-06-20 10:02:23','','','','8','Cash',8.28,'15','','','3','16.00','1','2025-06-20 07:02:28','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'4','99.00','95','Inclusive','branch','Inventory','','','','yes','','','3175040294434952223423'),(3464,'31750403065','215',1.00,'600','retail','0','2025-06-20 10:04:25','','','','465','Cash',82.76,'600','','','3','16.00','1','2025-06-20 11:12:18','1','11','returned','1','new','pcs','','2025-06-20 14:12:18','16','yes','','0','','','VATABLE',517.24,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','3175040313723303233233'),(3465,'31750408286','54',1.00,'1800','retail','0','2025-06-20 11:31:26','','','','0','Cash',248.28,'1800','','','3','16.00','1','2025-06-20 08:32:30','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9991.00','9990','Inclusive','branch','Inventory','','','','yes','','','3175040828632222233233'),(3466,'31750408286','45',1.00,'50','retail','0','2025-06-20 11:31:31','','','','0','Cash',6.90,'50','','','3','16.00','1','2025-06-20 08:32:30','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9704.00','9703','Inclusive','branch','Inventory','','','','yes','','','3175040829288402309223'),(3467,'31750408286','250',1.00,'1000','retail','0','2025-06-20 11:31:40','','','','500','Cash',137.93,'1000','','','3','16.00','1','2025-06-20 08:32:30','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9958.00','9957','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175040830122371303032'),(3468,'31750408286','205',1.00,'300','retail','0','2025-06-20 11:31:55','','','','225','Cash',41.38,'300','','','3','16.00','1','2025-06-20 08:32:30','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','48.00','47','Inclusive','branch','Inventory','','','','yes','','','3175040831622301443203'),(3469,'31750408286','209',1.00,'250','retail','0','2025-06-20 11:31:58','','','','175','Cash',34.48,'250','','','3','16.00','1','2025-06-20 08:32:30','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','100.00','99','Inclusive','branch','Inventory','','','','yes','','','3175040831973820323802'),(3470,'31750408286','272',1.00,'100','retail','0','2025-06-20 11:32:08','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-20 08:32:30','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175040832903502002332'),(3471,'31750408286','46',1.00,'100','retail','0','2025-06-20 11:32:26','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-20 08:32:30','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9954.00','9953','Inclusive','branch','Inventory','','','','yes','','','3175040834732032003330'),(3472,'31750413746','136',1.00,'260','retail','0','2025-06-20 13:02:26','','','','210','Cash',35.86,'260','','','3','16.00','1','2025-06-20 10:02:37','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','111.00','110','Inclusive','branch','Inventory','','','','yes','','','3175041374734222347230'),(3473,'31750413746','205',1.00,'300','retail','0','2025-06-20 13:02:31','','','','225','Cash',41.38,'300','','','3','16.00','1','2025-06-20 10:02:37','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','47.00','46','Inclusive','branch','Inventory','','','','yes','','','3175041375343335353033'),(3475,'31750413894','163',1.00,'10','retail','0','2025-06-20 13:04:54','','','','5','Cash',1.38,'10','','','3','16.00','1','2025-06-20 10:05:03','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','100.00','99','Inclusive','branch','Inventory','','','','yes','','','3175041389504823100230'),(3476,'31750413894','163',1.00,'10','retail','0','2025-06-20 13:05:00','','','','5','Cash',1.38,'10','','','3','16.00','1','2025-06-20 10:05:03','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','99.00','98','Inclusive','branch','Inventory','','','','yes','','','3175041390004923100230'),(3477,'31750413783','180',1.00,'300','retail','0','2025-06-20 13:03:03','','','','185','Cash',41.38,'300','','','3','16','1','2025-06-20 10:05:31','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','28.00','27','Inclusive','branch','Inventory','','','','','',NULL,'3175041380438031323330'),(3478,'31750413783','203',1.00,'100','retail','0','2025-06-20 13:05:28','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-20 10:05:31','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','3175041392933225923020'),(3479,'31750420461','205',1.00,'300','retail','0','2025-06-20 14:54:21','','','','225','Cash',41.38,'300','','','3','16.00','1','2025-06-20 11:54:31','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','46.00','45','Inclusive','branch','Inventory','','','','yes','','','3175042046340420232220'),(3480,'31750420461','136',1.00,'260','retail','0','2025-06-20 14:54:24','','','','210','Cash',35.86,'260','','','3','16.00','1','2025-06-20 11:54:31','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','110.00','109','Inclusive','branch','Inventory','','','','yes','','','3175042046433053520330'),(3481,'31750420759','89',2.00,'500','retail','0','2025-06-20 14:59:19','','','','175','Cash',68.97,'250','','','3','16.00','1','2025-06-20 12:01:33','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','263.00','261','Inclusive','branch','Inventory','','','','yes','','','3175042079125230022133'),(3482,'31750420759','115',1.00,'300','retail','0','2025-06-20 14:59:51','','','','217','Cash',41.38,'300','','','3','16.00','1','2025-06-20 12:01:33','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','39.00','38','Inclusive','branch','Inventory','','','','yes','','','3175042082000233032230'),(3483,'31750420759','164',1.00,'50','retail','0','2025-06-20 15:01:02','','','','35','Cash',6.90,'50','','','3','16.00','1','2025-06-20 12:01:33','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','43.00','42','Inclusive','branch','Inventory','','','','yes','','','3175042086522232703302'),(3484,'31750420759','120',5.00,'125','retail','0','2025-06-20 15:01:27','','','','17','Cash',17.24,'25','','','3','16.00','1','2025-06-20 12:01:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'5','96.00','91','Inclusive','branch','Inventory','','','','yes','','','3175042088830482052033'),(3485,'31750421092','164',1.00,'50','retail','0','2025-06-20 15:04:52','','','','35','Cash',6.90,'50','','','3','16.00','1','2025-06-20 12:05:11','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','42.00','41','Inclusive','branch','Inventory','','','','yes','','','3175042109251232430253'),(3486,'31750421092','115',1.00,'300','retail','0','2025-06-20 15:04:53','','','','217','Cash',41.38,'300','','','3','16.00','1','2025-06-20 12:05:11','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','38.00','37','Inclusive','branch','Inventory','','','','yes','','','3175042110423133252332'),(3487,'31750421447','89',1.00,'250','retail','0','2025-06-20 15:10:47','','','','175','Cash',34.48,'250','','','3','16.00','1','2025-06-20 12:11:21','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','261.00','260','Inclusive','branch','Inventory','','','','yes','','','3175042147121040324203'),(3488,'31750423355','163',1.00,'10','retail','0','2025-06-20 15:42:35','','','','5','Cash',1.38,'10','','','3','16.00','1','2025-06-20 12:42:41','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','98.00','97','Inclusive','branch','Inventory','','','','yes','','','3175042335743733332132'),(3492,'31750423674','208',3.00,'780','retail','0','2025-06-20 15:47:54','','','','195','Cash',107.59,'260','','','3','16.00','1','2025-06-20 12:48:00','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'3','25.00','22','Inclusive','branch','Inventory','','','','yes','','','3175042367603442202373'),(3495,'31750424665','96',1.00,'850','retail','0','2025-06-20 16:04:25','','','','605','Cash',117.24,'850','','','3','16.00','1','2025-06-20 13:10:18','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','3175042469233232224407'),(3496,'31750424665','272',1.00,'100','retail','0','2025-06-20 16:10:13','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-20 13:10:18','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175042501515330200223'),(3499,'31750425804','187',2.00,'30','retail','0','2025-06-20 16:23:24','','','','8','Cash',4.14,'15','','','3','16.00','1','2025-06-20 13:23:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','95.00','93','Inclusive','branch','Inventory','','','','yes','','','3175042580480230222300'),(3500,'31750425065','181',1.00,'600','retail','0','2025-06-20 16:11:05','','','','440','Cash',82.76,'600','','','3','16','1','2025-06-20 13:36:19','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',517.24,'1','2.00','1','Inclusive','branch','Inventory','','','','','',NULL,'3175042508282422215020'),(3501,'31750425065','208',1.00,'260','retail','0','2025-06-20 16:11:31','','','','195','Cash',35.86,'260','','','3','16','1','2025-06-20 13:36:19','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','22.00','21','Inclusive','branch','Inventory','','','','','',NULL,'3175042509123431029333'),(3504,'31750426704','195',1.00,'100','retail','0','2025-06-20 16:38:24','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-20 13:40:23','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','92.00','91','Inclusive','branch','Inventory','','','','yes','','','3175042670505360607330'),(3505,'31750426704','54',1.00,'1800','retail','0','2025-06-20 16:38:47','','','','0','Cash',248.28,'1800','','','3','16.00','1','2025-06-20 13:40:23','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9990.00','9989','Inclusive','branch','Inventory','','','','yes','','','3175042672802324320320'),(3506,'31750426704','27',1.00,'1400','retail','0','2025-06-20 16:39:14','','','','0','Cash',193.10,'1400','','','3','16.00','1','2025-06-20 13:40:23','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','9992.00','9991','Inclusive','branch','Inventory','','','','yes','','','3175042675533332522722'),(3507,'31750426704','45',7.00,'350','retail','0','2025-06-20 16:39:28','','','','0','Cash',48.28,'50','','','3','16.00','1','2025-06-20 13:40:23','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'7','9703.00','9696','Inclusive','branch','Inventory','','','','yes','','','3175042676952602205133'),(3508,'31750426704','46',2.00,'200','retail','0','2025-06-20 16:39:35','','','','0','Cash',27.59,'100','','','3','16.00','1','2025-06-20 13:40:23','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','9953.00','9951','Inclusive','branch','Inventory','','','','yes','','','3175042677523040362622'),(3509,'31750426704','11',1.00,'100','retail','0','2025-06-20 16:39:53','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-20 13:40:23','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9997.00','9996','Inclusive','branch','Inventory','','','','yes','','','3175042679453332743200'),(3510,'31750426904','238',2.00,'200','retail','0','2025-06-20 16:41:44','','','','33','Cash',27.59,'100','','','3','16.00','1','2025-06-20 13:42:08','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','162.00','160','Inclusive','branch','Inventory','','','','yes','','','3175042690423233230301'),(3511,'31750426904','172',1.00,'70','retail','0','2025-06-20 16:42:02','','','','15','Cash',9.66,'70','','','3','16.00','1','2025-06-20 13:42:08','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',60.34,'1','20.00','19','Inclusive','branch','Inventory','','','','yes','','','3175042692217032309304'),(3512,'41750427745','217',1.00,'300','retail','0','2025-06-20 16:55:45','','','','225','Cash',41.38,'300','','','4','16.00','1','2025-06-20 13:59:22','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','4175042777733740343701'),(3513,'41750427745','22',1.00,'300','retail','0','2025-06-20 16:56:31','','','','0','Cash',41.38,'300','','','4','16.00','1','2025-06-20 13:59:22','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9945.00','9944','Inclusive','branch','Inventory','','','','yes','','','4175042779230722202032'),(3514,'41750427745','45',1.00,'50','retail','0','2025-06-20 16:56:51','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-20 13:59:22','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9696.00','9695','Inclusive','branch','Inventory','','','','yes','','','4175042782533835400201'),(3516,'61750428032','187',2.00,'30','retail','0','2025-06-20 17:00:32','','','','8','Cash',4.14,'15','','','6','16.00','1','2025-06-20 14:00:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','93.00','91','Inclusive','branch','Inventory','','','','yes','','','6175042804437262232360'),(3517,'31750423423','118',1.00,'1000','retail','0','2025-06-20 15:43:43','','','','710','Cash',137.93,'1000','','','3','16','1','2025-06-20 14:05:51','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',862.07,'1','25.00','24','Inclusive','branch','Inventory','','','','','',NULL,'3175042343854223822800'),(3518,'31750423423','178',1.00,'100','retail','0','2025-06-20 17:05:48','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-20 14:05:51','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','130.00','129','Inclusive','branch','Inventory','','','','yes','','','3175042834952304337023'),(3519,'41750429194','195',2.00,'200','retail','0','2025-06-20 17:19:54','','','','70','Cash',27.59,'100','','','4','16.00','1','2025-06-20 14:20:43','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','91.00','89','Inclusive','branch','Inventory','','','','yes','','','4175042923802402043709'),(3521,'31750430877','120',1.00,'25','retail','0','2025-06-20 17:47:57','','','','17','Cash',3.45,'25','','','3','16.00','1','2025-06-20 14:48:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'1','91.00','90','Inclusive','branch','Inventory','','','','yes','','','3175043087733222044374'),(3522,'31750432077','187',3.00,'45','retail','0','2025-06-20 18:07:58','','','','8','Cash',6.21,'15','','','3','16.00','1','2025-06-20 15:08:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'3','91.00','88','Inclusive','branch','Inventory','','','','yes','','','3175043208000530020323'),(3523,'31750423456','181',1.00,'600','retail','0','2025-06-20 15:44:16','','','','440','Cash',82.76,'600','','','3','16','1','2025-06-20 15:10:41','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',517.24,'1','3.00','2','Inclusive','branch','Inventory','','','','','',NULL,'3175042347133172320215'),(3524,'31750423456','272',1.00,'100','retail','0','2025-06-20 15:47:15','','','','33.3','Cash',13.79,'100','','','3','16','1','2025-06-20 15:10:41','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3175042363620733242043'),(3525,'51750433450','22',1.00,'300','retail','0','2025-06-20 18:30:50','','','','0','Cash',41.38,'300','','','5','16.00','1','2025-06-20 15:30:56','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9944.00','9943','Inclusive','branch','Inventory','','','','yes','','','5175043345253403022334'),(3526,'51750434687','47',1.00,'200','retail','0','2025-06-20 18:51:27','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-20 15:51:34','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9910.00','9909','Inclusive','branch','Inventory','','','','yes','','','5175043468923405224331'),(3527,'51750436009','23',1.00,'600','retail','0','2025-06-20 19:13:29','','','','0','Cash',82.76,'600','','','5','16.00','1','2025-06-20 16:13:48','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9984.00','9983','Inclusive','branch','Inventory','','','','yes','','','5175043601002000710233'),(3528,'51750436009','45',3.00,'150','retail','0','2025-06-20 19:13:44','','','','0','Cash',20.69,'50','','','5','16.00','1','2025-06-20 16:13:48','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'3','9695.00','9692','Inclusive','branch','Inventory','','','','yes','','','5175043602500423421020'),(3529,'51750436064','26',1.00,'700','retail','0','2025-06-20 19:14:24','','','','0','Cash',96.55,'700','','','5','16.00','1','2025-06-20 16:14:46','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9986.00','9985','Inclusive','branch','Inventory','','','','yes','','','5175043606502220112323'),(3530,'51750436064','45',2.00,'100','retail','0','2025-06-20 19:14:36','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-20 16:14:46','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9692.00','9690','Inclusive','branch','Inventory','','','','yes','','','5175043607800214332223'),(3531,'51750436064','46',1.00,'100','retail','0','2025-06-20 19:14:41','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-20 16:14:46','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9951.00','9950','Inclusive','branch','Inventory','','','','yes','','','5175043608232414000322'),(3532,'41750438917','218',4.00,'1040','retail','0','2025-06-20 20:01:57','','','','200','Cash',143.45,'260','','','4','16.00','1','2025-06-20 17:03:16','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','74.00','70','Inclusive','branch','Inventory','','','','yes','','','4175043891838022340302'),(3533,'41750438917','119',1.00,'400','retail','0','2025-06-20 20:01:58','','','','250','Cash',55.17,'400','','','4','16.00','1','2025-06-20 17:03:16','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','25.00','24','Inclusive','branch','Inventory','','','','yes','','','4175043898270932030190'),(3536,'61750430518','89',2.00,'500','retail','0','2025-06-20 17:41:58','','','','175','Cash',68.97,'250','','','6','16','1','2025-06-20 17:07:45','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'2','260.00','258','Inclusive','branch','Inventory','','','','','',NULL,'6175043056803431300267'),(3537,'61750430518','89',1.00,'250','retail','0','2025-06-20 20:07:20','','','','175','Cash',34.48,'250','','','6','16.00','1','2025-06-20 17:07:45','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','257.00','256','Inclusive','branch','Inventory','','','','yes','','','6175043926023222332220'),(3545,'61750439647','209',2.00,'500','retail','0','2025-06-20 20:14:07','','','','175','Cash',68.97,'250','','','6','16.00','1','2025-06-20 17:14:27','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','99.00','97','Inclusive','branch','Inventory','','','','yes','','','6175043966542122602302'),(3546,'61750439681','178',1.00,'100','retail','0','2025-06-20 20:14:41','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-20 17:15:07','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','129.00','128','Inclusive','branch','Inventory','','','','yes','','','6175043970140200047225'),(3547,'61750439712','187',2.00,'30','retail','0','2025-06-20 20:15:12','','','','8','Cash',4.14,'15','','','6','16.00','1','2025-06-20 17:15:31','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','84.00','82','Inclusive','branch','Inventory','','','','yes','','','6175043972703902373022'),(3548,'61750439739','117',1.00,'350','retail','0','2025-06-20 20:15:39','','','','245','Cash',48.28,'350','','','6','16.00','1','2025-06-20 17:16:33','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','25.00','24','Inclusive','branch','Inventory','','','','yes','','','6175043975692753723702'),(3549,'61750439739','178',1.00,'100','retail','0','2025-06-20 20:15:57','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-20 17:16:33','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','128.00','127','Inclusive','branch','Inventory','','','','yes','','','6175043977112202333720'),(3550,'61750439739','187',4.00,'60','retail','0','2025-06-20 20:16:12','','','','8','Cash',8.28,'15','','','6','16.00','1','2025-06-20 17:16:33','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'4','82.00','78','Inclusive','branch','Inventory','','','','yes','','','6175043978830033045447'),(3551,'61750439870','208',4.00,'1040','retail','0','2025-06-20 20:17:50','','','','195','Cash',143.45,'260','','','6','16.00','1','2025-06-20 17:18:52','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','21.00','17','Inclusive','branch','Inventory','','','','yes','','','6175043989453502302409'),(3552,'61750439870','218',4.00,'1040','retail','0','2025-06-20 20:18:15','','','','200','Cash',143.45,'260','','','6','16.00','1','2025-06-20 17:18:52','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','70.00','66','Inclusive','branch','Inventory','','','','yes','','','6175043992593322140134'),(3553,'61750439941','176',1.00,'300','retail','0','2025-06-20 20:19:01','','','','180','Cash',41.38,'300','','','6','16.00','1','2025-06-20 17:19:27','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','36.00','35','Inclusive','branch','Inventory','','','','yes','','','6175043995720343232123'),(3554,'81750440273','28',2.00,'1400','retail','0','2025-06-20 20:24:33','','','','0','Cash',193.10,'700','','','8','16.00','1','2025-06-20 17:24:43','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'2','9997.00','9995','Inclusive','branch','Inventory','','','','yes','','','8175044027442323222333'),(3555,'81750440273','45',1.00,'50','retail','0','2025-06-20 20:24:40','','','','0','Cash',6.90,'50','','','8','16.00','1','2025-06-20 17:24:43','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9689.00','9688','Inclusive','branch','Inventory','','','','yes','','','8175044028120084330732'),(3556,'81750440328','24',2.00,'2400','retail','0','2025-06-20 20:25:28','','','','0','Cash',331.03,'1200','','','8','16.00','1','2025-06-20 17:25:52','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1034.48,'2','9991.00','9989','Inclusive','branch','Inventory','','','','yes','','','8175044032903233303232'),(3557,'81750440328','45',4.00,'200','retail','0','2025-06-20 20:25:39','','','','0','Cash',27.59,'50','','','8','16.00','1','2025-06-20 17:25:52','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'4','9688.00','9684','Inclusive','branch','Inventory','','','','yes','','','8175044033920204723024'),(3558,'81750440328','46',2.00,'200','retail','0','2025-06-20 20:25:48','','','','0','Cash',27.59,'100','','','8','16.00','1','2025-06-20 17:25:52','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','9950.00','9948','Inclusive','branch','Inventory','','','','yes','','','8175044034902432923404'),(3559,'81750440401','218',2.00,'520','retail','0','2025-06-20 20:26:41','','','','200','Cash',71.72,'260','','','8','16.00','1','2025-06-20 17:26:47','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','66.00','64','Inclusive','branch','Inventory','','','','yes','','','8175044040203442742033'),(3560,'81750440513','79',1.00,'400','retail','0','2025-06-20 20:28:33','','','','0','Cash',55.17,'400','','','8','16.00','1','2025-06-20 17:28:38','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9970.00','9969','Inclusive','branch','Inventory','','','','yes','','','8175044051423822402323'),(3561,'61750441992','89',3.00,'750','retail','0','2025-06-20 20:53:12','','','','175','Cash',103.45,'250','','','6','16.00','1','2025-06-20 17:53:36','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','257.00','254','Inclusive','branch','Inventory','','','','yes','','','6175044200946203712227'),(3562,'61750442136','187',1.00,'15','retail','0','2025-06-20 20:55:36','','','','8','Cash',2.07,'15','','','6','16.00','1','2025-06-20 17:55:50','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','78.00','77','Inclusive','branch','Inventory','','','','yes','','','6175044214834388301202'),(3563,'51750444741','272',1.00,'100','retail','0','2025-06-20 21:39:01','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-20 18:39:37','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175044474274433332332'),(3564,'51750444741','190',1.00,'900','retail','0','2025-06-20 21:39:32','','','','594','Cash',124.14,'900','','','5','16.00','1','2025-06-20 18:39:37','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','5175044477302305402230'),(3565,'51750444900','134',2.00,'600','retail','0','2025-06-20 21:41:40','','','','180','Cash',82.76,'300','','','5','16.00','1','2025-06-20 18:42:01','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','78.00','76','Inclusive','branch','Inventory','','','','yes','','','5175044490209053224234'),(3566,'51750444900','136',1.00,'260','retail','0','2025-06-20 21:41:58','','','','210','Cash',35.86,'260','','','5','16.00','1','2025-06-20 18:42:01','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','159.00','158','Inclusive','branch','Inventory','','','','yes','','','5175044491822303474202'),(3567,'51750444969','25',1.00,'350','retail','0','2025-06-20 21:42:49','','','','0','Cash',48.28,'350','','','5','16.00','1','2025-06-20 18:43:05','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9984.00','9983','Inclusive','branch','Inventory','','','','yes','','','5175044497003335202253'),(3568,'51750444969','45',1.00,'50','retail','0','2025-06-20 21:43:02','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-20 18:43:05','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9684.00','9683','Inclusive','branch','Inventory','','','','yes','','','5175044498232533304220'),(3569,'51750445033','218',4.00,'1040','retail','0','2025-06-20 21:43:53','','','','200','Cash',143.45,'260','','','5','16.00','1','2025-06-20 18:43:56','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','114.00','110','Inclusive','branch','Inventory','','','','yes','','','5175044503324225220300'),(3570,'51750445120','272',1.00,'100','retail','0','2025-06-20 21:45:20','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-20 18:45:26','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175044512112722455014'),(3571,'81750445193','238',2.00,'200','retail','0','2025-06-20 21:46:33','','','','33','Cash',27.59,'100','','','8','16.00','1','2025-06-20 18:46:46','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','160.00','158','Inclusive','branch','Inventory','','','','yes','','','8175044519391702230052'),(3572,'81750445193','176',1.00,'300','retail','0','2025-06-20 21:46:43','','','','180','Cash',41.38,'300','','','8','16.00','1','2025-06-20 18:46:46','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','59.00','58','Inclusive','branch','Inventory','','','','yes','','','8175044520324333437022'),(3573,'81750445558','93',1.00,'500','retail','0','2025-06-20 21:52:38','','','','330','Cash',68.97,'500','','','8','16.00','1','2025-06-20 18:52:54','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','8175044555935300535322'),(3574,'81750445558','160',1.00,'100','retail','0','2025-06-20 21:52:49','','','','41.67','Cash',13.79,'100','','','8','16.00','1','2025-06-20 18:52:54','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','101.00','100','Inclusive','branch','Inventory','','','','yes','','','8175044557020034431227'),(3575,'81750445606','218',2.00,'520','retail','0','2025-06-20 21:53:26','','','','200','Cash',71.72,'260','','','8','16.00','1','2025-06-20 18:54:43','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','110.00','108','Inclusive','branch','Inventory','','','','yes','','','8175044560737233270024'),(3576,'81750445606','272',1.00,'100','retail','0','2025-06-20 21:53:35','','','','33.3','Cash',13.79,'100','','','8','16.00','1','2025-06-20 18:54:43','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175044561624413202448'),(3577,'81750445606','124',1.00,'600','retail','0','2025-06-20 21:54:38','','','','423','Cash',82.76,'600','','','8','16.00','1','2025-06-20 18:54:43','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','8175044567830332230741'),(3578,'81750445728','209',1.00,'250','retail','0','2025-06-20 21:55:28','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-20 18:55:32','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','147.00','146','Inclusive','branch','Inventory','','','','yes','','','8175044573043330023320'),(3579,'81750445772','100',1.00,'250','retail','0','2025-06-20 21:56:12','','','','165','Cash',34.48,'250','','','8','16.00','1','2025-06-20 18:56:16','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','27.00','26','Inclusive','branch','Inventory','','','','yes','','','8175044577245374020722'),(3580,'61750427041','140',1.00,'700','retail','0','2025-06-20 16:44:01','','','','480','Cash',96.55,'700','','','6','16','1','2025-06-20 19:02:03','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',603.45,'1','1.00','0','Inclusive','branch','Inventory','','','','','',NULL,'6175042706120332023042'),(3581,'61750427041','89',1.00,'250','retail','0','2025-06-20 20:05:44','','','','175','Cash',34.48,'250','','','6','16','1','2025-06-20 19:02:03','1','10','returned','1','new','pcs','','','16','yes','','0','','','VATABLE',215.52,'1','258.00','257','Inclusive','branch','Inventory','','','','yes','',NULL,'6175043915853333232372'),(3582,'61750427041','272',1.00,'100','retail','0','2025-06-20 22:01:32','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-20 19:02:03','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175044611123004336360'),(3583,'61750439271','201',1.00,'300','retail','0','2025-06-20 20:07:51','','','','200','Cash',41.38,'300','','','6','16','1','2025-06-20 19:03:42','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','2.00','1','Inclusive','branch','Inventory','','','','','',NULL,'6175043928593320303302'),(3584,'61750439271','187',4.00,'60','retail','0','2025-06-20 20:08:56','','','','8','Cash',8.28,'15','','','6','16','1','2025-06-20 19:03:42','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',12.93,'4','88.00','84','Inclusive','branch','Inventory','','','','','',NULL,'6175043935160600203313'),(3585,'61750439271','272',1.00,'100','retail','0','2025-06-20 22:03:19','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-20 19:03:42','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175044621630022240200'),(3590,'81750447132','272',1.00,'100','retail','0','2025-06-20 22:18:52','','','','33.3','Cash',13.79,'100','','','8','16.00','1','2025-06-20 19:18:58','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175044713332087100232'),(3591,'41750439437','107',1.00,'1300','retail','0','2025-06-20 20:10:37','','','','970','Cash',179.31,'1300','','','4','16','1','2025-06-20 19:27:49','1','9','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','14.00','13','Inclusive','branch','Inventory','','','','','',NULL,'4175043946433020233032'),(3592,'41750439437','117',1.00,'350','retail','0','2025-06-20 20:11:13','','','','245','Cash',48.28,'350','','','4','16','1','2025-06-20 19:27:49','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',301.72,'1','26.00','25','Inclusive','branch','Inventory','','','','','',NULL,'4175043949499030470243'),(3593,'41750439437','195',1.00,'100','retail','0','2025-06-20 20:12:02','','','','70','Cash',13.79,'100','','','4','16','1','2025-06-20 19:27:49','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','89.00','88','Inclusive','branch','Inventory','','','','','',NULL,'4175043952492532402332'),(3594,'41750439437','22',1.00,'300','retail','0','2025-06-20 20:12:24','','','','0','Cash',41.38,'300','','','4','16','1','2025-06-20 19:27:49','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9943.00','9942','Inclusive','branch','Inventory','','','','','',NULL,'4175043954533533433953'),(3595,'41750439437','45',1.00,'50','retail','0','2025-06-20 20:12:36','','','','0','Cash',6.90,'50','','','4','16','1','2025-06-20 19:27:49','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9690.00','9689','Inclusive','branch','Inventory','','','','','',NULL,'4175043958353023833422'),(3596,'41750447717','25',1.00,'350','retail','0','2025-06-20 22:28:37','','','','0','Cash',48.28,'350','','','4','16.00','1','2025-06-20 19:29:14','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9982.00','9981','Inclusive','branch','Inventory','','','','yes','','','4175044771807310583320'),(3597,'41750447717','45',1.00,'50','retail','0','2025-06-20 22:28:38','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-20 19:29:14','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9683.00','9682','Inclusive','branch','Inventory','','','','yes','','','4175044773623373523322'),(3598,'41750447717','46',1.00,'100','retail','0','2025-06-20 22:28:56','','','','0','Cash',13.79,'100','','','4','16.00','1','2025-06-20 19:29:14','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9948.00','9947','Inclusive','branch','Inventory','','','','yes','','','4175044775240370022033'),(3599,'41750447791','209',1.00,'250','retail','0','2025-06-20 22:29:51','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-20 19:29:54','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','146.00','145','Inclusive','branch','Inventory','','','','yes','','','4175044779113447502053'),(3600,'41750447866','25',1.00,'350','retail','0','2025-06-20 22:31:06','','','','0','Cash',48.28,'350','','','4','16.00','1','2025-06-20 19:31:20','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9981.00','9980','Inclusive','branch','Inventory','','','','yes','','','4175044786844326337332'),(3601,'41750447866','45',1.00,'50','retail','0','2025-06-20 22:31:08','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-20 19:31:20','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9682.00','9681','Inclusive','branch','Inventory','','','','yes','','','4175044787643323242742'),(3602,'41750447916','47',1.00,'200','retail','0','2025-06-20 22:31:56','','','','0','Cash',27.59,'200','','','4','16.00','1','2025-06-20 19:32:16','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9909.00','9908','Inclusive','branch','Inventory','','','','yes','','','4175044793343749230234'),(3603,'41750447980','116',1.00,'850','retail','0','2025-06-20 22:33:00','','','','585','Cash',117.24,'850','','','4','16.00','1','2025-06-20 19:34:18','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','4175044798132332118234'),(3604,'41750447980','195',1.00,'100','retail','0','2025-06-20 22:33:18','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-20 19:34:18','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','88.00','87','Inclusive','branch','Inventory','','','','yes','','','4175044799902354730777'),(3605,'41750447980','178',1.00,'100','retail','0','2025-06-20 22:33:28','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-20 19:34:18','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','127.00','126','Inclusive','branch','Inventory','','','','yes','','','4175044802633365433082'),(3606,'41750447980','272',1.00,'100','retail','0','2025-06-20 22:34:13','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-20 19:34:18','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175044805428035022333'),(3607,'41750448956','117',1.00,'350','retail','0','2025-06-20 22:49:16','','','','245','Cash',48.28,'350','','','4','16.00','1','2025-06-20 19:50:13','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','24.00','23','Inclusive','branch','Inventory','','','','yes','','','4175044897303302222424'),(3608,'41750448956','195',1.00,'100','retail','0','2025-06-20 22:49:34','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-20 19:50:13','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','87.00','86','Inclusive','branch','Inventory','','','','yes','','','4175044900300320005940'),(3609,'41750449285','26',1.00,'700','retail','0','2025-06-20 22:54:45','','','','0','Cash',96.55,'700','','','4','16.00','1','2025-06-20 19:55:13','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9985.00','9984','Inclusive','branch','Inventory','','','','yes','','','4175044928633423238330'),(3610,'41750449285','45',1.00,'50','retail','0','2025-06-20 22:54:47','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-20 19:55:13','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9681.00','9680','Inclusive','branch','Inventory','','','','yes','','','4175044930143032043353'),(3611,'41750449285','45',1.00,'50','retail','0','2025-06-20 22:55:01','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-20 19:55:13','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9680.00','9679','Inclusive','branch','Inventory','','','','yes','','','4175044931022733327342'),(3612,'41750451776','272',3.00,'300','retail','0','2025-06-20 23:36:16','','','','33.3','Cash',41.38,'100','','','4','16.00','1','2025-06-20 20:36:19','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','52.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175045177732332212320'),(3613,'41750451808','272',1.00,'100','retail','0','2025-06-20 23:36:48','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-20 20:36:51','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175045180931259302434'),(3614,'41750451844','272',1.00,'100','retail','0','2025-06-20 23:37:24','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-20 20:37:26','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175045184433033402135'),(3618,'61750452375','1',4.00,'400','retail','0','2025-06-20 23:46:15','','','','0','Cash',55.17,'100','','','6','16.00','1','2025-06-20 20:47:00','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'4','9984.00','9980','Inclusive','branch','Inventory','','','','yes','','A','6175045241733723223472'),(3619,'81750453051','120',10.00,'250','retail','0','2025-06-20 23:57:31','','','','17','Cash',34.48,'25','','','8','16.00','1','2025-06-20 20:57:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'10','90.00','80','Inclusive','branch','Inventory','','','','yes','','','8175045305232053232230'),(3620,'81750453051','218',1.00,'260','retail','0','2025-06-20 23:57:45','','','','200','Cash',35.86,'260','','','8','16.00','1','2025-06-20 20:57:49','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','108.00','107','Inclusive','branch','Inventory','','','','yes','','','8175045306662006452430'),(3621,'81750453122','93',1.00,'500','retail','0','2025-06-20 23:58:42','','','','330','Cash',68.97,'500','','','8','16.00','1','2025-06-20 20:58:58','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','8175045312304232220223'),(3622,'81750453122','120',2.00,'50','retail','0','2025-06-20 23:58:54','','','','17','Cash',6.90,'25','','','8','16.00','1','2025-06-20 20:58:58','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','80.00','78','Inclusive','branch','Inventory','','','','yes','','','8175045313533332507522'),(3623,'81750453204','160',1.00,'100','retail','0','2025-06-21 00:00:04','','','','41.67','Cash',13.79,'100','','','8','16.00','1','2025-06-20 21:00:15','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','99.00','98','Inclusive','branch','Inventory','','','','yes','','','8175045321207530272033'),(3624,'41750454139','136',2.00,'520','retail','0','2025-06-21 00:15:39','','','','210','Cash',71.72,'260','','','4','16.00','1','2025-06-20 21:21:18','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','158.00','156','Inclusive','branch','Inventory','','','','yes','','','4175045414003420034041'),(3625,'41750454139','195',1.00,'100','retail','0','2025-06-21 00:15:50','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-20 21:21:18','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','86.00','85','Inclusive','branch','Inventory','','','','yes','','','4175045415142413303020'),(3626,'41750454139','272',1.00,'100','retail','0','2025-06-21 00:15:57','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-20 21:21:18','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175045415832113003225'),(3627,'41750454139','47',1.00,'200','retail','0','2025-06-21 00:18:29','','','','0','Cash',27.59,'200','','','4','16.00','1','2025-06-20 21:21:18','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9908.00','9907','Inclusive','branch','Inventory','','','','yes','','','4175045431072333421333'),(3628,'41750454139','53',1.00,'900','retail','0','2025-06-21 00:18:47','','','','0','Cash',124.14,'900','','','4','16.00','1','2025-06-20 21:21:18','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9984.00','9983','Inclusive','branch','Inventory','','','','yes','','','4175045432854535775333'),(3629,'41750454139','45',1.00,'50','retail','0','2025-06-21 00:18:48','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-20 21:21:18','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9679.00','9678','Inclusive','branch','Inventory','','','','yes','','','4175045434034254223143'),(3630,'41750454139','288',1.00,'300','retail','0','2025-06-21 00:21:14','','','','220','Cash',41.38,'300','','','4','16.00','1','2025-06-20 21:21:18','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175045447523403402412'),(3631,'41750455204','218',2.00,'520','retail','0','2025-06-21 00:33:24','','','','200','Cash',71.72,'260','','','4','16.00','1','2025-06-20 21:33:56','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','107.00','105','Inclusive','branch','Inventory','','','','yes','','','4175045520432332020242'),(3632,'41750455204','134',1.00,'300','retail','0','2025-06-21 00:33:35','','','','180','Cash',41.38,'300','','','4','16.00','1','2025-06-20 21:33:56','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','76.00','75','Inclusive','branch','Inventory','','','','yes','','','4175045521543532102200'),(3633,'41750455204','209',1.00,'250','retail','0','2025-06-21 00:33:45','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-20 21:33:56','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','145.00','144','Inclusive','branch','Inventory','','','','yes','','','4175045522625035022333'),(3634,'41750455204','89',1.00,'250','retail','0','2025-06-21 00:33:53','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-20 21:33:56','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','254.00','253','Inclusive','branch','Inventory','','','','yes','','','4175045523400330050213'),(3635,'51750456029','201',1.00,'300','retail','0','2025-06-21 00:47:09','','','','200','Cash',41.38,'300','','','5','16.00','1','2025-06-20 21:48:30','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','5175045610022330035633'),(3636,'51750456029','178',1.00,'100','retail','0','2025-06-21 00:48:27','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-20 21:48:30','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','126.00','125','Inclusive','branch','Inventory','','','','yes','','','5175045610752522310132'),(3637,'51750456182','205',1.00,'300','retail','0','2025-06-21 00:49:42','','','','225','Cash',41.38,'300','','','5','16.00','1','2025-06-20 21:49:56','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','70.00','69','Inclusive','branch','Inventory','','','','yes','','','5175045618373004173202'),(3638,'51750456182','135',1.00,'300','retail','0','2025-06-21 00:49:53','','','','216','Cash',41.38,'300','','','5','16.00','1','2025-06-20 21:49:56','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','17.00','16','Inclusive','branch','Inventory','','','','yes','','','5175045619493333532462'),(3640,'61750456620','54',1.00,'1800','retail','0','2025-06-21 00:57:00','','','','0','Cash',248.28,'1800','','','6','16.00','1','2025-06-20 22:03:17','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9989.00','9988','Inclusive','branch','Inventory','','','','yes','','','6175045664262040622023'),(3641,'61750456620','45',1.00,'50','retail','0','2025-06-21 00:59:18','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-20 22:03:17','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9678.00','9677','Inclusive','branch','Inventory','','','','yes','','','6175045676735303306604'),(3642,'61750456620','3',2.00,'240','retail','0','2025-06-21 00:59:27','','','','0','Cash',33.10,'120','','','6','16.00','1','2025-06-20 22:03:17','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'2','9962.00','9960','Inclusive','branch','Inventory','','','','yes','','B','6175045678133240203423'),(3643,'61750456620','195',1.00,'100','retail','0','2025-06-21 00:59:42','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-20 22:03:17','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','85.00','84','Inclusive','branch','Inventory','','','','yes','','','6175045679710963506202'),(3644,'61750456620','272',1.00,'100','retail','0','2025-06-21 01:03:01','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-20 22:03:17','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175045698223132260072'),(3645,'61750456620','178',1.00,'100','retail','0','2025-06-21 01:03:11','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-20 22:03:17','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','125.00','124','Inclusive','branch','Inventory','','','','yes','','','6175045699292031130633'),(3646,'61750446998','25',1.00,'350','retail','0','2025-06-20 22:16:38','','','','0','Cash',48.28,'350','','','6','16','1','2025-06-20 22:04:28','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9983.00','9982','Inclusive','branch','Inventory','','','','','',NULL,'6175044701603764203032'),(3647,'61750446998','45',2.00,'100','retail','0','2025-06-21 01:03:43','','','','0','Cash',13.79,'50','','','6','16.00','1','2025-06-20 22:04:28','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9677.00','9675','Inclusive','branch','Inventory','','','','yes','','','6175045704202222422322'),(3648,'61750446998','25',1.00,'350','retail','0','2025-06-21 01:04:02','','','','0','Cash',48.28,'350','','','6','16.00','1','2025-06-20 22:04:28','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9980.00','9979','Inclusive','branch','Inventory','','','','yes','','','6175045706403063352710'),(3649,'81750458465','148',1.00,'4000','retail','0','2025-06-21 01:27:45','','','','3120','Cash',551.72,'4000','','','8','16.00','1','2025-06-20 22:37:51','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',3448.28,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','8175045859033020080001'),(3650,'81750458465','195',1.00,'100','retail','0','2025-06-21 01:31:59','','','','70','Cash',13.79,'100','','','8','16.00','1','2025-06-20 22:37:51','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','84.00','83','Inclusive','branch','Inventory','','','','yes','','','8175045872032082033220'),(3651,'81750458465','292',1.00,'150','retail','0','2025-06-21 01:37:15','','','','99','Cash',20.69,'150','','','8','16.00','1','2025-06-20 22:37:51','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175045903533235250230'),(3652,'81750459118','3',2.00,'240','retail','0','2025-06-21 01:38:38','','','','0','Cash',33.10,'120','','','8','16.00','1','2025-06-20 22:38:41','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'2','9960.00','9958','Inclusive','branch','Inventory','','','','yes','','B','8175045911943212009221'),(3653,'81750459192','218',1.00,'260','retail','0','2025-06-21 01:39:52','','','','200','Cash',35.86,'260','','','8','16.00','1','2025-06-20 22:40:13','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','105.00','104','Inclusive','branch','Inventory','','','','yes','','','8175045919200332115032'),(3654,'81750459192','178',1.00,'100','retail','0','2025-06-21 01:40:09','','','','54.17','Cash',13.79,'100','','','8','16.00','1','2025-06-20 22:40:13','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','124.00','123','Inclusive','branch','Inventory','','','','yes','','','8175045921000503332032'),(3655,'61750459375','138',5.00,'1650','retail','0','2025-06-21 01:42:55','','','','265','Cash',227.59,'330','','','6','16.00','1','2025-06-20 22:45:48','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',284.48,'5','36.00','31','Inclusive','branch','Inventory','','','','yes','','','6175045940020936033230'),(3656,'61750459375','99',2.00,'600','retail','0','2025-06-21 01:43:55','','','','180','Cash',82.76,'300','','','6','16.00','1','2025-06-20 22:45:48','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','57.00','55','Inclusive','branch','Inventory','','','','yes','','','6175045949422247243333'),(3657,'61750459619','203',1.00,'100','retail','0','2025-06-21 01:46:59','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-20 22:47:14','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','6175045963242722320305'),(3658,'81750461431','156',3.00,'780','retail','0','2025-06-21 02:17:11','','','','200','Cash',107.59,'260','','','8','16.00','1','2025-06-20 23:17:17','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'3','9.00','6','Inclusive','branch','Inventory','','','','yes','','','8175046143232030404330'),(3659,'81750461473','218',1.00,'260','retail','0','2025-06-21 02:17:53','','','','200','Cash',35.86,'260','','','8','16.00','1','2025-06-20 23:18:30','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','104.00','103','Inclusive','branch','Inventory','','','','yes','','','8175046147431222434200'),(3660,'81750461473','218',1.00,'260','retail','0','2025-06-21 02:17:57','','','','200','Cash',35.86,'260','','','8','16.00','1','2025-06-20 23:18:30','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','103.00','102','Inclusive','branch','Inventory','','','','yes','','','8175046147820221241082'),(3661,'81750461473','176',1.00,'300','retail','0','2025-06-21 02:18:26','','','','180','Cash',41.38,'300','','','8','16.00','1','2025-06-20 23:18:30','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','58.00','57','Inclusive','branch','Inventory','','','','yes','','','8175046150622301000242'),(3662,'81750461554','272',1.00,'100','retail','0','2025-06-21 02:19:14','','','','33.3','Cash',13.79,'100','','','8','16.00','1','2025-06-20 23:19:17','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175046155505542533202'),(3663,'41750461623','113',1.00,'300','retail','0','2025-06-21 02:20:23','','','','217','Cash',41.38,'300','','','4','16.00','1','2025-06-20 23:20:46','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','17.00','16','Inclusive','branch','Inventory','','','','yes','','','4175046162320253733323'),(3664,'41750461623','272',1.00,'100','retail','0','2025-06-21 02:20:30','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-20 23:20:46','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175046163127314222002'),(3665,'41750461623','209',1.00,'250','retail','0','2025-06-21 02:20:42','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-20 23:20:46','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','143.00','142','Inclusive','branch','Inventory','','','','yes','','','4175046164334433332213'),(3666,'61750464936','180',2.00,'600','retail','0','2025-06-21 03:15:36','','','','185','Cash',82.76,'300','','','6','16.00','1','2025-06-21 00:18:35','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','27.00','25','Inclusive','branch','Inventory','','','','yes','','','6175046496496232643332'),(3667,'61750464936','218',2.00,'520','retail','0','2025-06-21 03:16:05','','','','200','Cash',71.72,'260','','','6','16.00','1','2025-06-21 00:18:35','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','102.00','100','Inclusive','branch','Inventory','','','','yes','','','6175046498420687223220'),(3668,'61750464936','272',1.00,'100','retail','0','2025-06-21 03:16:24','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-21 00:18:35','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175046499833206350368'),(3669,'61750464936','99',4.00,'1200','retail','0','2025-06-21 03:16:39','','','','180','Cash',165.52,'300','','','6','16.00','1','2025-06-21 00:18:35','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'4','56.00','52','Inclusive','branch','Inventory','','','','yes','','','6175046503450332003106'),(3670,'61750464936','83',1.00,'1500','retail','0','2025-06-21 03:17:15','','','','1000','Cash',206.90,'1500','','','6','16.00','1','2025-06-21 00:18:35','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','6175046505833232370304'),(3671,'61750464936','27',1.00,'1400','retail','0','2025-06-21 03:17:38','','','','0','Cash',193.10,'1400','','','6','16.00','1','2025-06-21 00:18:35','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','9991.00','9990','Inclusive','branch','Inventory','','','','yes','','','6175046508232305323212'),(3672,'61750464936','20',1.00,'200','retail','0','2025-06-21 03:18:02','','','','0','Cash',27.59,'200','','','6','16.00','1','2025-06-21 00:18:35','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9998.00','9997','Inclusive','branch','Inventory','','','','yes','','','6175046510352332031232'),(3673,'61750465149','151',1.00,'300','retail','0','2025-06-21 03:19:09','','','','213','Cash',41.38,'300','','','6','16.00','1','2025-06-21 00:20:59','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','6175046517222603430232'),(3674,'61750465149','115',1.00,'300','retail','0','2025-06-21 03:19:32','','','','217','Cash',41.38,'300','','','6','16.00','1','2025-06-21 00:20:59','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','37.00','36','Inclusive','branch','Inventory','','','','yes','','','6175046520333633205133'),(3675,'61750465149','272',1.00,'100','retail','0','2025-06-21 03:20:03','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-21 00:20:59','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175046521443226300365'),(3676,'61750465149','178',1.00,'100','retail','0','2025-06-21 03:20:14','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-21 00:20:59','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','123.00','122','Inclusive','branch','Inventory','','','','yes','','','6175046523002332022233'),(3677,'61750465149','160',1.00,'100','retail','0','2025-06-21 03:20:30','','','','41.67','Cash',13.79,'100','','','6','16.00','1','2025-06-21 00:20:59','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','98.00','97','Inclusive','branch','Inventory','','','','yes','','','6175046524503233746343'),(3678,'61750465301','209',4.00,'1000','retail','0','2025-06-21 03:21:42','','','','175','Cash',137.93,'250','','','6','16.00','1','2025-06-21 00:22:11','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'4','142.00','138','Inclusive','branch','Inventory','','','','yes','','','6175046532801432226203'),(3679,'41750456674','209',1.00,'250','retail','0','2025-06-21 00:57:54','','','','175','Cash',34.48,'250','','','4','16','1','2025-06-21 00:32:54','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','144.00','143','Inclusive','branch','Inventory','','','','','',NULL,'4175045667702563200702'),(3680,'41750456674','209',2.00,'500','retail','0','2025-06-21 03:27:29','','','','175','Cash',68.97,'250','','','4','16.00','1','2025-06-21 00:32:54','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','138.00','136','Inclusive','branch','Inventory','','','','yes','','','4175046564961365162192'),(3681,'41750456674','89',3.00,'750','retail','0','2025-06-21 03:27:59','','','','175','Cash',103.45,'250','','','4','16.00','1','2025-06-21 00:32:54','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','253.00','250','Inclusive','branch','Inventory','','','','yes','','','4175046568083023330336'),(3682,'41750456674','153',1.00,'500','retail','0','2025-06-21 03:28:12','','','','330','Cash',68.97,'500','','','4','16.00','1','2025-06-21 00:32:54','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','4175046574040234204221'),(3683,'41750456674','272',1.00,'100','retail','0','2025-06-21 03:29:23','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-21 00:32:54','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175046576352723022322'),(3684,'41750456674','45',2.00,'100','retail','0','2025-06-21 03:30:54','','','','0','Cash',13.79,'50','','','4','16.00','1','2025-06-21 00:32:54','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9675.00','9673','Inclusive','branch','Inventory','','','','yes','','','4175046587023332355560'),(3685,'41750456674','81',1.00,'1600','retail','0','2025-06-21 03:31:29','','','','0','Cash',220.69,'1600','','','4','16.00','1','2025-06-21 00:32:54','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',1379.31,'1','9996.00','9995','Inclusive','branch','Inventory','','','','yes','','','4175046588932203232359'),(3686,'41750456674','111',1.00,'1300','retail','0','2025-06-21 03:31:29','','','','945','Cash',179.31,'1300','','','4','16.00','1','2025-06-21 00:32:54','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','4175046591625353634330'),(3687,'41750456674','195',2.00,'200','retail','0','2025-06-21 03:32:28','','','','70','Cash',27.59,'100','','','4','16.00','1','2025-06-21 00:32:54','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','83.00','81','Inclusive','branch','Inventory','','','','yes','','','4175046594900104032332'),(3688,'41750466021','205',1.00,'300','retail','0','2025-06-21 03:33:41','','','','225','Cash',41.38,'300','','','4','16.00','1','2025-06-21 00:33:45','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','69.00','68','Inclusive','branch','Inventory','','','','yes','','','4175046602242502005350'),(3689,'41750466068','209',1.00,'250','retail','0','2025-06-21 03:34:28','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-21 00:39:03','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','136.00','135','Inclusive','branch','Inventory','','','','yes','','','4175046606900306042724'),(3690,'41750466068','188',1.00,'300','retail','0','2025-06-21 03:34:29','','','','251','Cash',41.38,'300','','','4','16.00','1','2025-06-21 00:39:03','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','26.00','25','Inclusive','branch','Inventory','','','','yes','','','4175046608971460003833'),(3691,'41750466068','122',1.00,'1300','retail','0','2025-06-21 03:34:49','','','','955','Cash',179.31,'1300','','','4','16.00','1','2025-06-21 00:39:03','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','4175046610700237267204'),(3692,'41750466068','135',2.00,'600','retail','0','2025-06-21 03:35:13','','','','216','Cash',82.76,'300','','','4','16.00','1','2025-06-21 00:39:03','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','16.00','14','Inclusive','branch','Inventory','','','','yes','','','4175046615205040206204'),(3693,'41750466068','154',1.00,'400','retail','0','2025-06-21 03:35:52','','','','270','Cash',55.17,'400','','','4','16.00','1','2025-06-21 00:39:03','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','4175046618340074330232'),(3694,'41750466068','178',2.00,'200','retail','0','2025-06-21 03:36:37','','','','54.17','Cash',27.59,'100','','','4','16.00','1','2025-06-21 00:39:03','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','122.00','120','Inclusive','branch','Inventory','','','','yes','','','4175046619747302424206'),(3695,'41750466068','195',1.00,'100','retail','0','2025-06-21 03:36:53','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-21 00:39:03','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','81.00','80','Inclusive','branch','Inventory','','','','yes','','','4175046621334162343224'),(3696,'41750466068','164',1.00,'50','retail','0','2025-06-21 03:37:22','','','','35','Cash',6.90,'50','','','4','16.00','1','2025-06-21 00:39:03','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','41.00','40','Inclusive','branch','Inventory','','','','yes','','','4175046624324202222402'),(3697,'41750466068','26',1.00,'700','retail','0','2025-06-21 03:37:54','','','','0','Cash',96.55,'700','','','4','16.00','1','2025-06-21 00:39:03','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9984.00','9983','Inclusive','branch','Inventory','','','','yes','','','4175046627543742343162'),(3698,'41750466068','47',1.00,'200','retail','0','2025-06-21 03:37:55','','','','0','Cash',27.59,'200','','','4','16.00','1','2025-06-21 00:39:03','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9907.00','9906','Inclusive','branch','Inventory','','','','yes','','','4175046630434223022474'),(3699,'41750466393','218',4.00,'1040','retail','0','2025-06-21 03:39:54','','','','200','Cash',143.45,'260','','','4','16.00','1','2025-06-21 00:40:56','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','100.00','96','Inclusive','branch','Inventory','','','','yes','','','4175046639442053364333'),(3700,'41750466393','89',2.00,'500','retail','0','2025-06-21 03:40:09','','','','175','Cash',68.97,'250','','','4','16.00','1','2025-06-21 00:40:56','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','250.00','248','Inclusive','branch','Inventory','','','','yes','','','4175046641040436004042'),(3704,'221750466690','113',1.00,'300','retail','0','2025-06-21 03:44:50','','','','217','Cash',41.38,'300','','','22','16.00','1','2025-06-21 00:45:03','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','16.00','15','Inclusive','branch','Inventory','','','','yes','','','22175046669166333120033'),(3705,'221750466690','272',1.00,'100','retail','0','2025-06-21 03:44:58','','','','33.3','Cash',13.79,'100','','','22','16.00','1','2025-06-21 00:45:03','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175046669922220199322'),(3706,'221750466735','142',1.00,'1400','retail','0','2025-06-21 03:45:35','','','','975','Cash',193.10,'1400','','','22','16.00','1','2025-06-21 00:46:03','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','22175046673603222072323'),(3707,'221750466735','272',1.00,'100','retail','0','2025-06-21 03:45:46','','','','33.3','Cash',13.79,'100','','','22','16.00','1','2025-06-21 00:46:03','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175046674602333323232'),(3708,'221750466735','195',1.00,'100','retail','0','2025-06-21 03:45:54','','','','70','Cash',13.79,'100','','','22','16.00','1','2025-06-21 00:46:03','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','80.00','79','Inclusive','branch','Inventory','','','','yes','','','22175046675500430032122'),(3709,'221750466829','53',1.00,'900','retail','0','2025-06-21 03:47:09','','','','0','Cash',124.14,'900','','','22','16.00','1','2025-06-21 00:47:24','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9983.00','9982','Inclusive','branch','Inventory','','','','yes','','','22175046683032300203005'),(3710,'221750466829','45',1.00,'50','retail','0','2025-06-21 03:47:15','','','','0','Cash',6.90,'50','','','22','16.00','1','2025-06-21 00:47:24','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9673.00','9672','Inclusive','branch','Inventory','','','','yes','','','22175046683552002253804'),(3711,'221750466829','46',1.00,'100','retail','0','2025-06-21 03:47:18','','','','0','Cash',13.79,'100','','','22','16.00','1','2025-06-21 00:47:24','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9947.00','9946','Inclusive','branch','Inventory','','','','yes','','','22175046683922020233144'),(3712,'61750466527','100',2.00,'500','retail','0','2025-06-21 03:42:07','','','','165','Cash',68.97,'250','','','6','16','1','2025-06-21 00:48:52','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'2','26.00','24','Inclusive','branch','Inventory','','','','','',NULL,'6175046656833214103503'),(3713,'61750466527','138',2.00,'660','retail','0','2025-06-21 03:42:48','','','','265','Cash',91.03,'330','','','6','16','1','2025-06-21 00:48:52','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',284.48,'2','31.00','29','Inclusive','branch','Inventory','','','','','',NULL,'6175046659062052173352'),(3714,'61750466527','136',6.00,'1560','retail','0','2025-06-21 03:43:10','','','','210','Cash',215.17,'260','','','6','16','1','2025-06-21 00:48:52','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'6','156.00','150','Inclusive','branch','Inventory','','','','','',NULL,'6175046660962502322332'),(3715,'221750467045','89',4.00,'1000','retail','0','2025-06-21 03:50:45','','','','175','Cash',137.93,'250','','','22','16.00','1','2025-06-21 00:51:49','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'4','248.00','244','Inclusive','branch','Inventory','','','','yes','','','22175046706122222326103'),(3716,'221750467045','272',1.00,'100','retail','0','2025-06-21 03:51:20','','','','33.3','Cash',13.79,'100','','','22','16.00','1','2025-06-21 00:51:49','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175046708176223302358'),(3717,'221750467045','115',1.00,'300','retail','0','2025-06-21 03:51:45','','','','217','Cash',41.38,'300','','','22','16.00','1','2025-06-21 00:51:49','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','36.00','35','Inclusive','branch','Inventory','','','','yes','','','22175046710623037032200'),(3718,'221750467149','117',1.00,'350','retail','0','2025-06-21 03:52:29','','','','245','Cash',48.28,'350','','','22','16.00','1','2025-06-21 00:52:52','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','23.00','22','Inclusive','branch','Inventory','','','','yes','','','22175046715000422327243'),(3719,'221750467149','195',1.00,'100','retail','0','2025-06-21 03:52:48','','','','70','Cash',13.79,'100','','','22','16.00','1','2025-06-21 00:52:52','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','79.00','78','Inclusive','branch','Inventory','','','','yes','','','22175046716802207248003'),(3720,'221750467210','81',1.00,'1600','retail','0','2025-06-21 03:53:30','','','','0','Cash',220.69,'1600','','','22','16.00','1','2025-06-21 00:53:34','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',1379.31,'1','9995.00','9994','Inclusive','branch','Inventory','','','','yes','','','22175046721132727302230'),(3721,'221750467247','120',4.00,'100','retail','0','2025-06-21 03:54:07','','','','17','Cash',13.79,'25','','','22','16.00','1','2025-06-21 00:54:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'4','78.00','74','Inclusive','branch','Inventory','','','','yes','','','22175046724823022302412'),(3722,'221750467375','187',2.00,'30','retail','0','2025-06-21 03:56:15','','','','8','Cash',4.14,'15','','','22','16.00','1','2025-06-21 00:56:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','77.00','75','Inclusive','branch','Inventory','','','','yes','','','22175046737503373322370'),(3723,'221750467446','215',1.00,'600','retail','0','2025-06-21 03:57:26','','','','465','Cash',82.76,'600','','','22','16.00','1','2025-06-21 00:58:38','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','22175046744772226747320'),(3724,'221750467446','292',1.00,'150','retail','0','2025-06-21 03:58:28','','','','99','Cash',20.69,'150','','','22','16.00','1','2025-06-21 00:58:38','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175046750972720222623'),(3725,'221750467577','53',1.00,'900','retail','0','2025-06-21 03:59:37','','','','0','Cash',124.14,'900','','','22','16.00','1','2025-06-21 00:59:49','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9982.00','9981','Inclusive','branch','Inventory','','','','yes','','','22175046757856737220022'),(3726,'221750467577','45',1.00,'50','retail','0','2025-06-21 03:59:43','','','','0','Cash',6.90,'50','','','22','16.00','1','2025-06-21 00:59:49','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9672.00','9671','Inclusive','branch','Inventory','','','','yes','','','22175046758420072220255'),(3727,'221750467770','23',1.00,'600','retail','0','2025-06-21 04:02:50','','','','0','Cash',82.76,'600','','','22','16.00','1','2025-06-21 01:03:01','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9983.00','9982','Inclusive','branch','Inventory','','','','yes','','','22175046777166324030353'),(3728,'221750467770','45',1.00,'50','retail','0','2025-06-21 04:02:58','','','','0','Cash',6.90,'50','','','22','16.00','1','2025-06-21 01:03:01','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9671.00','9670','Inclusive','branch','Inventory','','','','yes','','','22175046777933072539750'),(3729,'221750467838','120',8.00,'200','retail','0','2025-06-21 04:03:58','','','','17','Cash',27.59,'25','','','22','16.00','1','2025-06-21 01:04:01','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'8','74.00','66','Inclusive','branch','Inventory','','','','yes','','','22175046783823072332644'),(3730,'221750467899','26',1.00,'700','retail','0','2025-06-21 04:04:59','','','','0','Cash',96.55,'700','','','22','16.00','1','2025-06-21 01:05:14','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9983.00','9982','Inclusive','branch','Inventory','','','','yes','','','22175046790027205022232'),(3731,'221750467899','45',1.00,'50','retail','0','2025-06-21 04:05:06','','','','0','Cash',6.90,'50','','','22','16.00','1','2025-06-21 01:05:14','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9670.00','9669','Inclusive','branch','Inventory','','','','yes','','','22175046790747220123212'),(3735,'61750446955','142',1.00,'1400','retail','0','2025-06-20 22:15:55','','','','975','Cash',193.10,'1400','','','6','16','1','2025-06-21 01:06:39','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','12.00','11','Inclusive','branch','Inventory','','','','','',NULL,'6175044696874333302232'),(3736,'61750446955','272',1.00,'100','retail','0','2025-06-20 22:16:08','','','','33.3','Cash',13.79,'100','','','6','16','1','2025-06-21 01:06:39','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6175044697896030277343'),(3737,'61750446955','160',1.00,'100','retail','0','2025-06-20 22:16:18','','','','41.67','Cash',13.79,'100','','','6','16','1','2025-06-21 01:06:39','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','100.00','99','Inclusive','branch','Inventory','','','','','',NULL,'6175044699100036290201'),(3738,'61750468022','1',2.00,'200','retail','0','2025-06-21 04:07:02','','','','0','Cash',27.59,'100','','','6','16.00','1','2025-06-21 01:07:19','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','9980.00','9978','Inclusive','branch','Inventory','','','','yes','','A','6175046803403544607533'),(3739,'221750468129','117',1.00,'350','retail','0','2025-06-21 04:08:49','','','','245','Cash',48.28,'350','','','22','16.00','1','2025-06-21 01:09:05','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','22175046812933092233003'),(3740,'221750468129','187',1.00,'15','retail','0','2025-06-21 04:09:00','','','','8','Cash',2.07,'15','','','22','16.00','1','2025-06-21 01:09:05','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','75.00','74','Inclusive','branch','Inventory','','','','yes','','','22175046814033122242831'),(3741,'221750468190','187',2.00,'30','retail','0','2025-06-21 04:09:50','','','','8','Cash',4.14,'15','','','22','16.00','1','2025-06-21 01:09:52','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','74.00','72','Inclusive','branch','Inventory','','','','yes','','','22175046819113022112320'),(3742,'221750468432','134',1.00,'300','retail','0','2025-06-21 04:13:52','','','','180','Cash',41.38,'300','','','22','16.00','1','2025-06-21 01:17:07','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','75.00','74','Inclusive','branch','Inventory','','','','yes','','','22175046843323204453003'),(3743,'221750468432','110',2.00,'1000','retail','0','2025-06-21 04:15:22','','','','345','Cash',137.93,'500','','','22','16.00','1','2025-06-21 01:17:07','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'2','25.00','23','Inclusive','branch','Inventory','','','','yes','','','22175046855952232323332'),(3744,'221750468432','195',1.00,'100','retail','0','2025-06-21 04:16:19','','','','70','Cash',13.79,'100','','','22','16.00','1','2025-06-21 01:17:07','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','78.00','77','Inclusive','branch','Inventory','','','','yes','','','22175046858002203824720'),(3745,'221750468432','195',1.00,'100','retail','0','2025-06-21 04:16:30','','','','70','Cash',13.79,'100','','','22','16.00','1','2025-06-21 01:17:07','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','77.00','76','Inclusive','branch','Inventory','','','','yes','','','22175046859135026023143'),(3746,'221750468432','134',1.00,'300','retail','0','2025-06-21 04:17:02','','','','180','Cash',41.38,'300','','','22','16.00','1','2025-06-21 01:17:07','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','74.00','73','Inclusive','branch','Inventory','','','','yes','','','22175046862328205022232'),(3747,'221750468679','117',1.00,'350','retail','0','2025-06-21 04:17:59','','','','245','Cash',48.28,'350','','','22','16.00','1','2025-06-21 01:18:25','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','21.00','20','Inclusive','branch','Inventory','','','','yes','','','22175046868020282033206'),(3748,'221750468679','178',1.00,'100','retail','0','2025-06-21 04:18:08','','','','54.17','Cash',13.79,'100','','','22','16.00','1','2025-06-21 01:18:25','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','120.00','119','Inclusive','branch','Inventory','','','','yes','','','22175046868823626220302'),(3749,'221750468679','272',1.00,'100','retail','0','2025-06-21 04:18:15','','','','33.3','Cash',13.79,'100','','','22','16.00','1','2025-06-21 01:18:25','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175046869622292320622'),(3750,'81750468786','195',1.00,'100','retail','0','2025-06-21 04:19:46','','','','70','Cash',13.79,'100','','','8','16.00','1','2025-06-21 01:20:56','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','76.00','75','Inclusive','branch','Inventory','','','','yes','','','8175046878667002080320'),(3751,'81750468903','195',1.00,'100','retail','0','2025-06-21 04:21:43','','','','70','Cash',13.79,'100','','','8','16.00','1','2025-06-21 01:21:48','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','75.00','74','Inclusive','branch','Inventory','','','','yes','','','8175046890403059232222'),(3752,'221750468999','162',1.00,'15','retail','0','2025-06-21 04:23:19','','','','10','Cash',2.07,'15','','','22','16.00','1','2025-06-21 01:23:47','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','24.00','23','Inclusive','branch','Inventory','','','','yes','','','22175046900020653153336'),(3753,'221750469512','110',1.00,'500','retail','0','2025-06-21 04:31:52','','','','345','Cash',68.97,'500','','','22','16.00','1','2025-06-21 01:38:05','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','23.00','22','Inclusive','branch','Inventory','','','','yes','','','22175046962420333220220'),(3754,'221750469512','195',2.00,'200','retail','0','2025-06-21 04:34:37','','','','70','Cash',27.59,'100','','','22','16.00','1','2025-06-21 01:38:05','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','74.00','72','Inclusive','branch','Inventory','','','','yes','','','22175046972723925031003'),(3755,'221750469512','26',1.00,'700','retail','0','2025-06-21 04:35:27','','','','0','Cash',96.55,'700','','','22','16.00','1','2025-06-21 01:38:05','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9982.00','9981','Inclusive','branch','Inventory','','','','yes','','','22175046983833088032022'),(3756,'221750469512','45',1.00,'50','retail','0','2025-06-21 04:37:19','','','','0','Cash',6.90,'50','','','22','16.00','1','2025-06-21 01:38:05','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9669.00','9668','Inclusive','branch','Inventory','','','','yes','','','22175046987702432721002'),(3757,'51750470293','138',2.00,'660','retail','0','2025-06-21 04:44:53','','','','265','Cash',91.03,'330','','','5','16.00','1','2025-06-21 01:44:56','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',284.48,'2','29.00','27','Inclusive','branch','Inventory','','','','yes','','','5175047029452192290422'),(3758,'51750470380','196',1.00,'20','retail','0','2025-06-21 04:46:20','','','','14','Cash',2.76,'20','','','5','16.00','1','2025-06-21 01:46:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','98.00','97','Inclusive','branch','Inventory','','','','yes','','','5175047038034232230332'),(3759,'51750470415','97',1.00,'1800','retail','0','2025-06-21 04:46:55','','','','1175','Cash',248.28,'1800','','','5','16.00','1','2025-06-21 01:47:18','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','5175047041574300104030'),(3760,'51750470415','193',1.00,'300','retail','0','2025-06-21 04:47:04','','','','230','Cash',41.38,'300','','','5','16.00','1','2025-06-21 01:47:18','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','5175047042535422330202'),(3761,'51750470415','272',1.00,'100','retail','0','2025-06-21 04:47:14','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-21 01:47:18','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175047043553400330103'),(3762,'51750470487','218',1.00,'260','retail','0','2025-06-21 04:48:07','','','','200','Cash',35.86,'260','','','5','16.00','1','2025-06-21 01:48:10','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','96.00','95','Inclusive','branch','Inventory','','','','yes','','','5175047048883343204000'),(3763,'51750470536','176',2.00,'600','retail','0','2025-06-21 04:49:04','','','','180','Cash',82.76,'300','','','5','16.00','1','2025-06-21 01:49:28','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','56.00','54','Inclusive','branch','Inventory','','','','yes','','','5175047054543532402200'),(3764,'51750470536','89',2.00,'500','retail','0','2025-06-21 04:49:25','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-21 01:49:28','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','244.00','242','Inclusive','branch','Inventory','','','','yes','','','5175047056600503356573'),(3765,'51750470618','218',2.00,'520','retail','0','2025-06-21 04:50:18','','','','200','Cash',71.72,'260','','','5','16.00','1','2025-06-21 01:50:37','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','95.00','93','Inclusive','branch','Inventory','','','','yes','','','5175047061802052173362'),(3766,'51750470618','134',2.00,'600','retail','0','2025-06-21 04:50:34','','','','180','Cash',82.76,'300','','','5','16.00','1','2025-06-21 01:50:37','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','73.00','71','Inclusive','branch','Inventory','','','','yes','','','5175047063514025346502'),(3767,'51750470690','218',4.00,'1040','retail','0','2025-06-21 04:51:30','','','','200','Cash',143.45,'260','','','5','16.00','1','2025-06-21 01:51:55','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','93.00','89','Inclusive','branch','Inventory','','','','yes','','','5175047069152002100327'),(3768,'51750470690','119',1.00,'400','retail','0','2025-06-21 04:51:44','','','','250','Cash',55.17,'400','','','5','16.00','1','2025-06-21 01:51:55','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','24.00','23','Inclusive','branch','Inventory','','','','yes','','','5175047070533023302713'),(3769,'51750470690','272',1.00,'100','retail','0','2025-06-21 04:51:49','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-21 01:51:55','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175047071020030323032'),(3770,'51750470742','80',1.00,'800','retail','0','2025-06-21 04:52:22','','','','0','Cash',110.34,'800','','','5','16.00','1','2025-06-21 01:52:26','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9986.00','9985','Inclusive','branch','Inventory','','','','yes','','','5175047074240223233102'),(3771,'51750471060','89',3.00,'750','retail','0','2025-06-21 04:57:40','','','','175','Cash',103.45,'250','','','5','16.00','1','2025-06-21 01:57:54','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','242.00','239','Inclusive','branch','Inventory','','','','yes','','','5175047106032032713410'),(3772,'51750471060','176',1.00,'300','retail','0','2025-06-21 04:57:47','','','','180','Cash',41.38,'300','','','5','16.00','1','2025-06-21 01:57:54','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','55.00','54','Inclusive','branch','Inventory','','','','yes','','','5175047106820305250330'),(3773,'51750471126','80',1.00,'800','retail','0','2025-06-21 04:58:46','','','','0','Cash',110.34,'800','','','5','16.00','1','2025-06-21 01:58:49','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9985.00','9984','Inclusive','branch','Inventory','','','','yes','','','5175047112702333203022'),(3774,'51750471161','87',1.00,'3500','retail','0','2025-06-21 04:59:21','','','','2650','Cash',482.76,'3500','','','5','16.00','1','2025-06-21 02:02:37','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',3017.24,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','5175047118130232332203'),(3775,'51750471161','138',2.00,'660','retail','0','2025-06-21 04:59:57','','','','265','Cash',91.03,'330','','','5','16.00','1','2025-06-21 02:02:37','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',284.48,'2','27.00','25','Inclusive','branch','Inventory','','','','yes','','','5175047119700245370010'),(3776,'51750471161','188',4.00,'1200','retail','0','2025-06-21 05:02:20','','','','251','Cash',165.52,'300','','','5','16.00','1','2025-06-21 02:02:37','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'4','25.00','21','Inclusive','branch','Inventory','','','','yes','','','5175047134173425371023'),(3777,'51750471161','272',1.00,'100','retail','0','2025-06-21 05:02:29','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-21 02:02:37','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175047134970532323273'),(3778,'51750471466','205',3.00,'900','retail','0','2025-06-21 05:04:26','','','','225','Cash',124.14,'300','','','5','16.00','1','2025-06-21 02:04:53','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','68.00','65','Inclusive','branch','Inventory','','','','yes','','','5175047146733320237322'),(3779,'51750471466','89',2.00,'500','retail','0','2025-06-21 05:04:45','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-21 02:04:53','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','239.00','237','Inclusive','branch','Inventory','','','','yes','','','5175047148642230050300'),(3780,'51750471529','80',1.00,'800','retail','0','2025-06-21 05:05:29','','','','0','Cash',110.34,'800','','','5','16.00','1','2025-06-21 02:05:51','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9984.00','9983','Inclusive','branch','Inventory','','','','yes','','','5175047152942427222222'),(3781,'51750471529','45',2.00,'100','retail','0','2025-06-21 05:05:42','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-21 02:05:51','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9668.00','9666','Inclusive','branch','Inventory','','','','yes','','','5175047154302214100502'),(3782,'51750471626','209',2.00,'500','retail','0','2025-06-21 05:07:06','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-21 02:08:15','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','135.00','133','Inclusive','branch','Inventory','','','','yes','','','5175047162610220400225'),(3783,'51750471626','218',2.00,'520','retail','0','2025-06-21 05:07:27','','','','200','Cash',71.72,'260','','','5','16.00','1','2025-06-21 02:08:15','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','89.00','87','Inclusive','branch','Inventory','','','','yes','','','5175047164703344133070'),(3784,'51750471626','89',2.00,'500','retail','0','2025-06-21 05:07:45','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-21 02:08:15','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','237.00','235','Inclusive','branch','Inventory','','','','yes','','','5175047166533035700723'),(3785,'51750471626','188',1.00,'300','retail','0','2025-06-21 05:08:00','','','','251','Cash',41.38,'300','','','5','16.00','1','2025-06-21 02:08:15','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','21.00','20','Inclusive','branch','Inventory','','','','yes','','','5175047168145233324623'),(3786,'51750471626','176',1.00,'300','retail','0','2025-06-21 05:08:09','','','','180','Cash',41.38,'300','','','5','16.00','1','2025-06-21 02:08:15','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','54.00','53','Inclusive','branch','Inventory','','','','yes','','','5175047168943282530720'),(3787,'221750471772','162',1.00,'15','retail','0','2025-06-21 05:09:32','','','','10','Cash',2.07,'15','','','22','16.00','1','2025-06-21 02:09:34','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','23.00','22','Inclusive','branch','Inventory','','','','yes','','','22175047177222022227423'),(3788,'31750484884','151',1.00,'300','retail','0','2025-06-21 08:48:04','','','','213','Cash',41.38,'300','','','3','16.00','1','2025-06-21 05:48:58','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','3175048492333323203202'),(3789,'31750484884','195',1.00,'100','retail','0','2025-06-21 08:48:53','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-21 05:48:58','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','72.00','71','Inclusive','branch','Inventory','','','','yes','','','3175048493433272800332'),(3790,'31750492363','117',1.00,'350','retail','0','2025-06-21 10:52:43','','','','245','Cash',48.28,'350','','','3','16.00','1','2025-06-21 07:53:18','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','20.00','19','Inclusive','branch','Inventory','','','','yes','','','3175049236430337023343'),(3791,'31750492363','196',3.00,'60','retail','0','2025-06-21 10:52:57','','','','14','Cash',8.28,'20','','','3','16.00','1','2025-06-21 07:53:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'3','97.00','94','Inclusive','branch','Inventory','','','','yes','','','3175049237820152335343'),(3792,'31750492363','178',1.00,'100','retail','0','2025-06-21 10:53:11','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-21 07:53:18','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','119.00','118','Inclusive','branch','Inventory','','','','yes','','','3175049239223427220102'),(3793,'31750505002','209',3.00,'750','retail','0','2025-06-21 14:23:22','','','','175','Cash',103.45,'250','','','3','16.00','1','2025-06-21 11:25:21','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','133.00','130','Inclusive','branch','Inventory','','','','yes','','','3175050500320020304330'),(3794,'31750505002','120',6.00,'150','retail','0','2025-06-21 14:24:16','','','','17','Cash',20.69,'25','','','3','16.00','1','2025-06-21 11:25:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'6','66.00','60','Inclusive','branch','Inventory','','','','yes','','','3175050505822022032003'),(3795,'31750505002','115',1.00,'300','retail','0','2025-06-21 14:24:36','','','','217','Cash',41.38,'300','','','3','16.00','1','2025-06-21 11:25:21','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','35.00','34','Inclusive','branch','Inventory','','','','yes','','','3175050507802050003832'),(3796,'31750505002','163',1.00,'10','retail','0','2025-06-21 14:24:52','','','','5','Cash',1.38,'10','','','3','16.00','1','2025-06-21 11:25:21','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','97.00','96','Inclusive','branch','Inventory','','','','yes','','','3175050509495335203422'),(3797,'31750505002','164',1.00,'50','retail','0','2025-06-21 14:25:10','','','','35','Cash',6.90,'50','','','3','16.00','1','2025-06-21 11:25:21','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','40.00','39','Inclusive','branch','Inventory','','','','yes','','','3175050511222330310703'),(3798,'221750511655','136',1.00,'260','retail','0','2025-06-21 16:14:17','','','','210','Cash',35.86,'260','','','22','16.00','1','2025-06-21 13:15:46','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','150.00','149','Inclusive','branch','Inventory','','','','yes','','','22175051171033133300233'),(3799,'221750511655','187',10.00,'150','retail','0','2025-06-21 16:15:11','','','','8','Cash',20.69,'15','','','22','16.00','1','2025-06-21 13:15:46','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'10','72.00','62','Inclusive','branch','Inventory','','','','yes','','','22175051174124221015715'),(3800,'31750512965','115',1.00,'300','retail','0','2025-06-21 16:36:05','','','','217','Cash',41.38,'300','','','3','16.00','1','2025-06-21 13:36:19','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','34.00','33','Inclusive','branch','Inventory','','','','yes','','','3175051296733203655032'),(3801,'31750512965','178',1.00,'100','retail','0','2025-06-21 16:36:14','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-21 13:36:19','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','118.00','117','Inclusive','branch','Inventory','','','','yes','','','3175051297521727723203'),(3802,'31750513054','54',1.00,'1800','retail','0','2025-06-21 16:37:35','','','','0','Cash',248.28,'1800','','','3','16.00','1','2025-06-21 13:41:31','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9988.00','9987','Inclusive','branch','Inventory','','','','yes','','','3175051305630560052363'),(3803,'31750513054','10',1.00,'100','retail','0','2025-06-21 16:39:56','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-21 13:41:31','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9962.00','9961','Inclusive','branch','Inventory','','','','yes','','','3175051319810023201322'),(3804,'31750513054','10',1.00,'100','retail','0','2025-06-21 16:40:03','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-21 13:41:31','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9961.00','9960','Inclusive','branch','Inventory','','','','yes','','','3175051320507051000522'),(3805,'31750513054','46',1.00,'100','retail','0','2025-06-21 16:40:19','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-21 13:41:31','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9946.00','9945','Inclusive','branch','Inventory','','','','yes','','','3175051322000720303020'),(3806,'31750513054','47',1.00,'200','retail','0','2025-06-21 16:40:22','','','','0','Cash',27.59,'200','','','3','16.00','1','2025-06-21 13:41:31','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9906.00','9905','Inclusive','branch','Inventory','','','','yes','','','3175051322440301332223'),(3807,'31750513054','247',1.00,'1500','retail','0','2025-06-21 16:41:22','','','','500','Cash',206.90,'1500','','','3','16.00','1','2025-06-21 13:41:31','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9983.00','9982','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175051328323083303322'),(3808,'31750514051','247',1.00,'1500','retail','0','2025-06-21 16:54:11','','','','500','Cash',206.90,'1500','','','3','16.00','1','2025-06-21 13:54:17','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9982.00','9981','Inclusive','branch','Inventory','1110','4000','5500','','','','3175051405220003235243'),(3809,'31750514173','250',1.00,'1000','retail','0','2025-06-21 16:56:13','','','','500','Cash',137.93,'1000','','','3','16.00','1','2025-06-21 13:56:52','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9957.00','9956','Inclusive','branch','Inventory','1110','4000','5500','','','','3175051417572422332317'),(3810,'31750514173','119',1.00,'400','retail','0','2025-06-21 16:56:36','','','','250','Cash',55.17,'400','','','3','16.00','1','2025-06-21 13:56:52','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','23.00','22','Inclusive','branch','Inventory','','','','yes','','','3175051419771372402231'),(3811,'31750514173','195',1.00,'100','retail','0','2025-06-21 16:56:44','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-21 13:56:52','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','71.00','70','Inclusive','branch','Inventory','','','','yes','','','3175051420542200223430'),(3812,'31750515043','47',1.00,'200','retail','0','2025-06-21 17:10:43','','','','0','Cash',27.59,'200','','','3','16.00','1','2025-06-21 14:10:48','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9905.00','9904','Inclusive','branch','Inventory','','','','yes','','','3175051504452253335372'),(3813,'31750515251','100',2.00,'500','retail','0','2025-06-21 17:14:11','','','','165','Cash',68.97,'250','','','3','16.00','1','2025-06-21 14:14:22','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','24.00','22','Inclusive','branch','Inventory','','','','yes','','','3175051525303013330320'),(3814,'221750515614','208',2.00,'520','retail','0','2025-06-21 17:20:14','','','','195','Cash',71.72,'260','','','22','16.00','1','2025-06-21 14:22:18','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','42.00','40','Inclusive','branch','Inventory','','','','yes','','','22175051566203260300622'),(3815,'221750515614','272',1.00,'100','retail','0','2025-06-21 17:21:49','','','','33.3','Cash',13.79,'100','','','22','16.00','1','2025-06-21 14:22:18','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175051571120200310721'),(3816,'221750515614','178',1.00,'100','retail','0','2025-06-21 17:22:10','','','','54.17','Cash',13.79,'100','','','22','16.00','1','2025-06-21 14:22:18','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','117.00','116','Inclusive','branch','Inventory','','','','yes','','','22175051573270321123332'),(3817,'31750517778','178',9.00,'900','retail','0','2025-06-21 17:56:18','','','','54.17','Cash',124.14,'100','','','3','16.00','1','2025-06-21 14:57:37','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'9','116.00','107','Inclusive','branch','Inventory','','','','yes','','','3175051778010322207211'),(3818,'31750517778','164',4.00,'200','retail','0','2025-06-21 17:56:41','','','','35','Cash',27.59,'50','','','3','16.00','1','2025-06-21 14:57:37','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'4','39.00','35','Inclusive','branch','Inventory','','','','yes','','','3175051780303303332700'),(3819,'31750517778','163',1.00,'10','retail','0','2025-06-21 17:56:58','','','','5','Cash',1.38,'10','','','3','16.00','1','2025-06-21 14:57:37','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','96.00','95','Inclusive','branch','Inventory','','','','yes','','','3175051782030230230033'),(3820,'31750517778','163',1.00,'10','retail','0','2025-06-21 17:57:27','','','','5','Cash',1.38,'10','','','3','16.00','1','2025-06-21 14:57:37','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','95.00','94','Inclusive','branch','Inventory','','','','yes','','','3175051784912344332330'),(3821,'31750518211','164',1.00,'50','retail','0','2025-06-21 18:03:32','','','','35','Cash',6.90,'50','','','3','16.00','1','2025-06-21 15:04:11','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','35.00','34','Inclusive','branch','Inventory','','','','yes','','','3175051821403253313123'),(3822,'31750518415','178',1.00,'100','retail','0','2025-06-21 18:06:55','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-21 15:07:02','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','107.00','106','Inclusive','branch','Inventory','','','','yes','','','3175051841732320020203'),(3823,'41750524284','120',2.00,'50','retail','0','2025-06-21 19:44:44','','','','17','Cash',6.90,'25','','','4','16.00','1','2025-06-21 16:44:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','60.00','58','Inclusive','branch','Inventory','','','','yes','','','4175052428602386345025'),(3824,'41750524352','47',1.00,'200','retail','0','2025-06-21 19:45:52','','','','0','Cash',27.59,'200','','','4','16.00','1','2025-06-21 16:46:22','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9904.00','9903','Inclusive','branch','Inventory','','','','yes','','','4175052437233353022220'),(3825,'41750524443','162',1.00,'15','retail','0','2025-06-21 19:47:23','','','','10','Cash',2.07,'15','','','4','16.00','1','2025-06-21 16:47:40','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','4175052445552253444223'),(3826,'41750524514','22',1.00,'300','retail','0','2025-06-21 19:48:34','','','','0','Cash',41.38,'300','','','4','16.00','1','2025-06-21 16:49:32','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9942.00','9941','Inclusive','branch','Inventory','','','','yes','','','4175052451573200470533'),(3827,'41750524514','45',1.00,'50','retail','0','2025-06-21 19:48:37','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-21 16:49:32','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9666.00','9665','Inclusive','branch','Inventory','','','','yes','','','4175052452830023045557'),(3828,'41750524514','272',1.00,'100','retail','0','2025-06-21 19:49:23','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-21 16:49:32','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175052456502223107242'),(3829,'41750524652','208',1.00,'260','retail','0','2025-06-21 19:50:53','','','','195','Cash',35.86,'260','','','4','16.00','1','2025-06-21 16:52:01','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','40.00','39','Inclusive','branch','Inventory','','','','yes','','','4175052466000452310420'),(3830,'41750524652','3',1.00,'120','retail','0','2025-06-21 19:51:26','','','','0','Cash',16.55,'120','','','4','16.00','1','2025-06-21 16:52:01','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9958.00','9957','Inclusive','branch','Inventory','','','','yes','','B','4175052470557313332332'),(3831,'221750525347','208',2.00,'520','retail','0','2025-06-21 20:02:27','','','','195','Cash',71.72,'260','','','22','16.00','1','2025-06-21 17:02:50','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','39.00','37','Inclusive','branch','Inventory','','','','yes','','','22175052536632233020563'),(3832,'221750525395','115',1.00,'300','retail','0','2025-06-21 20:03:15','','','','217','Cash',41.38,'300','','','22','16.00','1','2025-06-21 17:04:48','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','33.00','32','Inclusive','branch','Inventory','','','','yes','','','22175052544805203532503'),(3833,'221750525395','160',1.00,'100','retail','0','2025-06-21 20:04:10','','','','41.67','Cash',13.79,'100','','','22','16.00','1','2025-06-21 17:04:48','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','97.00','96','Inclusive','branch','Inventory','','','','yes','','','22175052548403024222355'),(3836,'221750528384','134',1.00,'300','retail','0','2025-06-21 20:53:04','','','','180','Cash',41.38,'300','','','22','16.00','1','2025-06-21 17:54:45','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','71.00','70','Inclusive','branch','Inventory','','','','yes','','','22175052840422013233307'),(3837,'221750528384','47',1.00,'200','retail','0','2025-06-21 20:53:25','','','','0','Cash',27.59,'200','','','22','16.00','1','2025-06-21 17:54:45','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9903.00','9902','Inclusive','branch','Inventory','','','','yes','','','22175052842620303028220'),(3841,'221750528968','120',4.00,'100','retail','0','2025-06-21 21:02:48','','','','17','Cash',13.79,'25','','','22','16.00','1','2025-06-21 18:03:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'4','58.00','54','Inclusive','branch','Inventory','','','','yes','','','22175052899925520320235'),(3846,'61750530227','133',1.00,'2700','retail','0','2025-06-21 21:23:47','','','','1860','Cash',372.41,'2700','','','6','16.00','1','2025-06-21 18:28:54','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',2327.59,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','6175053026002062520005'),(3847,'61750530227','272',1.00,'100','retail','0','2025-06-21 21:24:20','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-21 18:28:54','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175053031002224530232'),(3848,'61750530227','180',1.00,'300','retail','0','2025-06-21 21:25:11','','','','185','Cash',41.38,'300','','','6','16.00','1','2025-06-21 18:28:54','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','25.00','24','Inclusive','branch','Inventory','','','','yes','','','6175053032203306332020'),(3849,'61750530227','22',2.00,'600','retail','0','2025-06-21 21:25:23','','','','0','Cash',82.76,'300','','','6','16.00','1','2025-06-21 18:28:54','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','9941.00','9939','Inclusive','branch','Inventory','','','','yes','','','6175053046565220300026'),(3850,'61750530227','45',2.00,'100','retail','0','2025-06-21 21:27:45','','','','0','Cash',13.79,'50','','','6','16.00','1','2025-06-21 18:28:54','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9665.00','9663','Inclusive','branch','Inventory','','','','yes','','','6175053048123065332544'),(3851,'61750530227','120',20.00,'500','retail','0','2025-06-21 21:28:02','','','','17','Cash',68.97,'25','','','6','16.00','1','2025-06-21 18:28:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'20','54.00','34','Inclusive','branch','Inventory','','','','yes','','','6175053052921055520335'),(3863,'221750533206','195',2.00,'200','retail','0','2025-06-21 22:13:26','','','','70','Cash',27.59,'100','','','22','16.00','1','2025-06-21 19:14:54','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','69.00','67','Inclusive','branch','Inventory','','','','yes','','','22175053329223220222372'),(3864,'221750533309','114',1.00,'850','retail','0','2025-06-21 22:15:09','','','','585','Cash',117.24,'850','','','22','16.00','1','2025-06-21 19:16:33','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','22175053334923222353372'),(3865,'221750533309','193',1.00,'300','retail','0','2025-06-21 22:15:49','','','','230','Cash',41.38,'300','','','22','16.00','1','2025-06-21 19:16:33','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','22175053337032013273223'),(3866,'221750533309','244',2.00,'400','retail','0','2025-06-21 22:16:10','','','','150','Cash',55.17,'200','','','22','16.00','1','2025-06-21 19:16:33','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9977.00','9975','Inclusive','branch','Inventory','','','','yes','','','22175053338923033222332'),(3867,'221750534335','202',2.00,'1800','retail','0','2025-06-21 22:32:15','','','','570','Cash',248.28,'900','','','22','16.00','1','2025-06-21 19:34:20','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'2','34.00','32','Inclusive','branch','Inventory','','','','yes','','','22175053435202323323330'),(3868,'221750534335','272',1.00,'100','retail','0','2025-06-21 22:32:32','','','','33.3','Cash',13.79,'100','','','22','16.00','1','2025-06-21 19:34:20','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175053437750325520523'),(3869,'221750534476','115',1.00,'300','retail','0','2025-06-21 22:34:36','','','','217','Cash',41.38,'300','','','22','16.00','1','2025-06-21 19:35:26','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','32.00','31','Inclusive','branch','Inventory','','','','yes','','','22175053452453250321203'),(3870,'221750534668','196',1.00,'20','retail','0','2025-06-21 22:37:48','','','','14','Cash',2.76,'20','','','22','16.00','1','2025-06-21 19:38:00','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','94.00','93','Inclusive','branch','Inventory','','','','yes','','','22175053467822025563067'),(3879,'221750535036','52',3.00,'1350','retail','0','2025-06-21 22:43:57','','','','0','Cash',186.21,'450','','','22','16.00','1','2025-06-21 19:45:06','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'3','9985.00','9982','Inclusive','branch','Inventory','','','','yes','','','22175053507722070003272'),(3880,'221750535036','119',1.00,'400','retail','0','2025-06-21 22:44:37','','','','250','Cash',55.17,'400','','','22','16.00','1','2025-06-21 19:45:06','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','22175053509200225332025'),(3881,'221750535036','45',1.00,'50','retail','0','2025-06-21 22:44:53','','','','0','Cash',6.90,'50','','','22','16.00','1','2025-06-21 19:45:06','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9658.00','9657','Inclusive','branch','Inventory','','','','yes','','','22175053510302327003055'),(3882,'41750528516','112',1.00,'1300','retail','0','2025-06-21 20:55:16','','','','1040','Cash',179.31,'1300','','','4','16','1','2025-06-21 19:59:41','1','9','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','4.00','3','Inclusive','branch','Inventory','','','','','',NULL,'4175052853905203323305'),(3883,'41750528516','148',1.00,'4000','retail','0','2025-06-21 20:57:42','','','','3120','Cash',551.72,'4000','','','4','16','1','2025-06-21 19:59:41','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',3448.28,'1','4.00','3','Inclusive','branch','Inventory','','','','','',NULL,'4175052866303308023325'),(3884,'41750528516','272',2.00,'200','retail','0','2025-06-21 20:59:24','','','','33.3','Cash',27.59,'100','','','4','16','1','2025-06-21 19:59:41','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','31.00','29','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'4175052876608342502322'),(3885,'41750528516','80',1.00,'800','retail','0','2025-06-21 22:07:35','','','','0','Cash',110.34,'800','','','4','16','1','2025-06-21 19:59:41','5','8','new','1','printed','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9983.00','9982','Inclusive','branch','Inventory','','','','','',NULL,'4175053285623342385055'),(3886,'41750528516','45',1.00,'50','retail','0','2025-06-21 22:07:52','','','','0','Cash',6.90,'50','','','4','16','1','2025-06-21 19:59:41','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9663.00','9662','Inclusive','branch','Inventory','','','','','',NULL,'4175053287300222022304'),(3887,'41750528516','272',1.00,'100','retail','0','2025-06-21 22:59:30','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-21 19:59:41','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175053597127202139033'),(3888,'221750536199','196',1.00,'20','retail','0','2025-06-21 23:03:19','','','','14','Cash',2.76,'20','','','22','16.00','1','2025-06-21 20:03:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','93.00','92','Inclusive','branch','Inventory','','','','yes','','','22175053622707203222723'),(3889,'221750536243','79',1.00,'400','retail','0','2025-06-21 23:04:03','','','','0','Cash',55.17,'400','','','22','16.00','1','2025-06-21 20:05:17','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9969.00','9968','Inclusive','branch','Inventory','','','','yes','','','22175053627833237368521'),(3890,'221750536243','45',1.00,'50','retail','0','2025-06-21 23:04:38','','','','0','Cash',6.90,'50','','','22','16.00','1','2025-06-21 20:05:17','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9657.00','9656','Inclusive','branch','Inventory','','','','yes','','','22175053628730323262002'),(3891,'221750536243','209',1.00,'250','retail','0','2025-06-21 23:04:48','','','','175','Cash',34.48,'250','','','22','16.00','1','2025-06-21 20:05:17','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','130.00','129','Inclusive','branch','Inventory','','','','yes','','','22175053631323231312232'),(3892,'221750536517','196',1.00,'20','retail','0','2025-06-21 23:08:37','','','','14','Cash',2.76,'20','','','22','16.00','1','2025-06-21 20:08:49','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','92.00','91','Inclusive','branch','Inventory','','','','yes','','','22175053652722260223250'),(3893,'41750536949','142',1.00,'1400','retail','0','2025-06-21 23:15:49','','','','975','Cash',193.10,'1400','','','4','16.00','1','2025-06-21 20:16:05','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','4175053696300040602602'),(3894,'221750537293','196',1.00,'20','retail','0','2025-06-21 23:21:33','','','','14','Cash',2.76,'20','','','22','16.00','1','2025-06-21 20:21:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','91.00','90','Inclusive','branch','Inventory','','','','yes','','','22175053730302257233350'),(3895,'221750537849','196',1.00,'20','retail','0','2025-06-21 23:30:49','','','','14','Cash',2.76,'20','','','22','16.00','1','2025-06-21 20:31:16','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','90.00','89','Inclusive','branch','Inventory','','','','yes','','','22175053787402720323452'),(3896,'41750538065','112',1.00,'1300','retail','0','2025-06-21 23:34:25','','','','1040','Cash',179.31,'1300','','','4','16.00','1','2025-06-21 20:35:49','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','4175053809130305040223'),(3897,'41750538065','125',1.00,'900','retail','0','2025-06-21 23:35:35','','','','599','Cash',124.14,'900','','','4','16.00','1','2025-06-21 20:35:49','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','4175053813664312723230'),(3898,'41750538065','272',1.00,'100','retail','0','2025-06-21 23:35:43','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-21 20:35:49','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175053814330312340310'),(3899,'41750529049','134',2.00,'600','retail','0','2025-06-21 21:04:10','','','','180','Cash',82.76,'300','','','4','16','1','2025-06-21 20:37:15','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','70.00','68','Inclusive','branch','Inventory','','','','','',NULL,'4175052911423323330333'),(3900,'41750529049','208',2.00,'520','retail','0','2025-06-21 21:05:34','','','','195','Cash',71.72,'260','','','4','16','1','2025-06-21 20:37:15','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'2','37.00','35','Inclusive','branch','Inventory','','','','','',NULL,'4175052913420350453303'),(3901,'41750529049','207',2.00,'700','retail','0','2025-06-21 21:05:48','','','','247','Cash',96.55,'350','','','4','16','1','2025-06-21 20:37:15','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',301.72,'2','14.00','12','Inclusive','branch','Inventory','','','','','',NULL,'4175052914932233033022'),(3902,'41750529049','244',3.00,'600','retail','0','2025-06-21 21:06:16','','','','150','Cash',82.76,'200','','','4','16','1','2025-06-21 20:37:15','2','14','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'3','9980.00','9977','Inclusive','branch','Inventory','','','','','',NULL,'4175052917777352520300'),(3903,'41750529049','45',4.00,'200','retail','0','2025-06-21 22:08:26','','','','0','Cash',27.59,'50','','','4','16','1','2025-06-21 20:37:15','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'4','9662.00','9658','Inclusive','branch','Inventory','','','','','',NULL,'4175053290733054003539'),(3904,'41750529049','285',1.00,'300','retail','0','2025-06-21 22:09:09','','','','150','Cash',41.38,'300','','','4','16','1','2025-06-21 20:37:15','4','6','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'4175053298890308007328'),(3905,'41750529049','208',2.00,'520','retail','0','2025-06-21 22:42:23','','','','195','Cash',71.72,'260','','','4','16','1','2025-06-21 20:37:15','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'2','35.00','33','Inclusive','branch','Inventory','','','','','',NULL,'4175053494430700040232'),(3906,'41750529049','134',5.00,'1500','retail','0','2025-06-21 22:42:46','','','','180','Cash',206.90,'300','','','4','16','1','2025-06-21 20:37:15','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'5','68.00','63','Inclusive','branch','Inventory','','','','','',NULL,'4175053496739045709905'),(3907,'41750529049','208',2.00,'520','retail','0','2025-06-21 23:36:45','','','','195','Cash',71.72,'260','','','4','16.00','1','2025-06-21 20:37:15','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','33.00','31','Inclusive','branch','Inventory','','','','yes','','','4175053820603302563246'),(3908,'41750529049','195',1.00,'100','retail','0','2025-06-21 23:36:51','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-21 20:37:15','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','64.00','63','Inclusive','branch','Inventory','','','','yes','','','4175053821223320233730'),(3909,'41750538967','122',1.00,'1300','retail','0','2025-06-21 23:49:27','','','','955','Cash',179.31,'1300','','','4','16.00','1','2025-06-21 20:51:14','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','4175053898222283833133'),(3910,'41750538967','272',1.00,'100','retail','0','2025-06-21 23:49:49','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-21 20:51:14','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175053899002103222320'),(3911,'41750538967','26',1.00,'700','retail','0','2025-06-21 23:50:12','','','','0','Cash',96.55,'700','','','4','16.00','1','2025-06-21 20:51:14','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9981.00','9980','Inclusive','branch','Inventory','','','','yes','','','4175053901332030505330'),(3912,'41750538967','45',2.00,'100','retail','0','2025-06-21 23:50:47','','','','0','Cash',13.79,'50','','','4','16.00','1','2025-06-21 20:51:14','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9656.00','9654','Inclusive','branch','Inventory','','','','yes','','','4175053906440262032333'),(3913,'41750526533','113',1.00,'300','retail','0','2025-06-21 20:22:13','','','','217','Cash',41.38,'300','','','4','16','1','2025-06-21 21:29:39','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','15.00','14','Inclusive','branch','Inventory','','','','','',NULL,'4175052653445026205334'),(3914,'41750526533','195',1.00,'100','retail','0','2025-06-21 20:22:27','','','','70','Cash',13.79,'100','','','4','16','1','2025-06-21 21:29:39','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','70.00','69','Inclusive','branch','Inventory','','','','','',NULL,'4175052654847705027222'),(3915,'41750526533','89',1.00,'250','retail','0','2025-06-22 00:29:24','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-21 21:29:39','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','235.00','234','Inclusive','branch','Inventory','','','','yes','','','4175054136525000043326'),(3916,'41750526533','176',2.00,'600','retail','0','2025-06-22 00:29:36','','','','180','Cash',82.76,'300','','','4','16.00','1','2025-06-21 21:29:39','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','53.00','51','Inclusive','branch','Inventory','','','','yes','','','4175054137674207317007'),(3921,'41750541715','208',2.00,'520','retail','0','2025-06-22 00:35:15','','','','195','Cash',71.72,'260','','','4','16.00','1','2025-06-21 21:35:37','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','31.00','29','Inclusive','branch','Inventory','','','','yes','','','4175054171624227322320'),(3922,'41750541715','134',3.00,'900','retail','0','2025-06-22 00:35:27','','','','180','Cash',124.14,'300','','','4','16.00','1','2025-06-21 21:35:37','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','63.00','60','Inclusive','branch','Inventory','','','','yes','','','4175054172720034532232'),(3923,'221750542802','47',1.00,'200','retail','0','2025-06-22 00:53:22','','','','0','Cash',27.59,'200','','','22','16.00','1','2025-06-21 21:53:51','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9902.00','9901','Inclusive','branch','Inventory','','','','yes','','','22175054282922712250422'),(3924,'221750542851','202',1.00,'900','retail','0','2025-06-22 00:54:11','','','','570','Cash',124.14,'900','','','22','16.00','1','2025-06-21 21:59:08','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','32.00','31','Inclusive','branch','Inventory','','','','yes','','','22175054291603251370220'),(3925,'221750542851','272',1.00,'100','retail','0','2025-06-22 00:55:16','','','','33.3','Cash',13.79,'100','','','22','16.00','1','2025-06-21 21:59:08','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175054293713204077200'),(3926,'221750542851','195',1.00,'100','retail','0','2025-06-22 00:55:37','','','','70','Cash',13.79,'100','','','22','16.00','1','2025-06-21 21:59:08','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','66.00','65','Inclusive','branch','Inventory','','','','yes','','','22175054310522333000031'),(3927,'221750542851','160',1.00,'100','retail','0','2025-06-22 00:58:25','','','','41.67','Cash',13.79,'100','','','22','16.00','1','2025-06-21 21:59:08','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','95.00','94','Inclusive','branch','Inventory','','','','yes','','','22175054312722027033003'),(3928,'221750543788','113',1.00,'300','retail','0','2025-06-22 01:09:48','','','','217','Cash',41.38,'300','','','22','16.00','1','2025-06-21 22:12:06','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','22175054381720001333225'),(3929,'221750543788','195',1.00,'100','retail','0','2025-06-22 01:10:32','','','','70','Cash',13.79,'100','','','22','16.00','1','2025-06-21 22:12:06','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','65.00','64','Inclusive','branch','Inventory','','','','yes','','','22175054385008303051330'),(3930,'221750543788','89',1.00,'250','retail','0','2025-06-22 01:10:50','','','','175','Cash',34.48,'250','','','22','16.00','1','2025-06-21 22:12:06','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','234.00','233','Inclusive','branch','Inventory','','','','yes','','','22175054386461253713573'),(3931,'221750543788','176',1.00,'300.00','retail','0','2025-06-22 01:11:04','','','','180','Cash',41.38,'300','','','22','16.00','1','2025-06-21 22:12:06','1','13','new','1','new','pcs','','','','','','0','','','VATABLE',258.62,'','51.00','50','Inclusive','branch','Inventory','','','','yes','','','22175054388135523383203'),(3932,'221750543788','176',1.00,'300','retail','0','2025-06-22 01:11:37','','','','180','Cash',41.38,'300','','','22','16.00','1','2025-06-21 22:12:06','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','50.00','49','Inclusive','branch','Inventory','','','','yes','','','22175054392153003320227'),(3933,'221750543943','196',1.00,'20','retail','0','2025-06-22 01:12:23','','','','14','Cash',2.76,'20','','','22','16.00','1','2025-06-21 22:13:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','89.00','88','Inclusive','branch','Inventory','','','','yes','','','22175054400503220220333'),(3934,'221750543943','120',1.00,'25','retail','0','2025-06-22 01:13:26','','','','17','Cash',3.45,'25','','','22','16.00','1','2025-06-21 22:13:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'1','34.00','33','Inclusive','branch','Inventory','','','','yes','','','22175054401600535310222'),(3935,'221750544034','195',1.00,'100','retail','0','2025-06-22 01:13:54','','','','70','Cash',13.79,'100','','','22','16.00','1','2025-06-21 22:14:44','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','64.00','63','Inclusive','branch','Inventory','','','','yes','','','22175054408131231803200'),(3936,'221750544102','110',1.00,'500','retail','0','2025-06-22 01:15:03','','','','345','Cash',68.97,'500','','','22','16.00','1','2025-06-21 22:16:34','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','22175054416022203212023'),(3937,'221750544102','195',1.00,'100','retail','0','2025-06-22 01:16:00','','','','70','Cash',13.79,'100','','','22','16.00','1','2025-06-21 22:16:34','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','63.00','62','Inclusive','branch','Inventory','','','','yes','','','22175054417220223020223'),(3938,'221750544102','272',1.00,'100','retail','0','2025-06-22 01:16:13','','','','33.3','Cash',13.79,'100','','','22','16.00','1','2025-06-21 22:16:34','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175054419022113033152'),(3944,'221750544395','244',2.00,'400','retail','0','2025-06-22 01:19:55','','','','150','Cash',55.17,'200','','','22','16.00','1','2025-06-21 22:20:53','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9975.00','9973','Inclusive','branch','Inventory','','','','yes','','','22175054444932322430020'),(3945,'221750544213','94',1.00,'1800','retail','0','2025-06-22 01:17:47','','','','1000','Cash',248.28,'1800','','','22','16','1','2025-06-21 22:26:37','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','16.00','15','Inclusive','branch','Inventory','','','','','',NULL,'22175054429153004320227'),(3946,'221750544213','202',2.00,'1800','retail','0','2025-06-22 01:18:20','','','','570','Cash',248.28,'900','','','22','16','1','2025-06-21 22:26:37','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',775.86,'2','31.00','29','Inclusive','branch','Inventory','','','','','',NULL,'22175054431823083002433'),(3947,'221750544213','195',3.00,'300','retail','0','2025-06-22 01:18:39','','','','70','Cash',41.38,'100','','','22','16','1','2025-06-21 22:26:37','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'3','62.00','59','Inclusive','branch','Inventory','','','','','',NULL,'22175054433872723053324'),(3948,'221750544213','272',2.00,'200','retail','0','2025-06-22 01:18:59','','','','33.3','Cash',27.59,'100','','','22','16','1','2025-06-21 22:26:37','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','22.00','20','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175054435830225003734'),(3949,'221750544213','118',1.00,'1000','retail','0','2025-06-22 01:19:18','','','','710','Cash',137.93,'1000','','','22','16','1','2025-06-21 22:26:37','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',862.07,'1','24.00','23','Inclusive','branch','Inventory','','','','','',NULL,'22175054437433323435727'),(3950,'221750544818','47',1.00,'200','retail','0','2025-06-22 01:26:58','','','','0','Cash',27.59,'200','','','22','16.00','1','2025-06-21 22:27:36','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9901.00','9900','Inclusive','branch','Inventory','','','','yes','','','22175054483903322022523'),(3951,'221750544818','3',1.00,'120','retail','0','2025-06-22 01:27:20','','','','0','Cash',16.55,'120','','','22','16.00','1','2025-06-21 22:27:36','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9957.00','9956','Inclusive','branch','Inventory','','','','yes','','B','22175054485332427208232'),(3952,'221750544932','176',2.00,'600','retail','0','2025-06-22 01:28:52','','','','180','Cash',82.76,'300','','','22','16.00','1','2025-06-21 22:30:16','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','49.00','47','Inclusive','branch','Inventory','','','','yes','','','22175054501353103734020'),(3953,'221750545335','11',1.00,'100','retail','0','2025-06-22 01:35:35','','','','0','Cash',13.79,'100','','','22','16.00','1','2025-06-21 22:36:14','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9996.00','9995','Inclusive','branch','Inventory','','','','yes','','','22175054537030212122155'),(3954,'41750545530','201',1.00,'300','retail','0','2025-06-22 01:38:50','','','','200','Cash',41.38,'300','','','4','16.00','1','2025-06-21 22:39:14','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','4175054554124252742204'),(3955,'41750545530','178',1.00,'100','retail','0','2025-06-22 01:39:07','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-21 22:39:14','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','106.00','105','Inclusive','branch','Inventory','','','','yes','','','4175054554842510534320'),(3956,'221750546039','120',1.00,'25','retail','0','2025-06-22 01:47:19','','','','17','Cash',3.45,'25','','','22','16.00','1','2025-06-21 22:47:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'1','33.00','32','Inclusive','branch','Inventory','','','','yes','','','22175054605660322132232'),(3957,'221750546039','196',1.00,'20','retail','0','2025-06-22 01:47:37','','','','14','Cash',2.76,'20','','','22','16.00','1','2025-06-21 22:47:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','88.00','87','Inclusive','branch','Inventory','','','','yes','','','22175054606660234362302'),(3958,'41750541624','218',1.00,'260','retail','0','2025-06-22 00:33:44','','','','200','Cash',35.86,'260','','','4','16','1','2025-06-21 22:49:09','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','87.00','86','Inclusive','branch','Inventory','','','','','',NULL,'4175054162503220521337'),(3959,'41750541624','136',1.00,'260','retail','0','2025-06-22 00:33:51','','','','210','Cash',35.86,'260','','','4','16','1','2025-06-21 22:49:09','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','149.00','148','Inclusive','branch','Inventory','','','','','',NULL,'4175054163221233223422'),(3960,'41750541624','217',1.00,'300','retail','0','2025-06-22 00:34:05','','','','225','Cash',41.38,'300','','','4','16','1','2025-06-21 22:49:09','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','36.00','35','Inclusive','branch','Inventory','','','','','',NULL,'4175054164520744320222'),(3961,'41750541624','160',1.00,'100','retail','0','2025-06-22 00:34:26','','','','41.67','Cash',13.79,'100','','','4','16','1','2025-06-21 22:49:09','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','96.00','95','Inclusive','branch','Inventory','','','','','',NULL,'4175054166707002366523'),(3962,'41750541624','217',1.00,'300','retail','0','2025-06-22 01:48:46','','','','225','Cash',41.38,'300','','','4','16.00','1','2025-06-21 22:49:09','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','35.00','34','Inclusive','branch','Inventory','','','','yes','','','4175054612650320445555'),(3963,'41750541624','120',4.00,'100','retail','0','2025-06-22 01:48:57','','','','17','Cash',13.79,'25','','','4','16.00','1','2025-06-21 22:49:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'4','32.00','28','Inclusive','branch','Inventory','','','','yes','','','4175054613701250732203'),(3964,'41750547420','187',2.00,'30','retail','0','2025-06-22 02:10:20','','','','8','Cash',4.14,'15','','','4','16.00','1','2025-06-21 23:10:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','62.00','60','Inclusive','branch','Inventory','','','','yes','','','4175054742013302243225'),(3965,'41750547528','116',1.00,'850','retail','0','2025-06-22 02:12:08','','','','585','Cash',117.24,'850','','','4','16.00','1','2025-06-21 23:12:41','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','4175054755800433313303'),(3966,'41750547872','120',1.00,'25','retail','0','2025-06-22 02:17:52','','','','17','Cash',3.45,'25','','','4','16.00','1','2025-06-21 23:17:55','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'1','28.00','27','Inclusive','branch','Inventory','','','','yes','','','4175054787330738375033'),(3967,'41750547912','196',1.00,'20','retail','0','2025-06-22 02:18:32','','','','14','Cash',2.76,'20','','','4','16.00','1','2025-06-21 23:18:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','87.00','86','Inclusive','branch','Inventory','','','','yes','','','4175054791322333072002'),(3968,'41750548205','196',2.00,'40','retail','0','2025-06-22 02:23:25','','','','14','Cash',5.52,'20','','','4','16.00','1','2025-06-21 23:23:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','86.00','84','Inclusive','branch','Inventory','','','','yes','','','4175054820626520546322'),(3969,'41750548205','163',1.00,'10','retail','0','2025-06-22 02:23:32','','','','5','Cash',1.38,'10','','','4','16.00','1','2025-06-21 23:23:35','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','94.00','93','Inclusive','branch','Inventory','','','','yes','','','4175054821272543032430'),(3970,'41750548254','120',1.00,'25','retail','0','2025-06-22 02:24:14','','','','17','Cash',3.45,'25','','','4','16.00','1','2025-06-21 23:24:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'1','27.00','26','Inclusive','branch','Inventory','','','','yes','','','4175054825534305038530'),(3971,'41750548254','187',1.00,'15','retail','0','2025-06-22 02:24:18','','','','8','Cash',2.07,'15','','','4','16.00','1','2025-06-21 23:24:24','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','60.00','59','Inclusive','branch','Inventory','','','','yes','','','4175054825920883020222'),(3972,'41750548890','120',2.00,'50','retail','0','2025-06-22 02:34:50','','','','17','Cash',6.90,'25','','','4','16.00','1','2025-06-21 23:34:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','26.00','24','Inclusive','branch','Inventory','','','','yes','','','4175054889145243032032'),(3973,'41750550545','120',2.00,'50','retail','0','2025-06-22 03:02:25','','','','17','Cash',6.90,'25','','','4','16.00','1','2025-06-22 00:02:29','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','24.00','22','Inclusive','branch','Inventory','','','','yes','','','4175055054630173323020'),(3974,'221750551486','113',1.00,'300','retail','0','2025-06-22 03:18:06','','','','217','Cash',41.38,'300','','','22','16.00','1','2025-06-22 00:19:48','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','22175055153330503512332'),(3975,'221750551486','187',5.00,'75','retail','0','2025-06-22 03:19:23','','','','8','Cash',10.34,'15','','','22','16.00','1','2025-06-22 00:19:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'5','59.00','54','Inclusive','branch','Inventory','','','','yes','','','22175055158552023331553'),(3976,'221750551606','120',1.00,'25','retail','0','2025-06-22 03:20:06','','','','17','Cash',3.45,'25','','','22','16.00','1','2025-06-22 00:21:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','22175055164222002033402'),(3977,'221750551606','163',1.00,'10','retail','0','2025-06-22 03:20:43','','','','5','Cash',1.38,'10','','','22','16.00','1','2025-06-22 00:21:09','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','93.00','92','Inclusive','branch','Inventory','','','','yes','','','22175055166652110232530'),(3978,'221750552589','22',1.00,'300','retail','0','2025-06-22 03:36:29','','','','0','Cash',41.38,'300','','','22','16.00','1','2025-06-22 00:37:30','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9939.00','9938','Inclusive','branch','Inventory','','','','yes','','','22175055263763203330233'),(3979,'221750552589','45',1.00,'50','retail','0','2025-06-22 03:37:18','','','','0','Cash',6.90,'50','','','22','16.00','1','2025-06-22 00:37:30','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9654.00','9653','Inclusive','branch','Inventory','','','','yes','','','22175055264722313552023'),(3980,'221750552678','3',5.00,'600','retail','0','2025-06-22 03:37:58','','','','0','Cash',82.76,'120','','','22','16.00','1','2025-06-22 00:38:43','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'5','9956.00','9951','Inclusive','branch','Inventory','','','','yes','','B','22175055272032003350502'),(3981,'61750553010','133',1.00,'2700','retail','0','2025-06-22 03:43:30','','','','1860','Cash',372.41,'2700','','','6','16.00','1','2025-06-22 00:49:55','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',2327.59,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','6175055302820303523200'),(3982,'61750553010','195',1.00,'100','retail','0','2025-06-22 03:43:48','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-22 00:49:55','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','59.00','58','Inclusive','branch','Inventory','','','','yes','','','6175055304124615003223'),(3983,'61750553010','272',1.00,'100','retail','0','2025-06-22 03:44:01','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-22 00:49:55','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175055305838025222054'),(3984,'61750553010','176',2.00,'600','retail','0','2025-06-22 03:44:18','','','','180','Cash',82.76,'300','','','6','16.00','1','2025-06-22 00:49:55','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','47.00','45','Inclusive','branch','Inventory','','','','yes','','','6175055308322333332463'),(3985,'61750553010','99',2.00,'600','retail','0','2025-06-22 03:44:43','','','','180','Cash',82.76,'300','','','6','16.00','1','2025-06-22 00:49:55','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','52.00','50','Inclusive','branch','Inventory','','','','yes','','','6175055311007253311123'),(3986,'61750553010','230',1.00,'5500','retail','0','2025-06-22 03:45:10','','','','4651','Cash',758.62,'5500','','','6','16.00','1','2025-06-22 00:49:55','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',4741.38,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','6175055313632022313210'),(3987,'61750553010','195',1.00,'100','retail','0','2025-06-22 03:45:36','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-22 00:49:55','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','58.00','57','Inclusive','branch','Inventory','','','','yes','','','6175055316923233230301'),(3988,'61750553010','272',1.00,'100','retail','0','2025-06-22 03:46:09','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-22 00:49:55','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175055318882330302220'),(3989,'61750553010','80',1.00,'800','retail','0','2025-06-22 03:46:56','','','','0','Cash',110.34,'800','','','6','16.00','1','2025-06-22 00:49:55','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9982.00','9981','Inclusive','branch','Inventory','','','','yes','','','6175055323627323606205'),(3990,'61750553010','232',1.00,'6000','retail','0','2025-06-22 03:47:16','','','','4764','Cash',827.59,'6000','','','6','16.00','1','2025-06-22 00:49:55','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',5172.41,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','6175055328602032028321'),(3991,'61750553010','99',1.00,'300','retail','0','2025-06-22 03:48:07','','','','180','Cash',41.38,'300','','','6','16.00','1','2025-06-22 00:49:55','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','50.00','49','Inclusive','branch','Inventory','','','','yes','','','6175055332923069473323'),(3992,'61750553010','232',1.00,'6000','retail','0','2025-06-22 03:48:50','','','','4764','Cash',827.59,'6000','','','6','16.00','1','2025-06-22 00:49:55','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',5172.41,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','6175055335221003200053'),(3993,'61750553010','272',1.00,'100','retail','0','2025-06-22 03:49:12','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-22 00:49:55','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175055337525202304502'),(3994,'61750553010','193',1.00,'300','retail','0','2025-06-22 03:49:35','','','','230','Cash',41.38,'300','','','6','16.00','1','2025-06-22 00:49:55','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','6175055339152532230123'),(4004,'61750554434','218',3.00,'780','retail','0','2025-06-22 04:07:14','','','','200','Cash',107.59,'260','','','6','16.00','1','2025-06-22 01:11:39','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'3','86.00','83','Inclusive','branch','Inventory','','','','yes','','','6175055462107341536254'),(4005,'61750554434','134',3.00,'900','retail','0','2025-06-22 04:10:21','','','','180','Cash',124.14,'300','','','6','16.00','1','2025-06-22 01:11:39','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','60.00','57','Inclusive','branch','Inventory','','','','yes','','','6175055464722034433005'),(4006,'61750554434','26',1.00,'700','retail','0','2025-06-22 04:10:47','','','','0','Cash',96.55,'700','','','6','16.00','1','2025-06-22 01:11:39','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9980.00','9979','Inclusive','branch','Inventory','','','','yes','','','6175055466831221213353'),(4007,'61750554434','45',2.00,'100','retail','0','2025-06-22 04:11:08','','','','0','Cash',13.79,'50','','','6','16.00','1','2025-06-22 01:11:39','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9653.00','9651','Inclusive','branch','Inventory','','','','yes','','','6175055468464620303033'),(4008,'61750554434','203',1.00,'100','retail','0','2025-06-22 04:11:24','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-22 01:11:39','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','6175055469733439351692'),(4009,'51750554763','118',1.00,'1000','retail','0','2025-06-22 04:12:43','','','','710','Cash',137.93,'1000','','','5','16.00','1','2025-06-22 01:13:31','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','23.00','22','Inclusive','branch','Inventory','','','','yes','','','5175055476302222222332'),(4010,'51750554763','178',1.00,'100','retail','0','2025-06-22 04:13:08','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-22 01:13:31','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','105.00','104','Inclusive','branch','Inventory','','','','yes','','','5175055478923252341222'),(4011,'51750554954','126',1.00,'1800','retail','0','2025-06-22 04:15:54','','','','1300','Cash',248.28,'1800','','','5','16.00','1','2025-06-22 01:19:12','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','5175055495520350453303'),(4012,'51750554954','272',2.00,'200','retail','0','2025-06-22 04:16:42','','','','33.3','Cash',27.59,'100','','','5','16.00','1','2025-06-22 01:19:12','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','13.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175055500323733223152'),(4013,'51750554954','218',4.00,'1040','retail','0','2025-06-22 04:17:24','','','','200','Cash',143.45,'260','','','5','16.00','1','2025-06-22 01:19:12','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','83.00','79','Inclusive','branch','Inventory','','','','yes','','','5175055504532305023002'),(4014,'51750554954','151',1.00,'300','retail','0','2025-06-22 04:17:44','','','','213','Cash',41.38,'300','','','5','16.00','1','2025-06-22 01:19:12','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','5175055506553300352520'),(4015,'51750554954','195',2.00,'200','retail','0','2025-06-22 04:18:58','','','','70','Cash',27.59,'100','','','5','16.00','1','2025-06-22 01:19:12','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','57.00','55','Inclusive','branch','Inventory','','','','yes','','','5175055513923303593553'),(4016,'61750555158','272',2.00,'200','retail','0','2025-06-22 04:19:18','','','','33.3','Cash',27.59,'100','','','6','16.00','1','2025-06-22 01:20:27','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','12.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175055517830571072077'),(4017,'61750555158','25',1.00,'350','retail','0','2025-06-22 04:19:38','','','','0','Cash',48.28,'350','','','6','16.00','1','2025-06-22 01:20:27','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9979.00','9978','Inclusive','branch','Inventory','','','','yes','','','6175055520123330330237'),(4018,'61750555158','45',1.00,'50','retail','0','2025-06-22 04:20:01','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-22 01:20:27','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9651.00','9650','Inclusive','branch','Inventory','','','','yes','','','6175055521003623522513'),(4019,'51750555235','24',1.00,'1200','retail','0','2025-06-22 04:20:35','','','','0','Cash',165.52,'1200','','','5','16.00','1','2025-06-22 01:20:43','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1034.48,'1','9989.00','9988','Inclusive','branch','Inventory','','','','yes','','','5175055523620335034320'),(4020,'51750555313','28',1.00,'700','retail','0','2025-06-22 04:21:53','','','','0','Cash',96.55,'700','','','5','16.00','1','2025-06-22 01:22:56','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9995.00','9994','Inclusive','branch','Inventory','','','','yes','','','5175055531521530332713'),(4021,'51750555313','45',1.00,'50','retail','0','2025-06-22 04:22:16','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-22 01:22:56','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9650.00','9649','Inclusive','branch','Inventory','','','','yes','','','5175055533733522323703'),(4022,'51750555313','47',1.00,'200','retail','0','2025-06-22 04:22:21','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-22 01:22:56','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9897.00','9896','Inclusive','branch','Inventory','','','','yes','','','5175055534252332333232'),(4023,'51750555313','47',1.00,'200','retail','0','2025-06-22 04:22:29','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-22 01:22:56','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9896.00','9895','Inclusive','branch','Inventory','','','','yes','','','5175055535002320553210'),(4024,'51750555313','23',1.00,'600','retail','0','2025-06-22 04:22:46','','','','0','Cash',82.76,'600','','','5','16.00','1','2025-06-22 01:22:56','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9982.00','9981','Inclusive','branch','Inventory','','','','yes','','','5175055536630333614021'),(4025,'51750555463','272',1.00,'100','retail','0','2025-06-22 04:24:23','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-22 01:25:24','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175055546423503537523'),(4026,'51750555609','83',1.00,'1500','retail','0','2025-06-22 04:26:49','','','','1000','Cash',206.90,'1500','','','5','16.00','1','2025-06-22 01:28:13','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','5175055561023003222203'),(4027,'51750555609','195',2.00,'200','retail','0','2025-06-22 04:27:35','','','','70','Cash',27.59,'100','','','5','16.00','1','2025-06-22 01:28:13','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','54.00','52','Inclusive','branch','Inventory','','','','yes','','','5175055565634652223523'),(4028,'51750555609','272',1.00,'100','retail','0','2025-06-22 04:27:58','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-22 01:28:13','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175055567823003210202'),(4029,'51750555609','272',1.00,'100','retail','0','2025-06-22 04:28:04','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-22 01:28:13','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175055568523508203700'),(4030,'171750555985','83',1.00,'1500','retail','0','2025-06-22 04:33:05','','','','1000','Cash',206.90,'1500','','','17','16.00','1','2025-06-22 01:35:27','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','17175055599303513731329'),(4031,'171750555985','195',2.00,'200','retail','0','2025-06-22 04:33:46','','','','70','Cash',27.59,'100','','','17','16.00','1','2025-06-22 01:35:27','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','52.00','50','Inclusive','branch','Inventory','','','','yes','','','17175055603221523570732'),(4032,'171750555985','272',1.00,'100','retail','0','2025-06-22 04:34:12','','','','33.3','Cash',13.79,'100','','','17','16.00','1','2025-06-22 01:35:27','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','17175055605802700232206'),(4033,'171750555985','81',1.00,'1600','retail','0','2025-06-22 04:34:40','','','','0','Cash',220.69,'1600','','','17','16.00','1','2025-06-22 01:35:27','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',1379.31,'1','9993.00','9992','Inclusive','branch','Inventory','','','','yes','','','17175055608358070136133'),(4034,'171750555985','47',2.00,'400','retail','0','2025-06-22 04:35:11','','','','0','Cash',55.17,'200','','','17','16.00','1','2025-06-22 01:35:27','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9894.00','9892','Inclusive','branch','Inventory','','','','yes','','','17175055612010222031501'),(4043,'61750556355','136',1.00,'260','retail','0','2025-06-22 04:39:15','','','','210','Cash',35.86,'260','','','6','16.00','1','2025-06-22 01:39:27','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','148.00','147','Inclusive','branch','Inventory','','','','yes','','','6175055636430624623326'),(4044,'51750556807','93',1.00,'500','retail','0','2025-06-22 04:46:47','','','','330','Cash',68.97,'500','','','5','16.00','1','2025-06-22 01:46:59','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','5175055680888144232203'),(4045,'51750556807','178',1.00,'100','retail','0','2025-06-22 04:46:55','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-22 01:46:59','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','104.00','103','Inclusive','branch','Inventory','','','','yes','','','5175055681625020304330'),(4046,'51750556873','196',5.00,'100','retail','0','2025-06-22 04:47:53','','','','14','Cash',13.79,'20','','','5','16.00','1','2025-06-22 01:47:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'5','84.00','79','Inclusive','branch','Inventory','','','','yes','','','5175055687423332404256'),(4047,'51750556961','116',1.00,'850','retail','0','2025-06-22 04:49:21','','','','585','Cash',117.24,'850','','','5','16.00','1','2025-06-22 01:49:26','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','5175055696152556205000'),(4048,'51750557057','188',2.00,'600','retail','0','2025-06-22 04:50:57','','','','251','Cash',82.76,'300','','','5','16.00','1','2025-06-22 01:51:00','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','20.00','18','Inclusive','branch','Inventory','','','','yes','','','5175055705835255523500'),(4049,'51750557137','209',4.00,'1000','retail','0','2025-06-22 04:52:17','','','','175','Cash',137.93,'250','','','5','16.00','1','2025-06-22 01:52:21','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'4','129.00','125','Inclusive','branch','Inventory','','','','yes','','','5175055713933435213223'),(4050,'51750557207','26',1.00,'700','retail','0','2025-06-22 04:53:27','','','','0','Cash',96.55,'700','','','5','16.00','1','2025-06-22 01:53:41','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9979.00','9978','Inclusive','branch','Inventory','','','','yes','','','5175055720834307233505'),(4051,'51750557207','45',2.00,'100','retail','0','2025-06-22 04:53:35','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-22 01:53:41','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9649.00','9647','Inclusive','branch','Inventory','','','','yes','','','5175055721720000220723'),(4052,'51750557260','25',1.00,'350','retail','0','2025-06-22 04:54:20','','','','0','Cash',48.28,'350','','','5','16.00','1','2025-06-22 01:54:33','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9978.00','9977','Inclusive','branch','Inventory','','','','yes','','','5175055726162263323220'),(4053,'51750557260','45',1.00,'50','retail','0','2025-06-22 04:54:29','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-22 01:54:33','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9647.00','9646','Inclusive','branch','Inventory','','','','yes','','','5175055727054033202337'),(4054,'51750557335','122',1.00,'1300','retail','0','2025-06-22 04:55:35','','','','955','Cash',179.31,'1300','','','5','16.00','1','2025-06-22 01:56:22','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','5175055733650020350333'),(4055,'51750557335','119',1.00,'400','retail','0','2025-06-22 04:56:10','','','','250','Cash',55.17,'400','','','5','16.00','1','2025-06-22 01:56:22','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','21.00','20','Inclusive','branch','Inventory','','','','yes','','','5175055737102357013555'),(4056,'51750557335','272',1.00,'100','retail','0','2025-06-22 04:56:18','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-22 01:56:22','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175055737970004335325'),(4057,'51750557430','117',1.00,'350','retail','0','2025-06-22 04:57:10','','','','245','Cash',48.28,'350','','','5','16.00','1','2025-06-22 01:57:14','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','19.00','18','Inclusive','branch','Inventory','','','','yes','','','5175055743232172224557'),(4058,'51750557593','187',3.00,'45','retail','0','2025-06-22 04:59:53','','','','8','Cash',6.21,'15','','','5','16.00','1','2025-06-22 01:59:56','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'3','54.00','51','Inclusive','branch','Inventory','','','','yes','','','5175055759455073135214'),(4059,'51750558096','217',1.00,'300','retail','0','2025-06-22 05:08:17','','','','225','Cash',41.38,'300','','','5','16.00','1','2025-06-22 02:08:22','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','34.00','33','Inclusive','branch','Inventory','','','','yes','','','5175055809725537329205'),(4060,'51750558161','176',3.00,'900','retail','0','2025-06-22 05:09:21','','','','180','Cash',124.14,'300','','','5','16.00','1','2025-06-22 02:11:24','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','45.00','42','Inclusive','branch','Inventory','','','','yes','','','5175055816220022250382'),(4061,'51750558161','134',2.00,'600','retail','0','2025-06-22 05:10:16','','','','180','Cash',82.76,'300','','','5','16.00','1','2025-06-22 02:11:24','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','57.00','55','Inclusive','branch','Inventory','','','','yes','','','5175055821755524757070'),(4062,'51750558161','99',2.00,'600','retail','0','2025-06-22 05:10:42','','','','180','Cash',82.76,'300','','','5','16.00','1','2025-06-22 02:11:24','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','49.00','47','Inclusive','branch','Inventory','','','','yes','','','5175055824303282223330'),(4063,'51750558161','119',1.00,'400','retail','0','2025-06-22 05:10:52','','','','250','Cash',55.17,'400','','','5','16.00','1','2025-06-22 02:11:24','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','20.00','19','Inclusive','branch','Inventory','','','','yes','','','5175055825250325225535'),(4064,'51750558161','244',2.00,'400','retail','0','2025-06-22 05:11:13','','','','150','Cash',55.17,'200','','','5','16.00','1','2025-06-22 02:11:24','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9973.00','9971','Inclusive','branch','Inventory','','','','yes','','','5175055827407808447330'),(4065,'51750558322','26',1.00,'700','retail','0','2025-06-22 05:12:02','','','','0','Cash',96.55,'700','','','5','16.00','1','2025-06-22 02:12:12','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9978.00','9977','Inclusive','branch','Inventory','','','','yes','','','5175055832335203032743'),(4066,'51750558322','45',2.00,'100','retail','0','2025-06-22 05:12:10','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-22 02:12:12','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9646.00','9644','Inclusive','branch','Inventory','','','','yes','','','5175055833053223025000'),(4067,'51750558452','52',1.00,'450','retail','0','2025-06-22 05:14:12','','','','0','Cash',62.07,'450','','','5','16.00','1','2025-06-22 02:14:23','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9982.00','9981','Inclusive','branch','Inventory','','','','yes','','','5175055845335530330853'),(4068,'51750558452','45',1.00,'50','retail','0','2025-06-22 05:14:19','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-22 02:14:23','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9644.00','9643','Inclusive','branch','Inventory','','','','yes','','','5175055846072502253312'),(4069,'51750558500','209',2.00,'500','retail','0','2025-06-22 05:15:00','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-22 02:15:02','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','125.00','123','Inclusive','branch','Inventory','','','','yes','','','5175055850005203003232'),(4070,'51750558553','118',1.00,'1000','retail','0','2025-06-22 05:15:53','','','','710','Cash',137.93,'1000','','','5','16.00','1','2025-06-22 02:16:38','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','5175055855430323335521'),(4071,'51750558553','90',1.00,'100','retail','0','2025-06-22 05:15:59','','','','74','Cash',13.79,'100','','','5','16.00','1','2025-06-22 02:16:38','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','25.00','24','Inclusive','branch','Inventory','','','','yes','','','5175055856002305402230'),(4072,'51750558553','272',2.00,'200','retail','0','2025-06-22 05:16:11','','','','33.3','Cash',27.59,'100','','','5','16.00','1','2025-06-22 02:16:38','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','3.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175055857230303733252'),(4073,'51750558553','201',1.00,'300','retail','0','2025-06-22 05:16:28','','','','200','Cash',41.38,'300','','','5','16.00','1','2025-06-22 02:16:38','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','5175055858827235532002'),(4074,'51750558553','178',1.00,'100','retail','0','2025-06-22 05:16:35','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-22 02:16:38','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','103.00','102','Inclusive','branch','Inventory','','','','yes','','','5175055859555230105223'),(4075,'51750558669','209',2.00,'500','retail','0','2025-06-22 05:17:49','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-22 02:18:05','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','123.00','121','Inclusive','branch','Inventory','','','','yes','','','5175055866912536402235'),(4076,'51750558669','206',1.00,'300','retail','0','2025-06-22 05:18:01','','','','203','Cash',41.38,'300','','','5','16.00','1','2025-06-22 02:18:05','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','5175055868267230027013'),(4077,'51750558744','205',3.00,'900','retail','0','2025-06-22 05:19:04','','','','225','Cash',124.14,'300','','','5','16.00','1','2025-06-22 02:19:07','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','65.00','62','Inclusive','branch','Inventory','','','','yes','','','5175055874575202387130'),(4078,'51750558921','126',1.00,'1800','retail','0','2025-06-22 05:22:01','','','','1300','Cash',248.28,'1800','','','5','16.00','1','2025-06-22 02:23:27','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','5175055898620002203355'),(4079,'51750558921','272',1.00,'100','retail','0','2025-06-22 05:23:16','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-22 02:23:27','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175055899701397220884'),(4080,'51750558921','195',1.00,'100','retail','0','2025-06-22 05:23:22','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-22 02:23:27','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','50.00','49','Inclusive','branch','Inventory','','','','yes','','','5175055900320323150320'),(4081,'51750559060','208',2.00,'520','retail','0','2025-06-22 05:24:20','','','','195','Cash',71.72,'260','','','5','16.00','1','2025-06-22 02:24:24','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','29.00','27','Inclusive','branch','Inventory','','','','yes','','','5175055906137205303200'),(4082,'51750559107','120',5.00,'125','retail','0','2025-06-22 05:25:07','','','','17','Cash',17.24,'25','','','5','16.00','1','2025-06-22 02:25:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'5','21.00','16','Inclusive','branch','Inventory','','','','yes','','','5175055910823385519280'),(4083,'51750559107','163',1.00,'10','retail','0','2025-06-22 05:25:27','','','','5','Cash',1.38,'10','','','5','16.00','1','2025-06-22 02:25:32','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','92.00','91','Inclusive','branch','Inventory','','','','yes','','','5175055912853232231932'),(4084,'51750559208','207',9.00,'3150','retail','0','2025-06-22 05:26:48','','','','247','Cash',434.48,'350','','','5','16.00','1','2025-06-22 02:26:56','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'9','12.00','3','Inclusive','branch','Inventory','','','','yes','','','5175055920922553050333'),(4085,'51750559288','23',1.00,'600','retail','0','2025-06-22 05:28:08','','','','0','Cash',82.76,'600','','','5','16.00','1','2025-06-22 02:29:31','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9981.00','9980','Inclusive','branch','Inventory','','','','yes','','','5175055928922324930094'),(4086,'51750559288','45',1.00,'50','retail','0','2025-06-22 05:28:23','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-22 02:29:31','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9643.00','9642','Inclusive','branch','Inventory','','','','yes','','','5175055930442772020235'),(4087,'51750559288','46',1.00,'100','retail','0','2025-06-22 05:29:25','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-22 02:29:31','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9945.00','9944','Inclusive','branch','Inventory','','','','yes','','','5175055936632022223243'),(4088,'221750559985','15',6.00,'720','retail','0','2025-06-22 05:39:46','','','','0','Cash',99.31,'120','','','22','16.00','1','2025-06-22 02:40:23','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'6','9976.00','9970','Inclusive','branch','Inventory','','','','yes','','','22175056002032035310000'),(4093,'81750560437','136',3.00,'780','retail','0','2025-06-22 05:47:17','','','','210','Cash',107.59,'260','','','8','16.00','1','2025-06-22 02:48:40','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'3','147.00','144','Inclusive','branch','Inventory','','','','yes','','','8175056045253222342723'),(4094,'81750560437','192',2.00,'600','retail','0','2025-06-22 05:47:32','','','','180','Cash',82.76,'300','','','8','16.00','1','2025-06-22 02:48:40','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','24.00','22','Inclusive','branch','Inventory','','','','yes','','','8175056046442566662222'),(4095,'81750560437','208',1.00,'260','retail','0','2025-06-22 05:47:44','','','','195','Cash',35.86,'260','','','8','16.00','1','2025-06-22 02:48:40','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','27.00','26','Inclusive','branch','Inventory','','','','yes','','','8175056048022333000684'),(4096,'81750560437','206',1.00,'300','retail','0','2025-06-22 05:48:00','','','','203','Cash',41.38,'300','','','8','16.00','1','2025-06-22 02:48:40','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','8175056051650523830632'),(4097,'61750555232','150',1.00,'2500','retail','0','2025-06-22 04:20:32','','','','1734','Cash',344.83,'2500','','','6','16','1','2025-06-22 02:59:01','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',2155.17,'1','5.00','4','Inclusive','branch','Inventory','','','','','',NULL,'6175055534331332370233'),(4098,'61750555232','272',1.00,'100','retail','0','2025-06-22 04:22:23','','','','33.3','Cash',13.79,'100','','','6','16','1','2025-06-22 02:59:01','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6175055536422320273532'),(4099,'61750555232','195',1.00,'100','retail','0','2025-06-22 04:22:45','','','','70','Cash',13.79,'100','','','6','16','1','2025-06-22 02:59:01','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','55.00','54','Inclusive','branch','Inventory','','','','','',NULL,'6175055537723251223201'),(4100,'61750555232','100',2.00,'500','retail','0','2025-06-22 04:22:57','','','','165','Cash',68.97,'250','','','6','16','1','2025-06-22 02:59:01','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'2','20.00','18','Inclusive','branch','Inventory','','','','','',NULL,'6175055544302533203052'),(4101,'61750555232','94',1.00,'1800','retail','0','2025-06-22 04:24:03','','','','1000','Cash',248.28,'1800','','','6','16','1','2025-06-22 02:59:01','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','12.00','11','Inclusive','branch','Inventory','','','','','',NULL,'6175055546555400536003'),(4102,'61750555232','272',1.00,'100','retail','0','2025-06-22 04:24:26','','','','33.3','Cash',13.79,'100','','','6','16','1','2025-06-22 02:59:01','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6175055547832582751057'),(4103,'61750555232','150',2.00,'5000','retail','0','2025-06-22 04:24:38','','','','1734','Cash',689.66,'2500','','','6','16','1','2025-06-22 02:59:01','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',2155.17,'2','4.00','2','Inclusive','branch','Inventory','','','','','',NULL,'6175055552130225132252'),(4104,'61750555232','94',1.00,'1800','retail','0','2025-06-22 04:25:21','','','','1000','Cash',248.28,'1800','','','6','16','1','2025-06-22 02:59:01','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','11.00','10','Inclusive','branch','Inventory','','','','','',NULL,'6175055555335234720333'),(4105,'61750555232','292',1.00,'150','retail','0','2025-06-22 05:51:47','','','','99','Cash',20.69,'150','','','6','16.00','1','2025-06-22 02:59:01','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175056070822823302202'),(4106,'61750560075','138',2.00,'660','retail','0','2025-06-22 05:41:15','','','','265','Cash',91.03,'330','','','6','16','1','2025-06-22 03:03:20','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',284.48,'2','25.00','23','Inclusive','branch','Inventory','','','','','',NULL,'6175056009435532333302'),(4107,'61750560075','193',1.00,'300','retail','0','2025-06-22 05:41:48','','','','230','Cash',41.38,'300','','','6','16','1','2025-06-22 03:03:20','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9.00','8','Inclusive','branch','Inventory','','','','','',NULL,'6175056015925202931033'),(4108,'61750560075','94',1.00,'1800','retail','0','2025-06-22 05:42:40','','','','1000','Cash',248.28,'1800','','','6','16','1','2025-06-22 03:03:20','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','10.00','9','Inclusive','branch','Inventory','','','','','',NULL,'6175056017602331060753'),(4109,'61750560075','160',1.00,'100','retail','0','2025-06-22 05:42:56','','','','41.67','Cash',13.79,'100','','','6','16','1','2025-06-22 03:03:20','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','94.00','93','Inclusive','branch','Inventory','','','','','',NULL,'6175056018862852500562'),(4110,'61750553429','94',3.00,'5400','retail','0','2025-06-22 03:50:29','','','','1000','Cash',744.83,'1800','','','6','16','1','2025-06-22 03:06:33','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'3','15.00','12','Inclusive','branch','Inventory','','','','','',NULL,'6175055345872338533023'),(4111,'61750553429','272',2.00,'200','retail','0','2025-06-22 03:50:59','','','','33.3','Cash',27.59,'100','','','6','16','1','2025-06-22 03:06:33','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','17.00','15','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6175055347173333313130'),(4112,'61750553429','193',1.00,'300','retail','0','2025-06-22 03:53:28','','','','230','Cash',41.38,'300','','','6','16','1','2025-06-22 03:06:33','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','10.00','9','Inclusive','branch','Inventory','','','','','',NULL,'6175055371033220043005'),(4113,'61750553429','100',2.00,'500','retail','0','2025-06-22 03:55:11','','','','165','Cash',68.97,'250','','','6','16','1','2025-06-22 03:06:33','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'2','22.00','20','Inclusive','branch','Inventory','','','','','',NULL,'6175055374953167341232'),(4114,'61750553429','47',2.00,'400','retail','0','2025-06-22 03:55:49','','','','0','Cash',55.17,'200','','','6','16','1','2025-06-22 03:06:33','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9900.00','9898','Inclusive','branch','Inventory','','','','','',NULL,'6175055378232523333220'),(4115,'61750553429','3',2.00,'240','retail','0','2025-06-22 03:56:22','','','','0','Cash',33.10,'120','','','6','16','1','2025-06-22 03:06:33','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',103.45,'2','9951.00','9949','Inclusive','branch','Inventory','','','','','',NULL,'6175055380030320200020'),(4116,'61750553429','272',1.00,'100','retail','0','2025-06-22 03:56:40','','','','33.3','Cash',13.79,'100','','','6','16','1','2025-06-22 03:06:33','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6175055383304635733332'),(4117,'61750553429','47',1.00,'200','retail','0','2025-06-22 03:57:13','','','','0','Cash',27.59,'200','','','6','16','1','2025-06-22 03:06:33','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9898.00','9897','Inclusive','branch','Inventory','','','','','',NULL,'6175055384383342330313'),(4118,'61750553429','3',1.00,'120','retail','0','2025-06-22 03:57:23','','','','0','Cash',16.55,'120','','','6','16','1','2025-06-22 03:06:33','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9949.00','9948','Inclusive','branch','Inventory','','','','','',NULL,'6175055385722502220232'),(4119,'61750553429','292',1.00,'150','retail','0','2025-06-22 06:04:51','','','','99','Cash',20.69,'150','','','6','16.00','1','2025-06-22 03:06:33','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175056149135220332333'),(4120,'61750561822','146',1.00,'5000','retail','0','2025-06-22 06:10:22','','','','3500','Cash',689.66,'5000','','','6','16.00','1','2025-06-22 03:10:44','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',4310.34,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','6175056183534208202330'),(4121,'81750562350','119',1.00,'400','retail','0','2025-06-22 06:19:10','','','','250','Cash',55.17,'400','','','8','16.00','1','2025-06-22 03:20:58','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','19.00','18','Inclusive','branch','Inventory','','','','yes','','','8175056235151001203513'),(4122,'81750562350','209',1.00,'250','retail','0','2025-06-22 06:19:22','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-22 03:20:58','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','121.00','120','Inclusive','branch','Inventory','','','','yes','','','8175056236323223303030'),(4123,'81750562350','192',1.00,'300','retail','0','2025-06-22 06:19:39','','','','180','Cash',41.38,'300','','','8','16.00','1','2025-06-22 03:20:58','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','8175056242200075732302'),(4124,'81750562350','208',1.00,'260','retail','0','2025-06-22 06:20:53','','','','195','Cash',35.86,'260','','','8','16.00','1','2025-06-22 03:20:58','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','26.00','25','Inclusive','branch','Inventory','','','','yes','','','8175056245458005320223'),(4125,'81750562494','3',2.00,'240','retail','0','2025-06-22 06:21:34','','','','0','Cash',33.10,'120','','','8','16.00','1','2025-06-22 03:21:57','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'2','9948.00','9946','Inclusive','branch','Inventory','','','','yes','','B','8175056249502995232923'),(4128,'81750562587','134',2.00,'600','retail','0','2025-06-22 06:23:07','','','','180','Cash',82.76,'300','','','8','16','1','2025-06-22 03:24:29','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','55.00','53','Inclusive','branch','Inventory','','','','','',NULL,'8175056261430332023238'),(4129,'81750562587','178',1.00,'100','retail','0','2025-06-22 06:23:53','','','','54.17','Cash',13.79,'100','','','8','16','1','2025-06-22 03:24:29','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','102.00','101','Inclusive','branch','Inventory','','','','','',NULL,'8175056263443320021332'),(4130,'81750562740','118',1.00,'1000','retail','0','2025-06-22 06:25:40','','','','710','Cash',137.93,'1000','','','8','16.00','1','2025-06-22 03:25:57','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','21.00','20','Inclusive','branch','Inventory','','','','yes','','','8175056274122303530630'),(4131,'81750562740','160',4.00,'400','retail','0','2025-06-22 06:25:53','','','','41.67','Cash',55.17,'100','','','8','16.00','1','2025-06-22 03:25:57','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'4','93.00','89','Inclusive','branch','Inventory','','','','yes','','','8175056275477240223330'),(4132,'81750562823','215',1.00,'600','retail','0','2025-06-22 06:27:15','','','','465','Cash',82.76,'600','','','8','16.00','1','2025-06-22 03:30:42','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','8175056283600336333303'),(4133,'81750562823','178',1.00,'100','retail','0','2025-06-22 06:27:41','','','','54.17','Cash',13.79,'100','','','8','16.00','1','2025-06-22 03:30:42','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','101.00','100','Inclusive','branch','Inventory','','','','yes','','','8175056286236722222333'),(4134,'81750562823','134',1.00,'300','retail','0','2025-06-22 06:27:59','','','','180','Cash',41.38,'300','','','8','16.00','1','2025-06-22 03:30:42','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','53.00','52','Inclusive','branch','Inventory','','','','yes','','','8175056288025003028012'),(4135,'81750563131','116',1.00,'850','retail','0','2025-06-22 06:32:11','','','','585','Cash',117.24,'850','','','8','16.00','1','2025-06-22 03:32:38','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','8175056313212122033225'),(4136,'81750563131','178',1.00,'100','retail','0','2025-06-22 06:32:18','','','','54.17','Cash',13.79,'100','','','8','16.00','1','2025-06-22 03:32:38','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','100.00','99','Inclusive','branch','Inventory','','','','yes','','','8175056313830202231225'),(4137,'81750563131','178',1.00,'100','retail','0','2025-06-22 06:32:24','','','','54.17','Cash',13.79,'100','','','8','16.00','1','2025-06-22 03:32:38','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','99.00','98','Inclusive','branch','Inventory','','','','yes','','','8175056314530270132120'),(4138,'81750563131','116',1.00,'850','retail','0','2025-06-22 06:32:34','','','','585','Cash',117.24,'850','','','8','16.00','1','2025-06-22 03:32:38','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','8175056315413332217556'),(4139,'81750563248','79',1.00,'400','retail','0','2025-06-22 06:34:08','','','','0','Cash',55.17,'400','','','8','16.00','1','2025-06-22 03:34:11','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9968.00','9967','Inclusive','branch','Inventory','','','','yes','','','8175056324902331060453'),(4140,'81750563345','218',1.00,'260','retail','0','2025-06-22 06:35:45','','','','200','Cash',35.86,'260','','','8','16.00','1','2025-06-22 03:36:09','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','79.00','78','Inclusive','branch','Inventory','','','','yes','','','8175056334534601223233'),(4141,'81750563345','188',1.00,'300','retail','0','2025-06-22 06:35:53','','','','251','Cash',41.38,'300','','','8','16.00','1','2025-06-22 03:36:09','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','18.00','17','Inclusive','branch','Inventory','','','','yes','','','8175056335400202334023'),(4142,'81750563345','209',1.00,'250','retail','0','2025-06-22 06:36:06','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-22 03:36:09','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','120.00','119','Inclusive','branch','Inventory','','','','yes','','','8175056336750333003052'),(4143,'81750563440','80',1.00,'800','retail','0','2025-06-22 06:37:21','','','','0','Cash',110.34,'800','','','8','16.00','1','2025-06-22 03:37:25','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9981.00','9980','Inclusive','branch','Inventory','','','','yes','','','8175056344102040728304'),(4144,'81750563507','218',2.00,'520','retail','0','2025-06-22 06:38:27','','','','200','Cash',71.72,'260','','','8','16.00','1','2025-06-22 03:38:32','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','78.00','76','Inclusive','branch','Inventory','','','','yes','','','8175056350812633002531'),(4145,'81750563569','22',1.00,'300','retail','0','2025-06-22 06:39:29','','','','0','Cash',41.38,'300','','','8','16.00','1','2025-06-22 03:40:01','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9938.00','9937','Inclusive','branch','Inventory','','','','yes','','','8175056357002370400845'),(4146,'81750563569','45',1.00,'50','retail','0','2025-06-22 06:39:56','','','','0','Cash',6.90,'50','','','8','16.00','1','2025-06-22 03:40:01','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9642.00','9641','Inclusive','branch','Inventory','','','','yes','','','8175056359736556620233'),(4147,'81750563759','218',2.00,'520','retail','0','2025-06-22 06:42:39','','','','200','Cash',71.72,'260','','','8','16.00','1','2025-06-22 03:42:44','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','76.00','74','Inclusive','branch','Inventory','','','','yes','','','8175056375990305005322'),(4148,'81750563840','28',1.00,'700','retail','0','2025-06-22 06:44:00','','','','0','Cash',96.55,'700','','','8','16.00','1','2025-06-22 03:44:09','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9994.00','9993','Inclusive','branch','Inventory','','','','yes','','','8175056384023243000232'),(4149,'81750563840','45',1.00,'50','retail','0','2025-06-22 06:44:05','','','','0','Cash',6.90,'50','','','8','16.00','1','2025-06-22 03:44:09','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9641.00','9640','Inclusive','branch','Inventory','','','','yes','','','8175056384533330020215'),(4150,'81750563910','218',1.00,'260','retail','0','2025-06-22 06:45:10','','','','200','Cash',35.86,'260','','','8','16.00','1','2025-06-22 03:45:13','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','74.00','73','Inclusive','branch','Inventory','','','','yes','','','8175056391103623032203'),(4151,'81750563975','112',2.00,'2600','retail','0','2025-06-22 06:46:15','','','','1040','Cash',358.62,'1300','','','8','16.00','1','2025-06-22 03:46:23','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'2','2.00','0','Inclusive','branch','Inventory','','','','yes','','','8175056397529222963433'),(4152,'81750564035','54',1.00,'1800','retail','0','2025-06-22 06:47:15','','','','0','Cash',248.28,'1800','','','8','16.00','1','2025-06-22 03:47:28','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9987.00','9986','Inclusive','branch','Inventory','','','','yes','','','8175056403542523335032'),(4153,'81750564035','45',1.00,'50','retail','0','2025-06-22 06:47:20','','','','0','Cash',6.90,'50','','','8','16.00','1','2025-06-22 03:47:28','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9640.00','9639','Inclusive','branch','Inventory','','','','yes','','','8175056404020220027030'),(4154,'81750564035','45',1.00,'50','retail','0','2025-06-22 06:47:20','','','','0','Cash',6.90,'50','','','8','16.00','1','2025-06-22 03:47:28','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9639.00','9638','Inclusive','branch','Inventory','','','','yes','','','8175056404110302456203'),(4155,'81750564204','110',1.00,'500','retail','0','2025-06-22 06:50:04','','','','345','Cash',68.97,'500','','','8','16.00','1','2025-06-22 03:52:04','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','21.00','20','Inclusive','branch','Inventory','','','','yes','','','8175056420503230023035'),(4156,'81750564204','178',1.00,'100','retail','0','2025-06-22 06:50:49','','','','54.17','Cash',13.79,'100','','','8','16.00','1','2025-06-22 03:52:04','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','98.00','97','Inclusive','branch','Inventory','','','','yes','','','8175056424932734310223'),(4157,'81750564522','89',2.00,'500','retail','0','2025-06-22 06:55:22','','','','175','Cash',68.97,'250','','','8','16.00','1','2025-06-22 03:55:42','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','233.00','231','Inclusive','branch','Inventory','','','','yes','','','8175056453750362025032'),(4158,'81750564719','176',4.00,'1200','retail','0','2025-06-22 06:58:39','','','','180','Cash',165.52,'300','','','8','16.00','1','2025-06-22 03:59:04','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'4','42.00','38','Inclusive','branch','Inventory','','','','yes','','','8175056472002333302234'),(4159,'81750564840','81',1.00,'1600','retail','0','2025-06-22 07:00:40','','','','0','Cash',220.69,'1600','','','8','16.00','1','2025-06-22 04:00:48','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',1379.31,'1','9993.00','9992','Inclusive','branch','Inventory','','','','yes','','','8175056484170330468422'),(4160,'81750565074','142',1.00,'1400','retail','0','2025-06-22 07:04:34','','','','975','Cash',193.10,'1400','','','8','16.00','1','2025-06-22 04:04:37','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','8175056507533552082520'),(4161,'81750565128','136',2.00,'520','retail','0','2025-06-22 07:05:28','','','','210','Cash',71.72,'260','','','8','16.00','1','2025-06-22 04:05:54','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','144.00','142','Inclusive','branch','Inventory','','','','yes','','','8175056512910232331305'),(4162,'81750565128','178',2.00,'200','retail','0','2025-06-22 07:05:36','','','','54.17','Cash',27.59,'100','','','8','16.00','1','2025-06-22 04:05:54','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','97.00','95','Inclusive','branch','Inventory','','','','yes','','','8175056513723237132202'),(4163,'81750565128','118',1.00,'1000','retail','0','2025-06-22 07:05:49','','','','710','Cash',137.93,'1000','','','8','16.00','1','2025-06-22 04:05:54','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','20.00','19','Inclusive','branch','Inventory','','','','yes','','','8175056515023012200201'),(4164,'81750565206','89',1.00,'250','retail','0','2025-06-22 07:06:46','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-22 04:07:17','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','231.00','230','Inclusive','branch','Inventory','','','','yes','','','8175056523484025130035'),(4165,'81750565275','3',2.00,'240','retail','0','2025-06-22 07:07:55','','','','0','Cash',33.10,'120','','','8','16.00','1','2025-06-22 04:08:00','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'2','9946.00','9944','Inclusive','branch','Inventory','','','','yes','','B','8175056527622233231560'),(4166,'81750565319','205',1.00,'300','retail','0','2025-06-22 07:08:39','','','','225','Cash',41.38,'300','','','8','16.00','1','2025-06-22 04:08:42','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','62.00','61','Inclusive','branch','Inventory','','','','yes','','','8175056532005322230253'),(4167,'81750565356','178',1.00,'100','retail','0','2025-06-22 07:09:16','','','','54.17','Cash',13.79,'100','','','8','16.00','1','2025-06-22 04:09:19','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','95.00','94','Inclusive','branch','Inventory','','','','yes','','','8175056535773220030234'),(4168,'81750565405','212',1.00,'1100','retail','0','2025-06-22 07:10:05','','','','860','Cash',151.72,'1100','','','8','16.00','1','2025-06-22 04:10:33','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',948.28,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','8175056540602365706222'),(4169,'81750565405','134',1.00,'300','retail','0','2025-06-22 07:10:30','','','','180','Cash',41.38,'300','','','8','16.00','1','2025-06-22 04:10:33','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','52.00','51','Inclusive','branch','Inventory','','','','yes','','','8175056543134737730355'),(4170,'81750565478','176',2.00,'600','retail','0','2025-06-22 07:11:18','','','','180','Cash',82.76,'300','','','8','16.00','1','2025-06-22 04:11:28','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','38.00','36','Inclusive','branch','Inventory','','','','yes','','','8175056547832302322537'),(4171,'81750565529','176',2.00,'600','retail','0','2025-06-22 07:12:09','','','','180','Cash',82.76,'300','','','8','16.00','1','2025-06-22 04:12:12','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','36.00','34','Inclusive','branch','Inventory','','','','yes','','','8175056552900339332303'),(4172,'81750565581','214',1.00,'900','retail','0','2025-06-22 07:13:01','','','','680','Cash',124.14,'900','','','8','16.00','1','2025-06-22 04:14:10','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','16.00','15','Inclusive','branch','Inventory','','','','yes','','','8175056558234327335005'),(4173,'81750565581','178',1.00,'100','retail','0','2025-06-22 07:13:13','','','','54.17','Cash',13.79,'100','','','8','16.00','1','2025-06-22 04:14:10','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','94.00','93','Inclusive','branch','Inventory','','','','yes','','','8175056559423003222203'),(4174,'81750565698','49',1.00,'250','retail','0','2025-06-22 07:14:58','','','','0','Cash',34.48,'250','','','8','16.00','1','2025-06-22 04:15:18','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','10000.00','9999','Inclusive','branch','Inventory','','','','yes','','','8175056569980093323502'),(4175,'81750565870','126',1.00,'1800','retail','0','2025-06-22 07:17:51','','','','1300','Cash',248.28,'1800','','','8','16.00','1','2025-06-22 04:18:33','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','8175056591053231132202'),(4176,'81750566004','218',2.00,'520','retail','0','2025-06-22 07:20:04','','','','200','Cash',71.72,'260','','','8','16.00','1','2025-06-22 04:20:16','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','73.00','71','Inclusive','branch','Inventory','','','','yes','','','8175056600423202352054'),(4177,'81750566004','205',1.00,'300','retail','0','2025-06-22 07:20:13','','','','225','Cash',41.38,'300','','','8','16.00','1','2025-06-22 04:20:16','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','61.00','60','Inclusive','branch','Inventory','','','','yes','','','8175056601442200503230'),(4178,'81750566204','217',1.00,'300','retail','0','2025-06-22 07:23:24','','','','225','Cash',41.38,'300','','','8','16.00','1','2025-06-22 04:23:27','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','33.00','32','Inclusive','branch','Inventory','','','','yes','','','8175056620570323830605'),(4179,'81750566262','121',2.00,'800','retail','0','2025-06-22 07:24:22','','','','255','Cash',110.34,'400','','','8','16.00','1','2025-06-22 04:24:29','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'2','9.00','7','Inclusive','branch','Inventory','','','','yes','','','8175056626340323330300'),(4180,'81750566374','88',1.00,'300','retail','0','2025-06-22 07:26:14','','','','203','Cash',41.38,'300','','','8','16.00','1','2025-06-22 04:27:04','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','28.00','27','Inclusive','branch','Inventory','','','','yes','','','8175056640620202634033'),(4181,'81750566374','196',2.00,'40','retail','0','2025-06-22 07:26:55','','','','14','Cash',5.52,'20','','','8','16.00','1','2025-06-22 04:27:04','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','79.00','77','Inclusive','branch','Inventory','','','','yes','','','8175056641623236432202'),(4182,'81750566485','217',1.00,'300','retail','0','2025-06-22 07:28:05','','','','225','Cash',41.38,'300','','','8','16.00','1','2025-06-22 04:28:10','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','32.00','31','Inclusive','branch','Inventory','','','','yes','','','8175056648633200812325'),(4183,'81750566535','209',5.00,'1250','retail','0','2025-06-22 07:28:55','','','','175','Cash',172.41,'250','','','8','16.00','1','2025-06-22 04:29:46','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'5','119.00','114','Inclusive','branch','Inventory','','','','yes','','','8175056653621176663585'),(4184,'81750566535','208',1.00,'260','retail','0','2025-06-22 07:29:25','','','','195','Cash',35.86,'260','','','8','16.00','1','2025-06-22 04:29:46','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','25.00','24','Inclusive','branch','Inventory','','','','yes','','','8175056656652252033622'),(4185,'81750566535','136',1.00,'260','retail','0','2025-06-22 07:29:33','','','','210','Cash',35.86,'260','','','8','16.00','1','2025-06-22 04:29:46','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','142.00','141','Inclusive','branch','Inventory','','','','yes','','','8175056657403382220422'),(4186,'81750566535','208',2.00,'520','retail','0','2025-06-22 07:29:40','','','','195','Cash',71.72,'260','','','8','16.00','1','2025-06-22 04:29:46','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','24.00','22','Inclusive','branch','Inventory','','','','yes','','','8175056658113522212356'),(4187,'81750566675','209',8.00,'2000','retail','0','2025-06-22 07:31:15','','','','175','Cash',275.86,'250','','','8','16.00','1','2025-06-22 04:31:23','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'8','114.00','106','Inclusive','branch','Inventory','','','','yes','','','8175056667630226323227'),(4188,'81750566737','209',1.00,'250','retail','0','2025-06-22 07:32:17','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-22 04:32:20','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','106.00','105','Inclusive','branch','Inventory','','','','yes','','','8175056673833000562323'),(4189,'81750566795','136',2.00,'520','retail','0','2025-06-22 07:33:15','','','','210','Cash',71.72,'260','','','8','16.00','1','2025-06-22 04:33:21','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','141.00','139','Inclusive','branch','Inventory','','','','yes','','','8175056679602627023563'),(4190,'81750566834','88',1.00,'300','retail','0','2025-06-22 07:33:54','','','','203','Cash',41.38,'300','','','8','16.00','1','2025-06-22 04:35:08','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','27.00','26','Inclusive','branch','Inventory','','','','yes','','','8175056689103831025038'),(4191,'81750566834','160',1.00,'100','retail','0','2025-06-22 07:35:00','','','','41.67','Cash',13.79,'100','','','8','16.00','1','2025-06-22 04:35:08','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','89.00','88','Inclusive','branch','Inventory','','','','yes','','','8175056690238324020522'),(4192,'81750566950','124',2.00,'1200','retail','0','2025-06-22 07:35:50','','','','423','Cash',165.52,'600','','','8','16.00','1','2025-06-22 04:37:01','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'2','12.00','10','Inclusive','branch','Inventory','','','','yes','','','8175056698323329852833'),(4193,'81750566950','89',2.00,'500','retail','0','2025-06-22 07:36:29','','','','175','Cash',68.97,'250','','','8','16.00','1','2025-06-22 04:37:01','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','230.00','228','Inclusive','branch','Inventory','','','','yes','','','8175056700919405230302'),(4194,'81750567183','216',1.00,'1800','retail','0','2025-06-22 07:39:43','','','','1300','Cash',248.28,'1800','','','8','16.00','1','2025-06-22 04:40:35','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','8175056718371361232863'),(4195,'81750567183','193',1.00,'300','retail','0','2025-06-22 07:40:29','','','','230','Cash',41.38,'300','','','8','16.00','1','2025-06-22 04:40:35','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','8175056722923023335203'),(4196,'81750567304','79',1.00,'400','retail','0','2025-06-22 07:41:44','','','','0','Cash',55.17,'400','','','8','16.00','1','2025-06-22 04:41:59','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9967.00','9966','Inclusive','branch','Inventory','','','','yes','','','8175056730576001280043'),(4197,'81750567304','45',1.00,'50','retail','0','2025-06-22 07:41:55','','','','0','Cash',6.90,'50','','','8','16.00','1','2025-06-22 04:41:59','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9638.00','9637','Inclusive','branch','Inventory','','','','yes','','','8175056731660022260372'),(4198,'51750567412','138',2.00,'660','retail','0','2025-06-22 07:43:32','','','','265','Cash',91.03,'330','','','5','16.00','1','2025-06-22 04:46:53','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',284.48,'2','23.00','21','Inclusive','branch','Inventory','','','','yes','','','5175056741243232120721'),(4199,'51750567412','156',2.00,'520','retail','0','2025-06-22 07:43:33','','','','200','Cash',71.72,'260','','','5','16.00','1','2025-06-22 04:46:53','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','6.00','4','Inclusive','branch','Inventory','','','','yes','','','5175056758452252033822'),(4200,'51750567412','217',1.00,'300','retail','0','2025-06-22 07:46:49','','','','225','Cash',41.38,'300','','','5','16.00','1','2025-06-22 04:46:53','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','31.00','30','Inclusive','branch','Inventory','','','','yes','','','5175056761055357503103'),(4201,'31750581184','151',1.00,'300','retail','0','2025-06-22 11:33:04','','','','213','Cash',41.38,'300','','','3','16.00','1','2025-06-22 08:33:26','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','3175058120024200800303'),(4202,'31750581293','45',1.00,'50','retail','0','2025-06-22 11:34:53','','','','0','Cash',6.90,'50','','','3','16.00','1','2025-06-22 08:39:53','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9637.00','9636','Inclusive','branch','Inventory','','','','yes','','','3175058129492733333222'),(4203,'31750581293','26',1.00,'700','retail','0','2025-06-22 11:35:19','','','','0','Cash',96.55,'700','','','3','16.00','1','2025-06-22 08:39:53','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9977.00','9976','Inclusive','branch','Inventory','','','','yes','','','3175058131903172150700'),(4204,'31750581293','11',1.00,'100','retail','0','2025-06-22 11:35:32','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-22 08:39:53','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9995.00','9994','Inclusive','branch','Inventory','','','','yes','','','3175058133342835332353'),(4205,'31750581293','1',1.00,'100','retail','0','2025-06-22 11:35:39','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-22 08:39:53','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9978.00','9977','Inclusive','branch','Inventory','','','','yes','','A','3175058134000503730882'),(4206,'31750581293','1',1.00,'100','retail','0','2025-06-22 11:35:44','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-22 08:39:53','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9977.00','9976','Inclusive','branch','Inventory','','','','yes','','A','3175058134423021224533'),(4207,'31750581293','10',1.00,'100','retail','0','2025-06-22 11:36:04','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-22 08:39:53','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9960.00','9959','Inclusive','branch','Inventory','','','','yes','','','3175058136532212320222'),(4211,'31750581598','20',3.00,'600','retail','0','2025-06-22 11:39:58','','','','0','Cash',82.76,'200','','','3','16','1','2025-06-22 09:12:21','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'3','9997.00','9994','Inclusive','branch','Inventory','','','','','',NULL,'3175058170000222733342'),(4212,'31750581598','3',3.00,'360','retail','0','2025-06-22 11:42:13','','','','0','Cash',49.66,'120','','','3','16','1','2025-06-22 09:12:21','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',103.45,'3','9944.00','9941','Inclusive','branch','Inventory','','','','','',NULL,'3175058173440870303133'),(4213,'31750581598','1',3.00,'300','retail','0','2025-06-22 11:42:52','','','','0','Cash',41.38,'100','','','3','16','1','2025-06-22 09:12:21','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'3','9976.00','9973','Inclusive','branch','Inventory','','','','','',NULL,'3175058177372277358773'),(4214,'31750581598','195',3.00,'300','retail','0','2025-06-22 12:12:18','','','','70','Cash',41.38,'100','','','3','16.00','1','2025-06-22 09:12:21','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','49.00','46','Inclusive','branch','Inventory','','','','yes','','','3175058353933235233029'),(4236,'221750595994','163',1.00,'10','retail','0','2025-06-22 15:39:54','','','','5','Cash',1.38,'10','','','22','16.00','1','2025-06-22 12:40:40','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','91.00','90','Inclusive','branch','Inventory','','','','yes','','','22175059601290333906302'),(4237,'221750595994','196',1.00,'20','retail','0','2025-06-22 15:40:13','','','','14','Cash',2.76,'20','','','22','16.00','1','2025-06-22 12:40:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','77.00','76','Inclusive','branch','Inventory','','','','yes','','','22175059603820000790303'),(4268,'31750596661','178',1.00,'100','retail','0','2025-06-22 15:51:01','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-22 12:51:07','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','91.00','90','Inclusive','branch','Inventory','','','','yes','','','3175059666233319323394'),(4269,'31750594700','214',1.00,'900','retail','0','2025-06-22 15:18:20','','','','680','Cash',124.14,'900','','','3','16','1','2025-06-22 13:49:50','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',775.86,'1','15.00','14','Inclusive','branch','Inventory','','','','','',NULL,'3175059473433937134232'),(4270,'31750594700','160',1.00,'100','retail','0','2025-06-22 15:19:17','','','','41.67','Cash',13.79,'100','','','3','16','1','2025-06-22 13:49:50','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','88.00','87','Inclusive','branch','Inventory','','','','','',NULL,'3175059475820223223033'),(4271,'31750594700','26',1.00,'700','retail','0','2025-06-22 15:20:06','','','','0','Cash',96.55,'700','','','3','16','1','2025-06-22 13:49:50','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9976.00','9975','Inclusive','branch','Inventory','','','','','',NULL,'3175059480750231343033'),(4272,'31750594700','45',2.00,'100','retail','0','2025-06-22 15:20:19','','','','0','Cash',13.79,'50','','','3','16','1','2025-06-22 13:49:50','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9631.00','9629','Inclusive','branch','Inventory','','','','','',NULL,'3175059482000320230232'),(4273,'31750594700','46',1.00,'100','retail','0','2025-06-22 15:20:25','','','','0','Cash',13.79,'100','','','3','16','1','2025-06-22 13:49:50','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9942.00','9941','Inclusive','branch','Inventory','','','','','',NULL,'3175059482602222222332'),(4274,'31750594700','160',1.00,'100','retail','0','2025-06-22 15:50:15','','','','41.67','Cash',13.79,'100','','','3','16','1','2025-06-22 13:49:50','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','87.00','86','Inclusive','branch','Inventory','','','','','',NULL,'3175059661633132912323'),(4275,'31750594700','160',2.00,'200','retail','0','2025-06-22 16:49:39','','','','41.67','Cash',27.59,'100','','','3','16.00','1','2025-06-22 13:49:50','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','86.00','84','Inclusive','branch','Inventory','','','','yes','','','3175060018044230303006'),(4276,'31750585557','201',1.00,'300','retail','0','2025-06-22 12:46:26','','','','200','Cash',41.38,'300','','','3','16','1','2025-06-22 13:55:09','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','8.00','7','Inclusive','branch','Inventory','','','','','',NULL,'3175058561727012370844'),(4277,'31750585557','164',1.00,'50','retail','0','2025-06-22 12:47:25','','','','35','Cash',6.90,'50','','','3','16','1','2025-06-22 13:55:09','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','34.00','33','Inclusive','branch','Inventory','','','','','',NULL,'3175058564605303233353'),(4278,'31750585557','134',1.00,'300','retail','0','2025-06-22 15:14:20','','','','180','Cash',41.38,'300','','','3','16','1','2025-06-22 13:55:09','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','51.00','50','Inclusive','branch','Inventory','','','','','',NULL,'3175059446100132333060'),(4279,'31750585557','178',1.00,'100','retail','0','2025-06-22 15:47:50','','','','54.17','Cash',13.79,'100','','','3','16','1','2025-06-22 13:55:09','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','92.00','91','Inclusive','branch','Inventory','','','','','',NULL,'3175059647100244620346'),(4280,'31750585557','89',1.00,'250','retail','0','2025-06-22 16:54:41','','','','175','Cash',34.48,'250','','','3','16.00','1','2025-06-22 13:55:09','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','223.00','222','Inclusive','branch','Inventory','','','','yes','','','3175060048202300702222'),(4281,'31750585557','178',1.00,'100','retail','0','2025-06-22 16:54:54','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-22 13:55:09','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','90.00','89','Inclusive','branch','Inventory','','','','yes','','','3175060049532032033220'),(4290,'221750601251','47',2.00,'400','retail','0','2025-06-22 17:07:31','','','221750601962','0','Cash',55.17,'200','','','22','16.00','1','2025-06-22 14:19:36','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9891.00','9889','Inclusive','branch','Inventory','','','','yes','','','22175060126436230223123'),(4291,'221750601251','15',2.00,'240','retail','0','2025-06-22 17:07:45','','','221750601962','0','Cash',33.10,'120','','','22','16.00','1','2025-06-22 14:19:36','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'2','9970.00','9968','Inclusive','branch','Inventory','','','','yes','','','22175060127530332672322'),(4292,'31750594479','94',1.00,'1800','retail','0','2025-06-22 15:14:39','','','','1000','Cash',248.28,'1800','','','3','16','1','2025-06-22 14:11:24','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9.00','8','Inclusive','branch','Inventory','','','','','',NULL,'3175059450123301215303'),(4293,'31750594479','218',1.00,'260','retail','0','2025-06-22 15:16:06','','','','200','Cash',35.86,'260','','','3','16','1','2025-06-22 14:11:24','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','71.00','70','Inclusive','branch','Inventory','','','','','',NULL,'3175059456731257302334'),(4294,'31750594479','272',1.00,'100','retail','0','2025-06-22 15:16:17','','','','33.3','Cash',13.79,'100','','','3','16','1','2025-06-22 14:11:24','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3175059457813537502053'),(4295,'31750594479','45',4.00,'200','retail','0','2025-06-22 15:16:31','','','','0','Cash',27.59,'50','','','3','16','1','2025-06-22 14:11:24','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'4','9635.00','9631','Inclusive','branch','Inventory','','','','','',NULL,'3175059459224430953309'),(4296,'31750594479','46',2.00,'200','retail','0','2025-06-22 15:17:00','','','','0','Cash',27.59,'100','','','3','16','1','2025-06-22 14:11:24','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','9944.00','9942','Inclusive','branch','Inventory','','','','','',NULL,'3175059462140224529303'),(4297,'31750594479','54',1.00,'1800','retail','0','2025-06-22 15:17:20','','','','0','Cash',248.28,'1800','','','3','16','1','2025-06-22 14:11:24','4','7','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9986.00','9985','Inclusive','branch','Inventory','','','','','',NULL,'3175059464115212323032'),(4298,'31750594479','178',1.00,'100','retail','0','2025-06-22 15:46:40','','','','54.17','Cash',13.79,'100','','','3','16','1','2025-06-22 14:11:24','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','93.00','92','Inclusive','branch','Inventory','','','','','',NULL,'3175059640123509334230'),(4299,'31750594479','138',2.00,'660','retail','0','2025-06-22 15:46:55','','','','265','Cash',91.03,'330','','','3','16','1','2025-06-22 14:11:24','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',284.48,'2','21.00','19','Inclusive','branch','Inventory','','','','','',NULL,'3175059641600210232030'),(4300,'31750594479','89',1.00,'250','retail','0','2025-06-22 15:47:13','','','','175','Cash',34.48,'250','','','3','16','1','2025-06-22 14:11:24','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','224.00','223','Inclusive','branch','Inventory','','','','','',NULL,'3175059643433026923342'),(4301,'31750594479','89',1.00,'250','retail','0','2025-06-22 17:10:17','','','','175','Cash',34.48,'250','','','3','16.00','1','2025-06-22 14:11:24','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','221.00','220','Inclusive','branch','Inventory','','','','yes','','','3175060141700322271211'),(4302,'31750594479','138',2.00,'660','retail','0','2025-06-22 17:10:39','','','','265','Cash',91.03,'330','','','3','16.00','1','2025-06-22 14:11:24','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',284.48,'2','15.00','13','Inclusive','branch','Inventory','','','','yes','','','3175060143937246303200'),(4303,'31750592652','89',4.00,'1000','retail','0','2025-06-22 14:44:12','','','','175','Cash',137.93,'250','','','3','16','1','2025-06-22 14:25:43','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'4','228.00','224','Inclusive','branch','Inventory','','','','','',NULL,'3175059265373552327053'),(4304,'31750592652','272',1.00,'100','retail','0','2025-06-22 15:09:46','','','','33.3','Cash',13.79,'100','','','3','16','1','2025-06-22 14:25:43','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3175059418702210433233'),(4305,'31750592652','119',1.00,'400','retail','0','2025-06-22 15:11:02','','','','250','Cash',55.17,'400','','','3','16','1','2025-06-22 14:25:43','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',344.83,'1','18.00','17','Inclusive','branch','Inventory','','','','','',NULL,'3175059426352440005334'),(4306,'31750592652','53',1.00,'900','retail','0','2025-06-22 15:11:18','','','','0','Cash',124.14,'900','','','3','16','1','2025-06-22 14:25:43','4','7','new','1','printed','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9981.00','9980','Inclusive','branch','Inventory','','','','','',NULL,'3175059427902733303923'),(4307,'31750592652','45',1.00,'50','retail','0','2025-06-22 15:11:27','','','','0','Cash',6.90,'50','','','3','16','1','2025-06-22 14:25:43','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9636.00','9635','Inclusive','branch','Inventory','','','','','',NULL,'3175059428810373234232'),(4308,'31750592652','89',1.00,'250','retail','0','2025-06-22 16:55:58','','','','175','Cash',34.48,'250','','','3','16','1','2025-06-22 14:25:43','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','222.00','221','Inclusive','branch','Inventory','','','','','',NULL,'3175060055933332023550'),(4309,'31750592652','178',1.00,'100','retail','0','2025-06-22 17:01:30','','','','54.17','Cash',13.79,'100','','','3','16','1','2025-06-22 17:16:34','1','15','returned','1','printed','pcs','','2025-06-22 20:16:34','16','yes','','0','','','VATABLE',86.21,'1','89.00','88','Inclusive','branch','Inventory','','','','','',NULL,'3175060089100203052302'),(4310,'31750592652','138',4.00,'1320','retail','0','2025-06-22 17:02:26','','','','265','Cash',182.07,'330','','','3','16','1','2025-06-22 17:16:42','1','12','returned','1','printed','pcs','','2025-06-22 20:16:42','16','yes','','0','','','VATABLE',284.48,'4','19.00','15','Inclusive','branch','Inventory','','','','','',NULL,'3175060094742032052322'),(4311,'31750592652','45',1.00,'50','retail','0','2025-06-22 17:24:35','','','','0','Cash',6.90,'50','','','3','16.00','1','2025-06-22 14:25:43','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9629.00','9628','Inclusive','branch','Inventory','','','','yes','','','3175060227530205037743'),(4312,'31750604194','163',1.00,'10','retail','0','2025-06-22 17:56:34','','','','5','Cash',1.38,'10','','','3','16.00','1','2025-06-22 14:58:09','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','90.00','89','Inclusive','branch','Inventory','','','','yes','','','3175060419403090263202'),(4313,'31750604194','120',2.00,'50','retail','0','2025-06-22 17:56:49','','','','17','Cash',6.90,'25','','','3','16.00','1','2025-06-22 14:58:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','16.00','14','Inclusive','branch','Inventory','','','','yes','','','3175060421020320233100'),(4314,'31750604194','142',1.00,'1400','retail','0','2025-06-22 17:56:56','','','','975','Cash',193.10,'1400','','','3','16.00','1','2025-06-22 14:58:09','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','3175060426127422412203'),(4315,'31750604194','178',1.00,'100','retail','0','2025-06-22 17:58:01','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-22 14:58:09','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','88.00','87','Inclusive','branch','Inventory','','','','yes','','','3175060428202062202002'),(4316,'221750604502','272',2.00,'200','retail','0','2025-06-22 18:01:42','','','','33.3','Cash',27.59,'100','','','22','16.00','1','2025-06-22 15:01:48','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','58.00','56','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175060450336230003305'),(4317,'31750596532','47',2.00,'400','retail','0','2025-06-22 15:48:52','','','','0','Cash',55.17,'200','','','3','16','1','2025-06-22 15:05:06','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9893.00','9891','Inclusive','branch','Inventory','','','','','',NULL,'3175059653333332332303'),(4318,'31750596532','22',1.00,'300','retail','0','2025-06-22 15:49:04','','','','0','Cash',41.38,'300','','','3','16','1','2025-06-22 15:05:06','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9937.00','9936','Inclusive','branch','Inventory','','','','','',NULL,'3175059654422252244220'),(4319,'31750596532','15',1.00,'120','retail','0','2025-06-22 18:04:56','','','','0','Cash',16.55,'120','','','3','16.00','1','2025-06-22 15:05:06','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9968.00','9967','Inclusive','branch','Inventory','','','','yes','','','3175060469731333332363'),(4320,'31750606000','250',1.00,'1000','retail','0','2025-06-22 18:26:40','','','','500','Cash',137.93,'1000','','','3','16.00','1','2025-06-22 15:27:37','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9956.00','9955','Inclusive','branch','Inventory','1110','4000','5500','','','','3175060600131335000322'),(4321,'31750606000','52',1.00,'450','retail','0','2025-06-22 18:27:08','','','','0','Cash',62.07,'450','','','3','16.00','1','2025-06-22 15:27:37','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9981.00','9980','Inclusive','branch','Inventory','','','','yes','','','3175060602900233343133'),(4322,'31750606000','47',1.00,'200','retail','0','2025-06-22 18:27:32','','','','0','Cash',27.59,'200','','','3','16.00','1','2025-06-22 15:27:37','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9889.00','9888','Inclusive','branch','Inventory','','','','yes','','','3175060605322365620335'),(4323,'41750606357','272',1.00,'100','retail','0','2025-06-22 18:32:37','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-22 15:32:40','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175060635730342203324'),(4324,'41750606394','272',1.00,'100','retail','0','2025-06-22 18:33:14','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-22 15:33:34','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175060639520452323429'),(4325,'41750606394','195',1.00,'100','retail','0','2025-06-22 18:33:26','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-22 15:33:34','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','46.00','45','Inclusive','branch','Inventory','','','','yes','','','4175060640756707340400'),(4326,'41750606433','218',4.00,'1040','retail','0','2025-06-22 18:33:53','','','','200','Cash',143.45,'260','','','4','16.00','1','2025-06-22 15:33:58','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','70.00','66','Inclusive','branch','Inventory','','','','yes','','','4175060643444740343427'),(4327,'221750607230','16',4.00,'600','retail','0','2025-06-22 18:47:10','','','','0','Cash',82.76,'150','','','22','16.00','1','2025-06-22 15:50:29','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'4','9997.00','9993','Inclusive','branch','Inventory','','','','yes','','','22175060723002025252332'),(4328,'221750607230','238',1.00,'100','retail','0','2025-06-22 18:47:58','','','','33','Cash',13.79,'100','','','22','16.00','1','2025-06-22 15:50:29','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','158.00','157','Inclusive','branch','Inventory','','','','yes','','','22175060732533363232222'),(4329,'221750607230','195',1.00,'100','retail','0','2025-06-22 18:49:37','','','','70','Cash',13.79,'100','','','22','16.00','1','2025-06-22 15:50:29','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','45.00','44','Inclusive','branch','Inventory','','','','yes','','','22175060739870306120253'),(4330,'221750607230','178',2.00,'200','retail','0','2025-06-22 18:49:59','','','','54.17','Cash',27.59,'100','','','22','16.00','1','2025-06-22 15:50:29','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','87.00','85','Inclusive','branch','Inventory','','','','yes','','','22175060741433171532562'),(4331,'221750607528','209',1.00,'250','retail','0','2025-06-22 18:52:08','','','','175','Cash',34.48,'250','','','22','16.00','1','2025-06-22 15:52:31','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','105.00','104','Inclusive','branch','Inventory','','','','yes','','','22175060754837332202237'),(4332,'221750607569','52',1.00,'450','retail','0','2025-06-22 18:52:50','','','','0','Cash',62.07,'450','','','22','16.00','1','2025-06-22 15:53:43','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9980.00','9979','Inclusive','branch','Inventory','','','','yes','','','22175060760020333220220'),(4333,'221750607569','195',1.00,'100','retail','0','2025-06-22 18:53:21','','','','70','Cash',13.79,'100','','','22','16.00','1','2025-06-22 15:53:43','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','44.00','43','Inclusive','branch','Inventory','','','','yes','','','22175060762031223027003'),(4334,'221750612466','117',1.00,'350','retail','0','2025-06-22 20:14:26','','','','245','Cash',48.28,'350','','','22','16.00','1','2025-06-22 17:15:07','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','28.00','27','Inclusive','branch','Inventory','','','','yes','','','22175061248502038230252'),(4335,'221750612466','160',1.00,'100','retail','0','2025-06-22 20:14:45','','','','41.67','Cash',13.79,'100','','','22','16.00','1','2025-06-22 17:15:07','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','84.00','83','Inclusive','branch','Inventory','','','','yes','','','22175061250123020330221'),(4336,'221750612528','94',1.00,'1800','retail','0','2025-06-22 20:15:28','','','','1000','Cash',248.28,'1800','','','22','16.00','1','2025-06-22 17:17:53','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','22175061264702207267003'),(4337,'221750612528','272',1.00,'100','retail','0','2025-06-22 20:17:27','','','','33.3','Cash',13.79,'100','','','22','16.00','1','2025-06-22 17:17:53','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175061266838220380207'),(4338,'221750616022','94',1.00,'1800','retail','0','2025-06-22 21:13:42','','','','1000','Cash',248.28,'1800','','','22','16.00','1','2025-06-22 18:13:59','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','22175061603760301360706'),(4339,'221750616055','194',1.00,'100','retail','0','2025-06-22 21:14:15','','','','70','Cash',13.79,'100','','','22','16.00','1','2025-06-22 18:15:05','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','30.00','29','Inclusive','branch','Inventory','','','','yes','','','22175061609260303002273'),(4340,'221750617166','201',2.00,'600','retail','0','2025-06-22 21:32:46','','','','200','Cash',82.76,'300','','','22','16.00','1','2025-06-22 18:33:54','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','7.00','5','Inclusive','branch','Inventory','','','','yes','','','22175061720331027330202'),(4341,'221750617166','272',1.00,'100','retail','0','2025-06-22 21:33:23','','','','33.3','Cash',13.79,'100','','','22','16.00','1','2025-06-22 18:33:54','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175061721622132172720'),(4342,'221750617166','164',1.00,'50','retail','0','2025-06-22 21:33:36','','','','35','Cash',6.90,'50','','','22','16.00','1','2025-06-22 18:33:54','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','33.00','32','Inclusive','branch','Inventory','','','','yes','','','22175061723072003003322'),(4343,'51750617347','115',1.00,'300','retail','0','2025-06-22 21:35:47','','','','217','Cash',41.38,'300','','','5','16.00','1','2025-06-22 18:36:02','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','31.00','30','Inclusive','branch','Inventory','','','','yes','','','5175061734853157341232'),(4344,'51750617347','209',2.00,'500','retail','0','2025-06-22 21:35:58','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-22 18:36:02','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','104.00','102','Inclusive','branch','Inventory','','','','yes','','','5175061735933009260332'),(4345,'51750617440','218',2.00,'520','retail','0','2025-06-22 21:37:20','','','','200','Cash',71.72,'260','','','5','16.00','1','2025-06-22 18:38:15','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','116.00','114','Inclusive','branch','Inventory','','','','yes','','','5175061744140420032334'),(4346,'51750617545','53',1.00,'900','retail','0','2025-06-22 21:39:05','','','','0','Cash',124.14,'900','','','5','16.00','1','2025-06-22 18:39:28','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9980.00','9979','Inclusive','branch','Inventory','','','','yes','','','5175061754531603622360'),(4347,'51750617545','46',1.00,'100','retail','0','2025-06-22 21:39:16','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-22 18:39:28','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9941.00','9940','Inclusive','branch','Inventory','','','','yes','','','5175061755732220523372'),(4348,'51750617545','45',1.00,'50','retail','0','2025-06-22 21:39:21','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-22 18:39:28','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9628.00','9627','Inclusive','branch','Inventory','','','','yes','','','5175061756150325225135'),(4349,'51750617602','22',1.00,'300','retail','0','2025-06-22 21:40:02','','','','0','Cash',41.38,'300','','','5','16.00','1','2025-06-22 18:40:05','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9936.00','9935','Inclusive','branch','Inventory','','','','yes','','','5175061760330033302052'),(4350,'221750617851','94',1.00,'1800','retail','0','2025-06-22 21:44:11','','','','1000','Cash',248.28,'1800','','','22','16.00','1','2025-06-22 18:45:04','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','22175061788602327003077'),(4351,'221750617851','193',1.00,'300','retail','0','2025-06-22 21:44:47','','','','230','Cash',41.38,'300','','','22','16.00','1','2025-06-22 18:45:04','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','22175061790000220202327'),(4352,'171750618386','194',2.00,'200','retail','0','2025-06-22 21:53:07','','','','70','Cash',27.59,'100','','','17','16.00','1','2025-06-22 18:53:27','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','29.00','27','Inclusive','branch','Inventory','','','','yes','','','17175061839436370033132'),(4353,'171750618437','194',1.00,'100','retail','0','2025-06-22 21:53:57','','','','70','Cash',13.79,'100','','','17','16.00','1','2025-06-22 18:54:06','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','27.00','26','Inclusive','branch','Inventory','','','','yes','','','17175061844320040026322'),(4354,'41750618623','272',1.00,'100','retail','0','2025-06-22 21:57:03','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-22 18:57:11','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','52.00','51','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175061862303233125332'),(4355,'221750618698','47',1.00,'200','retail','0','2025-06-22 21:58:18','','','','0','Cash',27.59,'200','','','22','16.00','1','2025-06-22 18:58:30','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9888.00','9887','Inclusive','branch','Inventory','','','','yes','','','22175061870832033068361'),(4356,'221750619053','119',1.00,'400','retail','0','2025-06-22 22:04:13','','','','250','Cash',55.17,'400','','','22','16.00','1','2025-06-22 19:05:05','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','17.00','16','Inclusive','branch','Inventory','','','','yes','','','22175061908150223210022'),(4357,'221750619053','15',1.00,'120','retail','0','2025-06-22 22:04:42','','','','0','Cash',16.55,'120','','','22','16.00','1','2025-06-22 19:05:05','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9967.00','9966','Inclusive','branch','Inventory','','','','yes','','','22175061909902301033729'),(4361,'41750620545','47',3.00,'600','retail','0','2025-06-22 22:29:05','','','','0','Cash',82.76,'200','','','4','16','1','2025-06-22 19:33:00','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'3','9886.00','9883','Inclusive','branch','Inventory','','','','','',NULL,'4175062054633260203623'),(4362,'41750620545','15',1.00,'120','retail','0','2025-06-22 22:32:30','','','','0','Cash',16.55,'120','','','4','16.00','1','2025-06-22 19:33:00','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9965.00','9964','Inclusive','branch','Inventory','','','','yes','','','4175062076225034344022'),(4363,'41750620545','15',1.00,'120','retail','0','2025-06-22 22:32:43','','','','0','Cash',16.55,'120','','','4','16.00','1','2025-06-22 19:33:00','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9964.00','9963','Inclusive','branch','Inventory','','','','yes','','','4175062077373346233222'),(4364,'81750620968','118',1.00,'1000','retail','0','2025-06-22 22:36:08','','','','710','Cash',137.93,'1000','','','8','16.00','1','2025-06-22 19:36:22','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','29.00','28','Inclusive','branch','Inventory','','','','yes','','','8175062096923738221232'),(4365,'81750620968','272',1.00,'100','retail','0','2025-06-22 22:36:19','','','','33.3','Cash',13.79,'100','','','8','16.00','1','2025-06-22 19:36:22','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175062097926333233423'),(4366,'81750621026','79',1.00,'400','retail','0','2025-06-22 22:37:06','','','','0','Cash',55.17,'400','','','8','16.00','1','2025-06-22 19:37:26','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9966.00','9965','Inclusive','branch','Inventory','','','','yes','','','8175062102703233220343'),(4367,'81750621026','45',1.00,'50','retail','0','2025-06-22 22:37:24','','','','0','Cash',6.90,'50','','','8','16.00','1','2025-06-22 19:37:26','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9627.00','9626','Inclusive','branch','Inventory','','','','yes','','','8175062104433411200223'),(4368,'81750621102','154',1.00,'400','retail','0','2025-06-22 22:38:22','','','','270','Cash',55.17,'400','','','8','16.00','1','2025-06-22 19:38:44','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','8175062110367520323725'),(4369,'81750621102','195',1.00,'100','retail','0','2025-06-22 22:38:39','','','','70','Cash',13.79,'100','','','8','16.00','1','2025-06-22 19:38:44','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','43.00','42','Inclusive','branch','Inventory','','','','yes','','','8175062112021060213220'),(4370,'221750622667','201',1.00,'300','retail','0','2025-06-22 23:04:27','','','','200','Cash',41.38,'300','','','22','16.00','1','2025-06-22 20:06:00','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','22175062269966333120033'),(4371,'221750622667','272',1.00,'100','retail','0','2025-06-22 23:05:15','','','','33.3','Cash',13.79,'100','','','22','16.00','1','2025-06-22 20:06:00','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175062272602227032222'),(4372,'221750622667','194',2.00,'200','retail','0','2025-06-22 23:05:26','','','','70','Cash',27.59,'100','','','22','16.00','1','2025-06-22 20:06:00','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','26.00','24','Inclusive','branch','Inventory','','','','yes','','','22175062274602034230252'),(4373,'51750618161','87',1.00,'3500','retail','0','2025-06-22 21:49:21','','','','2650','Cash',482.76,'3500','','','5','16.00','1','2025-06-22 20:10:26','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',3017.24,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','5175061819213431200235'),(4374,'51750618161','110',2.00,'1000','retail','0','2025-06-22 23:09:04','','','','345','Cash',137.93,'500','','','5','16.00','1','2025-06-22 20:10:26','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'2','20.00','18','Inclusive','branch','Inventory','','','','yes','','','5175062298732332303222'),(4375,'51750618161','160',1.00,'100','retail','0','2025-06-22 23:10:15','','','','41.67','Cash',13.79,'100','','','5','16.00','1','2025-06-22 20:10:26','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','83.00','82','Inclusive','branch','Inventory','','','','yes','','','5175062301536322333212'),(4376,'51750618161','272',1.00,'100','retail','0','2025-06-22 23:10:21','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-22 20:10:26','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175062302224103702502'),(4377,'51750623066','185',1.00,'1700','retail','0','2025-06-22 23:11:06','','','','1092','Cash',234.48,'1700','','','5','16.00','1','2025-06-22 20:12:00','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1465.52,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','5175062309247572372933'),(4378,'51750623066','142',1.00,'1400','retail','0','2025-06-22 23:11:32','','','','975','Cash',193.10,'1400','','','5','16.00','1','2025-06-22 20:12:00','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','5175062311130311025330'),(4379,'51750623152','80',1.00,'800','retail','0','2025-06-22 23:12:32','','','','0','Cash',110.34,'800','','','5','16.00','1','2025-06-22 20:12:36','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9980.00','9979','Inclusive','branch','Inventory','','','','yes','','','5175062315233232765213'),(4380,'51750623190','80',1.00,'800','retail','0','2025-06-22 23:13:10','','','','0','Cash',110.34,'800','','','5','16.00','1','2025-06-22 20:13:47','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9979.00','9978','Inclusive','branch','Inventory','','','','yes','','','5175062319131053910633'),(4381,'51750623190','45',3.00,'150','retail','0','2025-06-22 23:13:43','','','','0','Cash',20.69,'50','','','5','16.00','1','2025-06-22 20:13:47','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'3','9626.00','9623','Inclusive','branch','Inventory','','','','yes','','','5175062322420230325033'),(4382,'51750623260','272',1.00,'100','retail','0','2025-06-22 23:14:20','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-22 20:14:22','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175062326126223225430'),(4383,'41750623750','136',1.00,'260','retail','0','2025-06-22 23:22:30','','','','210','Cash',35.86,'260','','','4','16.00','1','2025-06-22 20:22:46','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','139.00','138','Inclusive','branch','Inventory','','','','yes','','','4175062375003303252223'),(4384,'41750623750','209',3.00,'750','retail','0','2025-06-22 23:22:42','','','','175','Cash',103.45,'250','','','4','16.00','1','2025-06-22 20:22:46','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','102.00','99','Inclusive','branch','Inventory','','','','yes','','','4175062376333333433376'),(4385,'41750625172','15',1.00,'120','retail','0','2025-06-22 23:46:12','','','','0','Cash',16.55,'120','','','4','16.00','1','2025-06-22 20:46:29','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9963.00','9962','Inclusive','branch','Inventory','','','','yes','','','4175062518642202030265'),(4386,'51750625674','195',1.00,'100','retail','0','2025-06-22 23:54:34','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-22 20:54:37','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','41.00','40','Inclusive','branch','Inventory','','','','yes','','','5175062567420332542672'),(4387,'61750619759','47',1.00,'200','retail','0','2025-06-22 22:15:59','','','','0','Cash',27.59,'200','','','6','16','1','2025-06-22 22:12:31','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9887.00','9886','Inclusive','branch','Inventory','','','','','',NULL,'6175061978272277361783'),(4388,'61750619759','15',1.00,'120','retail','0','2025-06-22 22:16:22','','','','0','Cash',16.55,'120','','','6','16','1','2025-06-22 22:12:31','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9966.00','9965','Inclusive','branch','Inventory','','','','','',NULL,'6175061979473224223093'),(4389,'61750619759','195',1.00,'100','retail','0','2025-06-22 23:50:13','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-22 22:12:31','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','42.00','41','Inclusive','branch','Inventory','','','','yes','','','6175062542932101235060'),(4390,'61750619759','202',1.00,'900','retail','0','2025-06-23 01:09:08','','','','570','Cash',124.14,'900','','','6','16.00','1','2025-06-22 22:12:31','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','29.00','28','Inclusive','branch','Inventory','','','','yes','','','6175063014900030292003'),(4391,'61750619759','178',2.00,'200','retail','0','2025-06-23 01:09:25','','','','54.17','Cash',27.59,'100','','','6','16.00','1','2025-06-22 22:12:31','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','86.00','84','Inclusive','branch','Inventory','','','','yes','','','6175063016646222226220'),(4392,'61750619759','111',1.00,'1300','retail','0','2025-06-23 01:10:12','','','','945','Cash',179.31,'1300','','','6','16.00','1','2025-06-22 22:12:31','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','23.00','22','Inclusive','branch','Inventory','','','','yes','','','6175063021420223110000'),(4393,'61750619759','272',1.00,'100','retail','0','2025-06-23 01:12:23','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-22 22:12:31','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175063034406204036337'),(4394,'61750630399','272',1.00,'100','retail','0','2025-06-23 01:13:19','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-22 22:14:19','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175063040002242263202'),(4395,'61750630399','272',1.00,'100','retail','0','2025-06-23 01:13:24','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-22 22:14:19','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175063040443230626220'),(4396,'61750630399','160',1.00,'100','retail','0','2025-06-23 01:13:36','','','','41.67','Cash',13.79,'100','','','6','16.00','1','2025-06-22 22:14:19','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','82.00','81','Inclusive','branch','Inventory','','','','yes','','','6175063041720275140202'),(4397,'61750630399','160',2.00,'200','retail','0','2025-06-23 01:13:46','','','','41.67','Cash',27.59,'100','','','6','16.00','1','2025-06-22 22:14:19','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','81.00','79','Inclusive','branch','Inventory','','','','yes','','','6175063042732030606330'),(4398,'61750630399','214',1.00,'900','retail','0','2025-06-23 01:14:03','','','','680','Cash',124.14,'900','','','6','16.00','1','2025-06-22 22:14:19','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','6175063044500503442200'),(4399,'61750630523','126',1.00,'1800','retail','0','2025-06-23 01:15:23','','','','1300','Cash',248.28,'1800','','','6','16.00','1','2025-06-22 22:16:56','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','6175063052552520322027'),(4400,'61750630523','160',1.00,'100','retail','0','2025-06-23 01:15:34','','','','41.67','Cash',13.79,'100','','','6','16.00','1','2025-06-22 22:16:56','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','79.00','78','Inclusive','branch','Inventory','','','','yes','','','6175063053533232332303'),(4401,'61750630523','272',1.00,'100','retail','0','2025-06-23 01:15:45','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-22 22:16:56','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175063054730703333260'),(4402,'61750630523','81',1.00,'1600','retail','0','2025-06-23 01:16:34','','','','0','Cash',220.69,'1600','','','6','16.00','1','2025-06-22 22:16:56','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',1379.31,'1','9992.00','9991','Inclusive','branch','Inventory','','','','yes','','','6175063059536543923770'),(4403,'61750630523','45',1.00,'50','retail','0','2025-06-23 01:16:46','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-22 22:16:56','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9623.00','9622','Inclusive','branch','Inventory','','','','yes','','','6175063060734327330005'),(4404,'61750630523','45',1.00,'50','retail','0','2025-06-23 01:16:50','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-22 22:16:56','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9622.00','9621','Inclusive','branch','Inventory','','','','yes','','','6175063061123003402612'),(4405,'61750630684','120',2.00,'50','retail','0','2025-06-23 01:18:04','','','','17','Cash',6.90,'25','','','6','16.00','1','2025-06-22 22:18:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','14.00','12','Inclusive','branch','Inventory','','','','yes','','','6175063068622302623230'),(4406,'61750630684','187',2.00,'30','retail','0','2025-06-23 01:18:32','','','','8','Cash',4.14,'15','','','6','16.00','1','2025-06-22 22:18:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','51.00','49','Inclusive','branch','Inventory','','','','yes','','','6175063071303505322206'),(4407,'61750630794','110',1.00,'500','retail','0','2025-06-23 01:19:54','','','','345','Cash',68.97,'500','','','6','16.00','1','2025-06-22 22:21:19','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','18.00','17','Inclusive','branch','Inventory','','','','yes','','','6175063079523322701335'),(4408,'61750630794','22',1.00,'300','retail','0','2025-06-23 01:20:41','','','','0','Cash',41.38,'300','','','6','16.00','1','2025-06-22 22:21:19','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9935.00','9934','Inclusive','branch','Inventory','','','','yes','','','6175063084221243363333'),(4409,'61750630794','45',1.00,'50','retail','0','2025-06-23 01:20:49','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-22 22:21:19','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9621.00','9620','Inclusive','branch','Inventory','','','','yes','','','6175063085023072233470'),(4410,'61750630794','272',1.00,'100','retail','0','2025-06-23 01:21:12','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-22 22:21:19','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175063087310763500202'),(4411,'61750630937','216',1.00,'1800','retail','0','2025-06-23 01:22:17','','','','1300','Cash',248.28,'1800','','','6','16.00','1','2025-06-22 22:22:28','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','6175063093917330233332'),(4428,'61750631317','135',1.00,'300','retail','0','2025-06-23 01:28:37','','','','216','Cash',41.38,'300','','','6','16.00','1','2025-06-22 22:28:51','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','6175063131822003263232'),(4429,'61750631317','135',1.00,'300','retail','0','2025-06-23 01:28:45','','','','216','Cash',41.38,'300','','','6','16.00','1','2025-06-22 22:28:51','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','6175063132602343363333'),(4430,'61750631388','22',1.00,'300','retail','0','2025-06-23 01:29:48','','','','0','Cash',41.38,'300','','','6','16.00','1','2025-06-22 22:30:22','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9933.00','9932','Inclusive','branch','Inventory','','','','yes','','','6175063138832734310223'),(4431,'61750631388','45',1.00,'50','retail','0','2025-06-23 01:30:12','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-22 22:30:22','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9619.00','9618','Inclusive','branch','Inventory','','','','yes','','','6175063141304320005160'),(4432,'61750631441','196',1.00,'20','retail','0','2025-06-23 01:30:41','','','','14','Cash',2.76,'20','','','6','16.00','1','2025-06-22 22:30:47','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','71.00','70','Inclusive','branch','Inventory','','','','yes','','','6175063144322230032420'),(4445,'61750631593','218',2.00,'520','retail','0','2025-06-23 01:33:13','','','','200','Cash',71.72,'260','','','6','16.00','1','2025-06-22 22:33:20','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','114.00','112','Inclusive','branch','Inventory','','','','yes','','','6175063159424320303190'),(4449,'61750630984','196',5.00,'100','retail','0','2025-06-23 01:23:04','','','','14','Cash',13.79,'20','','','6','16','1','2025-06-23 00:27:11','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',17.24,'5','76.00','71','Inclusive','branch','Inventory','','','','','',NULL,'6175063098643037333120'),(4450,'61750630984','163',1.00,'10','retail','0','2025-06-23 01:23:14','','','','5','Cash',1.38,'10','','','6','16','1','2025-06-23 00:27:11','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',8.62,'1','89.00','88','Inclusive','branch','Inventory','','','','','',NULL,'6175063099523132260072'),(4451,'61750630984','22',1.00,'300','retail','0','2025-06-23 01:23:30','','','','0','Cash',41.38,'300','','','6','16','1','2025-06-23 00:27:11','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9934.00','9933','Inclusive','branch','Inventory','','','','','',NULL,'6175063101135530330153'),(4452,'61750630984','45',1.00,'50','retail','0','2025-06-23 01:23:37','','','','0','Cash',6.90,'50','','','6','16','1','2025-06-23 00:27:11','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9620.00','9619','Inclusive','branch','Inventory','','','','','',NULL,'6175063101800836261357'),(4453,'61750630984','136',1.00,'260','retail','0','2025-06-23 01:23:53','','','','210','Cash',35.86,'260','','','6','16','1','2025-06-23 00:27:11','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','138.00','137','Inclusive','branch','Inventory','','','','','',NULL,'6175063103424333024033'),(4454,'61750630984','136',1.00,'260','retail','0','2025-06-23 03:26:23','','','','210','Cash',35.86,'260','','','6','16.00','1','2025-06-23 00:27:11','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','137.00','136','Inclusive','branch','Inventory','','','','yes','','','6175063838538532225082'),(4455,'61750630984','196',5.00,'100','retail','0','2025-06-23 03:26:42','','','','14','Cash',13.79,'20','','','6','16.00','1','2025-06-23 00:27:11','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'5','70.00','65','Inclusive','branch','Inventory','','','','yes','','','6175063840420330352326'),(4456,'61750631082','202',1.00,'900','retail','0','2025-06-23 01:24:42','','','','570','Cash',124.14,'900','','','6','16','1','2025-06-23 00:38:11','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',775.86,'1','28.00','27','Inclusive','branch','Inventory','','','','','',NULL,'6175063110720120007022'),(4457,'61750631082','216',1.00,'1800','retail','0','2025-06-23 01:25:07','','','','1300','Cash',248.28,'1800','','','6','16','1','2025-06-23 00:38:11','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','5.00','4','Inclusive','branch','Inventory','','','','','',NULL,'6175063112263220122204'),(4458,'61750631082','193',1.00,'300','retail','0','2025-06-23 01:25:22','','','','230','Cash',41.38,'300','','','6','16','1','2025-06-23 00:38:11','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','6.00','5','Inclusive','branch','Inventory','','','','','',NULL,'6175063113630770353204'),(4459,'61750631082','94',1.00,'1800','retail','0','2025-06-23 01:25:37','','','','1000','Cash',248.28,'1800','','','6','16','1','2025-06-23 00:38:11','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','5.00','4','Inclusive','branch','Inventory','','','','','',NULL,'6175063114732203336662'),(4460,'61750631082','195',6.00,'600','retail','0','2025-06-23 01:26:27','','','','70','Cash',82.76,'100','','','6','16','1','2025-06-23 00:38:11','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'6','40.00','34','Inclusive','branch','Inventory','','','','','',NULL,'6175063118826720708336'); INSERT INTO `sales_order` VALUES (4461,'61750631082','167',1.00,'300','retail','0','2025-06-23 01:26:39','','','','235','Cash',41.38,'300','','','6','16','1','2025-06-23 00:38:11','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','10.00','9','Inclusive','branch','Inventory','','','','','',NULL,'6175063120062353320205'),(4462,'61750631082','194',1.00,'100','retail','0','2025-06-23 01:26:51','','','','70','Cash',13.79,'100','','','6','16','1','2025-06-23 00:38:11','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','24.00','23','Inclusive','branch','Inventory','','','','','',NULL,'6175063121332233213440'),(4463,'61750631082','272',1.00,'100','retail','0','2025-06-23 01:26:53','','','','33.3','Cash',13.79,'100','','','6','16','1','2025-06-23 00:38:11','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6175063123263532217452'),(4464,'61750631082','94',1.00,'1800','retail','0','2025-06-23 01:27:12','','','','1000','Cash',248.28,'1800','','','6','16','1','2025-06-23 00:38:11','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','4.00','3','Inclusive','branch','Inventory','','','','','',NULL,'6175063124713333076362'),(4465,'61750631082','272',1.00,'100','retail','0','2025-06-23 01:27:27','','','','33.3','Cash',13.79,'100','','','6','16','1','2025-06-23 00:38:11','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6175063126122455200431'),(4466,'61750631082','202',1.00,'900','retail','0','2025-06-23 01:27:41','','','','570','Cash',124.14,'900','','','6','16','1','2025-06-23 00:38:11','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',775.86,'1','27.00','26','Inclusive','branch','Inventory','','','','','',NULL,'6175063126930263327332'),(4467,'61750631082','47',1.00,'200','retail','0','2025-06-23 01:32:02','','','','0','Cash',27.59,'200','','','6','16','1','2025-06-23 00:38:11','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9883.00','9882','Inclusive','branch','Inventory','','','','','',NULL,'6175063153352222462323'),(4468,'61750631082','195',1.00,'100','retail','0','2025-06-23 03:36:04','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-23 00:38:11','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','34.00','33','Inclusive','branch','Inventory','','','','yes','','','6175063896532354000032'),(4469,'61750631082','272',1.00,'100','retail','0','2025-06-23 03:37:46','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-23 00:38:11','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175063906703362372330'),(4470,'61750631082','94',1.00,'1800','retail','0','2025-06-23 03:38:04','','','','1000','Cash',248.28,'1800','','','6','16.00','1','2025-06-23 00:38:11','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','6175063908502022900363'),(4471,'61750631676','80',1.00,'800','retail','0','2025-06-23 01:34:36','','','','0','Cash',110.34,'800','','','6','16','1','2025-06-23 00:41:04','5','8','new','1','printed','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9978.00','9977','Inclusive','branch','Inventory','','','','','',NULL,'6175063167733223336520'),(4472,'61750631676','45',1.00,'50','retail','0','2025-06-23 01:35:00','','','','0','Cash',6.90,'50','','','6','16','1','2025-06-23 00:41:04','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9618.00','9617','Inclusive','branch','Inventory','','','','','',NULL,'6175063170002076016773'),(4473,'61750631676','160',1.00,'100','retail','0','2025-06-23 01:35:15','','','','41.67','Cash',13.79,'100','','','6','16','1','2025-06-23 00:41:04','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','78.00','77','Inclusive','branch','Inventory','','','','','',NULL,'6175063171563331202765'),(4474,'61750631676','160',1.00,'100','retail','0','2025-06-23 03:40:52','','','','41.67','Cash',13.79,'100','','','6','16.00','1','2025-06-23 00:41:04','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','77.00','76','Inclusive','branch','Inventory','','','','yes','','','6175063925332263023333'),(4497,'61750643058','196',2.00,'40','retail','0','2025-06-23 04:44:18','','','','14','Cash',5.52,'20','','','6','16.00','1','2025-06-23 01:44:34','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','65.00','63','Inclusive','branch','Inventory','','','','yes','','','6175064305903030232723'),(4498,'61750643058','163',1.00,'10','retail','0','2025-06-23 04:44:29','','','','5','Cash',1.38,'10','','','6','16.00','1','2025-06-23 01:44:34','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','88.00','87','Inclusive','branch','Inventory','','','','yes','','','6175064307046134043674'),(4508,'141750670924','89',1.00,'250','retail','0','2025-06-23 12:28:44','','','','175','Cash',34.48,'250','','','14','16.00','1','2025-06-23 09:29:31','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','220.00','219','Inclusive','branch','Inventory','','','','yes','','','14175067096403229029213'),(4509,'141750671189','10',1.00,'100','retail','0','2025-06-23 12:33:09','','','','0','Cash',13.79,'100','','','14','16.00','1','2025-06-23 09:34:33','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9959.00','9958','Inclusive','branch','Inventory','','','','yes','','','14175067121401051321023'),(4510,'141750671189','3',1.00,'120','retail','0','2025-06-23 12:33:35','','','','0','Cash',16.55,'120','','','14','16.00','1','2025-06-23 09:34:33','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9941.00','9940','Inclusive','branch','Inventory','','','','yes','','B','14175067123703123012072'),(4511,'141750671189','1',3.00,'300','retail','0','2025-06-23 12:33:57','','','','0','Cash',41.38,'100','','','14','16.00','1','2025-06-23 09:34:33','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','9973.00','9970','Inclusive','branch','Inventory','','','','yes','','A','14175067126733074275773'),(4512,'141750673023','54',1.00,'1800','retail','0','2025-06-23 13:03:44','','','','0','Cash',248.28,'1800','','','14','16.00','1','2025-06-23 10:04:51','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9984.00','9983','Inclusive','branch','Inventory','','','','yes','','','14175067306401030235302'),(4513,'141750673023','45',1.00,'50','retail','0','2025-06-23 13:04:25','','','','0','Cash',6.90,'50','','','14','16.00','1','2025-06-23 10:04:51','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9616.00','9615','Inclusive','branch','Inventory','','','','yes','','','14175067308623367233333'),(4514,'141750673163','187',1.00,'15','retail','0','2025-06-23 13:06:03','','','','8','Cash',2.07,'15','','','14','16.00','1','2025-06-23 10:06:21','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','49.00','48','Inclusive','branch','Inventory','','','','yes','','','14175067317763720335260'),(4515,'141750673356','89',1.00,'250','retail','0','2025-06-23 13:09:16','','','','175','Cash',34.48,'250','','','14','16.00','1','2025-06-23 10:10:25','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','219.00','218','Inclusive','branch','Inventory','','','','yes','','','14175067342033042530350'),(4516,'141750677998','209',2.00,'500','retail','0','2025-06-23 14:26:38','','','','175','Cash',68.97,'250','','','14','16.00','1','2025-06-23 11:41:59','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','97.00','95','Inclusive','branch','Inventory','','','','yes','','','14175067881201203031822'),(4517,'141750677998','120',4.00,'100','retail','0','2025-06-23 14:40:12','','','','17','Cash',13.79,'25','','','14','16.00','1','2025-06-23 11:41:59','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'4','12.00','8','Inclusive','branch','Inventory','','','','yes','','','14175067885280032632303'),(4518,'141750677998','163',1.00,'10','retail','0','2025-06-23 14:40:52','','','','5','Cash',1.38,'10','','','14','16.00','1','2025-06-23 11:41:59','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','87.00','86','Inclusive','branch','Inventory','','','','yes','','','14175067890607323233703'),(4519,'141750678933','96',1.00,'850','retail','0','2025-06-23 14:42:13','','','','605','Cash',117.24,'850','','','14','16.00','1','2025-06-23 11:44:14','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','14175067897293027730935'),(4520,'141750678933','120',2.00,'50','retail','0','2025-06-23 14:42:53','','','','17','Cash',6.90,'25','','','14','16.00','1','2025-06-23 11:44:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','8.00','6','Inclusive','branch','Inventory','','','','yes','','','14175067899522390210030'),(4521,'141750678933','163',1.00,'10','retail','0','2025-06-23 14:43:15','','','','5','Cash',1.38,'10','','','14','16.00','1','2025-06-23 11:44:14','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','86.00','85','Inclusive','branch','Inventory','','','','yes','','','14175067901407033720339'),(4522,'141750678933','272',1.00,'100','retail','0','2025-06-23 14:43:35','','','','33.3','Cash',13.79,'100','','','14','16.00','1','2025-06-23 11:44:14','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','14175067903412333332472'),(4523,'141750679058','89',2.00,'500','retail','0','2025-06-23 14:44:18','','','','175','Cash',68.97,'250','','','14','16.00','1','2025-06-23 11:47:24','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','218.00','216','Inclusive','branch','Inventory','','','','yes','','','14175067911919032270115'),(4524,'141750679058','195',1.00,'100','retail','0','2025-06-23 14:45:19','','','','70','Cash',13.79,'100','','','14','16.00','1','2025-06-23 11:47:24','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','33.00','32','Inclusive','branch','Inventory','','','','yes','','','14175067922000630032122'),(4525,'141750679058','83',1.00,'1500','retail','0','2025-06-23 14:47:01','','','','1000','Cash',206.90,'1500','','','14','16.00','1','2025-06-23 11:47:24','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','14175067923933352200100'),(4526,'141750692203','89',1.00,'250','retail','0','2025-06-23 18:23:23','','','','175','Cash',34.48,'250','','','14','16.00','1','2025-06-23 15:23:54','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','216.00','215','Inclusive','branch','Inventory','','','','yes','','','14175069222624237224321'),(4527,'41750698520','195',2.00,'200','retail','0','2025-06-23 20:08:40','','','','70','Cash',27.59,'100','','','4','16.00','1','2025-06-23 17:08:43','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','32.00','30','Inclusive','branch','Inventory','','','','yes','','','4175069852101054304321'),(4537,'41750699238','195',1.00,'100','retail','0','2025-06-23 20:20:38','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-23 17:20:44','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','30.00','29','Inclusive','branch','Inventory','','','','yes','','','4175069923952312344232'),(4538,'41750699298','89',1.00,'250','retail','0','2025-06-23 20:21:38','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-23 17:21:46','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','215.00','214','Inclusive','branch','Inventory','','','','yes','','','4175069929939223920332'),(4539,'41750699339','178',1.00,'100','retail','0','2025-06-23 20:22:19','','','','54.17','Cash',13.79,'100','','','4','16.00','1','2025-06-23 17:22:51','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','84.00','83','Inclusive','branch','Inventory','','','','yes','','','4175069934032629939200'),(4540,'41750699339','180',2.00,'600','retail','0','2025-06-23 20:22:20','','','','185','Cash',82.76,'300','','','4','16.00','1','2025-06-23 17:22:51','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','24.00','22','Inclusive','branch','Inventory','','','','yes','','','4175069936663322722022'),(4541,'41750699410','195',1.00,'100','retail','0','2025-06-23 20:23:30','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-23 17:24:27','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','29.00','28','Inclusive','branch','Inventory','','','','yes','','','4175069941123200373400'),(4542,'41750699410','209',1.00,'250','retail','0','2025-06-23 20:23:32','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-23 17:24:27','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','95.00','94','Inclusive','branch','Inventory','','','','yes','','','4175069944532235230634'),(4543,'41750699410','120',2.00,'50','retail','0','2025-06-23 20:24:22','','','','17','Cash',6.90,'25','','','4','16.00','1','2025-06-23 17:24:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','6.00','4','Inclusive','branch','Inventory','','','','yes','','','4175069946333436391462'),(4544,'41750698538','136',3.00,'780','retail','0','2025-06-23 20:08:58','','','','210','Cash',107.59,'260','','','4','16','1','2025-06-23 17:29:03','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'3','136.00','133','Inclusive','branch','Inventory','','','','','',NULL,'4175069853822333238378'),(4545,'41750698538','272',2.00,'200','retail','0','2025-06-23 20:09:10','','','','33.3','Cash',27.59,'100','','','4','16','1','2025-06-23 17:29:03','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','38.00','36','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'4175069855023659335230'),(4546,'41750698538','119',2.00,'800','retail','0','2025-06-23 20:09:32','','','','250','Cash',110.34,'400','','','4','16','1','2025-06-23 17:29:03','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',344.83,'2','16.00','14','Inclusive','branch','Inventory','','','','','',NULL,'4175069857331203003223'),(4547,'41750698538','244',1.00,'200','retail','0','2025-06-23 20:09:57','','','','150','Cash',27.59,'200','','','4','16','1','2025-06-23 17:29:03','2','14','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9971.00','9970','Inclusive','branch','Inventory','','','','','',NULL,'4175069859705233433582'),(4548,'41750698538','24',1.00,'1200','retail','0','2025-06-23 20:11:22','','','','0','Cash',165.52,'1200','','','4','16','1','2025-06-23 17:29:03','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1034.48,'1','9988.00','9987','Inclusive','branch','Inventory','','','','','',NULL,'4175069868362232080026'),(4549,'41750698538','54',2.00,'3600','retail','0','2025-06-23 20:11:44','','','','0','Cash',496.55,'1800','','','4','16','1','2025-06-23 17:29:03','4','7','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'2','9983.00','9981','Inclusive','branch','Inventory','','','','','',NULL,'4175069870532062028722'),(4550,'41750698538','45',4.00,'200','retail','0','2025-06-23 20:12:00','','','','0','Cash',27.59,'50','','','4','16','1','2025-06-23 17:29:03','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'4','9615.00','9611','Inclusive','branch','Inventory','','','','','',NULL,'4175069872112325232228'),(4551,'41750698538','19',4.00,'200','retail','0','2025-06-23 20:12:01','','','','0','Cash',27.59,'50','','','4','16','1','2025-06-23 17:29:03','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'4','9998.00','9994','Inclusive','branch','Inventory','','','','','',NULL,'4175069874733030040345'),(4552,'41750698538','46',3.00,'300','retail','0','2025-06-23 20:17:17','','','','0','Cash',41.38,'100','','','4','16','1','2025-06-23 17:29:03','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'3','9939.00','9936','Inclusive','branch','Inventory','','','','','',NULL,'4175069905922262254220'),(4553,'41750698538','10',2.00,'200','retail','0','2025-06-23 20:28:31','','','','0','Cash',27.59,'100','','','4','16.00','1','2025-06-23 17:29:03','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','9958.00','9956','Inclusive','branch','Inventory','','','','yes','','','4175069971200039220522'),(4558,'41750700328','23',1.00,'600','retail','0','2025-06-23 20:38:48','','','','0','Cash',82.76,'600','','','4','16.00','1','2025-06-23 17:39:17','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9980.00','9979','Inclusive','branch','Inventory','','','','yes','','','4175070032805724300322'),(4559,'41750700328','45',1.00,'50','retail','0','2025-06-23 20:38:57','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-23 17:39:17','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9610.00','9609','Inclusive','branch','Inventory','','','','yes','','','4175070033853233022320'),(4560,'41750700328','160',2.00,'200','retail','0','2025-06-23 20:39:11','','','','41.67','Cash',27.59,'100','','','4','16.00','1','2025-06-23 17:39:17','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','76.00','74','Inclusive','branch','Inventory','','','','yes','','','4175070035203012502350'),(4566,'41750700457','272',1.00,'100','retail','0','2025-06-23 20:40:57','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-23 17:41:07','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175070045933304322402'),(4567,'41750700538','89',1.00,'250','retail','0','2025-06-23 20:42:18','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-23 17:42:21','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','214.00','213','Inclusive','branch','Inventory','','','','yes','','','4175070053883243352332'),(4568,'41750700552','111',1.00,'1300','retail','0','2025-06-23 20:42:32','','','','945','Cash',179.31,'1300','','','4','16.00','1','2025-06-23 17:43:11','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','4175070057733242473420'),(4569,'41750700643','163',2.00,'20','retail','0','2025-06-23 20:44:03','','','','5','Cash',2.76,'10','','','4','16.00','1','2025-06-23 17:44:06','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','85.00','83','Inclusive','branch','Inventory','','','','yes','','','4175070064433764604220'),(4570,'41750700661','244',1.00,'200','retail','0','2025-06-23 20:44:21','','','','150','Cash',27.59,'200','','','4','16.00','1','2025-06-23 17:44:25','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9970.00','9969','Inclusive','branch','Inventory','','','','yes','','','4175070066220023303006'),(4578,'41750705017','52',1.00,'450','retail','0','2025-06-23 21:56:57','','','','0','Cash',62.07,'450','','','4','16.00','1','2025-06-23 18:58:41','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9979.00','9978','Inclusive','branch','Inventory','','','','yes','','','4175070501872780225222'),(4579,'41750705017','46',1.00,'100','retail','0','2025-06-23 21:57:58','','','','0','Cash',13.79,'100','','','4','16.00','1','2025-06-23 18:58:41','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9934.00','9933','Inclusive','branch','Inventory','','','','yes','','','4175070507852027472437'),(4580,'41750705017','45',1.00,'50','retail','0','2025-06-23 21:58:02','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-23 18:58:41','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9608.00','9607','Inclusive','branch','Inventory','','','','yes','','','4175070508304023000230'),(4581,'41750705017','247',1.00,'1500','retail','0','2025-06-23 21:58:30','','','','500','Cash',206.90,'1500','','','4','16.00','1','2025-06-23 18:58:41','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9981.00','9980','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175070511142522311132'),(4582,'41750700244','27',1.00,'1400','retail','0','2025-06-23 20:37:24','','','','0','Cash',193.10,'1400','','','4','16','1','2025-06-23 19:11:54','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','9990.00','9989','Inclusive','branch','Inventory','','','','','',NULL,'4175070024532232332334'),(4583,'41750700244','45',1.00,'50','retail','0','2025-06-23 20:37:32','','','','0','Cash',6.90,'50','','','4','16','1','2025-06-23 19:11:54','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9611.00','9610','Inclusive','branch','Inventory','','','','','',NULL,'4175070025332257033332'),(4584,'41750700244','46',2.00,'200','retail','0','2025-06-23 20:37:41','','','','0','Cash',27.59,'100','','','4','16','1','2025-06-23 19:11:54','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','9936.00','9934','Inclusive','branch','Inventory','','','','','',NULL,'4175070026203204644033'),(4585,'41750700244','272',1.00,'100','retail','0','2025-06-23 20:37:59','','','','33.3','Cash',13.79,'100','','','4','16','1','2025-06-23 19:11:54','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'4175070027990133302375'),(4586,'41750700244','10',1.00,'100','retail','0','2025-06-23 22:11:49','','','','0','Cash',13.79,'100','','','4','16.00','1','2025-06-23 19:11:54','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9956.00','9955','Inclusive','branch','Inventory','','','','yes','','','4175070591050517453313'),(4587,'41750710421','187',2.00,'30','retail','0','2025-06-23 23:27:01','','','','8','Cash',4.14,'15','','','4','16.00','1','2025-06-23 20:27:04','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','48.00','46','Inclusive','branch','Inventory','','','','yes','','','4175071042271122331332'),(4594,'41750710497','153',1.00,'500','retail','0','2025-06-23 23:28:17','','','','330','Cash',68.97,'500','','','4','16.00','1','2025-06-23 20:28:43','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','4175071051722702007331'),(4595,'41750700379','22',1.00,'300','retail','0','2025-06-23 20:39:39','','','','0','Cash',41.38,'300','','','4','16','1','2025-06-23 20:54:42','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9932.00','9931','Inclusive','branch','Inventory','','','','','',NULL,'4175070038042203727020'),(4596,'41750700379','45',1.00,'50','retail','0','2025-06-23 20:39:45','','','','0','Cash',6.90,'50','','','4','16','1','2025-06-23 20:54:42','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9609.00','9608','Inclusive','branch','Inventory','','','','','',NULL,'4175070038633440031023'),(4597,'41750700379','272',1.00,'100','retail','0','2025-06-23 20:39:59','','','','33.3','Cash',13.79,'100','','','4','16','1','2025-06-23 20:54:42','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'4175070039914053297223'),(4598,'41750700379','120',4.00,'100','retail','0','2025-06-23 20:40:08','','','','17','Cash',13.79,'25','','','4','16','1','2025-06-23 20:54:42','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',21.55,'4','4.00','0','Inclusive','branch','Inventory','','','','','',NULL,'4175070040920323233300'),(4599,'41750700379','205',1.00,'300','retail','0','2025-06-23 20:40:22','','','','225','Cash',41.38,'300','','','4','16','1','2025-06-23 20:54:42','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','60.00','59','Inclusive','branch','Inventory','','','','','',NULL,'4175070042442002441400'),(4600,'41750700379','205',1.00,'300','retail','0','2025-06-23 21:54:12','','','','225','Cash',41.38,'300','','','4','16','1','2025-06-23 20:54:42','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','59.00','58','Inclusive','branch','Inventory','','','','','',NULL,'4175070485353333432442'),(4601,'41750700379','205',2.00,'600','retail','0','2025-06-23 23:54:27','','','','225','Cash',82.76,'300','','','4','16.00','1','2025-06-23 20:54:42','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','58.00','56','Inclusive','branch','Inventory','','','','yes','','','4175071206812724206022'),(4606,'41750714400','247',1.00,'1500','retail','0','2025-06-24 00:33:20','','','','500','Cash',206.90,'1500','','','4','16.00','1','2025-06-23 21:33:22','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9980.00','9979','Inclusive','branch','Inventory','1110','4000','5500','','','','4175071440030320243200'),(4607,'41750716065','195',1.00,'100','retail','0','2025-06-24 01:01:05','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-23 22:01:18','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','28.00','27','Inclusive','branch','Inventory','','','','yes','','','4175071606632124622026'),(4608,'61750793841','3',1.00,'120','retail','0','2025-06-24 22:37:21','','','','0','Cash',16.55,'120','','','6','16.00','1','2025-06-24 19:38:56','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9940.00','9939','Inclusive','branch','Inventory','','','','yes','','B','6175079384333232420337'),(4609,'61750793841','47',1.00,'200','retail','0','2025-06-24 22:37:45','','','','0','Cash',27.59,'200','','','6','16.00','1','2025-06-24 19:38:56','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9882.00','9881','Inclusive','branch','Inventory','','','','yes','','','6175079386502353053555'),(4610,'61750793841','195',1.00,'100','retail','0','2025-06-24 22:38:37','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-24 19:38:56','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','27.00','26','Inclusive','branch','Inventory','','','','yes','','','6175079392323030332031'),(4611,'61750794254','195',1.00,'100','retail','0','2025-06-24 22:44:14','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-24 19:44:18','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','26.00','25','Inclusive','branch','Inventory','','','','yes','','','6175079425533025230005'),(4612,'61750794297','272',1.00,'100','retail','0','2025-06-24 22:44:57','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-24 19:46:14','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175079429846247362230'),(4613,'61750794297','22',1.00,'300','retail','0','2025-06-24 22:45:23','','','','0','Cash',41.38,'300','','','6','16.00','1','2025-06-24 19:46:14','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9931.00','9930','Inclusive','branch','Inventory','','','','yes','','','6175079432430072602943'),(4614,'61750794297','45',1.00,'50','retail','0','2025-06-24 22:45:31','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-24 19:46:14','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9607.00','9606','Inclusive','branch','Inventory','','','','yes','','','6175079433139332363302'),(4615,'61750794297','247',1.00,'1500','retail','0','2025-06-24 22:46:06','','','','500','Cash',206.90,'1500','','','6','16.00','1','2025-06-24 19:46:14','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9979.00','9978','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175079436733233422420'),(4616,'61750794513','47',1.00,'200','retail','0','2025-06-24 22:48:33','','','','0','Cash',27.59,'200','','','6','16.00','1','2025-06-24 19:49:50','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9881.00','9880','Inclusive','branch','Inventory','','','','yes','','','6175079451453323323203'),(4617,'61750794513','195',1.00,'100','retail','0','2025-06-24 22:48:58','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-24 19:49:50','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','25.00','24','Inclusive','branch','Inventory','','','','yes','','','6175079453906732313322'),(4618,'61750794513','89',1.00,'250','retail','0','2025-06-24 22:49:05','','','','175','Cash',34.48,'250','','','6','16.00','1','2025-06-24 19:49:50','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','213.00','212','Inclusive','branch','Inventory','','','','yes','','','6175079458222340202031'),(4619,'61750794636','194',2.00,'200','retail','0','2025-06-24 22:50:36','','','','70','Cash',27.59,'100','','','6','16.00','1','2025-06-24 20:49:43','1','15','returned','1','new','pcs','','2025-06-24 23:49:43','16','yes','','0','','','VATABLE',86.21,'2','23.00','21','Inclusive','branch','Inventory','','','','yes','','','6175079463702332360047'),(4620,'61750794687','272',1.00,'100','retail','0','2025-06-24 22:51:27','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-24 19:52:39','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175079468807423449277'),(4621,'61750794687','142',1.00,'1400','retail','0','2025-06-24 22:51:28','','','','975','Cash',193.10,'1400','','','6','16.00','1','2025-06-24 19:52:39','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','6175079470102033303126'),(4622,'61750794687','79',1.00,'400','retail','0','2025-06-24 22:51:42','','','','0','Cash',55.17,'400','','','6','16.00','1','2025-06-24 19:52:39','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9965.00','9964','Inclusive','branch','Inventory','','','','yes','','','6175079473533333632442'),(4623,'61750794687','45',1.00,'50','retail','0','2025-06-24 22:52:15','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-24 19:52:39','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9606.00','9605','Inclusive','branch','Inventory','','','','yes','','','6175079474902300035731'),(4624,'61750794821','209',2.00,'500','retail','0','2025-06-24 22:53:41','','','','175','Cash',68.97,'250','','','6','16.00','1','2025-06-24 19:54:51','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','94.00','92','Inclusive','branch','Inventory','','','','yes','','','6175079485602228403237'),(4625,'61750794821','124',1.00,'600','retail','0','2025-06-24 22:54:16','','','','423','Cash',82.76,'600','','','6','16.00','1','2025-06-24 19:54:51','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','6175079487108318203009'),(4626,'61750794821','164',1.00,'50','retail','0','2025-06-24 22:54:31','','','','35','Cash',6.90,'50','','','6','16.00','1','2025-06-24 19:54:51','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','32.00','31','Inclusive','branch','Inventory','','','','yes','','','6175079488672232080028'),(4627,'61750794908','195',1.00,'100','retail','0','2025-06-24 22:55:08','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-24 19:55:49','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','24.00','23','Inclusive','branch','Inventory','','','','yes','','','6175079494625109422946'),(4628,'61750794966','164',3.00,'150','retail','0','2025-06-24 22:56:06','','','','35','Cash',20.69,'50','','','6','16.00','1','2025-06-24 19:56:45','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'3','31.00','28','Inclusive','branch','Inventory','','','','yes','','','6175079500103303120330'),(4629,'61750795072','23',1.00,'600','retail','0','2025-06-24 22:57:52','','','','0','Cash',82.76,'600','','','6','16.00','1','2025-06-24 19:58:47','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9979.00','9978','Inclusive','branch','Inventory','','','','yes','','','6175079509722022032006'),(4630,'61750795072','45',2.00,'100','retail','0','2025-06-24 22:58:17','','','','0','Cash',13.79,'50','','','6','16.00','1','2025-06-24 19:58:47','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9605.00','9603','Inclusive','branch','Inventory','','','','yes','','','6175079510823092209303'),(4631,'61750795072','250',1.00,'1000','retail','0','2025-06-24 22:58:28','','','','500','Cash',137.93,'1000','','','6','16.00','1','2025-06-24 19:58:47','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9955.00','9954','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175079512333231922137'),(4632,'61750795144','199',1.00,'50','retail','0','2025-06-24 22:59:04','','','','35','Cash',6.90,'50','','','6','16.00','1','2025-06-24 20:00:24','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','6175079517837217010533'),(4633,'61750795144','200',1.00,'50','retail','0','2025-06-24 22:59:38','','','','35','Cash',6.90,'50','','','6','16.00','1','2025-06-24 20:00:24','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','6175079519131593922174'),(4634,'61750795144','272',1.00,'100','retail','0','2025-06-24 22:59:51','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-24 20:00:24','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175079520327623002052'),(4635,'61750798293','195',2.00,'200','retail','0','2025-06-24 23:51:33','','','','70','Cash',27.59,'100','','','6','16.00','1','2025-06-24 20:51:51','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','23.00','21','Inclusive','branch','Inventory','','','','yes','','','6175079830500323904331'),(4636,'61750798678','187',1.00,'15','retail','0','2025-06-24 23:57:58','','','','8','Cash',2.07,'15','','','6','16.00','1','2025-06-24 20:58:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','46.00','45','Inclusive','branch','Inventory','','','','yes','','','6175079867902207724236'),(4637,'61750802119','97',1.00,'1800','retail','0','2025-06-25 00:55:19','','','','1175','Cash',248.28,'1800','','','6','16.00','1','2025-06-24 21:57:01','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','6175080215271421003533'),(4638,'61750802119','272',1.00,'100','retail','0','2025-06-25 00:55:53','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-24 21:57:01','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175080216830073337300'),(4639,'61750802119','218',1.00,'260','retail','0','2025-06-25 00:56:08','','','','200','Cash',35.86,'260','','','6','16.00','1','2025-06-24 21:57:01','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','111.00','110','Inclusive','branch','Inventory','','','','yes','','','6175080220041203232203'),(4640,'141750802358','176',5.00,'1500','retail','0','2025-06-25 00:59:18','','','','180','Cash',206.90,'300','','','14','16.00','1','2025-06-24 22:00:39','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'5','34.00','29','Inclusive','branch','Inventory','','','','yes','','','14175080237517273323237'),(4641,'141750802358','119',1.00,'400','retail','0','2025-06-25 00:59:35','','','','250','Cash',55.17,'400','','','14','16.00','1','2025-06-24 22:00:39','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','14175080239502735300313'),(4642,'141750802444','53',1.00,'900','retail','0','2025-06-25 01:00:44','','','','0','Cash',124.14,'900','','','14','16.00','1','2025-06-24 22:01:41','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9979.00','9978','Inclusive','branch','Inventory','','','','yes','','','14175080247523332322238'),(4643,'141750802444','45',1.00,'50','retail','0','2025-06-25 01:01:19','','','','0','Cash',6.90,'50','','','14','16.00','1','2025-06-24 22:01:41','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9603.00','9602','Inclusive','branch','Inventory','','','','yes','','','14175080249104430208229'),(4644,'141750802514','89',1.00,'250','retail','0','2025-06-25 01:01:54','','','','175','Cash',34.48,'250','','','14','16.00','1','2025-06-24 22:02:31','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','212.00','211','Inclusive','branch','Inventory','','','','yes','','','14175080253302308310031'),(4645,'141750802514','272',1.00,'100','retail','0','2025-06-25 01:02:13','','','','33.3','Cash',13.79,'100','','','14','16.00','1','2025-06-24 22:02:31','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','14175080254728233302270'),(4646,'141750802631','79',3.00,'1200','retail','0','2025-06-25 01:03:52','','','','0','Cash',165.52,'400','','','14','16.00','1','2025-06-24 22:05:53','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'3','9964.00','9961','Inclusive','branch','Inventory','','','','yes','','','14175080266947320030222'),(4647,'141750802631','35',1.00,'100','retail','0','2025-06-25 01:04:30','','','','0','Cash',13.79,'100','','','14','16.00','1','2025-06-24 22:05:53','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9993.00','9992','Inclusive','branch','Inventory','','','','yes','','','14175080268720322334222'),(4648,'141750802631','45',4.00,'200','retail','0','2025-06-25 01:05:06','','','','0','Cash',27.59,'50','','','14','16.00','1','2025-06-24 22:05:53','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'4','9602.00','9598','Inclusive','branch','Inventory','','','','yes','','','14175080272472123025010'),(4649,'141750802631','46',1.00,'100','retail','0','2025-06-25 01:05:24','','','','0','Cash',13.79,'100','','','14','16.00','1','2025-06-24 22:05:53','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9933.00','9932','Inclusive','branch','Inventory','','','','yes','','','14175080274742878332327'),(4650,'61750805192','195',1.00,'100','retail','0','2025-06-25 01:46:32','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-24 23:05:24','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','21.00','20','Inclusive','branch','Inventory','','','','yes','','','6175080520606837360402'),(4651,'61750805192','99',1.00,'300','retail','0','2025-06-25 01:49:03','','','','180','Cash',41.38,'300','','','6','16.00','1','2025-06-24 23:05:24','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','47.00','46','Inclusive','branch','Inventory','','','','yes','','','6175080539052271403322'),(4652,'61750805192','99',1.00,'300','retail','0','2025-06-25 01:49:51','','','','180','Cash',41.38,'300','','','6','16.00','1','2025-06-24 23:05:24','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','46.00','45','Inclusive','branch','Inventory','','','','yes','','','6175080541776433203002'),(4653,'61750805192','100',5.00,'1250','retail','0','2025-06-25 01:50:17','','','','165','Cash',172.41,'250','','','6','16.00','1','2025-06-24 23:05:24','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'5','18.00','13','Inclusive','branch','Inventory','','','','yes','','','6175080547070036320344'),(4654,'61750805192','125',1.00,'900','retail','0','2025-06-25 01:51:10','','','','599','Cash',124.14,'900','','','6','16.00','1','2025-06-24 23:05:24','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','6175080552722225205334'),(4655,'61750805192','195',1.00,'100','retail','0','2025-06-25 01:52:07','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-24 23:05:24','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','20.00','19','Inclusive','branch','Inventory','','','','yes','','','6175080555255622022250'),(4656,'61750805192','272',1.00,'100','retail','0','2025-06-25 01:52:33','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-24 23:05:24','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175080556122203628335'),(4657,'61750805192','214',1.00,'900','retail','0','2025-06-25 01:52:42','','','','680','Cash',124.14,'900','','','6','16.00','1','2025-06-24 23:05:24','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','6175080558120553012328'),(4658,'61750805192','54',1.00,'1800','retail','0','2025-06-25 01:53:01','','','','0','Cash',248.28,'1800','','','6','16.00','1','2025-06-24 23:05:24','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9981.00','9980','Inclusive','branch','Inventory','','','','yes','','','6175080564232230035282'),(4659,'61750805192','20',2.00,'400','retail','0','2025-06-25 01:54:32','','','','0','Cash',55.17,'200','','','6','16.00','1','2025-06-24 23:05:24','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9994.00','9992','Inclusive','branch','Inventory','','','','yes','','','6175080572170033306327'),(4660,'61750805192','217',1.00,'300','retail','0','2025-06-25 01:55:21','','','','225','Cash',41.38,'300','','','6','16.00','1','2025-06-24 23:05:24','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','30.00','29','Inclusive','branch','Inventory','','','','yes','','','6175080576322263321520'),(4661,'61750805192','195',2.00,'200','retail','0','2025-06-25 01:56:04','','','','70','Cash',27.59,'100','','','6','16.00','1','2025-06-24 23:05:24','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','19.00','17','Inclusive','branch','Inventory','','','','yes','','','6175080585338302344425'),(4662,'61750805192','205',1.00,'300','retail','0','2025-06-25 01:57:34','','','','225','Cash',41.38,'300','','','6','16.00','1','2025-06-24 23:05:24','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','56.00','55','Inclusive','branch','Inventory','','','','yes','','','6175080591622024022219'),(4663,'61750805192','218',1.00,'260','retail','0','2025-06-25 01:58:36','','','','200','Cash',35.86,'260','','','6','16.00','1','2025-06-24 23:05:24','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','110.00','109','Inclusive','branch','Inventory','','','','yes','','','6175080593223522032000'),(4664,'61750805192','272',1.00,'100','retail','0','2025-06-25 02:04:03','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-24 23:05:24','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175080625970232030120'),(4665,'141750806332','209',3.00,'750','retail','0','2025-06-25 02:05:32','','','','175','Cash',103.45,'250','','','14','16.00','1','2025-06-24 23:08:14','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','92.00','89','Inclusive','branch','Inventory','','','','yes','','','14175080635633162231203'),(4666,'141750806332','160',1.00,'100','retail','0','2025-06-25 02:05:56','','','','41.67','Cash',13.79,'100','','','14','16.00','1','2025-06-24 23:08:14','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','74.00','73','Inclusive','branch','Inventory','','','','yes','','','14175080636736030302523'),(4667,'141750806332','97',1.00,'1800','retail','0','2025-06-25 02:06:07','','','','1175','Cash',248.28,'1800','','','14','16.00','1','2025-06-24 23:08:14','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','14175080639202113805232'),(4668,'141750806332','195',1.00,'100','retail','0','2025-06-25 02:06:32','','','','70','Cash',13.79,'100','','','14','16.00','1','2025-06-24 23:08:14','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','17.00','16','Inclusive','branch','Inventory','','','','yes','','','14175080649097323233093'),(4669,'141750806520','195',1.00,'100','retail','0','2025-06-25 02:08:40','','','','70','Cash',13.79,'100','','','14','16.00','1','2025-06-24 23:11:04','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','16.00','15','Inclusive','branch','Inventory','','','','yes','','','14175080653903307319263'),(4670,'141750806520','23',1.00,'600','retail','0','2025-06-25 02:09:00','','','','0','Cash',82.76,'600','','','14','16.00','1','2025-06-24 23:11:04','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9978.00','9977','Inclusive','branch','Inventory','','','','yes','','','14175080655803828305252'),(4671,'141750806520','46',1.00,'100','retail','0','2025-06-25 02:09:18','','','','0','Cash',13.79,'100','','','14','16.00','1','2025-06-24 23:11:04','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9932.00','9931','Inclusive','branch','Inventory','','','','yes','','','14175080657862252432222'),(4672,'141750806520','99',1.00,'300','retail','0','2025-06-25 02:09:38','','','','180','Cash',41.38,'300','','','14','16.00','1','2025-06-24 23:11:04','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','45.00','44','Inclusive','branch','Inventory','','','','yes','','','14175080660231012831216'),(4673,'141750806520','134',1.00,'300','retail','0','2025-06-25 02:10:02','','','','180','Cash',41.38,'300','','','14','16.00','1','2025-06-24 23:11:04','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','74.00','73','Inclusive','branch','Inventory','','','','yes','','','14175080666086206408254'),(4674,'141750806679','272',1.00,'100','retail','0','2025-06-25 02:11:19','','','','33.3','Cash',13.79,'100','','','14','16.00','1','2025-06-24 23:13:56','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','14175080670032342552232'),(4675,'141750806679','136',2.00,'520','retail','0','2025-06-25 02:11:41','','','','210','Cash',71.72,'260','','','14','16.00','1','2025-06-24 23:13:56','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','133.00','131','Inclusive','branch','Inventory','','','','yes','','','14175080672508743242332'),(4676,'141750806679','45',1.00,'50','retail','0','2025-06-25 02:12:05','','','','0','Cash',6.90,'50','','','14','16.00','1','2025-06-24 23:13:56','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9598.00','9597','Inclusive','branch','Inventory','','','','yes','','','14175080674340233220326'),(4677,'141750806679','46',1.00,'100','retail','0','2025-06-25 02:12:23','','','','0','Cash',13.79,'100','','','14','16.00','1','2025-06-24 23:13:56','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9931.00','9930','Inclusive','branch','Inventory','','','','yes','','','14175080675370053323233'),(4678,'141750806679','54',1.00,'1800','retail','0','2025-06-25 02:12:33','','','','0','Cash',248.28,'1800','','','14','16.00','1','2025-06-24 23:13:56','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9980.00','9979','Inclusive','branch','Inventory','','','','yes','','','14175080683110380222000'),(4679,'141750806852','89',4.00,'1000','retail','0','2025-06-25 02:14:12','','','','175','Cash',137.93,'250','','','14','16.00','1','2025-06-24 23:15:12','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'4','211.00','207','Inclusive','branch','Inventory','','','','yes','','','14175080686560053222343'),(4680,'141750806852','272',1.00,'100','retail','0','2025-06-25 02:14:25','','','','33.3','Cash',13.79,'100','','','14','16.00','1','2025-06-24 23:15:12','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','14175080687400283130536'),(4681,'141750806852','25',1.00,'350','retail','0','2025-06-25 02:14:34','','','','0','Cash',48.28,'350','','','14','16.00','1','2025-06-24 23:15:12','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9977.00','9976','Inclusive','branch','Inventory','','','','yes','','','14175080690570220022325'),(4682,'141750806921','195',1.00,'100','retail','0','2025-06-25 02:15:21','','','','70','Cash',13.79,'100','','','14','16.00','1','2025-06-24 23:16:30','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','15.00','14','Inclusive','branch','Inventory','','','','yes','','','14175080698731032287832'),(4683,'141750807007','47',1.00,'200','retail','0','2025-06-25 02:16:47','','','','0','Cash',27.59,'200','','','14','16.00','1','2025-06-24 23:18:27','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9880.00','9879','Inclusive','branch','Inventory','','','','yes','','','14175080702020203058503'),(4684,'141750807007','3',2.00,'240','retail','0','2025-06-25 02:17:00','','','','0','Cash',33.10,'120','','','14','16.00','1','2025-06-24 23:18:27','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'2','9939.00','9937','Inclusive','branch','Inventory','','','','yes','','B','14175080706031263502701'),(4685,'141750807007','195',2.00,'200','retail','0','2025-06-25 02:17:40','','','','70','Cash',27.59,'100','','','14','16.00','1','2025-06-24 23:18:27','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','14.00','12','Inclusive','branch','Inventory','','','','yes','','','14175080710132505322820'),(4686,'141750807126','272',1.00,'100','retail','0','2025-06-25 02:18:46','','','','33.3','Cash',13.79,'100','','','14','16.00','1','2025-06-24 23:19:19','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','14175080714012822333303'),(4687,'141750807126','187',2.00,'30','retail','0','2025-06-25 02:19:00','','','','8','Cash',4.14,'15','','','14','16.00','1','2025-06-24 23:19:19','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','45.00','43','Inclusive','branch','Inventory','','','','yes','','','14175080715510073053151'),(4688,'141750807167','89',1.00,'250','retail','0','2025-06-25 02:19:27','','','','175','Cash',34.48,'250','','','14','16.00','1','2025-06-24 23:19:52','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','207.00','206','Inclusive','branch','Inventory','','','','yes','','','14175080718204032020300'),(4689,'141750807200','15',1.00,'120','retail','0','2025-06-25 02:20:00','','','','0','Cash',16.55,'120','','','14','16.00','1','2025-06-24 23:20:49','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9962.00','9961','Inclusive','branch','Inventory','','','','yes','','','14175080722117330223023'),(4690,'141750807200','47',1.00,'200','retail','0','2025-06-25 02:20:21','','','','0','Cash',27.59,'200','','','14','16.00','1','2025-06-24 23:20:49','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9879.00','9878','Inclusive','branch','Inventory','','','','yes','','','14175080723322252373001'),(4691,'141750807200','10',1.00,'100','retail','0','2025-06-25 02:20:33','','','','0','Cash',13.79,'100','','','14','16.00','1','2025-06-24 23:20:49','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9955.00','9954','Inclusive','branch','Inventory','','','','yes','','','14175080724430221022322'),(4692,'61750807967','26',1.00,'700','retail','0','2025-06-25 02:32:47','','','','0','Cash',96.55,'700','','','6','16.00','1','2025-06-24 23:34:33','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9975.00','9974','Inclusive','branch','Inventory','','','','yes','','','6175080802532033403300'),(4693,'61750807967','45',1.00,'50','retail','0','2025-06-25 02:33:45','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-24 23:34:33','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9597.00','9596','Inclusive','branch','Inventory','','','','yes','','','6175080804083222272213'),(4694,'61750808110','114',1.00,'850','retail','0','2025-06-25 02:35:10','','','','585','Cash',117.24,'850','','','6','16.00','1','2025-06-24 23:39:05','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','6175080813302061373230'),(4695,'61750808110','178',1.00,'100','retail','0','2025-06-25 02:35:33','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-24 23:39:05','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','83.00','82','Inclusive','branch','Inventory','','','','yes','','','6175080814203030238010'),(4696,'61750808110','26',1.00,'700','retail','0','2025-06-25 02:35:42','','','','0','Cash',96.55,'700','','','6','16.00','1','2025-06-24 23:39:05','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9974.00','9973','Inclusive','branch','Inventory','','','','yes','','','6175080815953003687053'),(4697,'61750808110','45',1.00,'50','retail','0','2025-06-25 02:35:59','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-24 23:39:05','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9596.00','9595','Inclusive','branch','Inventory','','','','yes','','','6175080817130220013303'),(4698,'61750808110','195',2.00,'200','retail','0','2025-06-25 02:36:11','','','','70','Cash',27.59,'100','','','6','16.00','1','2025-06-24 23:39:05','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','12.00','10','Inclusive','branch','Inventory','','','','yes','','','6175080822823332217880'),(4699,'61750808110','111',1.00,'1300','retail','0','2025-06-25 02:37:08','','','','945','Cash',179.31,'1300','','','6','16.00','1','2025-06-24 23:39:05','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','21.00','20','Inclusive','branch','Inventory','','','','yes','','','6175080825205220230255'),(4700,'61750808110','119',1.00,'400','retail','0','2025-06-25 02:37:33','','','','250','Cash',55.17,'400','','','6','16.00','1','2025-06-24 23:39:05','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','6175080826472203073203'),(4701,'61750808110','272',1.00,'100','retail','0','2025-06-25 02:37:44','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-24 23:39:05','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175080827445232132278'),(4702,'61750808110','54',1.00,'1800','retail','0','2025-06-25 02:37:54','','','','0','Cash',248.28,'1800','','','6','16.00','1','2025-06-24 23:39:05','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9979.00','9978','Inclusive','branch','Inventory','','','','yes','','','6175080829604223000230'),(4703,'61750808110','45',2.00,'100','retail','0','2025-06-25 02:38:35','','','','0','Cash',13.79,'50','','','6','16.00','1','2025-06-24 23:39:05','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9595.00','9593','Inclusive','branch','Inventory','','','','yes','','','6175080832830302332111'),(4704,'61750808110','46',1.00,'100','retail','0','2025-06-25 02:38:49','','','','0','Cash',13.79,'100','','','6','16.00','1','2025-06-24 23:39:05','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9930.00','9929','Inclusive','branch','Inventory','','','','yes','','','6175080834030433303320'),(4705,'61750809443','136',2.00,'520','retail','0','2025-06-25 02:57:23','','','171751049454','210','Cash',71.72,'260','','','6','16.00','1','2025-06-27 18:37:51','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','131.00','129','Inclusive','branch','Inventory','','','','yes','','','6175080945940205290302'),(4706,'61750809443','3',1.00,'120','retail','0','2025-06-25 02:57:39','','','171751049454','0','Cash',16.55,'120','','','6','16.00','1','2025-06-27 18:37:51','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9937.00','9936','Inclusive','branch','Inventory','','','','yes','','B','6175080946761322821233'),(4707,'61750809443','12',1.00,'150','retail','0','2025-06-25 02:57:47','','','171751049454','0','Cash',20.69,'150','','','6','16.00','1','2025-06-27 18:37:51','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','9998.00','9997','Inclusive','branch','Inventory','','','','yes','','','6175080948092488084303'),(4708,'61750809443','54',1.00,'1800','retail','0','2025-06-25 02:58:00','','','171751049454','0','Cash',248.28,'1800','','','6','16.00','1','2025-06-27 18:37:51','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9978.00','9977','Inclusive','branch','Inventory','','','','yes','','','6175080949072022342804'),(4709,'61750809443','45',5.00,'250','retail','0','2025-06-25 02:58:11','','','171751049454','0','Cash',34.48,'50','','','6','16.00','1','2025-06-27 18:37:51','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'5','9593.00','9588','Inclusive','branch','Inventory','','','','yes','','','6175080950220700358223'),(4710,'61750809443','46',1.00,'100','retail','0','2025-06-25 02:58:23','','','171751049454','0','Cash',13.79,'100','','','6','16.00','1','2025-06-27 18:37:51','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9929.00','9928','Inclusive','branch','Inventory','','','','yes','','','6175080951510333903253'),(4711,'61750809443','247',4.00,'6000','retail','0','2025-06-25 03:04:01','','','171751049454','500','Cash',827.59,'1500','','','6','16.00','1','2025-06-27 18:37:51','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'4','9978.00','9974','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175080984220203594432'),(4712,'61750809885','250',1.00,'1000','retail','0','2025-06-25 03:04:45','','','','500','Cash',137.93,'1000','','','6','16.00','1','2025-06-25 00:05:06','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9954.00','9953','Inclusive','branch','Inventory','1110','4000','5500','','','','6175080990493300330322'),(4713,'31750861056','164',5.00,'250','retail','0','2025-06-25 17:17:36','','','','35','Cash',34.48,'50','','','3','16.00','1','2025-06-25 14:17:40','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'5','28.00','23','Inclusive','branch','Inventory','','','','yes','','','3175086105731230233027'),(4714,'31750861228','119',1.00,'400','retail','0','2025-06-25 17:20:28','','','','250','Cash',55.17,'400','','','3','16.00','1','2025-06-25 14:21:48','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','3175086122903202039733'),(4715,'31750861228','207',2.00,'700','retail','0','2025-06-25 17:20:51','','','','247','Cash',96.55,'350','','','3','16.00','1','2025-06-25 14:21:48','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'2','27.00','25','Inclusive','branch','Inventory','','','','yes','','','3175086125218232812676'),(4716,'31750861228','53',1.00,'900','retail','0','2025-06-25 17:21:21','','','','0','Cash',124.14,'900','','','3','16.00','1','2025-06-25 14:21:48','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9978.00','9977','Inclusive','branch','Inventory','','','','yes','','','3175086128220061722322'),(4717,'31750861228','45',2.00,'100','retail','0','2025-06-25 17:21:32','','','','0','Cash',13.79,'50','','','3','16.00','1','2025-06-25 14:21:48','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9588.00','9586','Inclusive','branch','Inventory','','','','yes','','','3175086129310007252333'),(4718,'31750861228','35',1.00,'100','retail','0','2025-06-25 17:21:37','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-25 14:21:48','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9992.00','9991','Inclusive','branch','Inventory','','','','yes','','','3175086129823240231200'),(4719,'31750861228','46',2.00,'200','retail','0','2025-06-25 17:21:41','','','','0','Cash',27.59,'100','','','3','16.00','1','2025-06-25 14:21:48','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','9928.00','9926','Inclusive','branch','Inventory','','','','yes','','','3175086130202333323003'),(4720,'31750861564','247',1.00,'1500','retail','0','2025-06-25 17:26:04','','','','500','Cash',206.90,'1500','','','3','16.00','1','2025-06-25 14:26:27','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9974.00','9973','Inclusive','branch','Inventory','1110','4000','5500','','','','3175086156520330230605'),(4721,'31750861564','52',1.00,'450','retail','0','2025-06-25 17:26:15','','','','0','Cash',62.07,'450','','','3','16.00','1','2025-06-25 14:26:27','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9978.00','9977','Inclusive','branch','Inventory','','','','yes','','','3175086157623243386432'),(4722,'31750861564','45',1.00,'50','retail','0','2025-06-25 17:26:20','','','','0','Cash',6.90,'50','','','3','16.00','1','2025-06-25 14:26:27','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9586.00','9585','Inclusive','branch','Inventory','','','','yes','','','3175086158130331023233'),(4723,'31750861564','46',1.00,'100','retail','0','2025-06-25 17:26:23','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-25 14:26:27','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9926.00','9925','Inclusive','branch','Inventory','','','','yes','','','3175086158452502322332'),(4724,'31750861645','12',1.00,'150','retail','0','2025-06-25 17:27:25','','','','0','Cash',20.69,'150','','','3','16.00','1','2025-06-25 14:27:29','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','9997.00','9996','Inclusive','branch','Inventory','','','','yes','','','3175086164632221300832'),(4725,'31750862222','195',5.00,'500','retail','0','2025-06-25 17:37:02','','','','70','Cash',68.97,'100','','','3','16.00','1','2025-06-25 14:37:06','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'5','10.00','5','Inclusive','branch','Inventory','','','','yes','','','3175086222306232202033'),(4726,'31750867553','100',1.00,'250','retail','0','2025-06-25 19:05:53','','','','165','Cash',34.48,'250','','','3','16.00','1','2025-06-25 16:06:50','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','3175086755430515108230'),(4727,'31750867553','94',1.00,'1800','retail','0','2025-06-25 19:05:54','','','','1000','Cash',248.28,'1800','','','3','16.00','1','2025-06-25 16:06:50','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','3175086758752002700326'),(4728,'31750867553','3',1.00,'120','retail','0','2025-06-25 19:06:43','','','','0','Cash',16.55,'120','','','3','16.00','1','2025-06-25 16:06:50','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9936.00','9935','Inclusive','branch','Inventory','','','','yes','','B','3175086760332533333205'),(4729,'31750867679','272',1.00,'100','retail','0','2025-06-25 19:07:59','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-25 16:08:02','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175086768052376220002'),(4730,'31750867796','114',1.00,'850','retail','0','2025-06-25 19:09:56','','','','585','Cash',117.24,'850','','','3','16.00','1','2025-06-25 16:10:42','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','3175086779702337203777'),(4731,'31750867796','11',1.00,'100','retail','0','2025-06-25 19:10:17','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-25 16:10:42','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9994.00','9993','Inclusive','branch','Inventory','','','','yes','','','3175086781800823830832'),(4732,'31750867796','207',1.00,'350','retail','0','2025-06-25 19:10:39','','','','247','Cash',48.28,'350','','','3','16.00','1','2025-06-25 16:10:42','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','25.00','24','Inclusive','branch','Inventory','','','','yes','','','3175086783952733833830'),(4733,'31750867903','201',1.00,'300','retail','0','2025-06-25 19:11:43','','','','200','Cash',41.38,'300','','','3','16.00','1','2025-06-25 16:13:01','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','3175086794808032329730'),(4734,'31750867903','164',1.00,'50','retail','0','2025-06-25 19:12:40','','','','35','Cash',6.90,'50','','','3','16.00','1','2025-06-25 16:13:01','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','23.00','22','Inclusive','branch','Inventory','','','','yes','','','3175086796023225643502'),(4735,'31750867903','178',1.00,'100','retail','0','2025-06-25 19:12:57','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-25 16:13:01','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','82.00','81','Inclusive','branch','Inventory','','','','yes','','','3175086797877202371009'),(4736,'31750868144','209',4.00,'1000','retail','0','2025-06-25 19:15:44','','','','175','Cash',137.93,'250','','','3','16.00','1','2025-06-25 16:16:12','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'4','89.00','85','Inclusive','branch','Inventory','','','','yes','','','3175086814520203002242'),(4737,'31750868144','119',1.00,'400','retail','0','2025-06-25 19:15:54','','','','250','Cash',55.17,'400','','','3','16.00','1','2025-06-25 16:16:12','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','3175086815461262303331'),(4738,'31750868144','3',1.00,'120','retail','0','2025-06-25 19:16:08','','','','0','Cash',16.55,'120','','','3','16.00','1','2025-06-25 16:16:12','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9935.00','9934','Inclusive','branch','Inventory','','','','yes','','B','3175086816913233021136'),(4739,'31750868222','90',9.00,'900','retail','0','2025-06-25 19:17:02','','','','74','Cash',124.14,'100','','','3','16.00','1','2025-06-25 16:17:40','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'9','23.00','14','Inclusive','branch','Inventory','','','','yes','','','3175086825420330173302'),(4740,'51750870344','209',4.00,'1000','retail','0','2025-06-25 19:52:24','','','','175','Cash',137.93,'250','','','5','16.00','1','2025-06-25 16:52:31','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'4','85.00','81','Inclusive','branch','Inventory','','','','yes','','','5175087034537025033020'),(4741,'51750870380','209',1.00,'250','retail','0','2025-06-25 19:53:00','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-25 16:53:03','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','81.00','80','Inclusive','branch','Inventory','','','','yes','','','5175087038134188100835'),(4742,'51750870414','22',1.00,'300','retail','0','2025-06-25 19:53:34','','','','0','Cash',41.38,'300','','','5','16.00','1','2025-06-25 16:53:38','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9930.00','9929','Inclusive','branch','Inventory','','','','yes','','','5175087041532332080345'),(4743,'51750870450','195',2.00,'200','retail','0','2025-06-25 19:54:10','','','','70','Cash',27.59,'100','','','5','16.00','1','2025-06-25 16:54:26','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','5.00','3','Inclusive','branch','Inventory','','','','yes','','','5175087045121052370744'),(4744,'51750870450','272',1.00,'100','retail','0','2025-06-25 19:54:21','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-25 16:54:26','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175087046162320834243'),(4745,'51750870492','80',1.00,'800','retail','0','2025-06-25 19:54:52','','','','0','Cash',110.34,'800','','','5','16.00','1','2025-06-25 16:55:06','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9977.00','9976','Inclusive','branch','Inventory','','','','yes','','','5175087049335592353172'),(4746,'51750870492','45',1.00,'50','retail','0','2025-06-25 19:55:03','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-25 16:55:06','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9585.00','9584','Inclusive','branch','Inventory','','','','yes','','','5175087050430870055313'),(4747,'51750870539','16',1.00,'150','retail','0','2025-06-25 19:55:39','','','','0','Cash',20.69,'150','','','5','16.00','1','2025-06-25 16:55:43','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','9993.00','9992','Inclusive','branch','Inventory','','','','yes','','','5175087054020250082023'),(4748,'51750870565','178',1.00,'100','retail','0','2025-06-25 19:56:05','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-25 16:56:08','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','81.00','80','Inclusive','branch','Inventory','','','','yes','','','5175087056675325533500'),(4749,'51750870590','53',1.00,'900','retail','0','2025-06-25 19:56:30','','','','0','Cash',124.14,'900','','','5','16.00','1','2025-06-25 16:56:40','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9977.00','9976','Inclusive','branch','Inventory','','','','yes','','','5175087059000934032058'),(4750,'51750870590','45',2.00,'100','retail','0','2025-06-25 19:56:37','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-25 16:56:40','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9584.00','9582','Inclusive','branch','Inventory','','','','yes','','','5175087059822373274750'),(4751,'51750870628','162',1.00,'15','retail','0','2025-06-25 19:57:08','','','','10','Cash',2.07,'15','','','5','16.00','1','2025-06-25 16:57:13','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','21.00','20','Inclusive','branch','Inventory','','','','yes','','','5175087062830736305033'),(4752,'51750870660','195',1.00,'100','retail','0','2025-06-25 19:57:40','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-25 16:57:45','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','5175087066125223020557'),(4753,'51750873092','52',1.00,'450','retail','0','2025-06-25 20:38:35','','','','0','Cash',62.07,'450','','','5','16.00','1','2025-06-25 17:38:43','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9977.00','9976','Inclusive','branch','Inventory','','','','yes','','','5175087311673832534373'),(4754,'51750873176','53',1.00,'900','retail','0','2025-06-25 20:39:36','','','','0','Cash',124.14,'900','','','5','16.00','1','2025-06-25 17:40:27','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9976.00','9975','Inclusive','branch','Inventory','','','','yes','','','5175087317772822713021'),(4755,'51750873176','45',2.00,'100','retail','0','2025-06-25 20:39:56','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-25 17:40:27','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9582.00','9580','Inclusive','branch','Inventory','','','','yes','','','5175087319603333201733'),(4756,'51750873176','46',1.00,'100','retail','0','2025-06-25 20:40:24','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-25 17:40:27','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9925.00','9924','Inclusive','branch','Inventory','','','','yes','','','5175087322503225222308'),(4757,'51750873282','23',1.00,'600','retail','0','2025-06-25 20:41:22','','','','0','Cash',82.76,'600','','','5','16.00','1','2025-06-25 17:41:33','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9977.00','9976','Inclusive','branch','Inventory','','','','yes','','','5175087328330827330233'),(4758,'51750873282','45',2.00,'100','retail','0','2025-06-25 20:41:30','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-25 17:41:33','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9580.00','9578','Inclusive','branch','Inventory','','','','yes','','','5175087329023703537823'),(4759,'51750875281','209',1.00,'250','retail','0','2025-06-25 21:14:41','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-25 18:14:43','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','80.00','79','Inclusive','branch','Inventory','','','','yes','','','5175087528175352332433'),(4760,'51750875347','113',2.00,'600','retail','0','2025-06-25 21:15:47','','','','217','Cash',82.76,'300','','','5','16.00','1','2025-06-25 18:16:09','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','12.00','10','Inclusive','branch','Inventory','','','','yes','','','5175087534703232223203'),(4761,'51750875347','209',2.00,'500','retail','0','2025-06-25 21:15:56','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-25 18:16:09','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','79.00','77','Inclusive','branch','Inventory','','','','yes','','','5175087535670502233035'),(4762,'51750875347','164',1.00,'50','retail','0','2025-06-25 21:16:06','','','','35','Cash',6.90,'50','','','5','16.00','1','2025-06-25 18:16:09','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','5175087536607022332330'),(4763,'51750875423','164',1.00,'50','retail','0','2025-06-25 21:17:03','','','','35','Cash',6.90,'50','','','5','16.00','1','2025-06-25 18:17:06','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','21.00','20','Inclusive','branch','Inventory','','','','yes','','','5175087542442324553210'),(4764,'51750877793','136',1.00,'260','retail','0','2025-06-25 21:56:33','','','','210','Cash',35.86,'260','','','5','16.00','1','2025-06-25 18:56:41','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','129.00','128','Inclusive','branch','Inventory','','','','yes','','','5175087779475033233230'),(4765,'51750877793','195',1.00,'100','retail','0','2025-06-25 21:56:39','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-25 18:56:41','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','5175087779933222084374'),(4766,'51750877838','90',4.00,'400','retail','0','2025-06-25 21:57:18','','','','74','Cash',55.17,'100','','','5','16.00','1','2025-06-25 18:57:35','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'4','14.00','10','Inclusive','branch','Inventory','','','','yes','','','5175087783933232258333'),(4767,'51750877838','120',4.00,'100','retail','0','2025-06-25 21:57:32','','','','17','Cash',13.79,'25','','','5','16.00','1','2025-06-25 18:57:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'4','55.00','51','Inclusive','branch','Inventory','','','','yes','','','5175087785350387272533'),(4768,'51750877891','28',1.00,'700','retail','0','2025-06-25 21:58:11','','','','0','Cash',96.55,'700','','','5','16.00','1','2025-06-25 18:58:14','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9993.00','9992','Inclusive','branch','Inventory','','','','yes','','','5175087789122279103032'),(4769,'51750878251','209',1.00,'250','retail','0','2025-06-25 22:04:11','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-25 19:04:14','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','77.00','76','Inclusive','branch','Inventory','','','','yes','','','5175087825203575522238'),(4770,'51750878306','53',1.00,'900','retail','0','2025-06-25 22:05:06','','','','0','Cash',124.14,'900','','','5','16.00','1','2025-06-25 19:05:13','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9975.00','9974','Inclusive','branch','Inventory','','','','yes','','','5175087830772235030200'),(4771,'51750878306','45',1.00,'50','retail','0','2025-06-25 22:05:10','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-25 19:05:13','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9578.00','9577','Inclusive','branch','Inventory','','','','yes','','','5175087831122813002427'),(4772,'51750881990','207',4.00,'1400','retail','0','2025-06-25 23:06:30','','','','247','Cash',193.10,'350','','','5','16.00','1','2025-06-25 20:06:39','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'4','24.00','20','Inclusive','branch','Inventory','','','','yes','','','5175088199193951010103'),(4773,'51750882123','195',1.00,'100','retail','0','2025-06-25 23:08:43','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-25 20:08:51','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','5175088212423300428050'),(4774,'51750882524','214',1.00,'900','retail','0','2025-06-25 23:15:24','','','','680','Cash',124.14,'900','','','5','16.00','1','2025-06-25 20:16:25','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','5175088252453202230228'),(4775,'51750882524','194',1.00,'100','retail','0','2025-06-25 23:15:36','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-25 20:16:25','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','23.00','22','Inclusive','branch','Inventory','','','','yes','','','5175088253753514083233'),(4776,'51750882685','100',2.00,'500','retail','0','2025-06-25 23:18:05','','','','165','Cash',68.97,'250','','','5','16.00','1','2025-06-25 20:18:20','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','12.00','10','Inclusive','branch','Inventory','','','','yes','','','5175088268600223883633'),(4777,'51750882685','209',3.00,'750','retail','0','2025-06-25 23:18:17','','','','175','Cash',103.45,'250','','','5','16.00','1','2025-06-25 20:18:20','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','76.00','73','Inclusive','branch','Inventory','','','','yes','','','5175088269733030232240'),(4778,'51750883103','201',3.00,'900','retail','0','2025-06-25 23:25:03','','','','200','Cash',124.14,'300','','','5','16.00','1','2025-06-25 20:25:18','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','3.00','0','Inclusive','branch','Inventory','','','','yes','','','5175088310423838403202'),(4779,'51750883103','272',1.00,'100','retail','0','2025-06-25 23:25:10','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-25 20:25:18','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175088311117031322272'),(4780,'51750885111','136',1.00,'260','retail','0','2025-06-25 23:58:31','','','','210','Cash',35.86,'260','','','5','16.00','1','2025-06-25 20:58:34','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','128.00','127','Inclusive','branch','Inventory','','','','yes','','','5175088511213001822022'),(4781,'51750888215','209',1.00,'250','retail','0','2025-06-26 00:50:15','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-25 21:51:45','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','73.00','72','Inclusive','branch','Inventory','','','','yes','','','5175088821522051334330'),(4782,'51750888215','204',2.00,'700','retail','0','2025-06-26 00:50:33','','','','245','Cash',96.55,'350','','','5','16.00','1','2025-06-25 21:51:45','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'2','12.00','10','Inclusive','branch','Inventory','','','','yes','','','5175088823432200232032'),(4783,'51750888215','178',3.00,'300','retail','0','2025-06-26 00:50:54','','','','54.17','Cash',41.38,'100','','','5','16.00','1','2025-06-25 21:51:45','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','80.00','77','Inclusive','branch','Inventory','','','','yes','','','5175088825430010220333'),(4784,'51750888215','111',1.00,'1300','retail','0','2025-06-26 00:51:28','','','','945','Cash',179.31,'1300','','','5','16.00','1','2025-06-25 21:51:45','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','20.00','19','Inclusive','branch','Inventory','','','','yes','','','5175088828928522002900'),(4785,'51750890995','244',1.00,'200','retail','0','2025-06-26 01:36:35','','','','150','Cash',27.59,'200','','','5','16.00','1','2025-06-25 22:36:43','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9969.00','9968','Inclusive','branch','Inventory','','','','yes','','','5175089099605382293298'),(4786,'31750932278','47',1.00,'200','retail','0','2025-06-26 13:04:38','','','','0','Cash',27.59,'200','','','3','16.00','1','2025-06-26 10:05:51','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9878.00','9877','Inclusive','branch','Inventory','','','','yes','','','3175093231224103701502'),(4787,'31750932278','209',1.00,'250','retail','0','2025-06-26 13:05:13','','','','175','Cash',34.48,'250','','','3','16.00','1','2025-06-26 10:05:51','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','72.00','71','Inclusive','branch','Inventory','','','','yes','','','3175093234303332223040'),(4788,'31750932358','187',1.00,'15','retail','0','2025-06-26 13:05:58','','','','8','Cash',2.07,'15','','','3','16.00','1','2025-06-26 10:06:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','43.00','42','Inclusive','branch','Inventory','','','','yes','','','3175093240501200302033'),(4789,'31750938260','23',1.00,'600','retail','0','2025-06-26 14:44:20','','','','0','Cash',82.76,'600','','','3','16.00','1','2025-06-26 11:44:39','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9976.00','9975','Inclusive','branch','Inventory','','','','yes','','','3175093826137332392703'),(4790,'31750938260','45',1.00,'50','retail','0','2025-06-26 14:44:26','','','','0','Cash',6.90,'50','','','3','16.00','1','2025-06-26 11:44:39','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9577.00','9576','Inclusive','branch','Inventory','','','','yes','','','3175093826793733423292'),(4791,'31750938260','195',1.00,'100','retail','0','2025-06-26 14:44:35','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-26 11:44:39','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','183.00','182','Inclusive','branch','Inventory','','','','yes','','','3175093827630327039233'),(4795,'41750942248','22',1.00,'300','retail','0','2025-06-26 15:50:48','','','','0','Cash',41.38,'300','','','4','16.00','1','2025-06-26 12:51:05','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9929.00','9928','Inclusive','branch','Inventory','','','','yes','','','4175094224931325341434'),(4796,'41750942248','45',1.00,'50','retail','0','2025-06-26 15:50:57','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-26 12:51:05','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9576.00','9575','Inclusive','branch','Inventory','','','','yes','','','4175094225833909322220'),(4797,'31750946006','272',1.00,'100','retail','0','2025-06-26 16:53:27','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-26 13:53:33','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175094600933290203923'),(4798,'31750946104','164',1.00,'50','retail','0','2025-06-26 16:55:04','','','','35','Cash',6.90,'50','','','3','16.00','1','2025-06-26 13:55:09','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','3175094610552402050092'),(4799,'31750949234','209',1.00,'250','retail','0','2025-06-26 17:47:14','','','','175','Cash',34.48,'250','','','3','16.00','1','2025-06-26 14:47:20','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','15.00','14','Inclusive','branch','Inventory','','','','yes','','','3175094923532257033332'),(4800,'31750939402','96',1.00,'850','retail','0','2025-06-26 15:03:23','','','','605','Cash',117.24,'850','','','3','16','1','2025-06-26 15:16:27','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',732.76,'1','2.00','1','Inclusive','branch','Inventory','','','','','',NULL,'3175093940352542933039'),(4801,'31750939402','120',4.00,'100','retail','0','2025-06-26 15:03:36','','','','17','Cash',13.79,'25','','','3','16','1','2025-06-26 15:16:27','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',21.55,'4','51.00','47','Inclusive','branch','Inventory','','','','','',NULL,'3175093941723343292033'),(4802,'31750939402','272',1.00,'100','retail','0','2025-06-26 15:03:54','','','','33.3','Cash',13.79,'100','','','3','16','1','2025-06-26 15:16:27','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3175093943539203130332'),(4803,'31750939402','120',4.00,'100','retail','0','2025-06-26 18:16:19','','','','17','Cash',13.79,'25','','','3','16.00','1','2025-06-26 15:16:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'4','47.00','43','Inclusive','branch','Inventory','','','','yes','','','3175095098000332300908'),(4804,'31750951601','136',2.00,'520','retail','0','2025-06-26 18:26:41','','','','210','Cash',71.72,'260','','','3','16.00','1','2025-06-26 15:26:46','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','34.00','32','Inclusive','branch','Inventory','','','','yes','','','3175095160222227263333'),(4805,'31750954394','195',1.00,'100','retail','0','2025-06-26 19:13:14','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-26 16:13:18','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','182.00','181','Inclusive','branch','Inventory','','','','yes','','','3175095439439724242333'),(4806,'61750956644','188',2.00,'600','retail','0','2025-06-26 19:50:44','','','','251','Cash',82.76,'300','','','6','16.00','1','2025-06-26 16:51:20','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','11.00','9','Inclusive','branch','Inventory','','','','yes','','','6175095665903290232316'),(4807,'61750956644','113',1.00,'300','retail','0','2025-06-26 19:51:01','','','','217','Cash',41.38,'300','','','6','16.00','1','2025-06-26 16:51:20','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','6175095667630620264372'),(4812,'51750958880','26',1.00,'700','retail','0','2025-06-26 20:28:00','','','','0','Cash',96.55,'700','','','5','16.00','1','2025-06-26 17:28:25','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9973.00','9972','Inclusive','branch','Inventory','','','','yes','','','5175095888122373323820'),(4813,'51750958880','45',2.00,'100','retail','0','2025-06-26 20:28:11','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-26 17:28:25','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9574.00','9572','Inclusive','branch','Inventory','','','','yes','','','5175095889231335050322'),(4814,'51750958880','46',1.00,'100','retail','0','2025-06-26 20:28:16','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-26 17:28:25','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9923.00','9922','Inclusive','branch','Inventory','','','','yes','','','5175095889772202533920'),(4815,'51750958927','25',1.00,'350','retail','0','2025-06-26 20:28:47','','','','0','Cash',48.28,'350','','','5','16.00','1','2025-06-26 17:28:59','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9976.00','9975','Inclusive','branch','Inventory','','','','yes','','','5175095892822522073529'),(4816,'51750958927','45',1.00,'50','retail','0','2025-06-26 20:28:54','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-26 17:28:59','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9572.00','9571','Inclusive','branch','Inventory','','','','yes','','','5175095893530355717585'),(4817,'51750959313','89',3.00,'750','retail','0','2025-06-26 20:35:13','','','','175','Cash',103.45,'250','','','5','16.00','1','2025-06-26 17:35:22','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','163.00','160','Inclusive','branch','Inventory','','','','yes','','','5175095931503733570231'),(4818,'51750959364','134',4.00,'1200','retail','0','2025-06-26 20:36:04','','','','180','Cash',165.52,'300','','','5','16.00','1','2025-06-26 17:36:17','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'4','4.00','0','Inclusive','branch','Inventory','','','','yes','','','5175095936731302002302'),(4819,'51750959446','178',1.00,'100','retail','0','2025-06-26 20:37:26','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-26 17:37:43','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','26.00','25','Inclusive','branch','Inventory','','','','yes','','','5175095944883393204900'),(4820,'51750959446','195',1.00,'100','retail','0','2025-06-26 20:37:35','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-26 17:37:43','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','181.00','180','Inclusive','branch','Inventory','','','','yes','','','5175095945733719200223'),(4821,'61750959531','52',1.00,'450','retail','0','2025-06-26 20:38:51','','','','0','Cash',62.07,'450','','','6','16.00','1','2025-06-26 17:39:43','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9976.00','9975','Inclusive','branch','Inventory','','','','yes','','','6175095955712032523233'),(4822,'61750959531','45',1.00,'50','retail','0','2025-06-26 20:39:17','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-26 17:39:43','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9571.00','9570','Inclusive','branch','Inventory','','','','yes','','','6175095956753000203231'),(4823,'61750959531','46',1.00,'100','retail','0','2025-06-26 20:39:29','','','','0','Cash',13.79,'100','','','6','16.00','1','2025-06-26 17:39:43','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9922.00','9921','Inclusive','branch','Inventory','','','','yes','','','6175095957933972320295'),(4824,'51750960048','247',1.00,'1500','retail','0','2025-06-26 20:47:28','','','','500','Cash',206.90,'1500','','','5','16.00','1','2025-06-26 17:47:36','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9973.00','9972','Inclusive','branch','Inventory','1110','4000','5500','','','','5175096004933249220359'),(4825,'51750958825','22',1.00,'300','retail','0','2025-06-26 20:27:05','','','','0','Cash',41.38,'300','','','5','16','1','2025-06-26 17:52:58','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9928.00','9927','Inclusive','branch','Inventory','','','','','',NULL,'5175095882624415738138'),(4826,'51750958825','45',1.00,'50','retail','0','2025-06-26 20:27:12','','','','0','Cash',6.90,'50','','','5','16','1','2025-06-26 17:52:58','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9575.00','9574','Inclusive','branch','Inventory','','','','','',NULL,'5175095883423733028303'),(4827,'51750958825','46',1.00,'100','retail','0','2025-06-26 20:27:32','','','','0','Cash',13.79,'100','','','5','16','1','2025-06-26 17:52:58','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9924.00','9923','Inclusive','branch','Inventory','','','','','',NULL,'5175095885282583253323'),(4828,'51750960734','209',1.00,'250','retail','0','2025-06-26 20:58:54','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-26 17:58:57','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','5175096073435324020922'),(4829,'61750961128','89',4.00,'1000','retail','0','2025-06-26 21:05:28','','','','175','Cash',137.93,'250','','','6','16.00','1','2025-06-26 18:05:43','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'4','160.00','156','Inclusive','branch','Inventory','','','','yes','','','6175096114104732070393'),(4830,'51750962238','30',1.00,'700','retail','0','2025-06-26 21:23:58','','','','0','Cash',96.55,'700','','','5','16.00','1','2025-06-26 18:24:10','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9999.00','9998','Inclusive','branch','Inventory','','','','yes','','','5175096223923462722233'),(4831,'51750962238','47',1.00,'200','retail','0','2025-06-26 21:24:06','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-26 18:24:10','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9877.00','9876','Inclusive','branch','Inventory','','','','yes','','','5175096224770202233035'),(4832,'51750962275','196',3.00,'60','retail','0','2025-06-26 21:24:35','','','','14','Cash',8.28,'20','','','5','16.00','1','2025-06-26 18:24:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'3','116.00','113','Inclusive','branch','Inventory','','','','yes','','','5175096227732527500442'),(4833,'51750962655','238',1.00,'100','retail','0','2025-06-26 21:30:55','','','','33','Cash',13.79,'100','','','5','16.00','1','2025-06-26 18:31:00','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','37.00','36','Inclusive','branch','Inventory','','','','yes','','','5175096265627235532002'),(4834,'51750962690','272',1.00,'100','retail','0','2025-06-26 21:31:30','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-26 18:31:51','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175096270305205020121'),(4835,'41750962755','111',1.00,'1300','retail','0','2025-06-26 21:32:35','','','','945','Cash',179.31,'1300','','','4','16.00','1','2025-06-26 18:34:30','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','4175096278637254232343'),(4836,'41750962755','272',1.00,'100','retail','0','2025-06-26 21:33:14','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-26 18:34:30','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175096279883732300442'),(4837,'41750962755','178',3.00,'300','retail','0','2025-06-26 21:33:33','','','','54.17','Cash',41.38,'100','','','4','16.00','1','2025-06-26 18:34:30','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','25.00','22','Inclusive','branch','Inventory','','','','yes','','','4175096281430124223324'),(4838,'41750962755','79',1.00,'400','retail','0','2025-06-26 21:33:54','','','','0','Cash',55.17,'400','','','4','16.00','1','2025-06-26 18:34:30','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9961.00','9960','Inclusive','branch','Inventory','','','','yes','','','4175096283622142704223'),(4839,'41750962755','45',1.00,'50','retail','0','2025-06-26 21:34:14','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-26 18:34:30','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9570.00','9569','Inclusive','branch','Inventory','','','','yes','','','4175096285522232037225'),(4842,'41750962967','189',1.00,'600','retail','0','2025-06-26 21:36:07','','','','423','Cash',82.76,'600','','','4','16.00','1','2025-06-26 18:36:36','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','4175096298638242038333'),(4858,'51750963848','180',1.00,'300','retail','0','2025-06-26 21:50:48','','','','185','Cash',41.38,'300','','','5','16.00','1','2025-06-26 18:50:51','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','16.00','15','Inclusive','branch','Inventory','','','','yes','','','5175096384933405042293'),(4859,'51750963932','247',1.00,'1500','retail','0','2025-06-26 21:52:12','','','','500','Cash',206.90,'1500','','','5','16.00','1','2025-06-26 18:52:14','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9972.00','9971','Inclusive','branch','Inventory','1110','4000','5500','','','','5175096393243225300363'),(4860,'61750963069','27',1.00,'1400','retail','0','2025-06-26 21:37:50','','','','0','Cash',193.10,'1400','','','6','16','1','2025-06-26 19:22:22','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','9989.00','9988','Inclusive','branch','Inventory','','','','','',NULL,'6175096309121629242726'),(4861,'61750963069','45',2.00,'100','retail','0','2025-06-26 21:38:12','','','','0','Cash',13.79,'50','','','6','16','1','2025-06-26 19:22:22','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9569.00','9567','Inclusive','branch','Inventory','','','','','',NULL,'6175096310420200333323'),(4862,'61750963069','111',1.00,'1300','retail','0','2025-06-26 21:38:24','','','','945','Cash',179.31,'1300','','','6','16','1','2025-06-26 19:22:22','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','5.00','4','Inclusive','branch','Inventory','','','','','',NULL,'6175096311420203002242'),(4863,'61750963069','272',1.00,'100','retail','0','2025-06-26 21:38:35','','','','33.3','Cash',13.79,'100','','','6','16','1','2025-06-26 19:22:22','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6175096312823330276013'),(4864,'61750963069','195',1.00,'100','retail','0','2025-06-26 21:38:48','','','','70','Cash',13.79,'100','','','6','16','1','2025-06-26 19:22:22','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','180.00','179','Inclusive','branch','Inventory','','','','','',NULL,'6175096313754253253060'),(4865,'61750963069','176',1.00,'300','retail','0','2025-06-26 21:38:58','','','','180','Cash',41.38,'300','','','6','16','1','2025-06-26 19:22:22','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','22.00','21','Inclusive','branch','Inventory','','','','','',NULL,'6175096314613333223311'),(4866,'61750963069','244',1.00,'200','retail','0','2025-06-26 21:39:07','','','','150','Cash',27.59,'200','','','6','16','1','2025-06-26 19:22:22','2','14','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9968.00','9967','Inclusive','branch','Inventory','','','','','',NULL,'6175096315727252426331'),(4867,'61750963069','160',1.00,'100','retail','0','2025-06-26 21:42:36','','','','41.67','Cash',13.79,'100','','','6','16','1','2025-06-26 19:22:22','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','60.00','59','Inclusive','branch','Inventory','','','','','',NULL,'6175096337102330325273'),(4868,'61750963069','35',1.00,'100','retail','0','2025-06-26 22:22:00','','','','0','Cash',13.79,'100','','','6','16.00','1','2025-06-26 19:22:22','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9991.00','9990','Inclusive','branch','Inventory','','','','yes','','','6175096574022959324240'),(4869,'61750967952','157',1.00,'500','retail','0','2025-06-26 22:59:12','','','','283','Cash',68.97,'500','','','6','16.00','1','2025-06-26 20:01:58','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','6175096796132207342722'),(4870,'61750967952','178',1.00,'100','retail','0','2025-06-26 22:59:21','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-26 20:01:58','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','6175096797032307732631'),(4871,'61750967952','196',2.00,'40','retail','0','2025-06-26 22:59:30','','','','14','Cash',5.52,'20','','','6','16.00','1','2025-06-26 20:01:58','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','113.00','111','Inclusive','branch','Inventory','','','','yes','','','6175096797821736072270'),(4872,'61750967952','163',1.00,'10','retail','0','2025-06-26 22:59:38','','','','5','Cash',1.38,'10','','','6','16.00','1','2025-06-26 20:01:58','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','78.00','77','Inclusive','branch','Inventory','','','','yes','','','6175096809306352203243'),(4873,'61750967952','196',5.00,'100','retail','0','2025-06-26 23:01:34','','','','14','Cash',13.79,'20','','','6','16.00','1','2025-06-26 20:01:58','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'5','111.00','106','Inclusive','branch','Inventory','','','','yes','','','6175096810630026136636'),(4874,'51750968357','1',1.00,'100','retail','0','2025-06-26 23:05:57','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-26 20:06:02','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9968.00','9967','Inclusive','branch','Inventory','','','','yes','','A','5175096835700823325520'),(4875,'51750968395','22',1.00,'300','retail','0','2025-06-26 23:06:35','','','','0','Cash',41.38,'300','','','5','16.00','1','2025-06-26 20:06:52','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9927.00','9926','Inclusive','branch','Inventory','','','','yes','','','5175096839632223992596'),(4876,'51750968395','47',1.00,'200','retail','0','2025-06-26 23:06:42','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-26 20:06:52','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9876.00','9875','Inclusive','branch','Inventory','','','','yes','','','5175096840334383203522'),(4877,'51750968427','47',1.00,'200','retail','0','2025-06-26 23:07:07','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-26 20:07:10','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9875.00','9874','Inclusive','branch','Inventory','','','','yes','','','5175096842723032387332'),(4878,'51750969628','203',1.00,'100','retail','0','2025-06-26 23:27:08','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-26 20:27:11','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','5175096962939027329003'),(4879,'51750969694','25',1.00,'350','retail','0','2025-06-26 23:28:14','','','','0','Cash',48.28,'350','','','5','16.00','1','2025-06-26 20:28:23','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9975.00','9974','Inclusive','branch','Inventory','','','','yes','','','5175096969533320570227'),(4880,'51750969694','45',1.00,'50','retail','0','2025-06-26 23:28:21','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-26 20:28:23','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9567.00','9566','Inclusive','branch','Inventory','','','','yes','','','5175096970120226202233'),(4881,'51750970758','35',1.00,'100','retail','0','2025-06-26 23:45:58','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-26 20:46:01','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9990.00','9989','Inclusive','branch','Inventory','','','','yes','','','5175097075952005300503'),(4882,'41750970847','37',1.00,'100','retail','0','2025-06-26 23:47:27','','','','0','Cash',13.79,'100','','','4','16.00','1','2025-06-26 20:48:05','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9997.00','9996','Inclusive','branch','Inventory','','','','yes','','','4175097087922724002232'),(4883,'61750971265','218',5.00,'1300','retail','0','2025-06-26 23:54:25','','','','200','Cash',179.31,'260','','','6','16.00','1','2025-06-26 20:55:42','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'5','36.00','31','Inclusive','branch','Inventory','','','','yes','','','6175097132472200273207'),(4884,'61750971265','138',2.00,'660','retail','0','2025-06-26 23:55:24','','','','265','Cash',91.03,'330','','','6','16.00','1','2025-06-26 20:55:42','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',284.48,'2','11.00','9','Inclusive','branch','Inventory','','','','yes','','','6175097133740205217302'),(4885,'41750962896','205',2.00,'600','retail','0','2025-06-26 21:34:56','','','','225','Cash',82.76,'300','','','4','16','1','2025-06-26 21:18:46','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','11.00','9','Inclusive','branch','Inventory','','','','','',NULL,'4175096291500355332232'),(4886,'41750962896','218',1.00,'260','retail','0','2025-06-26 21:35:44','','','','200','Cash',35.86,'260','','','4','16','1','2025-06-26 21:18:46','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','37.00','36','Inclusive','branch','Inventory','','','','','',NULL,'4175096294743363273392'),(4887,'41750962896','45',1.00,'50','retail','0','2025-06-27 00:18:24','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-26 21:18:46','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9566.00','9565','Inclusive','branch','Inventory','','','','yes','','','4175097270452032933200'),(4888,'41750962896','79',1.00,'400','retail','0','2025-06-27 00:18:36','','','','0','Cash',55.17,'400','','','4','16.00','1','2025-06-26 21:18:46','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9960.00','9959','Inclusive','branch','Inventory','','','','yes','','','4175097271603302222929'),(4889,'61750956686','218',2.00,'520','retail','0','2025-06-26 19:51:26','','','','200','Cash',71.72,'260','','','6','16','1','2025-06-26 21:21:55','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'2','39.00','37','Inclusive','branch','Inventory','','','','','',NULL,'6175095670122205030706'),(4890,'61750956686','205',1.00,'300','retail','0','2025-06-27 00:21:30','','','','225','Cash',41.38,'300','','','6','16.00','1','2025-06-26 21:21:55','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','6175097291024232225002'),(4891,'51750973181','115',1.00,'300','retail','0','2025-06-27 00:26:21','','','','217','Cash',41.38,'300','','','5','16.00','1','2025-06-26 21:26:31','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','5175097318233130330385'),(4892,'51750973181','178',1.00,'100','retail','0','2025-06-27 00:26:27','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-26 21:26:31','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','21.00','20','Inclusive','branch','Inventory','','','','yes','','','5175097318712202148172'),(4893,'51750973253','247',1.00,'1500','retail','0','2025-06-27 00:27:33','','','','500','Cash',206.90,'1500','','','5','16.00','1','2025-06-26 21:27:36','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9971.00','9970','Inclusive','branch','Inventory','1110','4000','5500','','','','5175097325392247322537'),(4894,'51750973375','282',8.00,'320','retail','0','2025-06-27 00:29:35','','','','20','Cash',44.14,'40','','','5','16.00','1','2025-06-26 21:30:39','1','19','new','1','new','pcs','','','','yes','','0','','','VATABLE',34.48,'8','500.00','492','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175097337692033220302'),(4895,'51750973375','162',2.00,'30','retail','0','2025-06-27 00:29:47','','','','10','Cash',4.14,'15','','','5','16.00','1','2025-06-26 21:30:39','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','20.00','18','Inclusive','branch','Inventory','','','','yes','','','5175097338823382002233'),(4896,'51750973488','136',1.00,'260','retail','0','2025-06-27 00:31:28','','','','210','Cash',35.86,'260','','','5','16.00','1','2025-06-26 21:31:31','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','32.00','31','Inclusive','branch','Inventory','','','','yes','','','5175097348942930002225'),(4897,'51750973531','3',2.00,'240','retail','0','2025-06-27 00:32:11','','','','0','Cash',33.10,'120','','','5','16.00','1','2025-06-26 21:32:25','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'2','9934.00','9932','Inclusive','branch','Inventory','','','','yes','','B','5175097353131920147354'),(4898,'51750973531','47',1.00,'200','retail','0','2025-06-27 00:32:21','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-26 21:32:25','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9874.00','9873','Inclusive','branch','Inventory','','','','yes','','','5175097354222320273732'),(4899,'51750975473','176',2.00,'600','retail','0','2025-06-27 01:04:33','','','','180','Cash',82.76,'300','','','5','16.00','1','2025-06-26 22:04:47','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','21.00','19','Inclusive','branch','Inventory','','','','yes','','','5175097547300332147032'),(4900,'51750975473','180',1.00,'300','retail','0','2025-06-27 01:04:43','','','','185','Cash',41.38,'300','','','5','16.00','1','2025-06-26 22:04:47','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','15.00','14','Inclusive','branch','Inventory','','','','yes','','','5175097548333320021335'),(4901,'141751006907','247',1.00,'1500','retail','0','2025-06-27 09:48:27','','','','500','Cash',206.90,'1500','','','14','16.00','1','2025-06-27 15:06:39','3','18','returned','1','new','pcs','','2025-06-27 18:06:39','16','yes','','0','','','VATABLE',1293.10,'1','9970.00','9969','Inclusive','branch','Inventory','1110','4000','5500','','','','14175100692901209202132'),(4902,'141751006907','22',1.00,'300','retail','0','2025-06-27 09:48:50','','','','0','Cash',41.38,'300','','','14','16.00','1','2025-06-27 15:06:48','4','2','returned','1','new','pcs','','2025-06-27 18:06:48','16','yes','','0','','','VATABLE',258.62,'1','9926.00','9925','Inclusive','branch','Inventory','','','','yes','','','14175100695032133053232'),(4903,'141751006907','45',1.00,'50','retail','0','2025-06-27 09:49:11','','','','0','Cash',6.90,'50','','','14','16.00','1','2025-06-27 15:06:57','4','4','returned','1','new','pcs','','2025-06-27 18:06:57','16','yes','','0','','','VATABLE',43.10,'1','9565.00','9564','Inclusive','branch','Inventory','','','','yes','','','14175100696531120450643'),(4904,'31751017549','178',2.00,'200','retail','0','2025-06-27 12:45:49','','','','54.17','Cash',27.59,'100','','','3','16.00','1','2025-06-27 09:47:13','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','20.00','18','Inclusive','branch','Inventory','','','','yes','','','3175101755222223535127'),(4905,'31751017549','176',4.00,'1200','retail','0','2025-06-27 12:46:12','','','','180','Cash',165.52,'300','','','3','16.00','1','2025-06-27 09:47:13','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'4','19.00','15','Inclusive','branch','Inventory','','','','yes','','','3175101757423000222232'),(4906,'31751017549','272',1.00,'100','retail','0','2025-06-27 12:46:29','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-27 09:47:13','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175101759010257323701'),(4907,'31751017549','125',1.00,'900','retail','0','2025-06-27 12:46:38','','','','599','Cash',124.14,'900','','','3','16.00','1','2025-06-27 09:47:13','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','3175101762720104054221'),(4908,'31751017700','10',1.00,'100','retail','0','2025-06-27 12:48:20','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-27 09:49:00','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9954.00','9953','Inclusive','branch','Inventory','','','','yes','','','3175101770133231122130'),(4909,'31751017700','1',1.00,'100','retail','0','2025-06-27 12:48:31','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-27 09:49:00','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9967.00','9966','Inclusive','branch','Inventory','','','','yes','','A','3175101771271232103332'),(4910,'31751017700','15',1.00,'120','retail','0','2025-06-27 12:48:48','','','','0','Cash',16.55,'120','','','3','16.00','1','2025-06-27 09:49:00','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9961.00','9960','Inclusive','branch','Inventory','','','','yes','','','3175101773233033700123'),(4912,'31751018660','101',1.00,'1600','retail','0','2025-06-27 13:04:20','','','','1102','Cash',220.69,'1600','','','3','16.00','1','2025-06-27 10:05:15','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1379.31,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','3175101869352038309123'),(4913,'31751018660','195',1.00,'100','retail','0','2025-06-27 13:05:10','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-27 10:05:15','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','179.00','178','Inclusive','branch','Inventory','','','','yes','','','3175101871058323052083'),(4914,'31751017825','99',2.00,'600','retail','0','2025-06-27 12:50:25','','','','180','Cash',82.76,'300','','','3','16','1','2025-06-27 10:45:12','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','18.00','16','Inclusive','branch','Inventory','','','','','',NULL,'3175101782608033621230'),(4915,'31751017825','120',2.00,'50','retail','0','2025-06-27 13:44:53','','','','17','Cash',6.90,'25','','','3','16.00','1','2025-06-27 10:45:12','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','43.00','41','Inclusive','branch','Inventory','','','','yes','','','3175102109432104302221'),(4916,'31751017825','272',1.00,'100','retail','0','2025-06-27 13:45:07','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-27 10:45:12','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175102110830332203324'),(4917,'31751022599','187',1.00,'15','retail','0','2025-06-27 14:09:59','','','','8','Cash',2.07,'15','','','3','16.00','1','2025-06-27 11:10:09','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','103.00','102','Inclusive','branch','Inventory','','','','yes','','','3175102260000030200357'),(4918,'31751022692','187',1.00,'15','retail','0','2025-06-27 14:11:33','','','','8','Cash',2.07,'15','','','3','16.00','1','2025-06-27 11:11:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','102.00','101','Inclusive','branch','Inventory','','','','yes','','','3175102269613102202635'),(4925,'31751022826','26',1.00,'700','retail','0','2025-06-27 14:13:46','','','','0','Cash',96.55,'700','','','3','16','1','2025-06-27 11:28:22','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9972.00','9971','Inclusive','branch','Inventory','','','','','',NULL,'3175102282720233120321'),(4926,'31751022826','45',3.00,'150','retail','0','2025-06-27 14:13:58','','','','0','Cash',20.69,'50','','','3','16','1','2025-06-27 11:28:22','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'3','9564.00','9561','Inclusive','branch','Inventory','','','','','',NULL,'3175102284002240350082'),(4927,'31751022826','46',1.00,'100','retail','0','2025-06-27 14:14:06','','','','0','Cash',13.79,'100','','','3','16','1','2025-06-27 11:28:22','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9921.00','9920','Inclusive','branch','Inventory','','','','','',NULL,'3175102284733108202024'),(4928,'31751022826','272',1.00,'100','retail','0','2025-06-27 14:14:20','','','','33.3','Cash',13.79,'100','','','3','16','1','2025-06-27 11:28:22','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3175102286142233122220'),(4929,'31751022826','272',1.00,'100','retail','0','2025-06-27 14:28:17','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-27 11:28:22','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175102369830220870002'),(4930,'31751022766','209',1.00,'250','retail','0','2025-06-27 14:12:46','','','','175','Cash',34.48,'250','','','3','16','1','2025-06-27 11:35:17','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','13.00','12','Inclusive','branch','Inventory','','','','','',NULL,'3175102276732201205223'),(4931,'31751022766','120',4.00,'100','retail','0','2025-06-27 14:13:00','','','','17','Cash',13.79,'25','','','3','16','1','2025-06-27 11:35:17','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',21.55,'4','41.00','37','Inclusive','branch','Inventory','','','','','',NULL,'3175102278134271201222'),(4932,'31751022766','163',1.00,'10','retail','0','2025-06-27 14:35:13','','','','5','Cash',1.38,'10','','','3','16.00','1','2025-06-27 11:35:17','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','77.00','76','Inclusive','branch','Inventory','','','','yes','','','3175102411341330333130'),(4933,'31751026929','141',1.00,'500','retail','0','2025-06-27 15:22:10','','','','335','Cash',68.97,'500','','','3','16.00','1','2025-06-27 12:22:34','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','3175102695122203312123'),(4934,'31751031039','47',1.00,'200','retail','0','2025-06-27 16:30:39','','','','0','Cash',27.59,'200','','','3','16.00','1','2025-06-27 13:31:05','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9873.00','9872','Inclusive','branch','Inventory','','','','yes','','','3175103103921322222020'),(4935,'31751031039','195',2.00,'200','retail','0','2025-06-27 16:30:51','','','','70','Cash',27.59,'100','','','3','16.00','1','2025-06-27 13:31:05','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','178.00','176','Inclusive','branch','Inventory','','','','yes','','','3175103105113333325300'),(4936,'31751031039','272',1.00,'100','retail','0','2025-06-27 16:31:01','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-27 13:31:05','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175103106237022132303'),(4937,'51751031529','10',1.00,'100','retail','0','2025-06-27 16:38:50','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-27 13:38:56','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9953.00','9952','Inclusive','branch','Inventory','','','','yes','','','5175103153115320241733'),(4938,'31751032716','164',3.00,'150','retail','0','2025-06-27 16:58:36','','','','35','Cash',20.69,'50','','','3','16.00','1','2025-06-27 13:58:47','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'3','126.00','123','Inclusive','branch','Inventory','','','','yes','','','3175103272040212123223'),(4939,'41751035943','1',1.00,'100','retail','0','2025-06-27 17:52:23','','','','0','Cash',13.79,'100','','','4','16.00','1','2025-06-27 14:52:28','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9966.00','9965','Inclusive','branch','Inventory','','','','yes','','A','4175103594404237237204'),(4940,'61751038582','209',3.00,'750','retail','0','2025-06-27 18:36:22','','','','175','Cash',103.45,'250','','','6','16.00','1','2025-06-27 15:36:35','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','62.00','59','Inclusive','branch','Inventory','','','','yes','','','6175103858335025773307'),(4941,'61751040038','120',5.00,'125','retail','0','2025-06-27 19:00:38','','','','17','Cash',17.24,'25','','','6','16.00','1','2025-06-27 16:02:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'5','37.00','32','Inclusive','branch','Inventory','','','','yes','','','6175104006024260222432'),(4942,'61751040038','163',1.00,'10','retail','0','2025-06-27 19:01:00','','','','5','Cash',1.38,'10','','','6','16.00','1','2025-06-27 16:02:35','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','76.00','75','Inclusive','branch','Inventory','','','','yes','','','6175104007303230023024'),(4943,'61751040038','272',1.00,'100','retail','0','2025-06-27 19:01:13','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-27 16:02:35','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','152.00','151','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175104008852101220142'),(4944,'61751040038','140',1.00,'700','retail','0','2025-06-27 19:01:29','','','','480','Cash',96.55,'700','','','6','16.00','1','2025-06-27 16:02:35','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','20.00','19','Inclusive','branch','Inventory','','','','yes','','','6175104010030103710220'),(4945,'61751040038','140',1.00,'700','retail','0','2025-06-27 19:01:41','','','','480','Cash',96.55,'700','','','6','16.00','1','2025-06-27 16:02:35','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','19.00','18','Inclusive','branch','Inventory','','','','yes','','','6175104011121030020122'),(4946,'81751040768','99',6.00,'1800','retail','0','2025-06-27 19:12:48','','','','180','Cash',248.28,'300','','','8','16.00','1','2025-06-27 16:12:56','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'6','16.00','10','Inclusive','branch','Inventory','','','','yes','','','8175104077002223324003'),(4952,'61751041261','272',1.00,'100','retail','0','2025-06-27 19:21:01','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-27 16:21:40','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','151.00','150','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175104128423632727833'),(4953,'61751041261','120',1.00,'25','retail','0','2025-06-27 19:21:24','','','','17','Cash',3.45,'25','','','6','16.00','1','2025-06-27 16:21:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'1','32.00','31','Inclusive','branch','Inventory','','','','yes','','','6175104129533422274305'),(4954,'41751042851','272',1.00,'100','retail','0','2025-06-27 19:47:31','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-27 16:50:58','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','150.00','149','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175104285223238332033'),(4955,'41751042851','162',1.00,'15','retail','0','2025-06-27 19:50:52','','','','10','Cash',2.07,'15','','','4','16.00','1','2025-06-27 16:50:58','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','18.00','17','Inclusive','branch','Inventory','','','','yes','','','4175104305331000344133'),(4962,'41751043156','247',1.00,'1500','retail','0','2025-06-27 19:52:37','','','','500','Cash',206.90,'1500','','','4','16.00','1','2025-06-27 16:52:40','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9970.00','9969','Inclusive','branch','Inventory','1110','4000','5500','','','','4175104315731122304323'),(4963,'41751043183','247',1.00,'1500','retail','0','2025-06-27 19:53:03','','','','500','Cash',206.90,'1500','','','4','16.00','1','2025-06-27 16:53:07','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9969.00','9968','Inclusive','branch','Inventory','1110','4000','5500','','','','4175104318433423420233'),(4964,'41751043200','247',1.00,'1500','retail','0','2025-06-27 19:53:21','','','','500','Cash',206.90,'1500','','','4','16.00','1','2025-06-27 16:53:25','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9968.00','9967','Inclusive','branch','Inventory','1110','4000','5500','','','','4175104320232320322230'),(4965,'41751043668','247',1.00,'1500','retail','0','2025-06-27 20:01:09','','','','500','Cash',206.90,'1500','','','4','16.00','1','2025-06-27 17:01:12','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9967.00','9966','Inclusive','branch','Inventory','1110','4000','5500','','','','4175104366903350916301'),(4966,'41751043777','22',1.00,'300','retail','0','2025-06-27 20:02:57','','','','0','Cash',41.38,'300','','','4','16.00','1','2025-06-27 17:03:26','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9926.00','9925','Inclusive','branch','Inventory','','','','yes','','','4175104377870330038803'),(4967,'41751043777','45',1.00,'50','retail','0','2025-06-27 20:03:00','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-27 17:03:26','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9561.00','9560','Inclusive','branch','Inventory','','','','yes','','','4175104379827304390393'),(4968,'61751044633','120',1.00,'25','retail','0','2025-06-27 20:17:13','','','','17','Cash',3.45,'25','','','6','16.00','1','2025-06-27 17:18:39','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'1','31.00','30','Inclusive','branch','Inventory','','','','yes','','','6175104464544230303000'),(4969,'61751044633','141',1.00,'500','retail','0','2025-06-27 20:17:28','','','','335','Cash',68.97,'500','','','6','16.00','1','2025-06-27 17:18:39','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','6175104468734230010341'),(4970,'61751044633','272',1.00,'100','retail','0','2025-06-27 20:18:08','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-27 17:18:39','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','149.00','148','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175104469832420024342'),(4971,'61751044633','160',1.00,'100','retail','0','2025-06-27 20:18:19','','','','41.67','Cash',13.79,'100','','','6','16.00','1','2025-06-27 17:18:39','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','59.00','58','Inclusive','branch','Inventory','','','','yes','','','6175104470850403202030'),(4979,'41751044791','195',1.00,'100','retail','0','2025-06-27 20:19:52','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-27 17:20:23','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','176.00','175','Inclusive','branch','Inventory','','','','yes','','','4175104479373230924002'),(4980,'41751044791','25',1.00,'350','retail','0','2025-06-27 20:20:07','','','','0','Cash',48.28,'350','','','4','16.00','1','2025-06-27 17:20:23','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9974.00','9973','Inclusive','branch','Inventory','','','','yes','','','4175104480823332221237'),(4981,'41751044791','47',1.00,'200','retail','0','2025-06-27 20:20:17','','','','0','Cash',27.59,'200','','','4','16.00','1','2025-06-27 17:20:23','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9872.00','9871','Inclusive','branch','Inventory','','','','yes','','','4175104481821824342244'),(4982,'51751044926','26',1.00,'700','retail','0','2025-06-27 20:22:06','','','','0','Cash',96.55,'700','','','5','16.00','1','2025-06-27 17:23:18','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9971.00','9970','Inclusive','branch','Inventory','','','','yes','','','5175104492732212920222'),(4983,'51751044926','53',1.00,'900','retail','0','2025-06-27 20:22:29','','','','0','Cash',124.14,'900','','','5','16.00','1','2025-06-27 17:23:18','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9973.00','9972','Inclusive','branch','Inventory','','','','yes','','','5175104495050042032222'),(4984,'51751044926','45',3.00,'150','retail','0','2025-06-27 20:22:53','','','','0','Cash',20.69,'50','','','5','16.00','1','2025-06-27 17:23:18','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'3','9560.00','9557','Inclusive','branch','Inventory','','','','yes','','','5175104497411703324572'),(4985,'51751044926','80',1.00,'800','retail','0','2025-06-27 20:23:12','','','','0','Cash',110.34,'800','','','5','16.00','1','2025-06-27 17:23:18','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9976.00','9975','Inclusive','branch','Inventory','','','','yes','','','5175104499243002332502'),(4986,'51751045035','27',1.00,'1400','retail','0','2025-06-27 20:23:55','','','','0','Cash',193.10,'1400','','','5','16.00','1','2025-06-27 17:24:11','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','9988.00','9987','Inclusive','branch','Inventory','','','','yes','','','5175104503535212372330'),(4987,'51751045035','45',5.00,'250','retail','0','2025-06-27 20:24:07','','','','0','Cash',34.48,'50','','','5','16.00','1','2025-06-27 17:24:11','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'5','9557.00','9552','Inclusive','branch','Inventory','','','','yes','','','5175104504832031173722'),(4988,'51751045091','52',1.00,'450','retail','0','2025-06-27 20:24:51','','','','0','Cash',62.07,'450','','','5','16.00','1','2025-06-27 17:25:04','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9974.00','9973','Inclusive','branch','Inventory','','','','yes','','','5175104509250532240020'),(4989,'51751045091','47',1.00,'200','retail','0','2025-06-27 20:25:00','','','','0','Cash',27.59,'200','','','5','16.00','1','2025-06-27 17:25:04','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9871.00','9870','Inclusive','branch','Inventory','','','','yes','','','5175104510035530331553'),(4990,'61751045500','120',2.00,'50','retail','0','2025-06-27 20:31:41','','','','17','Cash',6.90,'25','','','6','16.00','1','2025-06-27 17:31:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','30.00','28','Inclusive','branch','Inventory','','','','yes','','','6175104551202233000320'),(4991,'41751040863','87',1.00,'3500','retail','0','2025-06-27 19:14:23','','','','2650','Cash',482.76,'3500','','','4','16','1','2025-06-27 17:39:28','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',3017.24,'1','3.00','2','Inclusive','branch','Inventory','','','','','',NULL,'4175104087822237232303'),(4992,'41751040863','218',2.00,'520','retail','0','2025-06-27 19:14:52','','','','200','Cash',71.72,'260','','','4','16','1','2025-06-27 17:39:28','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'2','81.00','79','Inclusive','branch','Inventory','','','','','',NULL,'4175104089332338290374'),(4993,'41751040863','53',1.00,'900','retail','0','2025-06-27 19:15:30','','','','0','Cash',124.14,'900','','','4','16','1','2025-06-27 17:39:28','4','7','new','1','printed','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9974.00','9973','Inclusive','branch','Inventory','','','','','',NULL,'4175104093333534232232'),(4994,'41751040863','52',1.00,'450','retail','0','2025-06-27 19:15:42','','','','0','Cash',62.07,'450','','','4','16','1','2025-06-27 17:39:28','4','7','new','1','printed','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9975.00','9974','Inclusive','branch','Inventory','','','','','',NULL,'4175104094320243322042'),(4995,'41751040863','45',1.00,'50','retail','0','2025-06-27 19:16:33','','','','0','Cash',6.90,'50','','','4','16','1','2025-06-27 17:39:28','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9562.00','9561','Inclusive','branch','Inventory','','','','','',NULL,'4175104099424092371444'),(4996,'41751040863','46',1.00,'100','retail','0','2025-06-27 19:51:45','','','','0','Cash',13.79,'100','','','4','16','1','2025-06-27 17:39:28','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9920.00','9919','Inclusive','branch','Inventory','','','','','',NULL,'4175104310500335420033'),(4997,'41751040863','218',1.00,'260','retail','0','2025-06-27 20:19:28','','','','200','Cash',35.86,'260','','','4','16','1','2025-06-27 17:39:28','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','79.00','78','Inclusive','branch','Inventory','','','','','',NULL,'4175104476935529126326'),(4998,'41751040863','272',1.00,'100','retail','0','2025-06-27 20:38:55','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-27 17:39:28','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','148.00','147','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175104593634213222262'),(4999,'41751040863','218',1.00,'260','retail','0','2025-06-27 20:39:05','','','','200','Cash',35.86,'260','','','4','16.00','1','2025-06-27 17:39:28','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','78.00','77','Inclusive','branch','Inventory','','','','yes','','','4175104594737230205750'),(5002,'61751047603','210',1.00,'400','retail','0','2025-06-27 21:06:43','','','','310','Cash',55.17,'400','','','6','16.00','1','2025-06-27 18:07:24','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','6175104763323072243470'),(5003,'61751047603','178',1.00,'100','retail','0','2025-06-27 21:07:13','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-27 18:07:24','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','78.00','77','Inclusive','branch','Inventory','','','','yes','','','6175104764112436402230'),(5007,'41751047918','122',1.00,'1300','retail','0','2025-06-27 21:11:58','','','','955','Cash',179.31,'1300','','','4','16.00','1','2025-06-27 18:12:29','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','4175104793613331023331'),(5010,'41751048797','218',2.00,'520','retail','0','2025-06-27 21:26:37','','','','200','Cash',71.72,'260','','','4','16.00','1','2025-06-27 18:26:41','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','77.00','75','Inclusive','branch','Inventory','','','','yes','','','4175104879832248324222'),(5011,'41751049218','22',1.00,'300','retail','0','2025-06-27 21:33:38','','','','0','Cash',41.38,'300','','','4','16.00','1','2025-06-27 18:33:43','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9925.00','9924','Inclusive','branch','Inventory','','','','yes','','','4175104921922200240221'),(5012,'81751049365','134',2.00,'600','retail','0','2025-06-27 21:36:06','','','','180','Cash',82.76,'300','','','8','16.00','1','2025-06-27 18:37:49','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','24.00','22','Inclusive','branch','Inventory','','','','yes','','','8175104936613733470236'),(5013,'81751049365','215',1.00,'600','retail','0','2025-06-27 21:37:21','','','','465','Cash',82.76,'600','','','8','16.00','1','2025-06-27 18:37:49','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','8175104944290229024303'),(5014,'81751049365','195',1.00,'100','retail','0','2025-06-27 21:37:46','','','','70','Cash',13.79,'100','','','8','16.00','1','2025-06-27 18:37:49','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','175.00','174','Inclusive','branch','Inventory','','','','yes','','','8175104946760331307030'),(5015,'81751049514','117',1.00,'350','retail','0','2025-06-27 21:38:34','','','','245','Cash',48.28,'350','','','8','16.00','1','2025-06-27 18:38:50','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','8175104951484294038543'),(5016,'81751049514','195',1.00,'100','retail','0','2025-06-27 21:38:40','','','','70','Cash',13.79,'100','','','8','16.00','1','2025-06-27 18:38:50','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','174.00','173','Inclusive','branch','Inventory','','','','yes','','','8175104952142455200323'),(5017,'81751049514','178',1.00,'100','retail','0','2025-06-27 21:38:44','','','','54.17','Cash',13.79,'100','','','8','16.00','1','2025-06-27 18:38:50','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','77.00','76','Inclusive','branch','Inventory','','','','yes','','','8175104952420022203483'),(5018,'81751049561','209',3.00,'750','retail','0','2025-06-27 21:39:21','','','','175','Cash',103.45,'250','','','8','16.00','1','2025-06-27 18:39:24','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','59.00','56','Inclusive','branch','Inventory','','','','yes','','','8175104956100272532327'),(5019,'81751049620','45',1.00,'50','retail','0','2025-06-27 21:40:20','','','','0','Cash',6.90,'50','','','8','16.00','1','2025-06-27 18:40:39','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9552.00','9551','Inclusive','branch','Inventory','','','','yes','','','8175104962002326040030'),(5020,'81751049620','46',1.00,'100','retail','0','2025-06-27 21:40:23','','','','0','Cash',13.79,'100','','','8','16.00','1','2025-06-27 18:40:39','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9919.00','9918','Inclusive','branch','Inventory','','','','yes','','','8175104962407302428209'),(5021,'81751049620','26',1.00,'700','retail','0','2025-06-27 21:40:36','','','','0','Cash',96.55,'700','','','8','16.00','1','2025-06-27 18:40:39','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9970.00','9969','Inclusive','branch','Inventory','','','','yes','','','8175104963733273029724'),(5022,'51751049711','35',1.00,'100','retail','0','2025-06-27 21:41:51','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-27 18:42:11','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9989.00','9988','Inclusive','branch','Inventory','','','','yes','','','5175104971243321231222'),(5023,'51751049711','15',2.00,'240','retail','0','2025-06-27 21:42:05','','','','0','Cash',33.10,'120','','','5','16.00','1','2025-06-27 18:42:11','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'2','9960.00','9958','Inclusive','branch','Inventory','','','','yes','','','5175104972501121242572'),(5024,'51751049774','126',1.00,'1800','retail','0','2025-06-27 21:43:04','','','','1300','Cash',248.28,'1800','','','5','16.00','1','2025-06-27 18:43:42','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','5175104978548322302820'),(5029,'61751050674','16',1.00,'150','retail','0','2025-06-27 21:57:54','','','','0','Cash',20.69,'150','','','6','16.00','1','2025-06-27 18:58:30','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','9992.00','9991','Inclusive','branch','Inventory','','','','yes','','','6175105068530770353204'),(5030,'61751050674','79',1.00,'400','retail','0','2025-06-27 21:58:05','','','','0','Cash',55.17,'400','','','6','16.00','1','2025-06-27 18:58:30','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9959.00','9958','Inclusive','branch','Inventory','','','','yes','','','6175105069792733333222'),(5031,'61751050674','45',1.00,'50','retail','0','2025-06-27 21:58:17','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-27 18:58:30','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9551.00','9550','Inclusive','branch','Inventory','','','','yes','','','6175105070723340202003'),(5032,'61751051797','89',3.00,'750','retail','0','2025-06-27 22:16:37','','','','175','Cash',103.45,'250','','','6','16.00','1','2025-06-27 19:16:50','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','153.00','150','Inclusive','branch','Inventory','','','','yes','','','6175105180831830881102'),(5033,'41751051868','272',1.00,'100','retail','0','2025-06-27 22:17:48','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-27 19:17:52','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','146.00','145','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175105186854024748070'),(5034,'51751052114','153',1.00,'500','retail','0','2025-06-27 22:21:54','','','','330','Cash',68.97,'500','','','5','16.00','1','2025-06-27 19:22:48','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','5175105211553503507013'),(5035,'51751052114','100',2.00,'500','retail','0','2025-06-27 22:22:06','','','','165','Cash',68.97,'250','','','5','16.00','1','2025-06-27 19:22:48','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','30.00','28','Inclusive','branch','Inventory','','','','yes','','','5175105212700132333333'),(5036,'51751052114','272',1.00,'100','retail','0','2025-06-27 22:22:28','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-27 19:22:48','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','145.00','144','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175105215033047241532'),(5037,'51751052114','187',2.00,'30','retail','0','2025-06-27 22:22:41','','','','8','Cash',4.14,'15','','','5','16.00','1','2025-06-27 19:22:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','101.00','99','Inclusive','branch','Inventory','','','','yes','','','5175105216251252303331'),(5038,'51751052272','142',2.00,'2800','retail','0','2025-06-27 22:24:32','','','','975','Cash',386.21,'1400','','','5','16.00','1','2025-06-27 19:24:51','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'2','7.00','5','Inclusive','branch','Inventory','','','','yes','','','5175105227250232723350'),(5039,'51751052272','272',3.00,'300','retail','0','2025-06-27 22:24:46','','','','33.3','Cash',41.38,'100','','','5','16.00','1','2025-06-27 19:24:51','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','144.00','141','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175105228732030000330'),(5040,'51751052352','176',4.00,'1200','retail','0','2025-06-27 22:25:52','','','','180','Cash',165.52,'300','','','5','16.00','1','2025-06-27 19:26:56','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'4','15.00','11','Inclusive','branch','Inventory','','','','yes','','','5175105235325713422222'),(5041,'51751052352','208',3.00,'780','retail','0','2025-06-27 22:26:06','','','','195','Cash',107.59,'260','','','5','16.00','1','2025-06-27 19:26:56','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'3','25.00','22','Inclusive','branch','Inventory','','','','yes','','','5175105236720352353243'),(5042,'51751052352','272',2.00,'200','retail','0','2025-06-27 22:26:28','','','','33.3','Cash',27.59,'100','','','5','16.00','1','2025-06-27 19:26:56','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','141.00','139','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175105238833723223372'),(5043,'51751052352','195',1.00,'100','retail','0','2025-06-27 22:26:52','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-27 19:26:56','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','173.00','172','Inclusive','branch','Inventory','','','','yes','','','5175105241322115102553'),(5044,'41751052462','47',2.00,'400','retail','0','2025-06-27 22:27:42','','','','0','Cash',55.17,'200','','','4','16.00','1','2025-06-27 19:27:45','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9870.00','9868','Inclusive','branch','Inventory','','','','yes','','','4175105246203303337123'),(5045,'41751047979','39',1.00,'200','retail','0','2025-06-27 21:12:59','','','','0','Cash',27.59,'200','','','4','16','1','2025-06-27 19:29:02','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9998.00','9997','Inclusive','branch','Inventory','','','','','',NULL,'4175104799277212320375'),(5046,'41751047979','10',1.00,'100','retail','0','2025-06-27 21:13:18','','','','0','Cash',13.79,'100','','','4','16','1','2025-06-27 19:29:02','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9952.00','9951','Inclusive','branch','Inventory','','','','','',NULL,'4175104799802270513330'),(5047,'41751047979','10',1.00,'100','retail','0','2025-06-27 22:28:54','','','','0','Cash',13.79,'100','','','4','16.00','1','2025-06-27 19:29:02','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9951.00','9950','Inclusive','branch','Inventory','','','','yes','','','4175105253513503533104'),(5048,'51751052959','195',2.00,'200','retail','0','2025-06-27 22:35:59','','','','70','Cash',27.59,'100','','','5','16.00','1','2025-06-27 19:36:02','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','172.00','170','Inclusive','branch','Inventory','','','','yes','','','5175105296023330205371'),(5049,'41751053782','218',2.00,'520','retail','0','2025-06-27 22:49:42','','','','200','Cash',71.72,'260','','','4','16.00','1','2025-06-27 19:49:46','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','75.00','73','Inclusive','branch','Inventory','','','','yes','','','4175105378308320103370'),(5050,'61751053914','160',1.00,'100','retail','0','2025-06-27 22:51:54','','','','41.67','Cash',13.79,'100','','','6','16.00','1','2025-06-27 19:52:12','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','58.00','57','Inclusive','branch','Inventory','','','','yes','','','6175105393003333343203'),(5051,'61751053938','272',1.00,'100','retail','0','2025-06-27 22:52:18','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-27 19:52:36','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','139.00','138','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175105394640207260366'),(5052,'61751053938','187',2.00,'30','retail','0','2025-06-27 22:52:26','','','','8','Cash',4.14,'15','','','6','16.00','1','2025-06-27 19:52:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','99.00','97','Inclusive','branch','Inventory','','','','yes','','','6175105395430590313550'),(5053,'51751054069','99',2.00,'600','retail','0','2025-06-27 22:54:29','','','','180','Cash',82.76,'300','','','5','16.00','1','2025-06-27 19:55:00','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','10.00','8','Inclusive','branch','Inventory','','','','yes','','','5175105406933436351562'),(5054,'51751054069','88',2.00,'600','retail','0','2025-06-27 22:54:29','','','','203','Cash',82.76,'300','','','5','16.00','1','2025-06-27 19:55:00','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','26.00','24','Inclusive','branch','Inventory','','','','yes','','','5175105409723435022277'),(5061,'41751054695','47',1.00,'200','retail','0','2025-06-27 23:04:55','','','','0','Cash',27.59,'200','','','4','16.00','1','2025-06-27 20:05:19','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9868.00','9867','Inclusive','branch','Inventory','','','','yes','','','4175105469526370092236'),(5062,'41751054695','80',1.00,'800','retail','0','2025-06-27 23:05:12','','','','0','Cash',110.34,'800','','','4','16.00','1','2025-06-27 20:05:19','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9975.00','9974','Inclusive','branch','Inventory','','','','yes','','','4175105471332343202230'),(5063,'41751054774','125',1.00,'900','retail','0','2025-06-27 23:06:14','','','','599','Cash',124.14,'900','','','4','16.00','1','2025-06-27 20:06:18','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','4175105477535205037743'),(5064,'81751055472','218',1.00,'260','retail','0','2025-06-27 23:17:52','','','','200','Cash',35.86,'260','','','8','16.00','1','2025-06-27 20:18:44','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','73.00','72','Inclusive','branch','Inventory','','','','yes','','','8175105547442074233074'),(5065,'81751055472','178',1.00,'100','retail','0','2025-06-27 23:18:38','','','','54.17','Cash',13.79,'100','','','8','16.00','1','2025-06-27 20:18:44','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','76.00','75','Inclusive','branch','Inventory','','','','yes','','','8175105551922229912340'),(5066,'81751055585','209',4.00,'1000','retail','0','2025-06-27 23:19:45','','','','175','Cash',137.93,'250','','','8','16.00','1','2025-06-27 20:20:09','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'4','56.00','52','Inclusive','branch','Inventory','','','','yes','','','8175105558582850202321'),(5067,'81751055585','136',2.00,'520','retail','0','2025-06-27 23:20:05','','','','210','Cash',71.72,'260','','','8','16.00','1','2025-06-27 20:20:09','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','81.00','79','Inclusive','branch','Inventory','','','','yes','','','8175105560602325201803'),(5068,'81751055678','117',1.00,'350','retail','0','2025-06-27 23:21:18','','','','245','Cash',48.28,'350','','','8','16.00','1','2025-06-27 20:21:32','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','8175105568008433253012'),(5069,'81751055678','178',1.00,'100','retail','0','2025-06-27 23:21:29','','','','54.17','Cash',13.79,'100','','','8','16.00','1','2025-06-27 20:21:32','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','75.00','74','Inclusive','branch','Inventory','','','','yes','','','8175105568902623022822'),(5070,'81751055781','209',2.00,'500','retail','0','2025-06-27 23:23:01','','','','175','Cash',68.97,'250','','','8','16.00','1','2025-06-27 20:23:08','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','52.00','50','Inclusive','branch','Inventory','','','','yes','','','8175105578233332522722'),(5071,'61750639299','45',1.00,'50','retail','0','2025-06-23 03:41:39','','','','0','Cash',6.90,'50','','','6','16','1','2025-06-27 20:23:29','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9617.00','9616','Inclusive','branch','Inventory','','','','','',NULL,'6175063930055307202190'),(5072,'61750639299','54',1.00,'1800','retail','0','2025-06-23 03:42:07','','','','0','Cash',248.28,'1800','','','6','16','1','2025-06-27 20:23:29','4','7','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9985.00','9984','Inclusive','branch','Inventory','','','','','',NULL,'6175063932990229623303'),(5073,'61750639299','46',1.00,'100','retail','0','2025-06-23 03:42:20','','','','0','Cash',13.79,'100','','','6','16','1','2025-06-27 20:23:29','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9940.00','9939','Inclusive','branch','Inventory','','','','','',NULL,'6175063934123403323240'),(5074,'61750639299','207',1.00,'350','retail','0','2025-06-23 03:42:46','','','','247','Cash',48.28,'350','','','6','16','1','2025-06-27 20:23:29','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',301.72,'1','27.00','26','Inclusive','branch','Inventory','','','','','',NULL,'6175063936732200232032'),(5075,'61750639299','218',1.00,'260','retail','0','2025-06-23 03:43:08','','','','200','Cash',35.86,'260','','','6','16','1','2025-06-27 20:23:29','1','12','new','1','printed','pcs','','','16','yes','','0','','','VATABLE',224.14,'1','112.00','111','Inclusive','branch','Inventory','','','','','',NULL,'6175063938973269730380'),(5076,'61750639299','209',1.00,'250','retail','0','2025-06-23 03:43:14','','','','175','Cash',34.48,'250','','','6','16','1','2025-06-27 20:23:29','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','99.00','98','Inclusive','branch','Inventory','','','','','',NULL,'6175063939532033403300'),(5077,'61750639299','218',1.00,'260','retail','0','2025-06-23 04:17:16','','','','200','Cash',35.86,'260','','','6','16','1','2025-06-27 20:23:29','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','111.00','110','Inclusive','branch','Inventory','','','','','',NULL,'6175064143766321257520'),(5078,'61750639299','209',1.00,'250','retail','0','2025-06-23 04:19:33','','','','175','Cash',34.48,'250','','','6','16','1','2025-06-27 20:23:29','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','98.00','97','Inclusive','branch','Inventory','','','','','',NULL,'6175064157421622222620'),(5079,'61750639299','296',1.00,'3000','retail','0','2025-06-27 23:13:45','','','','3000','Cash',413.79,'3000','','','6','16.00','1','2025-06-28 01:55:57','3','18','returned','1','new','pcs','','2025-06-28 04:55:57','16','yes','','0','','','VATABLE',2586.21,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','','','17175105523227323231352'),(5080,'61750639299','46',1.00,'100','retail','0','2025-06-27 23:14:39','','','','0','Cash',13.79,'100','','','6','16.00','1','2025-06-28 01:55:55','4','4','returned','1','new','pcs','','2025-06-28 04:55:55','16','yes','','0','','','VATABLE',86.21,'1','9918.00','9917','Inclusive','branch','Inventory','','','','yes','','','17175105528105222132831'),(5081,'61750639299','12',2.00,'300','retail','0','2025-06-27 23:17:24','','','','0','Cash',41.38,'150','','','6','16.00','1','2025-06-28 01:43:54','4','1','returned','1','new','pcs','','2025-06-28 04:43:54','16','yes','','0','','','VATABLE',129.31,'2','9996.00','9994','Inclusive','branch','Inventory','','','','yes','','','17175105546002532373233'),(5082,'61750639299','3',1.00,'120','retail','0','2025-06-27 23:17:52','','','','0','Cash',16.55,'120','','','6','16.00','1','2025-06-28 01:44:28','4','1','returned','1','new','pcs','','2025-06-28 04:44:28','16','yes','','0','','','VATABLE',103.45,'1','9932.00','9931','Inclusive','branch','Inventory','','','','yes','','B','17175105548835133330102'),(5083,'61750639299','300',1.00,'800','retail','0','2025-06-27 23:19:28','','','','800','Cash',110.34,'800','','','6','16.00','1','2025-06-28 01:55:51','4','7','returned','1','new','pcs','','2025-06-28 04:55:51','16','yes','','0','','','VATABLE',689.66,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','17175105557970027023901'),(5084,'81751055821','93',1.00,'500','retail','0','2025-06-27 23:23:41','','','','330','Cash',68.97,'500','','','8','16.00','1','2025-06-27 20:24:24','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','8175105585952758842553'),(5085,'81751055955','156',2.00,'520','retail','0','2025-06-27 23:25:55','','','','200','Cash',71.72,'260','','','8','16.00','1','2025-06-27 20:26:39','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','4.00','2','Inclusive','branch','Inventory','','','','yes','','','8175105597823031333332'),(5086,'81751055955','100',2.00,'500','retail','0','2025-06-27 23:26:35','','','','165','Cash',68.97,'250','','','8','16.00','1','2025-06-27 20:26:39','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','28.00','26','Inclusive','branch','Inventory','','','','yes','','','8175105599503532902200'),(5093,'81751056112','209',1.00,'250','retail','0','2025-06-27 23:28:32','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-27 20:28:35','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','50.00','49','Inclusive','branch','Inventory','','','','yes','','','8175105611200332604421'),(5100,'171751056186','296',1.00,'3000','retail','0','2025-06-27 23:29:46','','','','3000','Cash',413.79,'3000','','','17','16.00','1','2025-06-28 16:43:44','3','18','returned','1','new','pcs','','2025-06-28 19:43:44','16','yes','','0','','','VATABLE',2586.21,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','','','17175105619825285320237'),(5101,'171751056186','46',1.00,'100','retail','0','2025-06-27 23:29:58','','','','0','Cash',13.79,'100','','','17','16.00','1','2025-06-28 16:43:46','4','4','returned','1','new','pcs','','2025-06-28 19:43:46','16','yes','','0','','','VATABLE',86.21,'1','9915.00','9914','Inclusive','branch','Inventory','','','','yes','','','17175105620751332207036'),(5102,'171751056186','45',2.00,'100','retail','0','2025-06-27 23:30:07','','','','0','Cash',13.79,'50','','','17','16.00','1','2025-06-28 16:43:47','4','4','returned','1','new','pcs','','2025-06-28 19:43:47','16','yes','','0','','','VATABLE',43.10,'2','9550.00','9548','Inclusive','branch','Inventory','','','','yes','','','17175105623400333600222'),(5103,'171751056186','53',1.00,'900','retail','0','2025-06-27 23:30:34','','','','0','Cash',124.14,'900','','','17','16.00','1','2025-06-28 16:43:49','4','7','returned','1','new','pcs','','2025-06-28 19:43:49','16','yes','','0','','','VATABLE',775.86,'1','9971.00','9970','Inclusive','branch','Inventory','','','','yes','','','17175105624113532203303'),(5104,'171751056186','298',3.00,'450','retail','0','2025-06-27 23:30:41','','','','150','Cash',62.07,'150','','','17','16.00','1','2025-06-28 16:43:51','4','1','returned','1','new','pcs','','2025-06-28 19:43:51','16','yes','','0','','','VATABLE',129.31,'3','10.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','17175105626533252600303'),(5105,'171751056186','3',1.00,'120','retail','0','2025-06-27 23:31:05','','','','0','Cash',16.55,'120','','','17','16.00','1','2025-06-28 16:43:52','4','1','returned','1','new','pcs','','2025-06-28 19:43:52','16','yes','','0','','','VATABLE',103.45,'1','9929.00','9928','Inclusive','branch','Inventory','','','','yes','','B','17175105627332303032623'),(5106,'171751056186','299',1.00,'500','retail','0','2025-06-27 23:31:14','','','','500','Cash',68.97,'500','','','17','16.00','1','2025-06-28 16:43:53','1','15','returned','1','new','pcs','','2025-06-28 19:43:53','16','yes','','0','','','VATABLE',431.03,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','17175105628307223035333'),(5107,'61751056210','209',1.00,'250','retail','0','2025-06-27 23:30:19','','','','175','Cash',34.48,'250','','','6','16.00','1','2025-06-27 20:31:31','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','49.00','48','Inclusive','branch','Inventory','','','','yes','','','6175105623234162003303'),(5108,'61751056210','136',1.00,'260','retail','0','2025-06-27 23:30:32','','','','210','Cash',35.86,'260','','','6','16.00','1','2025-06-27 20:31:31','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','79.00','78','Inclusive','branch','Inventory','','','','yes','','','6175105624661050330503'),(5109,'61751056210','272',1.00,'100','retail','0','2025-06-27 23:31:18','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-27 20:31:31','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','138.00','137','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175105628939412226320'),(5110,'171751056053','296',1.00,'3000','retail','0','2025-06-27 23:27:33','','','','3000','Cash',413.79,'3000','','','17','16','1','2025-06-28 16:44:08','3','18','returned','1','printed','pcs','','2025-06-28 19:44:08','16','yes','','0','','','VATABLE',2586.21,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'17175105606403257300025'),(5111,'171751056053','119',1.00,'400','retail','0','2025-06-27 23:27:44','','','','250','Cash',55.17,'400','','','17','16','1','2025-06-28 16:44:09','1','15','returned','1','printed','pcs','','2025-06-28 19:44:09','16','yes','','0','','','VATABLE',344.83,'1','5.00','4','Inclusive','branch','Inventory','','','','','',NULL,'17175105607473337332233'),(5112,'171751056053','46',1.00,'100','retail','0','2025-06-27 23:27:54','','','','0','Cash',13.79,'100','','','17','16','1','2025-06-28 16:44:10','4','4','returned','1','printed','pcs','','2025-06-28 19:44:10','16','yes','','0','','','VATABLE',86.21,'1','9916.00','9915','Inclusive','branch','Inventory','','','','','',NULL,'17175105611868203306520'),(5113,'171751056053','53',1.00,'900','retail','0','2025-06-27 23:28:38','','','','0','Cash',124.14,'900','','','17','16','1','2025-06-28 16:44:11','4','7','returned','1','printed','pcs','','2025-06-28 19:44:11','16','yes','','0','','','VATABLE',775.86,'1','9972.00','9971','Inclusive','branch','Inventory','','','','','',NULL,'17175105612830310012222'),(5114,'171751056053','12',2.00,'300','retail','0','2025-06-27 23:28:48','','','','0','Cash',41.38,'150','','','17','16','1','2025-06-28 16:44:12','4','1','returned','1','printed','pcs','','2025-06-28 19:44:12','16','yes','','0','','','VATABLE',129.31,'2','9992.00','9990','Inclusive','branch','Inventory','','','','','',NULL,'17175105614550541000021'),(5115,'171751056053','3',1.00,'120','retail','0','2025-06-27 23:29:05','','','','0','Cash',16.55,'120','','','17','16','1','2025-06-28 16:44:14','4','1','returned','1','printed','pcs','','2025-06-28 19:44:14','16','yes','','0','','','VATABLE',103.45,'1','9930.00','9929','Inclusive','branch','Inventory','','','','','',NULL,'17175105615563122235312'),(5116,'171751056053','45',2.00,'100','retail','0','2025-06-27 23:32:30','','','','0','Cash',13.79,'50','','','17','16.00','1','2025-06-28 16:44:16','4','4','returned','1','new','pcs','','2025-06-28 19:44:16','16','yes','','0','','','VATABLE',43.10,'2','9548.00','9546','Inclusive','branch','Inventory','','','','yes','','','17175105636632337532123'),(5117,'171751055927','296',1.00,'3000','retail','0','2025-06-27 23:25:27','','','','3000','Cash',413.79,'3000','','','17','16','1','2025-06-28 16:44:32','3','18','returned','1','printed','pcs','','2025-06-28 19:44:32','16','yes','','0','','','VATABLE',2586.21,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'17175105593832332273203'),(5118,'171751055927','46',1.00,'100','retail','0','2025-06-27 23:25:38','','','','0','Cash',13.79,'100','','','17','16','1','2025-06-28 16:44:35','4','4','returned','1','printed','pcs','','2025-06-28 19:44:35','16','yes','','0','','','VATABLE',86.21,'1','9917.00','9916','Inclusive','branch','Inventory','','','','','',NULL,'17175105595229231220720'),(5119,'171751055927','300',1.00,'800','retail','0','2025-06-27 23:25:52','','','','800','Cash',110.34,'800','','','17','16','1','2025-06-28 16:44:36','4','7','returned','1','printed','pcs','','2025-06-28 19:44:36','16','yes','','0','','','VATABLE',689.66,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'17175105596130311672330'),(5120,'171751055927','12',2.00,'300','retail','0','2025-06-27 23:26:01','','','','0','Cash',41.38,'150','','','17','16','1','2025-06-28 16:44:37','4','1','returned','1','printed','pcs','','2025-06-28 19:44:37','16','yes','','0','','','VATABLE',129.31,'2','9994.00','9992','Inclusive','branch','Inventory','','','','','',NULL,'17175105597822912302370'),(5121,'171751055927','3',1.00,'120','retail','0','2025-06-27 23:26:19','','','','0','Cash',16.55,'120','','','17','16','1','2025-06-28 16:44:39','4','1','returned','1','printed','pcs','','2025-06-28 19:44:39','16','yes','','0','','','VATABLE',103.45,'1','9931.00','9930','Inclusive','branch','Inventory','','','','','',NULL,'17175105598702307055252'),(5122,'171751055927','119',2.00,'800','retail','0','2025-06-27 23:26:28','','','','250','Cash',110.34,'400','','','17','16','1','2025-06-28 16:44:41','1','15','returned','1','printed','pcs','','2025-06-28 19:44:41','16','yes','','0','','','VATABLE',344.83,'2','7.00','5','Inclusive','branch','Inventory','','','','','',NULL,'17175105600535005012033'),(5123,'171751055927','45',1.00,'50','retail','0','2025-06-27 23:33:22','','','','0','Cash',6.90,'50','','','17','16.00','1','2025-06-28 16:44:43','4','4','returned','1','new','pcs','','2025-06-28 19:44:43','16','yes','','0','','','VATABLE',43.10,'1','9546.00','9545','Inclusive','branch','Inventory','','','','yes','','','17175105641247223372130'),(5124,'41751045988','89',1.00,'250','retail','0','2025-06-27 20:39:48','','','','175','Cash',34.48,'250','','','4','16','1','2025-06-27 20:47:52','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','156.00','155','Inclusive','branch','Inventory','','','','','',NULL,'4175104598927002335291'),(5125,'41751045988','272',1.00,'100','retail','0','2025-06-27 20:39:54','','','','33.3','Cash',13.79,'100','','','4','16','1','2025-06-27 20:47:52','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','147.00','146','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'4175104599515320495434'),(5126,'41751045988','89',1.00,'250','retail','0','2025-06-27 21:11:47','','','','175','Cash',34.48,'250','','','4','16','1','2025-06-27 20:47:52','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','155.00','154','Inclusive','branch','Inventory','','','','','',NULL,'4175104790880022240372'),(5127,'41751045988','89',1.00,'250','retail','0','2025-06-27 21:47:41','','','','175','Cash',34.48,'250','','','4','16','1','2025-06-27 20:47:52','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','154.00','153','Inclusive','branch','Inventory','','','','','',NULL,'4175105006266002020422'),(5128,'41751045988','89',1.00,'250','retail','0','2025-06-27 23:02:45','','','','175','Cash',34.48,'250','','','4','16','1','2025-06-27 20:47:52','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','150.00','149','Inclusive','branch','Inventory','','','','','',NULL,'4175105456537272223503'),(5129,'41751045988','89',1.00,'250','retail','0','2025-06-27 23:47:48','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-27 20:47:52','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','149.00','148','Inclusive','branch','Inventory','','','','yes','','','4175105726942302140622'),(5130,'51751057717','156',2.00,'520','retail','0','2025-06-27 23:55:17','','','','200','Cash',71.72,'260','','','5','16.00','1','2025-06-27 20:55:35','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','2.00','0','Inclusive','branch','Inventory','','','','yes','','','5175105771873772012703'),(5131,'51751057717','100',2.00,'500','retail','0','2025-06-27 23:55:24','','','','165','Cash',68.97,'250','','','5','16.00','1','2025-06-27 20:55:35','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','26.00','24','Inclusive','branch','Inventory','','','','yes','','','5175105772532200202200'),(5132,'51751057717','208',2.00,'520','retail','0','2025-06-27 23:55:31','','','','195','Cash',71.72,'260','','','5','16.00','1','2025-06-27 20:55:35','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','22.00','20','Inclusive','branch','Inventory','','','','yes','','','5175105773235032333372'),(5133,'51751057806','136',6.00,'1560','retail','0','2025-06-27 23:56:46','','','','210','Cash',215.17,'260','','','5','16.00','1','2025-06-27 20:56:58','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'6','78.00','72','Inclusive','branch','Inventory','','','','yes','','','5175105780722301305202'),(5134,'51751057806','195',1.00,'100','retail','0','2025-06-27 23:56:54','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-27 20:56:58','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','170.00','169','Inclusive','branch','Inventory','','','','yes','','','5175105781520328032175'),(5135,'51751057864','136',6.00,'1560','retail','0','2025-06-27 23:57:44','','','','210','Cash',215.17,'260','','','5','16.00','1','2025-06-27 20:58:10','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'6','72.00','66','Inclusive','branch','Inventory','','','','yes','','','5175105786522333505273'),(5136,'51751057864','272',1.00,'100','retail','0','2025-06-27 23:57:52','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-27 20:58:10','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','137.00','136','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175105787322353310230'),(5137,'51751057864','195',2.00,'200','retail','0','2025-06-27 23:58:07','','','','70','Cash',27.59,'100','','','5','16.00','1','2025-06-27 20:58:10','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','169.00','167','Inclusive','branch','Inventory','','','','yes','','','5175105788810280200817'),(5138,'41751054601','149',1.00,'1300','retail','0','2025-06-27 23:03:21','','','','891','Cash',179.31,'1300','','','4','16','1','2025-06-27 21:01:30','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','4.00','3','Inclusive','branch','Inventory','','','','','',NULL,'4175105460223013202221'),(5139,'41751054601','218',2.00,'520','retail','0','2025-06-28 00:01:26','','','','200','Cash',71.72,'260','','','4','16.00','1','2025-06-27 21:01:30','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','72.00','70','Inclusive','branch','Inventory','','','','yes','','','4175105808737210273720'),(5140,'61751059070','117',1.00,'350','retail','0','2025-06-28 00:17:50','','','','245','Cash',48.28,'350','','','6','16.00','1','2025-06-27 21:18:48','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','6175105908010512300224'),(5141,'61751059070','195',2.00,'200','retail','0','2025-06-28 00:18:00','','','','70','Cash',27.59,'100','','','6','16.00','1','2025-06-27 21:18:48','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','167.00','165','Inclusive','branch','Inventory','','','','yes','','','6175105908962522308132'),(5142,'61751059070','272',1.00,'100','retail','0','2025-06-28 00:18:10','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-27 21:18:48','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','136.00','135','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175105909830622502230'),(5143,'61751059070','11',1.00,'100','retail','0','2025-06-28 00:18:19','','','','0','Cash',13.79,'100','','','6','16.00','1','2025-06-27 21:18:48','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9993.00','9992','Inclusive','branch','Inventory','','','','yes','','','6175105912523620123120'),(5144,'61751059132','190',1.00,'900','retail','0','2025-06-28 00:18:52','','','','594','Cash',124.14,'900','','','6','16.00','1','2025-06-27 21:20:16','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','6175105915625520020223'),(5145,'61751059132','218',8.00,'2080','retail','0','2025-06-28 00:19:16','','','','200','Cash',286.90,'260','','','6','16.00','1','2025-06-27 21:20:16','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'8','70.00','62','Inclusive','branch','Inventory','','','','yes','','','6175105918430800542782'),(5146,'61751059132','190',1.00,'900','retail','0','2025-06-28 00:19:44','','','','594','Cash',124.14,'900','','','6','16.00','1','2025-06-27 21:20:16','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','6175105919505033253332'),(5147,'61751059132','272',1.00,'100','retail','0','2025-06-28 00:19:55','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-27 21:20:16','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','135.00','134','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175105921123225543502'),(5148,'51751059307','218',2.00,'520','retail','0','2025-06-28 00:21:47','','','','200','Cash',71.72,'260','','','5','16.00','1','2025-06-27 21:21:50','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','62.00','60','Inclusive','branch','Inventory','','','','yes','','','5175105930852202323273'),(5149,'51751059334','208',1.00,'260','retail','0','2025-06-28 00:22:14','','','','195','Cash',35.86,'260','','','5','16.00','1','2025-06-27 21:22:17','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','20.00','19','Inclusive','branch','Inventory','','','','yes','','','5175105933522232505302'),(5151,'61751059971','111',1.00,'1300','retail','0','2025-06-28 00:32:51','','','','945','Cash',179.31,'1300','','','6','16','1','2025-06-27 21:34:21','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','4.00','3','Inclusive','branch','Inventory','','','','','',NULL,'6175105999033332123990'),(5152,'61751059971','195',2.00,'200','retail','0','2025-06-28 00:34:04','','','','70','Cash',27.59,'100','','','6','16.00','1','2025-06-27 21:34:21','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','165.00','163','Inclusive','branch','Inventory','','','','yes','','','6175106005742301003125'),(5153,'81751060837','209',1.00,'250','retail','0','2025-06-28 00:47:17','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-27 21:47:22','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','48.00','47','Inclusive','branch','Inventory','','','','yes','','','8175106083803003230322'),(5154,'81751060900','272',1.00,'100','retail','0','2025-06-28 00:48:20','','','','33.3','Cash',13.79,'100','','','8','16.00','1','2025-06-27 21:48:25','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','134.00','133','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175106090134330041372'),(5155,'81751060958','209',1.00,'250','retail','0','2025-06-28 00:49:18','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-27 21:49:32','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','47.00','46','Inclusive','branch','Inventory','','','','yes','','','8175106095902337033232'),(5156,'81751060958','136',1.00,'260','retail','0','2025-06-28 00:49:22','','','','210','Cash',35.86,'260','','','8','16.00','1','2025-06-27 21:49:32','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','66.00','65','Inclusive','branch','Inventory','','','','yes','','','8175106096331213334923'),(5157,'81751060958','209',1.00,'250','retail','0','2025-06-28 00:49:29','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-27 21:49:32','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','46.00','45','Inclusive','branch','Inventory','','','','yes','','','8175106097020237730780'),(5158,'41751061173','22',1.00,'300','retail','0','2025-06-28 00:52:53','','','','0','Cash',41.38,'300','','','4','16.00','1','2025-06-27 21:54:13','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9924.00','9923','Inclusive','branch','Inventory','','','','yes','','','4175106117452474212203'),(5159,'41751061173','45',2.00,'100','retail','0','2025-06-28 00:53:57','','','','0','Cash',13.79,'50','','','4','16.00','1','2025-06-27 21:54:13','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9545.00','9543','Inclusive','branch','Inventory','','','','yes','','','4175106123830342203324'),(5160,'41751061957','115',1.00,'300','retail','0','2025-06-28 01:05:57','','','','217','Cash',41.38,'300','','','4','16.00','1','2025-06-27 22:06:06','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','4175106195724202752205'),(5161,'61751062516','113',1.00,'300','retail','0','2025-06-28 01:15:16','','','','217','Cash',41.38,'300','','','6','16.00','1','2025-06-27 22:15:35','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','6175106253352271463522'),(5162,'41751062754','187',3.00,'45','retail','0','2025-06-28 01:19:14','','','','8','Cash',6.21,'15','','','4','16.00','1','2025-06-27 22:19:17','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'3','97.00','94','Inclusive','branch','Inventory','','','','yes','','','4175106275503156037250'),(5163,'41751062805','162',1.00,'15','retail','0','2025-06-28 01:20:05','','','','10','Cash',2.07,'15','','','4','16.00','1','2025-06-27 22:20:09','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','17.00','16','Inclusive','branch','Inventory','','','','yes','','','4175106280626340302230'),(5164,'61751063023','155',1.00,'1000','retail','0','2025-06-28 01:23:43','','','','705','Cash',137.93,'1000','','','6','16.00','1','2025-06-27 22:24:49','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','6175106304033333332005'),(5165,'61751063023','195',3.00,'300','retail','0','2025-06-28 01:24:00','','','','70','Cash',41.38,'100','','','6','16.00','1','2025-06-27 22:24:49','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','163.00','160','Inclusive','branch','Inventory','','','','yes','','','6175106306052312344232'),(5166,'61751063023','117',1.00,'350','retail','0','2025-06-28 01:24:20','','','','245','Cash',48.28,'350','','','6','16.00','1','2025-06-27 22:24:49','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','6175106307400202016026'),(5167,'61751063023','195',1.00,'100','retail','0','2025-06-28 01:24:34','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-27 22:24:49','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','160.00','159','Inclusive','branch','Inventory','','','','yes','','','6175106308652223022204'),(5168,'61751063112','117',3.00,'1050','retail','0','2025-06-28 01:25:12','','','','245','Cash',144.83,'350','','','6','16.00','1','2025-06-27 22:25:54','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'3','6.00','3','Inclusive','branch','Inventory','','','','yes','','','6175106313115023536007'),(5169,'61751063112','178',3.00,'300','retail','0','2025-06-28 01:25:31','','','','54.17','Cash',41.38,'100','','','6','16.00','1','2025-06-27 22:25:54','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','74.00','71','Inclusive','branch','Inventory','','','','yes','','','6175106315023136430201'),(5170,'61751063219','138',2.00,'660','retail','0','2025-06-28 01:26:59','','','','265','Cash',91.03,'330','','','6','16.00','1','2025-06-27 22:27:08','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',284.48,'2','9.00','7','Inclusive','branch','Inventory','','','','yes','','','6175106322636236733403'),(5171,'81751063691','218',1.00,'260','retail','0','2025-06-28 01:34:51','','','','200','Cash',35.86,'260','','','8','16.00','1','2025-06-27 22:35:02','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','60.00','59','Inclusive','branch','Inventory','','','','yes','','','8175106369231622230323'),(5172,'81751063691','209',1.00,'250','retail','0','2025-06-28 01:34:53','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-27 22:35:02','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','45.00','44','Inclusive','branch','Inventory','','','','yes','','','8175106369312722638030'),(5173,'81751063752','136',1.00,'260','retail','0','2025-06-28 01:35:52','','','','210','Cash',35.86,'260','','','8','16.00','1','2025-06-27 22:35:56','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','65.00','64','Inclusive','branch','Inventory','','','','yes','','','8175106375322324303301'),(5174,'81751063815','209',1.00,'250','retail','0','2025-06-28 01:36:55','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-27 22:37:19','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','44.00','43','Inclusive','branch','Inventory','','','','yes','','','8175106381612833220227'),(5175,'81751063815','89',1.00,'250','retail','0','2025-06-28 01:36:56','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-27 22:37:19','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','148.00','147','Inclusive','branch','Inventory','','','','yes','','','8175106383334020230130'),(5176,'81751063894','79',1.00,'400','retail','0','2025-06-28 01:38:14','','','','0','Cash',55.17,'400','','','8','16.00','1','2025-06-27 22:38:16','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9958.00','9957','Inclusive','branch','Inventory','','','','yes','','','8175106389433206350384'),(5177,'81751063951','176',2.00,'600','retail','0','2025-06-28 01:39:11','','','','180','Cash',82.76,'300','','','8','16.00','1','2025-06-27 22:39:48','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','11.00','9','Inclusive','branch','Inventory','','','','yes','','','8175106395251052022283'),(5178,'81751063951','180',1.00,'300','retail','0','2025-06-28 01:39:18','','','','185','Cash',41.38,'300','','','8','16.00','1','2025-06-27 22:39:48','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','8175106398500520830882'),(5179,'81751064003','210',1.00,'400','retail','0','2025-06-28 01:40:03','','','','310','Cash',55.17,'400','','','8','16.00','1','2025-06-27 22:41:36','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','8175106405733732312277'),(5180,'81751064003','178',1.00,'100','retail','0','2025-06-28 01:41:07','','','','54.17','Cash',13.79,'100','','','8','16.00','1','2025-06-27 22:41:36','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','71.00','70','Inclusive','branch','Inventory','','','','yes','','','8175106406823324122200'),(5181,'81751064003','209',1.00,'250','retail','0','2025-06-28 01:41:23','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-27 22:41:36','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','43.00','42','Inclusive','branch','Inventory','','','','yes','','','8175106408432330328731'),(5182,'81751064003','120',1.00,'25','retail','0','2025-06-28 01:41:29','','','','17','Cash',3.45,'25','','','8','16.00','1','2025-06-27 22:41:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'1','28.00','27','Inclusive','branch','Inventory','','','','yes','','','8175106409000032303333'),(5183,'61751064422','195',1.00,'100','retail','0','2025-06-28 01:47:02','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-27 22:47:16','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','159.00','158','Inclusive','branch','Inventory','','','','yes','','','6175106443403323202322'),(5184,'41751066141','163',2.00,'20','retail','0','2025-06-28 02:15:41','','','','5','Cash',2.76,'10','','','4','16.00','1','2025-06-27 23:15:54','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','75.00','73','Inclusive','branch','Inventory','','','','yes','','','4175106614120061201356'),(5185,'41751066163','218',1.00,'260','retail','0','2025-06-28 02:16:03','','','','200','Cash',35.86,'260','','','4','16.00','1','2025-06-27 23:16:08','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','59.00','58','Inclusive','branch','Inventory','','','','yes','','','4175106616432642651066'),(5188,'51751067312','218',1.00,'260','retail','0','2025-06-28 02:35:12','','','','200','Cash',35.86,'260','','','5','16.00','1','2025-06-27 23:35:23','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','58.00','57','Inclusive','branch','Inventory','','','','yes','','','5175106731333310233033'),(5189,'51751067312','120',4.00,'100','retail','0','2025-06-28 02:35:20','','','','17','Cash',13.79,'25','','','5','16.00','1','2025-06-27 23:35:23','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'4','27.00','23','Inclusive','branch','Inventory','','','','yes','','','5175106732152361033602'),(5190,'51751067362','209',1.00,'250','retail','0','2025-06-28 02:36:02','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-27 23:36:12','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','42.00','41','Inclusive','branch','Inventory','','','','yes','','','5175106736320212002023'),(5191,'51751067362','272',1.00,'100','retail','0','2025-06-28 02:36:09','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-27 23:36:12','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','133.00','132','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175106736922455200439'),(5192,'51751067419','79',1.00,'400','retail','0','2025-06-28 02:36:59','','','','0','Cash',55.17,'400','','','5','16.00','1','2025-06-27 23:37:01','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9957.00','9956','Inclusive','branch','Inventory','','','','yes','','','5175106741932523301323'),(5193,'61751066338','45',2.00,'100','retail','0','2025-06-28 02:19:11','','','','0','Cash',13.79,'50','','','6','16','1','2025-06-27 23:44:27','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9543.00','9541','Inclusive','branch','Inventory','','','','','',NULL,'6175106635925452321222'),(5194,'61751066338','81',1.00,'1600','retail','0','2025-06-28 02:19:30','','','','0','Cash',220.69,'1600','','','6','16','1','2025-06-27 23:44:27','5','8','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1379.31,'1','9991.00','9990','Inclusive','branch','Inventory','','','','','',NULL,'6175106638330874032310'),(5195,'61751066338','272',1.00,'100','retail','0','2025-06-28 02:43:53','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-27 23:44:27','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','132.00','131','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175106784626043306382'),(5196,'61751067883','190',1.00,'900','retail','0','2025-06-28 02:44:43','','','','594','Cash',124.14,'900','','','6','16.00','1','2025-06-27 23:46:59','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','6175106790007232300053'),(5197,'61751067883','244',2.00,'400','retail','0','2025-06-28 02:45:00','','','','150','Cash',55.17,'200','','','6','16.00','1','2025-06-27 23:46:59','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9967.00','9965','Inclusive','branch','Inventory','','','','yes','','','6175106790933021233132'),(5198,'61751067883','281',2.00,'100','retail','0','2025-06-28 02:46:30','','','','25','Cash',13.79,'50','','','6','16.00','1','2025-06-27 23:46:59','1','19','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','500.00','498','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175106800701652234380'),(5199,'81751068316','120',1.00,'25','retail','0','2025-06-28 02:51:56','','','','17','Cash',3.45,'25','','','8','16.00','1','2025-06-27 23:51:59','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'1','23.00','22','Inclusive','branch','Inventory','','','','yes','','','8175106831732323025017'),(5200,'51751068490','154',1.00,'400','retail','0','2025-06-28 02:54:50','','','','270','Cash',55.17,'400','','','5','16.00','1','2025-06-27 23:54:59','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','5175106849104300303920'),(5201,'51751068490','272',1.00,'100','retail','0','2025-06-28 02:54:56','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-27 23:54:59','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','131.00','130','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175106849775272523032'),(5202,'81751070087','187',2.00,'30','retail','0','2025-06-28 03:21:27','','','','8','Cash',4.14,'15','','','8','16.00','1','2025-06-28 00:21:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','94.00','92','Inclusive','branch','Inventory','','','','yes','','','8175107008820302480382'),(5203,'41751070200','301',1.00,'50','retail','0','2025-06-28 03:23:20','','','','50','Cash',6.90,'50','','','4','16.00','1','2025-06-28 00:24:09','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175107022340132000230'),(5204,'41751070200','301',1.00,'50','retail','0','2025-06-28 03:23:43','','','','50','Cash',6.90,'50','','','4','16.00','1','2025-06-28 00:24:09','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175107024523072052073'),(5205,'61751071032','244',2.00,'400','retail','0','2025-06-28 03:37:12','','','','150','Cash',55.17,'200','','','6','16.00','1','2025-06-28 00:48:04','2','14','returned','1','new','pcs','','2025-06-28 03:48:04','16','yes','','0','','','VATABLE',172.41,'2','9965.00','9963','Inclusive','branch','Inventory','','','','yes','','','6175107104551001221433'),(5206,'61751071032','244',4.00,'800','retail','0','2025-06-28 03:37:25','','','','150','Cash',110.34,'200','','','6','16.00','1','2025-06-28 00:40:59','2','14','returned','1','new','pcs','','2025-06-28 03:40:59','16','yes','','0','','','VATABLE',172.41,'4','9963.00','9959','Inclusive','branch','Inventory','','','','yes','','','6175107105507201031337'),(5207,'61751071112','218',2.00,'520','retail','0','2025-06-28 03:38:32','','','','200','Cash',71.72,'260','','','6','16.00','1','2025-06-28 00:38:43','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','57.00','55','Inclusive','branch','Inventory','','','','yes','','','6175107112133222004374'),(5208,'51751071173','250',1.00,'1000','retail','0','2025-06-28 03:39:33','','','','500','Cash',137.93,'1000','','','5','16.00','1','2025-06-28 00:39:37','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9953.00','9952','Inclusive','branch','Inventory','1110','4000','5500','','','','5175107117422021734212'),(5209,'51751071204','250',1.00,'1000','retail','0','2025-06-28 03:40:04','','','','500','Cash',137.93,'1000','','','5','16.00','1','2025-06-28 00:40:07','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9952.00','9951','Inclusive','branch','Inventory','1110','4000','5500','','','','5175107120522137705037'),(5210,'61751071313','244',4.00,'800','retail','0','2025-06-28 03:41:53','','','','150','Cash',110.34,'200','','','6','16.00','1','2025-06-28 00:42:10','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'4','9963.00','9959','Inclusive','branch','Inventory','','','','yes','','','6175107132702202371073'),(5211,'61751077754','244',2.00,'400','retail','0','2025-06-28 05:29:15','','','','150','Cash',55.17,'200','','','6','16.00','1','2025-06-28 02:29:21','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9961.00','9959','Inclusive','branch','Inventory','','','','yes','','','6175107775525000073325'),(5212,'141751090657','12',1.00,'150','retail','0','2025-06-28 09:04:17','','','','0','Cash',20.69,'150','','','14','16.00','1','2025-06-28 06:04:54','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','9992.00','9991','Inclusive','branch','Inventory','','','','yes','','','14175109068932364532126'),(5213,'171751091602','296',1.00,'3000','retail','0','2025-06-28 09:20:02','','','','3000','Cash',413.79,'3000','','','17','16.00','1','2025-06-28 16:15:51','3','18','returned','1','new','pcs','','2025-06-28 19:15:51','16','yes','','0','','','VATABLE',2586.21,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','','','17175109163330200076322'),(5214,'171751091602','119',1.00,'400','retail','0','2025-06-28 09:20:33','','','','250','Cash',55.17,'400','','','17','16.00','1','2025-06-28 16:15:52','1','15','returned','1','new','pcs','','2025-06-28 19:15:52','16','yes','','0','','','VATABLE',344.83,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','17175109164720062177201'),(5215,'171751091602','300',1.00,'800','retail','0','2025-06-28 09:20:47','','','','800','Cash',110.34,'800','','','17','16.00','1','2025-06-28 16:15:57','4','7','returned','1','new','pcs','','2025-06-28 19:15:57','16','yes','','0','','','VATABLE',689.66,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','17175109169725711763261'),(5216,'171751091602','48',1.00,'300','retail','0','2025-06-28 09:21:37','','','','0','Cash',41.38,'300','','','17','16.00','1','2025-06-28 16:15:58','4','4','returned','1','new','pcs','','2025-06-28 19:15:58','16','yes','','0','','','VATABLE',258.62,'1','9997.00','9996','Inclusive','branch','Inventory','','','','yes','','','17175109172333231220711'),(5217,'171751091602','298',2.00,'300','retail','0','2025-06-28 09:22:03','','','','150','Cash',41.38,'150','','','17','16.00','1','2025-06-28 16:16:00','4','1','returned','1','new','pcs','','2025-06-28 19:16:00','16','yes','','0','','','VATABLE',129.31,'2','7.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','17175109174424243372232'),(5226,'171751091900','296',1.00,'3000','retail','0','2025-06-28 09:25:00','','','','3000','Cash',413.79,'3000','','','17','16','1','2025-06-28 06:33:28','3','18','returned','1','printed','pcs','','2025-06-28 09:33:28','16','yes','','0','','','VATABLE',2586.21,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'17175109191133337113731'),(5227,'171751091900','53',1.00,'900','retail','0','2025-06-28 09:25:12','','','','0','Cash',124.14,'900','','','17','16','1','2025-06-28 06:33:31','4','7','returned','1','printed','pcs','','2025-06-28 09:33:31','16','yes','','0','','','VATABLE',775.86,'1','9970.00','9969','Inclusive','branch','Inventory','','','','','',NULL,'17175109195230329211002'),(5228,'171751091900','299',1.00,'500','retail','0','2025-06-28 09:25:53','','','','500','Cash',68.97,'500','','','17','16','1','2025-06-28 06:33:29','1','15','returned','1','printed','pcs','','2025-06-28 09:33:29','16','yes','','0','','','VATABLE',431.03,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'17175109197313190997322'),(5229,'171751091900','45',2.00,'100','retail','0','2025-06-28 09:26:13','','','','0','Cash',13.79,'50','','','17','16','1','2025-06-28 06:33:34','4','4','returned','1','printed','pcs','','2025-06-28 09:33:34','16','yes','','0','','','VATABLE',43.10,'2','9541.00','9539','Inclusive','branch','Inventory','','','','','',NULL,'17175109200420730030752'),(5230,'171751091900','20',1.00,'200','retail','0','2025-06-28 09:28:46','','','','0','Cash',27.59,'200','','','17','16.00','1','2025-06-28 06:33:39','4','1','returned','1','new','pcs','','2025-06-28 09:33:39','16','yes','','0','','','VATABLE',172.41,'1','9992.00','9991','Inclusive','branch','Inventory','','','','yes','','','17175109217103702251335'),(5231,'171751091900','12',1.00,'150','retail','0','2025-06-28 09:29:32','','','','0','Cash',20.69,'150','','','17','16.00','1','2025-06-28 06:33:36','4','1','returned','1','new','pcs','','2025-06-28 09:33:36','16','yes','','0','','','VATABLE',129.31,'1','9991.00','9990','Inclusive','branch','Inventory','','','','yes','','','17175109218602221082900'),(5232,'171751092258','296',1.00,'3000','retail','0','2025-06-28 09:30:58','','','','3000','Cash',413.79,'3000','','','17','16.00','1','2025-06-28 16:15:29','3','18','returned','1','new','pcs','','2025-06-28 19:15:29','16','yes','','0','','','VATABLE',2586.21,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','','','17175109226610362003771'),(5233,'171751092258','12',1.00,'150','retail','0','2025-06-28 09:31:06','','','','0','Cash',20.69,'150','','','17','16.00','1','2025-06-28 16:15:31','4','1','returned','1','new','pcs','','2025-06-28 19:15:31','16','yes','','0','','','VATABLE',129.31,'1','9990.00','9989','Inclusive','branch','Inventory','','','','yes','','','17175109228273252397222'),(5234,'171751092258','300',1.00,'800','retail','0','2025-06-28 09:31:22','','','','800','Cash',110.34,'800','','','17','16.00','1','2025-06-28 16:15:32','4','7','returned','1','new','pcs','','2025-06-28 19:15:32','16','yes','','0','','','VATABLE',689.66,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','17175109229332327532122'),(5235,'171751092258','45',2.00,'100','retail','0','2025-06-28 09:31:34','','','','0','Cash',13.79,'50','','','17','16.00','1','2025-06-28 16:15:33','4','4','returned','1','new','pcs','','2025-06-28 19:15:33','16','yes','','0','','','VATABLE',43.10,'2','9539.00','9537','Inclusive','branch','Inventory','','','','yes','','','17175109230923933332330'),(5236,'171751092258','119',2.00,'800','retail','0','2025-06-28 09:31:50','','','','250','Cash',110.34,'400','','','17','16.00','1','2025-06-28 16:15:35','1','15','returned','1','new','pcs','','2025-06-28 19:15:35','16','yes','','0','','','VATABLE',344.83,'2','3.00','1','Inclusive','branch','Inventory','','','','yes','','','17175109232137325232202'),(5237,'171751092446','296',1.00,'3000','retail','0','2025-06-28 09:34:06','','','','3000','Cash',413.79,'3000','','','17','16.00','1','2025-06-28 16:15:05','3','18','returned','1','new','pcs','','2025-06-28 19:15:05','16','yes','','0','','','VATABLE',2586.21,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','','','17175109245522431523303'),(5238,'171751092446','53',1.00,'900','retail','0','2025-06-28 09:34:16','','','','0','Cash',124.14,'900','','','17','16.00','1','2025-06-28 16:15:07','4','7','returned','1','new','pcs','','2025-06-28 19:15:07','16','yes','','0','','','VATABLE',775.86,'1','9970.00','9969','Inclusive','branch','Inventory','','','','yes','','','17175109247331317431702'),(5239,'171751092446','45',2.00,'100','retail','0','2025-06-28 09:34:35','','','','0','Cash',13.79,'50','','','17','16.00','1','2025-06-28 16:15:08','4','4','returned','1','new','pcs','','2025-06-28 19:15:08','16','yes','','0','','','VATABLE',43.10,'2','9539.00','9537','Inclusive','branch','Inventory','','','','yes','','','17175109249353773233303'),(5240,'171751092446','12',1.00,'150','retail','0','2025-06-28 09:34:54','','','','0','Cash',20.69,'150','','','17','16.00','1','2025-06-28 16:15:10','4','1','returned','1','new','pcs','','2025-06-28 19:15:09','16','yes','','0','','','VATABLE',129.31,'1','9990.00','9989','Inclusive','branch','Inventory','','','','yes','','','17175109251133212202532'),(5241,'171751092446','47',1.00,'200','retail','0','2025-06-28 09:35:11','','','','0','Cash',27.59,'200','','','17','16.00','1','2025-06-28 16:15:12','4','4','returned','1','new','pcs','','2025-06-28 19:15:12','16','yes','','0','','','VATABLE',172.41,'1','9867.00','9866','Inclusive','branch','Inventory','','','','yes','','','17175109252302313702325'),(5242,'171751092446','46',1.00,'100','retail','0','2025-06-28 09:35:23','','','','0','Cash',13.79,'100','','','17','16.00','1','2025-06-28 16:15:14','4','4','returned','1','new','pcs','','2025-06-28 19:15:14','16','yes','','0','','','VATABLE',86.21,'1','9915.00','9914','Inclusive','branch','Inventory','','','','yes','','','17175109253535302002313'),(5243,'171751092582','296',1.00,'3000','retail','0','2025-06-28 09:36:22','','','','3000','Cash',413.79,'3000','','','17','16.00','1','2025-06-28 16:14:44','3','18','returned','1','new','pcs','','2025-06-28 19:14:44','16','yes','','0','','','VATABLE',2586.21,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','','','17175109258902230522753'),(5244,'171751092582','300',1.00,'800','retail','0','2025-06-28 09:36:30','','','','800','Cash',110.34,'800','','','17','16.00','1','2025-06-28 16:14:45','4','7','returned','1','new','pcs','','2025-06-28 19:14:45','16','yes','','0','','','VATABLE',689.66,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','17175109259707031393720'),(5245,'171751092582','46',1.00,'100','retail','0','2025-06-28 09:36:37','','','','0','Cash',13.79,'100','','','17','16.00','1','2025-06-28 16:14:46','4','4','returned','1','new','pcs','','2025-06-28 19:14:46','16','yes','','0','','','VATABLE',86.21,'1','9914.00','9913','Inclusive','branch','Inventory','','','','yes','','','17175109261132721701333'),(5246,'171751092582','47',1.00,'200','retail','0','2025-06-28 09:36:52','','','','0','Cash',27.59,'200','','','17','16.00','1','2025-06-28 16:14:48','4','4','returned','1','new','pcs','','2025-06-28 19:14:48','16','yes','','0','','','VATABLE',172.41,'1','9866.00','9865','Inclusive','branch','Inventory','','','','yes','','','17175109263261020222366'),(5247,'171751092582','45',2.00,'100','retail','0','2025-06-28 09:37:13','','','','0','Cash',13.79,'50','','','17','16.00','1','2025-06-28 16:14:49','4','4','returned','1','new','pcs','','2025-06-28 19:14:49','16','yes','','0','','','VATABLE',43.10,'2','9537.00','9535','Inclusive','branch','Inventory','','','','yes','','','17175109264830213670225'),(5248,'171751093078','180',1.00,'300','retail','0','2025-06-28 09:44:38','','','','185','Cash',41.38,'300','','','17','16.00','1','2025-06-28 06:44:59','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','17175109309502301233900'),(5249,'31751112486','10',1.00,'100','retail','0','2025-06-28 15:08:06','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-28 12:10:18','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9950.00','9949','Inclusive','branch','Inventory','','','','yes','','','3175111253453332703223'),(5250,'31751112486','10',1.00,'100','retail','0','2025-06-28 15:08:59','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-28 12:10:18','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9949.00','9948','Inclusive','branch','Inventory','','','','yes','','','3175111260822830212223'),(5251,'141751112628','117',1.00,'350','retail','0','2025-06-28 15:10:29','','','','245','Cash',48.28,'350','','','14','16.00','1','2025-06-28 12:11:49','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','14175111266021223200173'),(5252,'141751112628','160',1.00,'100','retail','0','2025-06-28 15:11:05','','','','41.67','Cash',13.79,'100','','','14','16.00','1','2025-06-28 12:11:49','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','57.00','56','Inclusive','branch','Inventory','','','','yes','','','14175111269201031033250'),(5253,'141751112722','134',3.00,'900','retail','0','2025-06-28 15:12:02','','','','180','Cash',124.14,'300','','','14','16.00','1','2025-06-28 12:15:56','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','46.00','43','Inclusive','branch','Inventory','','','','yes','','','14175111275703302320071'),(5254,'141751112722','209',1.00,'250','retail','0','2025-06-28 15:14:07','','','','175','Cash',34.48,'250','','','14','16.00','1','2025-06-28 12:15:56','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','66.00','65','Inclusive','branch','Inventory','','','','yes','','','14175111289283222120022'),(5255,'141751112722','136',1.00,'260','retail','0','2025-06-28 15:14:54','','','','210','Cash',35.86,'260','','','14','16.00','1','2025-06-28 12:15:56','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','64.00','63','Inclusive','branch','Inventory','','','','yes','','','14175111292842122300194'),(5256,'141751113048','22',3.00,'900','retail','0','2025-06-28 15:17:28','','','','0','Cash',124.14,'300','','','14','16.00','1','2025-06-28 12:21:19','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','9923.00','9920','Inclusive','branch','Inventory','','','','yes','','','14175111313631300323322'),(5257,'141751113048','45',3.00,'150','retail','0','2025-06-28 15:18:59','','','','0','Cash',20.69,'50','','','14','16.00','1','2025-06-28 12:21:19','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'3','9535.00','9532','Inclusive','branch','Inventory','','','','yes','','','14175111316410272216022'),(5258,'141751113048','195',1.00,'100','retail','0','2025-06-28 15:19:26','','','','70','Cash',13.79,'100','','','14','16.00','1','2025-06-28 12:21:19','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','158.00','157','Inclusive','branch','Inventory','','','','yes','','','14175111320230022212332'),(5259,'141751113048','115',1.00,'300','retail','0','2025-06-28 15:20:05','','','','217','Cash',41.38,'300','','','14','16.00','1','2025-06-28 12:21:19','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','14175111326563122312375'),(5260,'31751114361','192',1.00,'300','retail','0','2025-06-28 15:39:22','','','','180','Cash',41.38,'300','','','3','16.00','1','2025-06-28 12:39:51','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','15.00','14','Inclusive','branch','Inventory','','','','yes','','','3175111438030273430230'),(5263,'31751115480','164',6.00,'300','retail','0','2025-06-28 15:58:01','','','','35','Cash',41.38,'50','','','3','16.00','1','2025-06-28 12:58:46','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'6','123.00','117','Inclusive','branch','Inventory','','','','yes','','','3175111551513200553333'),(5264,'31751115568','178',1.00,'100','retail','0','2025-06-28 15:59:29','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-28 13:01:08','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','70.00','69','Inclusive','branch','Inventory','','','','yes','','','3175111564103253443133'),(5265,'141751116312','187',1.00,'15','retail','0','2025-06-28 16:11:53','','','','8','Cash',2.07,'15','','','14','16.00','1','2025-06-28 13:14:30','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','92.00','91','Inclusive','branch','Inventory','','','','yes','','','14175111646301320332632'),(5266,'31751122476','167',2.00,'600','retail','0','2025-06-28 17:54:36','','','','235','Cash',82.76,'300','','','3','16.00','1','2025-06-28 14:55:04','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','9.00','7','Inclusive','branch','Inventory','','','','yes','','','3175112247722021304330'),(5267,'31751122476','47',2.00,'400','retail','0','2025-06-28 17:54:59','','','','0','Cash',55.17,'200','','','3','16.00','1','2025-06-28 14:55:04','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9865.00','9863','Inclusive','branch','Inventory','','','','yes','','','3175112250031335020322'),(5280,'61751124752','141',1.00,'500','retail','0','2025-06-28 18:32:32','','','','335','Cash',68.97,'500','','','6','16.00','1','2025-06-28 15:35:02','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','6175112476702223222002'),(5281,'61751124752','178',1.00,'100','retail','0','2025-06-28 18:32:49','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-28 15:35:02','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','68.00','67','Inclusive','branch','Inventory','','','','yes','','','6175112482882722235002'),(5282,'61751124752','120',2.00,'50','retail','0','2025-06-28 18:33:48','','','','17','Cash',6.90,'25','','','6','16.00','1','2025-06-28 15:35:02','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','20.00','18','Inclusive','branch','Inventory','','','','yes','','','6175112483733233422038'),(5283,'61751124752','1',1.00,'100','retail','0','2025-06-28 18:33:58','','','','0','Cash',13.79,'100','','','6','16.00','1','2025-06-28 15:35:02','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9965.00','9964','Inclusive','branch','Inventory','','','','yes','','A','6175112489713720781501'),(5284,'31751123975','96',1.00,'850','retail','0','2025-06-28 18:19:35','','','','605','Cash',117.24,'850','','','3','16','1','2025-06-28 16:00:54','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',732.76,'1','4.00','3','Inclusive','branch','Inventory','','','','','',NULL,'3175112402923204431332'),(5285,'31751123975','272',1.00,'100','retail','0','2025-06-28 18:21:13','','','','33.3','Cash',13.79,'100','','','3','16','1','2025-06-28 16:00:54','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','130.00','129','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3175112407555022323153'),(5286,'31751123975','120',2.00,'50','retail','0','2025-06-28 18:21:34','','','','17','Cash',6.90,'25','','','3','16','1','2025-06-28 16:00:54','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',21.55,'2','22.00','20','Inclusive','branch','Inventory','','','','','',NULL,'3175112409514273020303'),(5287,'31751123975','163',1.00,'10','retail','0','2025-06-28 18:22:00','','','','5','Cash',1.38,'10','','','3','16','1','2025-06-28 16:00:54','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',8.62,'1','72.00','71','Inclusive','branch','Inventory','','','','','',NULL,'3175112412203333201733'),(5288,'31751123975','120',2.00,'50','retail','0','2025-06-28 19:00:48','','','','17','Cash',6.90,'25','','','3','16.00','1','2025-06-28 16:00:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'2','18.00','16','Inclusive','branch','Inventory','','','','yes','','','3175112645032132203330'),(5289,'31751114697','133',1.00,'2700','retail','0','2025-06-28 15:44:57','','','','1860','Cash',372.41,'2700','','','3','16','1','2025-06-28 16:18:02','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',2327.59,'1','2.00','1','Inclusive','branch','Inventory','','','','','',NULL,'3175111471920152335343'),(5290,'31751114697','163',1.00,'10','retail','0','2025-06-28 15:45:22','','','','5','Cash',1.38,'10','','','3','16','1','2025-06-28 16:18:02','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',8.62,'1','73.00','72','Inclusive','branch','Inventory','','','','','',NULL,'3175111475725373752313'),(5291,'31751114697','195',1.00,'100','retail','0','2025-06-28 18:24:18','','','','70','Cash',13.79,'100','','','3','16','1','2025-06-28 16:18:02','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','157.00','156','Inclusive','branch','Inventory','','','','','',NULL,'3175112426031234272201'),(5292,'31751114697','272',1.00,'100','retail','0','2025-06-28 18:24:31','','','','33.3','Cash',13.79,'100','','','3','16','1','2025-06-28 16:18:02','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','129.00','128','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3175112427242233222220'),(5293,'31751114697','178',1.00,'100','retail','0','2025-06-28 18:23:50','','','','54.17','Cash',13.79,'100','','','3','16','1','2025-06-28 16:18:02','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','69.00','68','Inclusive','branch','Inventory','','','','','',NULL,'3175112423102303034222'),(5294,'31751114697','133',1.00,'2700','retail','0','2025-06-28 18:23:51','','','','1860','Cash',372.41,'2700','','','3','16','1','2025-06-28 16:18:02','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',2327.59,'1','1.00','0','Inclusive','branch','Inventory','','','','','',NULL,'3175112424930433333332'),(5295,'31751114697','25',1.00,'350','retail','0','2025-06-28 18:24:49','','','','0','Cash',48.28,'350','','','3','16','1','2025-06-28 16:18:02','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9973.00','9972','Inclusive','branch','Inventory','','','','','',NULL,'3175112428983122341202'),(5296,'31751114697','45',1.00,'50','retail','0','2025-06-28 18:25:00','','','','0','Cash',6.90,'50','','','3','16','1','2025-06-28 16:18:02','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9532.00','9531','Inclusive','branch','Inventory','','','','','',NULL,'3175112430132103324203'),(5297,'31751114697','192',1.00,'300','retail','0','2025-06-28 19:17:55','','','','180','Cash',41.38,'300','','','3','16.00','1','2025-06-28 16:18:02','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','3175112747622343272133'),(5298,'41751127642','214',1.00,'900','retail','0','2025-06-28 19:20:42','','','','680','Cash',124.14,'900','','','4','16.00','1','2025-06-28 16:21:31','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','4175112768104002723723'),(5299,'41751127642','272',1.00,'100','retail','0','2025-06-28 19:21:28','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-28 16:21:31','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','128.00','127','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175112768802332367877'),(5300,'41751127716','47',1.00,'200','retail','0','2025-06-28 19:21:56','','','','0','Cash',27.59,'200','','','4','16.00','1','2025-06-28 16:22:30','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9865.00','9864','Inclusive','branch','Inventory','','','','yes','','','4175112771752222200200'),(5301,'41751127716','3',1.00,'120','retail','0','2025-06-28 19:22:06','','','','0','Cash',16.55,'120','','','4','16.00','1','2025-06-28 16:22:30','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9929.00','9928','Inclusive','branch','Inventory','','','','yes','','B','4175112772614227257521'),(5302,'41751127716','195',1.00,'100','retail','0','2025-06-28 19:22:22','','','','70','Cash',13.79,'100','','','4','16.00','1','2025-06-28 16:22:30','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','156.00','155','Inclusive','branch','Inventory','','','','yes','','','4175112774330330321012'),(5303,'81751128296','210',1.00,'400','retail','0','2025-06-28 19:31:36','','','','310','Cash',55.17,'400','','','8','16.00','1','2025-06-28 16:33:32','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','8175112832701121222832'),(5304,'81751128296','178',1.00,'100','retail','0','2025-06-28 19:32:59','','','','54.17','Cash',13.79,'100','','','8','16.00','1','2025-06-28 16:33:32','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','67.00','66','Inclusive','branch','Inventory','','','','yes','','','8175112838038838335820'),(5305,'81751128296','272',1.00,'100','retail','0','2025-06-28 19:33:28','','','','33.3','Cash',13.79,'100','','','8','16.00','1','2025-06-28 16:33:32','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','127.00','126','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175112840853483302243'),(5306,'81751128443','136',1.00,'260','retail','0','2025-06-28 19:34:04','','','','210','Cash',35.86,'260','','','8','16.00','1','2025-06-28 16:34:30','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','63.00','62','Inclusive','branch','Inventory','','','','yes','','','8175112844401813442152'),(5307,'81751128443','292',1.00,'150','retail','0','2025-06-28 19:34:24','','','','99','Cash',20.69,'150','','','8','16.00','1','2025-06-28 16:34:30','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175112846527248133003'),(5308,'81751128512','117',1.00,'350','retail','0','2025-06-28 19:35:12','','','','245','Cash',48.28,'350','','','8','16.00','1','2025-06-28 16:35:15','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','8175112851300202212152'),(5309,'81751128550','160',1.00,'100','retail','0','2025-06-28 19:35:50','','','','41.67','Cash',13.79,'100','','','8','16.00','1','2025-06-28 16:36:45','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','56.00','55','Inclusive','branch','Inventory','','','','yes','','','8175112855122385820335'),(5310,'51751129598','27',1.00,'1400','retail','0','2025-06-28 19:53:18','','','','0','Cash',193.10,'1400','','','5','16.00','1','2025-06-28 16:54:17','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','9987.00','9986','Inclusive','branch','Inventory','','','','yes','','','5175112959913233025132'),(5311,'51751129598','45',3.00,'150','retail','0','2025-06-28 19:53:33','','','','0','Cash',20.69,'50','','','5','16.00','1','2025-06-28 16:54:17','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'3','9542.00','9539','Inclusive','branch','Inventory','','','','yes','','','5175112961470233096270'),(5312,'51751129598','35',1.00,'100','retail','0','2025-06-28 19:53:39','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-28 16:54:17','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9988.00','9987','Inclusive','branch','Inventory','','','','yes','','','5175112962032096132235'),(5313,'51751129598','53',1.00,'900','retail','0','2025-06-28 19:53:53','','','','0','Cash',124.14,'900','','','5','16.00','1','2025-06-28 16:54:17','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9972.00','9971','Inclusive','branch','Inventory','','','','yes','','','5175112963336603231243'),(5314,'51751129598','28',1.00,'700','retail','0','2025-06-28 19:54:12','','','','0','Cash',96.55,'700','','','5','16.00','1','2025-06-28 16:54:17','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9992.00','9991','Inclusive','branch','Inventory','','','','yes','','','5175112965330103729320'),(5315,'51751129690','196',1.00,'20','retail','0','2025-06-28 19:54:51','','','','14','Cash',2.76,'20','','','5','16.00','1','2025-06-28 16:54:54','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','106.00','105','Inclusive','branch','Inventory','','','','yes','','','5175112969133093200303'),(5316,'41751129813','196',5.00,'100','retail','0','2025-06-28 19:56:53','','','','14','Cash',13.79,'20','','','4','16.00','1','2025-06-28 16:57:10','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'5','105.00','100','Inclusive','branch','Inventory','','','','yes','','','4175112981302533203092'),(5317,'41751129813','163',1.00,'10','retail','0','2025-06-28 19:57:04','','','','5','Cash',1.38,'10','','','4','16.00','1','2025-06-28 16:57:10','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','71.00','70','Inclusive','branch','Inventory','','','','yes','','','4175112982433012033320'),(5318,'41751129842','272',1.00,'100','retail','0','2025-06-28 19:57:22','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-28 16:57:25','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','126.00','125','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175112984287032322272'),(5319,'51751130134','22',1.00,'300','retail','0','2025-06-28 20:02:14','','','','0','Cash',41.38,'300','','','5','16.00','1','2025-06-28 17:02:29','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9920.00','9919','Inclusive','branch','Inventory','','','','yes','','','5175113013503052100330'),(5320,'51751130134','45',1.00,'50','retail','0','2025-06-28 20:02:26','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-28 17:02:29','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9539.00','9538','Inclusive','branch','Inventory','','','','yes','','','5175113014630321623010'),(5321,'61751130674','25',2.00,'700','retail','0','2025-06-28 20:11:14','','','','0','Cash',96.55,'350','','','6','16.00','1','2025-06-28 19:46:02','4','2','returned','1','new','pcs','','2025-06-28 22:46:02','16','yes','','0','','','VATABLE',301.72,'2','9972.00','9970','Inclusive','branch','Inventory','','','','yes','','','6175113068732633203377'),(5322,'61751130674','45',2.00,'100','retail','0','2025-06-28 20:11:27','','','','0','Cash',13.79,'50','','','6','16.00','1','2025-06-28 19:46:04','4','4','returned','1','new','pcs','','2025-06-28 22:46:04','16','yes','','0','','','VATABLE',43.10,'2','9538.00','9536','Inclusive','branch','Inventory','','','','yes','','','6175113069536233265237'),(5323,'61751130674','119',1.00,'400','retail','0','2025-06-28 20:11:36','','','','250','Cash',55.17,'400','','','6','16.00','1','2025-06-28 19:46:06','1','15','returned','1','new','pcs','','2025-06-28 22:46:06','16','yes','','0','','','VATABLE',344.83,'1','19.00','18','Inclusive','branch','Inventory','','','','yes','','','6175113070503213222252'),(5326,'81751130856','115',1.00,'300','retail','0','2025-06-28 20:14:16','','','','217','Cash',41.38,'300','','','8','16','1','2025-06-28 17:15:16','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','8.00','7','Inclusive','branch','Inventory','','','','','',NULL,'8175113085732211103230'),(5327,'81751130856','178',1.00,'100','retail','0','2025-06-28 20:14:23','','','','54.17','Cash',13.79,'100','','','8','16','1','2025-06-28 17:15:16','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','66.00','65','Inclusive','branch','Inventory','','','','','',NULL,'8175113086520083032236'),(5328,'81751130969','272',1.00,'100','retail','0','2025-06-28 20:16:09','','','','33.3','Cash',13.79,'100','','','8','16.00','1','2025-06-29 00:49:49','1','16','returned','1','new','pcs','','2025-06-29 03:49:49','16','yes','','0','','','VATABLE',86.21,'1','125.00','124','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175113098103577033833'),(5329,'171751131944','22',1.00,'300','retail','0','2025-06-28 20:32:24','','','','0','Cash',41.38,'300','','','17','16.00','1','2025-06-28 18:02:32','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9919.00','9918','Inclusive','branch','Inventory','','','','yes','','','17175113194733204373121'),(5330,'171751131944','45',2.00,'100','retail','0','2025-06-28 21:02:17','','','','0','Cash',13.79,'50','','','17','16.00','1','2025-06-28 18:02:32','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9536.00','9534','Inclusive','branch','Inventory','','','','yes','','','17175113374120221210730'),(5331,'41751134241','89',2.00,'500','retail','0','2025-06-28 21:10:41','','','','175','Cash',68.97,'250','','','4','16.00','1','2025-06-28 18:10:52','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','147.00','145','Inclusive','branch','Inventory','','','','yes','','','4175113424217032302301'),(5332,'41751134241','119',1.00,'400','retail','0','2025-06-28 21:10:48','','','','250','Cash',55.17,'400','','','4','16.00','1','2025-06-28 18:10:52','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','18.00','17','Inclusive','branch','Inventory','','','','yes','','','4175113424932432243121'),(5333,'41751135481','209',1.00,'250','retail','0','2025-06-28 21:31:21','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-28 18:31:40','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','65.00','64','Inclusive','branch','Inventory','','','','yes','','','4175113548233843233223'),(5334,'41751135481','188',1.00,'300','retail','0','2025-06-28 21:31:22','','','','251','Cash',41.38,'300','','','4','16.00','1','2025-06-28 18:31:40','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','4175113549822478394032'),(5335,'61751136443','25',2.00,'700','retail','0','2025-06-28 21:47:23','','','','0','Cash',96.55,'350','','','6','16.00','1','2025-06-28 18:49:32','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'2','9970.00','9968','Inclusive','branch','Inventory','','','','yes','','','6175113646637247040533'),(5336,'61751136443','45',2.00,'100','retail','0','2025-06-28 21:47:46','','','','0','Cash',13.79,'50','','','6','16.00','1','2025-06-28 18:49:32','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9534.00','9532','Inclusive','branch','Inventory','','','','yes','','','6175113647527244202335'),(5337,'61751136443','119',1.00,'400','retail','0','2025-06-28 21:47:55','','','','250','Cash',55.17,'400','','','6','16.00','1','2025-06-28 18:49:32','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','17.00','16','Inclusive','branch','Inventory','','','','yes','','','6175113648236236763403'),(5338,'61751136443','272',1.00,'100','retail','0','2025-06-28 21:48:03','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-28 18:49:32','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','124.00','123','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175113649033220031029'),(5339,'61751136443','180',1.00,'300','retail','0','2025-06-28 21:48:10','','','','185','Cash',41.38,'300','','','6','16.00','1','2025-06-28 18:49:32','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','6175113650030306323212'),(5340,'61751136443','120',15.00,'375','retail','0','2025-06-28 21:48:21','','','','17','Cash',51.72,'25','','','6','16.00','1','2025-06-28 18:49:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'15','16.00','1','Inclusive','branch','Inventory','','','','yes','','','6175113651466200332023'),(5341,'61751136443','163',1.00,'10','retail','0','2025-06-28 21:48:34','','','','5','Cash',1.38,'10','','','6','16.00','1','2025-06-28 18:49:32','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','70.00','69','Inclusive','branch','Inventory','','','','yes','','','6175113652432133530053'),(5342,'61751136443','133',1.00,'2700','retail','0','2025-06-28 21:48:45','','','','1860','Cash',372.41,'2700','','','6','16.00','1','2025-06-28 18:49:32','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',2327.59,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','6175113656712161333201'),(5343,'81751138033','272',1.00,'100','retail','0','2025-06-28 22:13:53','','','','33.3','Cash',13.79,'100','','','8','16.00','1','2025-06-28 19:13:57','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','123.00','122','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175113803421353332318'),(5344,'81751138102','79',1.00,'400','retail','0','2025-06-28 22:15:02','','','','0','Cash',55.17,'400','','','8','16.00','1','2025-06-28 19:15:18','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9956.00','9955','Inclusive','branch','Inventory','','','','yes','','','8175113810453103200773'),(5345,'81751138102','45',1.00,'50','retail','0','2025-06-28 22:15:15','','','','0','Cash',6.90,'50','','','8','16.00','1','2025-06-28 19:15:18','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9532.00','9531','Inclusive','branch','Inventory','','','','yes','','','8175113811528233210520'),(5346,'81751138249','90',1.00,'100','retail','0','2025-06-28 22:17:29','','','','74','Cash',13.79,'100','','','8','16.00','1','2025-06-28 19:18:01','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','8175113827731257302834'),(5347,'81751138368','25',1.00,'350','retail','0','2025-06-28 22:19:28','','','','0','Cash',48.28,'350','','','8','16.00','1','2025-06-28 19:19:39','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9968.00','9967','Inclusive','branch','Inventory','','','','yes','','','8175113836908206431388'),(5348,'81751138368','45',2.00,'100','retail','0','2025-06-28 22:19:35','','','','0','Cash',13.79,'50','','','8','16.00','1','2025-06-28 19:19:39','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9531.00','9529','Inclusive','branch','Inventory','','','','yes','','','8175113837620612322226'),(5349,'51751138944','79',1.00,'400','retail','0','2025-06-28 22:29:04','','','','0','Cash',55.17,'400','','','5','16.00','1','2025-06-28 19:29:19','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9955.00','9954','Inclusive','branch','Inventory','','','','yes','','','5175113894582433242002'),(5350,'51751138944','45',1.00,'50','retail','0','2025-06-28 22:29:16','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-28 19:29:19','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9529.00','9528','Inclusive','branch','Inventory','','','','yes','','','5175113895611020351333'),(5351,'51751138975','89',2.00,'500','retail','0','2025-06-28 22:29:35','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-28 19:29:38','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','145.00','143','Inclusive','branch','Inventory','','','','yes','','','5175113897631223739524'),(5352,'51751139059','26',1.00,'700','retail','0','2025-06-28 22:30:59','','','','0','Cash',96.55,'700','','','5','16.00','1','2025-06-28 19:32:07','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9969.00','9968','Inclusive','branch','Inventory','','','','yes','','','5175113906123301277126'),(5353,'51751139059','25',1.00,'350','retail','0','2025-06-28 22:31:13','','','','0','Cash',48.28,'350','','','5','16.00','1','2025-06-28 19:32:07','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9967.00','9966','Inclusive','branch','Inventory','','','','yes','','','5175113907522200313734'),(5354,'51751139059','25',1.00,'350','retail','0','2025-06-28 22:31:29','','','','0','Cash',48.28,'350','','','5','16.00','1','2025-06-28 19:32:07','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9966.00','9965','Inclusive','branch','Inventory','','','','yes','','','5175113908941123332333'),(5355,'51751139059','45',2.00,'100','retail','0','2025-06-28 22:31:41','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-28 19:32:07','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9528.00','9526','Inclusive','branch','Inventory','','','','yes','','','5175113910101432025213'),(5356,'51751139059','35',1.00,'100','retail','0','2025-06-28 22:31:52','','','','0','Cash',13.79,'100','','','5','16.00','1','2025-06-28 19:32:07','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9987.00','9986','Inclusive','branch','Inventory','','','','yes','','','5175113911300333320033'),(5357,'51751139212','205',1.00,'300','retail','0','2025-06-28 22:33:32','','','','225','Cash',41.38,'300','','','5','16.00','1','2025-06-28 19:33:36','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','33.00','32','Inclusive','branch','Inventory','','','','yes','','','5175113921321202301020'),(5358,'51751139279','96',1.00,'850','retail','0','2025-06-28 22:34:39','','','','605','Cash',117.24,'850','','','5','16.00','1','2025-06-28 19:34:43','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','5175113927923435022299'),(5359,'51751139323','126',1.00,'1800','retail','0','2025-06-28 22:35:23','','','','1300','Cash',248.28,'1800','','','5','16.00','1','2025-06-28 19:37:13','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','5175113932337132230549'),(5360,'51751139323','122',1.00,'1300','retail','0','2025-06-28 22:35:36','','','','955','Cash',179.31,'1300','','','5','16.00','1','2025-06-28 19:37:13','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','5175113933601923943277'),(5361,'51751139323','195',1.00,'100','retail','0','2025-06-28 22:35:49','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-28 19:37:13','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','155.00','154','Inclusive','branch','Inventory','','','','yes','','','5175113934923053997312'),(5362,'51751139323','272',1.00,'100','retail','0','2025-06-28 22:35:55','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-28 19:37:13','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','122.00','121','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175113935653532324376'),(5363,'51751139323','122',1.00,'1300','retail','0','2025-06-28 22:36:07','','','','955','Cash',179.31,'1300','','','5','16.00','1','2025-06-28 19:37:13','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','5175113936878302124227'),(5364,'51751139323','97',1.00,'1800','retail','0','2025-06-28 22:36:16','','','','1175','Cash',248.28,'1800','','','5','16.00','1','2025-06-28 19:37:13','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','5175113937702332350047'),(5365,'51751139323','196',1.00,'20','retail','0','2025-06-28 22:36:27','','','','14','Cash',2.76,'20','','','5','16.00','1','2025-06-28 19:37:13','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','100.00','99','Inclusive','branch','Inventory','','','','yes','','','5175113938792007337580'),(5366,'51751139323','194',1.00,'100','retail','0','2025-06-28 22:36:49','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-28 19:37:13','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','113.00','112','Inclusive','branch','Inventory','','','','yes','','','5175113941000372445252'),(5367,'51751139558','79',1.00,'400','retail','0','2025-06-28 22:39:18','','','','0','Cash',55.17,'400','','','5','16.00','1','2025-06-28 19:39:34','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9954.00','9953','Inclusive','branch','Inventory','','','','yes','','','5175113956022270223313'),(5368,'51751139558','45',1.00,'50','retail','0','2025-06-28 22:39:32','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-28 19:39:34','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9526.00','9525','Inclusive','branch','Inventory','','','','yes','','','5175113957235530331953'),(5369,'61751139622','45',1.00,'50','retail','0','2025-06-28 22:40:22','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-28 19:40:31','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9525.00','9524','Inclusive','branch','Inventory','','','','yes','','','6175113962991722223222'),(5370,'41751139975','202',1.00,'900','retail','0','2025-06-28 22:46:15','','','','570','Cash',124.14,'900','','','4','16.00','1','2025-06-28 19:46:38','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','4175113998991223305329'),(5371,'41751139975','272',1.00,'100','retail','0','2025-06-28 22:46:33','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-28 19:46:38','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','121.00','120','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175113999393921245273'),(5372,'41751140027','90',3.00,'300','retail','0','2025-06-28 22:47:07','','','','74','Cash',41.38,'100','','','4','16.00','1','2025-06-28 19:47:10','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','9.00','6','Inclusive','branch','Inventory','','','','yes','','','4175114002833104008221'),(5373,'41751141173','116',1.00,'850','retail','0','2025-06-28 23:06:13','','','','585','Cash',117.24,'850','','','4','16.00','1','2025-06-28 20:06:21','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','4175114117434323444034'),(5374,'41751141173','272',1.00,'100','retail','0','2025-06-28 23:06:18','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-28 20:06:21','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','120.00','119','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175114117833205323001'),(5375,'81751141293','210',1.00,'400','retail','0','2025-06-28 23:08:13','','','','310','Cash',55.17,'400','','','8','16.00','1','2025-06-28 20:09:03','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','8175114130811040331503'),(5376,'81751141293','178',1.00,'100','retail','0','2025-06-28 23:09:00','','','','54.17','Cash',13.79,'100','','','8','16.00','1','2025-06-28 20:09:03','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','65.00','64','Inclusive','branch','Inventory','','','','yes','','','8175114134050312222024'),(5377,'81751141408','210',1.00,'400','retail','0','2025-06-28 23:10:08','','','','310','Cash',55.17,'400','','','8','16.00','1','2025-06-28 20:11:00','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','8175114145727052371444'),(5378,'61751142745','192',1.00,'300','retail','0','2025-06-28 23:32:25','','','','180','Cash',41.38,'300','','','6','16.00','1','2025-06-28 20:32:37','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','6175114275535302323212'),(5379,'61751142764','115',1.00,'300','retail','0','2025-06-28 23:32:44','','','','217','Cash',41.38,'300','','','6','16.00','1','2025-06-28 20:33:11','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','6175114278137025033120'),(5380,'61751142764','178',1.00,'100','retail','0','2025-06-28 23:33:01','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-28 20:33:11','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','64.00','63','Inclusive','branch','Inventory','','','','yes','','','6175114278801245380070'),(5381,'61751142797','90',1.00,'100','retail','0','2025-06-28 23:33:17','','','','74','Cash',13.79,'100','','','6','16.00','1','2025-06-28 20:33:29','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','6175114280664842102373'),(5382,'41751143842','153',1.00,'500','retail','0','2025-06-28 23:50:42','','','','330','Cash',68.97,'500','','','4','16.00','1','2025-06-28 20:51:00','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','4175114385302330221333'),(5383,'41751143842','272',1.00,'100','retail','0','2025-06-28 23:50:58','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-28 20:51:00','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','119.00','118','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175114385901353330004'),(5384,'51751144423','196',1.00,'20','retail','0','2025-06-29 00:00:23','','','','14','Cash',2.76,'20','','','5','16.00','1','2025-06-28 21:00:26','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','99.00','98','Inclusive','branch','Inventory','','','','yes','','','5175114442437025033120'),(5385,'51751144460','218',1.00,'260','retail','0','2025-06-29 00:01:00','','','','200','Cash',35.86,'260','','','5','16.00','1','2025-06-28 21:01:11','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','55.00','54','Inclusive','branch','Inventory','','','','yes','','','5175114446240422170422'),(5386,'51751144460','136',1.00,'260','retail','0','2025-06-29 00:01:05','','','','210','Cash',35.86,'260','','','5','16.00','1','2025-06-28 21:01:11','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','62.00','61','Inclusive','branch','Inventory','','','','yes','','','5175114446774142475424'),(5387,'51751144507','45',1.00,'50','retail','0','2025-06-29 00:01:47','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-28 21:01:50','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9526.00','9525','Inclusive','branch','Inventory','','','','yes','','','5175114450870712233102'),(5388,'51751145323','178',1.00,'100','retail','0','2025-06-29 00:15:23','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-28 21:17:11','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','63.00','62','Inclusive','branch','Inventory','','','','yes','','','5175114542333024032103'),(5389,'81751145774','156',1.00,'260','retail','0','2025-06-29 00:22:54','','','','200','Cash',35.86,'260','','','8','16.00','1','2025-06-28 21:23:08','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','24.00','23','Inclusive','branch','Inventory','','','','yes','','','8175114578623733252332'),(5390,'81751145840','272',1.00,'100','retail','0','2025-06-29 00:24:00','','','','33.3','Cash',13.79,'100','','','8','16.00','1','2025-06-28 21:24:03','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','118.00','117','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175114584120423283318'),(5391,'81751145892','47',1.00,'200','retail','0','2025-06-29 00:24:52','','','','0','Cash',27.59,'200','','','8','16.00','1','2025-06-28 21:25:03','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9864.00','9863','Inclusive','branch','Inventory','','','','yes','','','8175114590038507329202'),(5392,'81751145962','201',1.00,'300','retail','0','2025-06-29 00:26:02','','','','200','Cash',41.38,'300','','','8','16.00','1','2025-06-28 21:27:07','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','12.00','11','Inclusive','branch','Inventory','','','','yes','','','8175114599737322022083'),(5393,'81751145962','178',2.00,'200','retail','0','2025-06-29 00:26:51','','','','54.17','Cash',27.59,'100','','','8','16.00','1','2025-06-28 21:27:07','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','62.00','60','Inclusive','branch','Inventory','','','','yes','','','8175114601202333220533'),(5394,'41751146353','47',1.00,'200','retail','0','2025-06-29 00:32:33','','','','0','Cash',27.59,'200','','','4','16.00','1','2025-06-28 21:32:35','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9863.00','9862','Inclusive','branch','Inventory','','','','yes','','','4175114635301337220664'),(5395,'41751146366','3',1.00,'120','retail','0','2025-06-29 00:32:46','','','','0','Cash',16.55,'120','','','4','16.00','1','2025-06-28 21:33:01','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9931.00','9930','Inclusive','branch','Inventory','','','','yes','','B','4175114636632632422224'),(5396,'41751146366','272',1.00,'100','retail','0','2025-06-29 00:32:59','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-28 21:33:01','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','117.00','116','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175114637907237247204'),(5397,'61751146609','215',1.00,'600','retail','0','2025-06-29 00:36:49','','','','465','Cash',82.76,'600','','','6','16.00','1','2025-06-28 21:37:13','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','6175114662322320021225'),(5398,'61751146609','160',1.00,'100','retail','0','2025-06-29 00:37:03','','','','41.67','Cash',13.79,'100','','','6','16.00','1','2025-06-28 21:37:13','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','55.00','54','Inclusive','branch','Inventory','','','','yes','','','6175114663161237012022'),(5399,'61751146691','218',4.00,'1040','retail','0','2025-06-29 00:38:11','','','','200','Cash',143.45,'260','','','6','16.00','1','2025-06-28 21:39:03','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','54.00','50','Inclusive','branch','Inventory','','','','yes','','','6175114671116333222107'),(5400,'61751146691','192',3.00,'900','retail','0','2025-06-29 00:38:31','','','','180','Cash',124.14,'300','','','6','16.00','1','2025-06-28 21:39:03','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','12.00','9','Inclusive','branch','Inventory','','','','yes','','','6175114672732104333322'),(5401,'61751146691','208',2.00,'520','retail','0','2025-06-29 00:38:47','','','','195','Cash',71.72,'260','','','6','16.00','1','2025-06-28 21:39:03','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','19.00','17','Inclusive','branch','Inventory','','','','yes','','','6175114674046242332325'),(5402,'41751147355','156',1.00,'260','retail','0','2025-06-29 00:49:16','','','','200','Cash',35.86,'260','','','4','16.00','1','2025-06-28 21:49:45','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','23.00','22','Inclusive','branch','Inventory','','','','yes','','','4175114736630204676331'),(5403,'41751147355','156',1.00,'260','retail','0','2025-06-29 00:49:27','','','','200','Cash',35.86,'260','','','4','16.00','1','2025-06-28 21:49:45','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','22.00','21','Inclusive','branch','Inventory','','','','yes','','','4175114738220423243314'),(5416,'81751147681','118',1.00,'1000','retail','0','2025-06-29 00:54:41','','','','710','Cash',137.93,'1000','','','8','16.00','1','2025-06-28 21:55:00','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','8175114768272007337580'),(5417,'81751147681','272',1.00,'100','retail','0','2025-06-29 00:54:49','','','','33.3','Cash',13.79,'100','','','8','16.00','1','2025-06-28 21:55:00','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','115.00','114','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175114768960238222300'),(5418,'81751147681','292',1.00,'150','retail','0','2025-06-29 00:54:57','','','','99','Cash',20.69,'150','','','8','16.00','1','2025-06-28 21:55:00','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175114769832817637246'),(5419,'81751147728','288',1.00,'300','retail','0','2025-06-29 00:55:28','','','','220','Cash',41.38,'300','','','8','16.00','1','2025-06-28 21:55:31','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175114772939332372394'),(5420,'81751147796','156',1.00,'260','retail','0','2025-06-29 00:56:36','','','','200','Cash',35.86,'260','','','8','16.00','1','2025-06-28 21:56:38','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','21.00','20','Inclusive','branch','Inventory','','','','yes','','','8175114779613312943221'),(5421,'41751148573','196',2.00,'40','retail','0','2025-06-29 01:09:33','','','','14','Cash',5.52,'20','','','4','16.00','1','2025-06-28 22:09:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','98.00','96','Inclusive','branch','Inventory','','','','yes','','','4175114857313502144212'),(5422,'41751148573','187',1.00,'15','retail','0','2025-06-29 01:09:37','','','','8','Cash',2.07,'15','','','4','16.00','1','2025-06-28 22:09:40','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','91.00','90','Inclusive','branch','Inventory','','','','yes','','','4175114857823317207132'),(5423,'51751149537','89',1.00,'250','retail','0','2025-06-29 01:25:37','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-28 22:25:39','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','143.00','142','Inclusive','branch','Inventory','','','','yes','','','5175114953775023535007'),(5424,'51751149560','195',1.00,'100','retail','0','2025-06-29 01:26:00','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-28 22:26:06','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','154.00','153','Inclusive','branch','Inventory','','','','yes','','','5175114956145322323332'),(5425,'51751149593','15',2.00,'240','retail','0','2025-06-29 01:26:33','','','','0','Cash',33.10,'120','','','5','16.00','1','2025-06-28 22:26:36','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'2','9958.00','9956','Inclusive','branch','Inventory','','','','yes','','','5175114959424933343243'),(5426,'41751147430','205',3.00,'900','retail','0','2025-06-29 00:50:30','','','','225','Cash',124.14,'300','','','4','16','1','2025-06-28 22:28:11','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'3','32.00','29','Inclusive','branch','Inventory','','','','','',NULL,'4175114743103340457315'),(5427,'41751147430','176',2.00,'600','retail','0','2025-06-29 00:50:50','','','','180','Cash',82.76,'300','','','4','16','1','2025-06-28 22:28:11','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','9.00','7','Inclusive','branch','Inventory','','','','','',NULL,'4175114745045232132251'),(5428,'41751147430','214',1.00,'900','retail','0','2025-06-29 00:50:58','','','','680','Cash',124.14,'900','','','4','16','1','2025-06-28 22:28:11','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',775.86,'1','6.00','5','Inclusive','branch','Inventory','','','','','',NULL,'4175114747622203312123'),(5429,'41751147430','272',1.00,'100','retail','0','2025-06-29 00:51:32','','','','33.3','Cash',13.79,'100','','','4','16','1','2025-06-28 22:28:11','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','116.00','115','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'4175114749274779923213'),(5430,'41751147430','54',1.00,'1800','retail','0','2025-06-29 00:51:56','','','','0','Cash',248.28,'1800','','','4','16','1','2025-06-28 22:28:11','4','7','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9977.00','9976','Inclusive','branch','Inventory','','','','','',NULL,'4175114751770022240372'),(5431,'41751147430','45',2.00,'100','retail','0','2025-06-29 00:52:39','','','','0','Cash',13.79,'50','','','4','16','1','2025-06-28 22:28:11','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9525.00','9523','Inclusive','branch','Inventory','','','','','',NULL,'4175114756071300127023'),(5432,'41751147430','47',2.00,'400','retail','0','2025-06-29 00:52:43','','','','0','Cash',55.17,'200','','','4','16','1','2025-06-28 22:28:11','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9862.00','9860','Inclusive','branch','Inventory','','','','','',NULL,'4175114756445430022307'),(5433,'41751147430','3',1.00,'120','retail','0','2025-06-29 00:52:56','','','','0','Cash',16.55,'120','','','4','16','1','2025-06-28 22:28:11','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9930.00','9929','Inclusive','branch','Inventory','','','','','',NULL,'4175114757737103330353'),(5434,'41751147430','3',1.00,'120','retail','0','2025-06-29 00:53:04','','','','0','Cash',16.55,'120','','','4','16','1','2025-06-28 22:28:11','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9929.00','9928','Inclusive','branch','Inventory','','','','','',NULL,'4175114758543348202745'),(5435,'41751147430','3',1.00,'120','retail','0','2025-06-29 00:53:14','','','','0','Cash',16.55,'120','','','4','16','1','2025-06-28 22:28:11','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9928.00','9927','Inclusive','branch','Inventory','','','','','',NULL,'4175114759521331223232'),(5436,'41751147430','3',1.00,'120','retail','0','2025-06-29 00:53:23','','','','0','Cash',16.55,'120','','','4','16','1','2025-06-28 22:28:11','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9927.00','9926','Inclusive','branch','Inventory','','','','','',NULL,'4175114760300333330313'),(5437,'41751147430','46',1.00,'100','retail','0','2025-06-29 00:53:39','','','','0','Cash',13.79,'100','','','4','16','1','2025-06-28 22:28:11','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9918.00','9917','Inclusive','branch','Inventory','','','','','',NULL,'4175114762024645474230'),(5438,'41751147430','214',1.00,'900','retail','0','2025-06-29 01:27:40','','','','680','Cash',124.14,'900','','','4','16.00','1','2025-06-28 22:28:11','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','4175114967720223334322'),(5439,'41751147430','205',1.00,'300','retail','0','2025-06-29 01:28:08','','','','225','Cash',41.38,'300','','','4','16.00','1','2025-06-28 22:28:11','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','29.00','28','Inclusive','branch','Inventory','','','','yes','','','4175114968814223320681'),(5440,'41751150532','272',1.00,'100','retail','0','2025-06-29 01:42:12','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-28 22:42:14','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','114.00','113','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175115053223503537123'),(5441,'81751151155','160',1.00,'100','retail','0','2025-06-29 01:52:35','','','','41.67','Cash',13.79,'100','','','8','16.00','1','2025-06-28 22:52:38','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','54.00','53','Inclusive','branch','Inventory','','','','yes','','','8175115115523033001322'),(5442,'81751151197','178',1.00,'100','retail','0','2025-06-29 01:53:17','','','','54.17','Cash',13.79,'100','','','8','16.00','1','2025-06-28 22:53:19','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','60.00','59','Inclusive','branch','Inventory','','','','yes','','','8175115119777322032223'),(5443,'81751151241','117',1.00,'350','retail','0','2025-06-29 01:54:01','','','','245','Cash',48.28,'350','','','8','16.00','1','2025-06-28 22:54:04','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','8175115124283354202782'),(5444,'81751151285','217',2.00,'600','retail','0','2025-06-29 01:54:45','','','','225','Cash',82.76,'300','','','8','16.00','1','2025-06-28 22:54:48','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','42.00','40','Inclusive','branch','Inventory','','','','yes','','','8175115128673451333013'),(5445,'81751151324','217',1.00,'300','retail','0','2025-06-29 01:55:24','','','','225','Cash',41.38,'300','','','8','16.00','1','2025-06-28 22:55:27','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','40.00','39','Inclusive','branch','Inventory','','','','yes','','','8175115132532323322252'),(5446,'81751151362','88',1.00,'300','retail','0','2025-06-29 01:56:02','','','','203','Cash',41.38,'300','','','8','16.00','1','2025-06-28 22:56:44','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','24.00','23','Inclusive','branch','Inventory','','','','yes','','','8175115138422270223315'),(5447,'81751151486','93',1.00,'500','retail','0','2025-06-29 01:58:06','','','','330','Cash',68.97,'500','','','8','16.00','1','2025-06-28 22:58:21','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','8175115149920883323039'),(5448,'81751151540','272',1.00,'100','retail','0','2025-06-29 01:59:00','','','','33.3','Cash',13.79,'100','','','8','16.00','1','2025-06-28 22:59:04','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','113.00','112','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175115154028133010352'),(5449,'51751151783','247',1.00,'1500','retail','0','2025-06-29 02:03:10','','','','500','Cash',206.90,'1500','','','5','16.00','1','2025-06-28 23:03:22','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9966.00','9965','Inclusive','branch','Inventory','1110','4000','5500','','','','5175115179035053737400'),(5450,'41751151879','202',1.00,'900','retail','0','2025-06-29 02:04:39','','','','570','Cash',124.14,'900','','','4','16.00','1','2025-06-28 23:05:40','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','4175115189681533132123'),(5451,'41751151879','178',3.00,'300','retail','0','2025-06-29 02:05:09','','','','54.17','Cash',41.38,'100','','','4','16.00','1','2025-06-28 23:05:40','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','59.00','56','Inclusive','branch','Inventory','','','','yes','','','4175115191022001021245'),(5452,'41751151879','26',1.00,'700','retail','0','2025-06-29 02:05:25','','','','0','Cash',96.55,'700','','','4','16.00','1','2025-06-28 23:05:40','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9968.00','9967','Inclusive','branch','Inventory','','','','yes','','','4175115192631211331653'),(5453,'41751151879','45',2.00,'100','retail','0','2025-06-29 02:05:32','','','','0','Cash',13.79,'50','','','4','16.00','1','2025-06-28 23:05:40','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9523.00','9521','Inclusive','branch','Inventory','','','','yes','','','4175115193292222412222'),(5454,'41751151980','136',1.00,'260','retail','0','2025-06-29 02:06:20','','','','210','Cash',35.86,'260','','','4','16.00','1','2025-06-28 23:06:26','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','61.00','60','Inclusive','branch','Inventory','','','','yes','','','4175115198034737730351'),(5455,'41751151980','272',1.00,'100','retail','0','2025-06-29 02:06:24','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-28 23:06:26','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','112.00','111','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175115198422278403032'),(5456,'81751152580','115',1.00,'300','retail','0','2025-06-29 02:16:20','','','','217','Cash',41.38,'300','','','8','16.00','1','2025-06-28 23:16:25','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','8175115258032222403040'),(5457,'81751152620','167',1.00,'300','retail','0','2025-06-29 02:17:00','','','','235','Cash',41.38,'300','','','8','16.00','1','2025-06-28 23:17:18','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','8175115263535205230210'),(5458,'51751152950','111',1.00,'1300','retail','0','2025-06-29 02:22:30','','','','945','Cash',179.31,'1300','','','5','16.00','1','2025-06-28 23:22:44','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','5175115295140211900030'),(5459,'51751152950','272',1.00,'100','retail','0','2025-06-29 02:22:41','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-28 23:22:44','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','111.00','110','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175115296220235202735'),(5460,'51751153646','89',1.00,'250','retail','0','2025-06-29 02:34:06','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-28 23:34:18','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','142.00','141','Inclusive','branch','Inventory','','','','yes','','','5175115364755542623403'),(5461,'51751153646','196',1.00,'20','retail','0','2025-06-29 02:34:15','','','','14','Cash',2.76,'20','','','5','16.00','1','2025-06-28 23:34:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','96.00','95','Inclusive','branch','Inventory','','','','yes','','','5175115365610532023120'),(5462,'61751155505','216',1.00,'1800','retail','0','2025-06-29 03:05:05','','','','1300','Cash',248.28,'1800','','','6','16.00','1','2025-06-29 00:06:39','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','6175115552523223230335'),(5463,'61751155505','272',1.00,'100','retail','0','2025-06-29 03:05:25','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-29 00:06:39','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','110.00','109','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175115553536213322175'),(5464,'61751155505','160',1.00,'100','retail','0','2025-06-29 03:05:35','','','','41.67','Cash',13.79,'100','','','6','16.00','1','2025-06-29 00:06:39','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','53.00','52','Inclusive','branch','Inventory','','','','yes','','','6175115554401332330271'),(5465,'61751155505','26',1.00,'700','retail','0','2025-06-29 03:05:44','','','','0','Cash',96.55,'700','','','6','16.00','1','2025-06-29 00:06:39','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9967.00','9966','Inclusive','branch','Inventory','','','','yes','','','6175115557701032325530'),(5466,'61751155505','45',2.00,'100','retail','0','2025-06-29 03:06:17','','','','0','Cash',13.79,'50','','','6','16.00','1','2025-06-29 00:06:39','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9521.00','9519','Inclusive','branch','Inventory','','','','yes','','','6175115559532101235060'),(5467,'61751155608','115',1.00,'300','retail','0','2025-06-29 03:06:48','','','','217','Cash',41.38,'300','','','6','16.00','1','2025-06-29 00:10:01','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','6175115562823763142242'),(5468,'61751155608','192',4.00,'1200','retail','0','2025-06-29 03:07:08','','','','180','Cash',165.52,'300','','','6','16.00','1','2025-06-29 00:10:01','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'4','9.00','5','Inclusive','branch','Inventory','','','','yes','','','6175115564120221627030'),(5469,'61751155608','272',1.00,'100','retail','0','2025-06-29 03:07:22','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-29 00:10:01','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','109.00','108','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175115564992221311523'),(5470,'61751155608','195',1.00,'100','retail','0','2025-06-29 03:07:29','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-29 00:10:01','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','153.00','152','Inclusive','branch','Inventory','','','','yes','','','6175115565803845206530'),(5471,'61751155608','115',1.00,'300','retail','0','2025-06-29 03:07:38','','','','217','Cash',41.38,'300','','','6','16.00','1','2025-06-29 00:10:01','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','6175115567172205702443'),(5472,'61751155608','119',1.00,'400','retail','0','2025-06-29 03:07:51','','','','250','Cash',55.17,'400','','','6','16.00','1','2025-06-29 00:10:01','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','17.00','16','Inclusive','branch','Inventory','','','','yes','','','6175115568004562015373'),(5473,'61751155608','47',1.00,'200','retail','0','2025-06-29 03:08:00','','','','0','Cash',27.59,'200','','','6','16.00','1','2025-06-29 00:10:01','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9860.00','9859','Inclusive','branch','Inventory','','','','yes','','','6175115568833003350013'),(5474,'61751155608','52',1.00,'450','retail','0','2025-06-29 03:08:09','','','','0','Cash',62.07,'450','','','6','16.00','1','2025-06-29 00:10:01','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9973.00','9972','Inclusive','branch','Inventory','','','','yes','','','6175115570523356300252'),(5475,'61751155608','194',1.00,'100','retail','0','2025-06-29 03:08:25','','','','70','Cash',13.79,'100','','','6','16.00','1','2025-06-29 00:10:01','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','112.00','111','Inclusive','branch','Inventory','','','','yes','','','6175115576751142332000'),(5476,'61751155805','218',4.00,'1040','retail','0','2025-06-29 03:10:05','','','','200','Cash',143.45,'260','','','6','16.00','1','2025-06-29 00:11:30','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','50.00','46','Inclusive','branch','Inventory','','','','yes','','','6175115582823723335532'),(5477,'61751155805','176',2.00,'600','retail','0','2025-06-29 03:10:29','','','','180','Cash',82.76,'300','','','6','16.00','1','2025-06-29 00:11:30','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','7.00','5','Inclusive','branch','Inventory','','','','yes','','','6175115583917462700631'),(5478,'61751155805','178',1.00,'100','retail','0','2025-06-29 03:10:40','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-29 00:11:30','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','56.00','55','Inclusive','branch','Inventory','','','','yes','','','6175115584738157121433'),(5479,'61751155805','26',1.00,'700','retail','0','2025-06-29 03:10:48','','','','0','Cash',96.55,'700','','','6','16.00','1','2025-06-29 00:11:30','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9966.00','9965','Inclusive','branch','Inventory','','','','yes','','','6175115586232263855308'),(5480,'61751155805','45',2.00,'100','retail','0','2025-06-29 03:11:02','','','','0','Cash',13.79,'50','','','6','16.00','1','2025-06-29 00:11:30','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9519.00','9517','Inclusive','branch','Inventory','','','','yes','','','6175115587173712572473'),(5481,'61751155805','272',1.00,'100','retail','0','2025-06-29 03:11:11','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-29 00:11:30','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','108.00','107','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175115588022278003032'),(5482,'61751155805','178',1.00,'100','retail','0','2025-06-29 03:11:21','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-29 00:11:30','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','55.00','54','Inclusive','branch','Inventory','','','','yes','','','6175115588770253342527'),(5485,'61751156004','25',1.00,'350','retail','0','2025-06-29 03:13:24','','','','0','Cash',48.28,'350','','','6','16.00','1','2025-06-29 00:13:45','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9967.00','9966','Inclusive','branch','Inventory','','','','yes','','','6175115601463343233443'),(5486,'61751156004','45',1.00,'50','retail','0','2025-06-29 03:13:34','','','','0','Cash',6.90,'50','','','6','16.00','1','2025-06-29 00:13:45','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9517.00','9516','Inclusive','branch','Inventory','','','','yes','','','6175115602263441200533'),(5487,'41751156177','25',1.00,'350','retail','0','2025-06-29 03:16:17','','','','0','Cash',48.28,'350','','','4','16.00','1','2025-06-29 00:16:19','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9966.00','9965','Inclusive','branch','Inventory','','','','yes','','','4175115617825543323234'),(5488,'51751157206','25',1.00,'350','retail','0','2025-06-29 03:33:26','','','','0','Cash',48.28,'350','','','5','16.00','1','2025-06-29 00:33:39','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9965.00','9964','Inclusive','branch','Inventory','','','','yes','','','5175115720722335003323'),(5489,'51751157206','45',2.00,'100','retail','0','2025-06-29 03:33:36','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-29 00:33:39','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9516.00','9514','Inclusive','branch','Inventory','','','','yes','','','5175115721775201203310'),(5490,'81751157753','201',1.00,'300','retail','0','2025-06-29 03:42:33','','','','200','Cash',41.38,'300','','','8','16.00','1','2025-06-29 00:43:05','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','8175115777884837270250'),(5491,'41751157975','272',1.00,'100','retail','0','2025-06-29 03:46:15','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-29 00:46:18','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','107.00','106','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175115797630717101230'),(5492,'41751158037','202',1.00,'900','retail','0','2025-06-29 03:47:17','','','','570','Cash',124.14,'900','','','4','16.00','1','2025-06-29 00:48:23','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','4175115807882011010303'),(5493,'41751158037','178',2.00,'200','retail','0','2025-06-29 03:48:14','','','','54.17','Cash',27.59,'100','','','4','16.00','1','2025-06-29 00:48:23','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','54.00','52','Inclusive','branch','Inventory','','','','yes','','','4175115809553803300232'),(5494,'41751158037','272',1.00,'100','retail','0','2025-06-29 03:48:20','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-29 00:48:23','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','106.00','105','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175115810023204054002'),(5495,'61751158366','52',1.00,'450','retail','0','2025-06-29 03:52:46','','','','0','Cash',62.07,'450','','','6','16.00','1','2025-06-29 00:53:57','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9972.00','9971','Inclusive','branch','Inventory','','','','yes','','','6175115837883201223431'),(5496,'61751158366','47',1.00,'200','retail','0','2025-06-29 03:52:58','','','','0','Cash',27.59,'200','','','6','16.00','1','2025-06-29 00:53:57','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9859.00','9858','Inclusive','branch','Inventory','','','','yes','','','6175115838838321203830'),(5497,'61751158366','216',1.00,'1800','retail','0','2025-06-29 03:53:09','','','','1300','Cash',248.28,'1800','','','6','16.00','1','2025-06-29 00:53:57','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','6175115842032252253030'),(5498,'61751158366','272',1.00,'100','retail','0','2025-06-29 03:53:40','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-29 00:53:57','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','106.00','105','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175115843242026603230'),(5499,'61751158517','216',1.00,'1800.00','retail','0','2025-06-29 03:55:17','','','','1300','Cash',248.28,'1800','','','6','16.00','1','2025-06-29 00:58:24','1','11','new','1','new','pcs','','','','','','0','','','VATABLE',1551.72,'','3.00','2','Inclusive','branch','Inventory','','','','yes','','','6175115852643230712330'),(5500,'61751158517','272',1.00,'100','retail','0','2025-06-29 03:55:26','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-29 00:58:24','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','105.00','104','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175115853305301802281'),(5501,'61751158517','119',1.00,'400','retail','0','2025-06-29 03:56:47','','','','250','Cash',55.17,'400','','','6','16.00','1','2025-06-29 00:58:24','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','16.00','15','Inclusive','branch','Inventory','','','','yes','','','6175115862131203156333'),(5502,'61751158517','201',1.00,'300','retail','0','2025-06-29 03:57:01','','','','200','Cash',41.38,'300','','','6','16.00','1','2025-06-29 00:58:24','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','6175115862906320005810'),(5503,'61751158517','178',1.00,'100','retail','0','2025-06-29 03:57:09','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-29 00:58:24','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','52.00','51','Inclusive','branch','Inventory','','','','yes','','','6175115863822332866311'),(5504,'61751158517','162',2.00,'30','retail','0','2025-06-29 03:57:18','','','','10','Cash',4.14,'15','','','6','16.00','1','2025-06-29 00:58:24','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','16.00','14','Inclusive','branch','Inventory','','','','yes','','','6175115864820125623331'),(5505,'61751158517','272',1.00,'100','retail','0','2025-06-29 03:57:28','','','','33.3','Cash',13.79,'100','','','6','16.00','1','2025-06-29 00:58:24','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','104.00','103','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175115865882005152180'),(5506,'61751158517','178',1.00,'100','retail','0','2025-06-29 03:57:38','','','','54.17','Cash',13.79,'100','','','6','16.00','1','2025-06-29 00:58:24','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','51.00','50','Inclusive','branch','Inventory','','','','yes','','','6175115866526037310223'),(5507,'61751158517','176',1.00,'300','retail','0','2025-06-29 03:57:45','','','','180','Cash',41.38,'300','','','6','16.00','1','2025-06-29 00:58:24','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','6175115867600075732302'),(5508,'41751159641','163',1.00,'10','retail','0','2025-06-29 04:14:01','','','','5','Cash',1.38,'10','','','4','16.00','1','2025-06-29 01:14:04','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','69.00','68','Inclusive','branch','Inventory','','','','yes','','','4175115964232041733323'),(5509,'221751159764','110',1.00,'500','retail','0','2025-06-29 04:16:04','','','','345','Cash',68.97,'500','','','22','16.00','1','2025-06-29 01:16:16','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','22175115976437222232312'),(5510,'221751159764','160',1.00,'100','retail','0','2025-06-29 04:16:12','','','','41.67','Cash',13.79,'100','','','22','16.00','1','2025-06-29 01:16:16','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','52.00','51','Inclusive','branch','Inventory','','','','yes','','','22175115977332723379232'),(5511,'221751159864','79',1.00,'400','retail','0','2025-06-29 04:17:44','','','','0','Cash',55.17,'400','','','22','16.00','1','2025-06-29 01:17:49','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9953.00','9952','Inclusive','branch','Inventory','','','','yes','','','22175115986402273020102'),(5512,'221751159933','93',1.00,'500','retail','0','2025-06-29 04:18:53','','','','330','Cash',68.97,'500','','','22','16.00','1','2025-06-29 01:19:32','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','22175115995432729302231'),(5513,'221751159933','195',1.00,'100','retail','0','2025-06-29 04:19:23','','','','70','Cash',13.79,'100','','','22','16.00','1','2025-06-29 01:19:32','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','152.00','151','Inclusive','branch','Inventory','','','','yes','','','22175115996425729220223'),(5514,'221751160102','26',1.00,'700','retail','0','2025-06-29 04:21:42','','','','0','Cash',96.55,'700','','','22','16.00','1','2025-06-29 01:21:53','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9965.00','9964','Inclusive','branch','Inventory','','','','yes','','','22175116010365120231320'),(5515,'221751160102','45',2.00,'100','retail','0','2025-06-29 04:21:49','','','','0','Cash',13.79,'50','','','22','16.00','1','2025-06-29 01:21:53','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9514.00','9512','Inclusive','branch','Inventory','','','','yes','','','22175116010903123120231'),(5516,'221751160301','209',2.00,'500','retail','0','2025-06-29 04:25:01','','','','175','Cash',68.97,'250','','','22','16.00','1','2025-06-29 01:25:40','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','64.00','62','Inclusive','branch','Inventory','','','','yes','','','22175116030207331062733'),(5517,'221751160301','99',1.00,'300','retail','0','2025-06-29 04:25:22','','','','180','Cash',41.38,'300','','','22','16.00','1','2025-06-29 01:25:40','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','32.00','31','Inclusive','branch','Inventory','','','','yes','','','22175116032230326202002'),(5518,'221751160301','100',1.00,'250','retail','0','2025-06-29 04:25:33','','','','165','Cash',34.48,'250','','','22','16.00','1','2025-06-29 01:25:40','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','24.00','23','Inclusive','branch','Inventory','','','','yes','','','22175116033303322202233'),(5519,'221751160445','25',1.00,'350','retail','0','2025-06-29 04:27:25','','','','0','Cash',48.28,'350','','','22','16.00','1','2025-06-29 01:27:33','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9964.00','9963','Inclusive','branch','Inventory','','','','yes','','','22175116044616332102323'),(5520,'221751160445','45',1.00,'50','retail','0','2025-06-29 04:27:29','','','','0','Cash',6.90,'50','','','22','16.00','1','2025-06-29 01:27:33','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9512.00','9511','Inclusive','branch','Inventory','','','','yes','','','22175116044924037134022'),(5521,'221751160524','118',1.00,'1000','retail','0','2025-06-29 04:28:44','','','','710','Cash',137.93,'1000','','','22','16.00','1','2025-06-29 01:28:57','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','22175116052502252013335'),(5522,'221751160524','160',1.00,'100','retail','0','2025-06-29 04:28:51','','','','41.67','Cash',13.79,'100','','','22','16.00','1','2025-06-29 01:28:57','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','51.00','50','Inclusive','branch','Inventory','','','','yes','','','22175116053132102202622'),(5523,'221751160524','272',1.00,'100','retail','0','2025-06-29 04:28:54','','','','33.3','Cash',13.79,'100','','','22','16.00','1','2025-06-29 01:28:57','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','103.00','102','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175116053500305022133'),(5524,'221751160618','207',2.00,'700','retail','0','2025-06-29 04:30:18','','','','247','Cash',96.55,'350','','','22','16.00','1','2025-06-29 01:30:49','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'2','16.00','14','Inclusive','branch','Inventory','','','','yes','','','22175116061823201036125'),(5525,'221751160618','93',1.00,'500','retail','0','2025-06-29 04:30:37','','','','330','Cash',68.97,'500','','','22','16.00','1','2025-06-29 01:30:49','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','22175116063822631323313'),(5526,'221751160618','160',1.00,'100','retail','0','2025-06-29 04:30:45','','','','41.67','Cash',13.79,'100','','','22','16.00','1','2025-06-29 01:30:49','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','50.00','49','Inclusive','branch','Inventory','','','','yes','','','22175116064612010232530'),(5527,'221751160702','194',1.00,'100','retail','0','2025-06-29 04:31:42','','','','70','Cash',13.79,'100','','','22','16.00','1','2025-06-29 01:31:50','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','111.00','110','Inclusive','branch','Inventory','','','','yes','','','22175116070223301030022'),(5528,'221751160776','126',1.00,'1800','retail','0','2025-06-29 04:32:56','','','','1300','Cash',248.28,'1800','','','22','16.00','1','2025-06-29 01:33:19','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','22175116077732572707306'),(5529,'221751160776','272',1.00,'100','retail','0','2025-06-29 04:33:05','','','','33.3','Cash',13.79,'100','','','22','16.00','1','2025-06-29 01:33:19','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','102.00','101','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175116078535283200337'),(5530,'221751160776','160',1.00,'100','retail','0','2025-06-29 04:33:08','','','','41.67','Cash',13.79,'100','','','22','16.00','1','2025-06-29 01:33:19','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','49.00','48','Inclusive','branch','Inventory','','','','yes','','','22175116078812532351033'),(5531,'221751160880','126',1.00,'1800','retail','0','2025-06-29 04:34:40','','','','1300','Cash',248.28,'1800','','','22','16.00','1','2025-06-29 01:35:23','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','22175116088002307232201'),(5532,'221751160880','240',1.00,'300','retail','0','2025-06-29 04:34:59','','','','200','Cash',41.38,'300','','','22','16.00','1','2025-06-29 01:35:23','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','22175116090030272020212'),(5533,'221751160880','272',1.00,'100','retail','0','2025-06-29 04:35:19','','','','33.3','Cash',13.79,'100','','','22','16.00','1','2025-06-29 01:35:23','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','101.00','100','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175116092025032252262'),(5534,'221751160995','218',1.00,'260','retail','0','2025-06-29 04:36:35','','','','200','Cash',35.86,'260','','','22','16.00','1','2025-06-29 01:36:38','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','46.00','45','Inclusive','branch','Inventory','','','','yes','','','22175116099506020023332'),(5535,'221751161054','3',2.00,'240','retail','0','2025-06-29 04:37:34','','','','0','Cash',33.10,'120','','','22','16.00','1','2025-06-29 01:38:31','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'2','9926.00','9924','Inclusive','branch','Inventory','','','','yes','','B','22175116105430030332712'),(5536,'221751161054','81',1.00,'1600','retail','0','2025-06-29 04:37:48','','','','0','Cash',220.69,'1600','','','22','16.00','1','2025-06-29 01:38:31','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',1379.31,'1','9990.00','9989','Inclusive','branch','Inventory','','','','yes','','','22175116106935225220202'),(5537,'221751161054','80',1.00,'800','retail','0','2025-06-29 04:38:01','','','','0','Cash',110.34,'800','','','22','16.00','1','2025-06-29 01:38:31','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','9974.00','9973','Inclusive','branch','Inventory','','','','yes','','','22175116108278210302722'),(5538,'221751161054','45',3.00,'150','retail','0','2025-06-29 04:38:19','','','','0','Cash',20.69,'50','','','22','16.00','1','2025-06-29 01:38:31','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'3','9511.00','9508','Inclusive','branch','Inventory','','','','yes','','','22175116109922332370220'),(5539,'221751161054','47',1.00,'200','retail','0','2025-06-29 04:38:27','','','','0','Cash',27.59,'200','','','22','16.00','1','2025-06-29 01:38:31','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9858.00','9857','Inclusive','branch','Inventory','','','','yes','','','22175116110700071251006'),(5540,'221751161202','244',1.00,'200','retail','0','2025-06-29 04:40:02','','','','150','Cash',27.59,'200','','','22','16.00','1','2025-06-29 01:40:06','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9957.00','9956','Inclusive','branch','Inventory','','','','yes','','','22175116120336301023723'),(5541,'221751161242','244',2.00,'400','retail','0','2025-06-29 04:40:42','','','','150','Cash',55.17,'200','','','22','16.00','1','2025-06-29 01:40:46','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9956.00','9954','Inclusive','branch','Inventory','','','','yes','','','22175116124212221042601'),(5542,'221751161300','272',1.00,'100','retail','0','2025-06-29 04:41:40','','','','33.3','Cash',13.79,'100','','','22','16.00','1','2025-06-29 01:42:26','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175116130130313000202'),(5543,'221751161300','212',1.00,'1100','retail','0','2025-06-29 04:41:44','','','','860','Cash',151.72,'1100','','','22','16.00','1','2025-06-29 01:42:26','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',948.28,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','22175116134030722041021'),(5544,'221751161401','178',1.00,'100','retail','0','2025-06-29 04:43:21','','','','54.17','Cash',13.79,'100','','','22','16.00','1','2025-06-29 01:43:24','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','50.00','49','Inclusive','branch','Inventory','','','','yes','','','22175116140223123210212'),(5545,'221751161464','118',1.00,'1000','retail','0','2025-06-29 04:44:24','','','','710','Cash',137.93,'1000','','','22','16.00','1','2025-06-29 01:44:57','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','22175116146550233303232'),(5546,'221751161464','196',5.00,'100','retail','0','2025-06-29 04:44:39','','','','14','Cash',13.79,'20','','','22','16.00','1','2025-06-29 01:44:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'5','95.00','90','Inclusive','branch','Inventory','','','','yes','','','22175116148043032138227'),(5547,'221751161464','272',1.00,'100','retail','0','2025-06-29 04:44:44','','','','33.3','Cash',13.79,'100','','','22','16.00','1','2025-06-29 01:44:57','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175116148512035312822'),(5548,'51751162310','160',1.00,'100','retail','0','2025-06-29 04:58:30','','','','41.67','Cash',13.79,'100','','','5','16.00','1','2025-06-29 01:58:45','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','48.00','47','Inclusive','branch','Inventory','','','','yes','','','5175116231101541422315'),(5549,'51751162310','272',2.00,'200','retail','0','2025-06-29 04:58:40','','','','33.3','Cash',27.59,'100','','','5','16.00','1','2025-06-29 01:58:45','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','98.00','96','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175116232110320230232'),(5550,'61751155899','193',1.00,'300','retail','0','2025-06-29 03:11:39','','','','230','Cash',41.38,'300','','','6','16','1','2025-06-29 02:23:53','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','3.00','2','Inclusive','branch','Inventory','','','','','',NULL,'6175115591803516031000'),(5551,'61751155899','244',2.00,'400','retail','0','2025-06-29 03:11:58','','','','150','Cash',55.17,'200','','','6','16','1','2025-06-29 02:23:53','2','14','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9959.00','9957','Inclusive','branch','Inventory','','','','','',NULL,'6175115592714033202335'),(5552,'141751177589','54',1.00,'1800','retail','0','2025-06-29 09:13:09','','','','0','Cash',248.28,'1800','','','14','16.00','1','2025-06-29 17:30:14','4','7','returned','1','new','pcs','','2025-06-29 20:30:14','16','yes','','0','','','VATABLE',1551.72,'1','9976.00','9975','Inclusive','branch','Inventory','','','','yes','','','14175117760941237722029'),(5553,'141751177589','45',2.00,'100','retail','0','2025-06-29 09:14:03','','','','0','Cash',13.79,'50','','','14','16.00','1','2025-06-29 17:36:29','4','4','returned','1','new','pcs','','2025-06-29 20:36:29','16','yes','','0','','','VATABLE',43.10,'2','9508.00','9506','Inclusive','branch','Inventory','','','','yes','','','14175117766532033253306'),(5554,'141751177589','47',3.00,'600','retail','0','2025-06-29 09:14:26','','','','0','Cash',82.76,'200','','','14','16.00','1','2025-06-29 17:36:32','4','4','returned','1','new','pcs','','2025-06-29 20:36:32','16','yes','','0','','','VATABLE',172.41,'3','9857.00','9854','Inclusive','branch','Inventory','','','','yes','','','14175117768721727233212'),(5555,'141751177589','35',1.00,'100','retail','0','2025-06-29 09:14:47','','','','0','Cash',13.79,'100','','','14','16.00','1','2025-06-29 06:15:57','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9986.00','9985','Inclusive','branch','Inventory','','','','yes','','','14175117771221002233113'),(5556,'141751177589','46',1.00,'100','retail','0','2025-06-29 09:15:13','','','','0','Cash',13.79,'100','','','14','16.00','1','2025-06-29 06:15:57','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9917.00','9916','Inclusive','branch','Inventory','','','','yes','','','14175117774330350324033'),(5557,'141751180152','22',3.00,'900','retail','0','2025-06-29 09:55:52','','','','0','Cash',124.14,'300','','','14','16.00','1','2025-06-29 17:29:44','4','2','returned','1','new','pcs','','2025-06-29 20:29:44','16','yes','','0','','','VATABLE',258.62,'3','9918.00','9915','Inclusive','branch','Inventory','','','','yes','','','14175118022113123022223'),(5558,'141751180152','45',1.00,'50','retail','0','2025-06-29 09:57:01','','','','0','Cash',6.90,'50','','','14','16.00','1','2025-06-29 17:29:51','4','4','returned','1','new','pcs','','2025-06-29 20:29:51','16','yes','','0','','','VATABLE',43.10,'1','9506.00','9505','Inclusive','branch','Inventory','','','','yes','','','14175118023820330300002'),(5559,'141751180152','46',1.00,'100','retail','0','2025-06-29 09:57:18','','','','0','Cash',13.79,'100','','','14','16.00','1','2025-06-29 07:00:10','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9916.00','9915','Inclusive','branch','Inventory','','','','yes','','','14175118025822332225322'),(5560,'141751180152','20',1.00,'200','retail','0','2025-06-29 09:59:31','','','','0','Cash',27.59,'200','','','14','16.00','1','2025-06-29 17:29:56','4','1','returned','1','new','pcs','','2025-06-29 20:29:56','16','yes','','0','','','VATABLE',172.41,'1','9992.00','9991','Inclusive','branch','Inventory','','','','yes','','','14175118040047103302113'),(5562,'31751181432','272',1.00,'100','retail','0','2025-06-29 10:17:12','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-29 07:17:36','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175118144942312443424'),(5563,'31751181299','111',1.00,'1300','retail','0','2025-06-29 10:14:59','','','','945','Cash',179.31,'1300','','','3','16','1','2025-06-29 08:03:42','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','4.00','3','Inclusive','branch','Inventory','','','','','',NULL,'3175118134323002300233'),(5564,'31751181299','10',1.00,'100','retail','0','2025-06-29 10:59:38','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-29 08:03:42','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9948.00','9947','Inclusive','branch','Inventory','','','','yes','','','3175118399431314333353'),(5565,'31751181299','15',1.00,'120','retail','0','2025-06-29 11:01:34','','','','0','Cash',16.55,'120','','','3','16.00','1','2025-06-29 08:03:42','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9956.00','9955','Inclusive','branch','Inventory','','','','yes','','','3175118421833143222333'),(5566,'31751206621','138',1.00,'330','retail','0','2025-06-29 17:17:01','','','','265','Cash',45.52,'330','','','3','16.00','1','2025-06-29 14:18:41','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',284.48,'1','31.00','30','Inclusive','branch','Inventory','','','','yes','','','3175120662230302032236'),(5567,'31751206621','204',1.00,'350','retail','0','2025-06-29 17:17:39','','','','245','Cash',48.28,'350','','','3','16.00','1','2025-06-29 14:18:41','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','16.00','15','Inclusive','branch','Inventory','','','','yes','','','3175120666060302026132'),(5568,'31751206621','22',3.00,'900','retail','0','2025-06-29 17:18:04','','','','0','Cash',124.14,'300','','','3','16.00','1','2025-06-29 14:18:41','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','9915.00','9912','Inclusive','branch','Inventory','','','','yes','','','3175120668521332623122'),(5569,'31751206621','45',1.00,'50','retail','0','2025-06-29 17:18:22','','','','0','Cash',6.90,'50','','','3','16.00','1','2025-06-29 14:18:41','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9505.00','9504','Inclusive','branch','Inventory','','','','yes','','','3175120670202222172337'),(5570,'31751206621','20',1.00,'200','retail','0','2025-06-29 17:18:37','','','','0','Cash',27.59,'200','','','3','16.00','1','2025-06-29 14:18:41','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9991.00','9990','Inclusive','branch','Inventory','','','','yes','','','3175120671802302333334'),(5571,'31751206822','136',1.00,'260','retail','0','2025-06-29 17:20:22','','','','210','Cash',35.86,'260','','','3','16.00','1','2025-06-29 14:20:56','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','60.00','59','Inclusive','branch','Inventory','','','','yes','','','3175120682202612710226'),(5572,'31751206822','136',1.00,'260','retail','0','2025-06-29 17:20:27','','','','210','Cash',35.86,'260','','','3','16.00','1','2025-06-29 14:20:56','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','59.00','58','Inclusive','branch','Inventory','','','','yes','','','3175120682733322036222'),(5573,'31751206822','2',1.00,'150','retail','0','2025-06-29 17:20:51','','','','0','Cash',20.69,'150','','','3','16.00','1','2025-06-29 14:20:56','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','9996.00','9995','Inclusive','branch','Inventory','','','','yes','','A','3175120685260302232232'),(5574,'31751207563','47',1.00,'200','retail','0','2025-06-29 17:32:43','','','','0','Cash',27.59,'200','','','3','16.00','1','2025-06-29 14:32:48','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9854.00','9853','Inclusive','branch','Inventory','','','','yes','','','3175120756532503023300'),(5575,'31751208011','54',1.00,'1800','retail','0','2025-06-29 17:40:11','','','','0','Cash',248.28,'1800','','','3','16.00','1','2025-06-29 14:41:14','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9975.00','9974','Inclusive','branch','Inventory','','','','yes','','','3175120801203032302133'),(5576,'31751208011','45',2.00,'100','retail','0','2025-06-29 17:40:20','','','','0','Cash',13.79,'50','','','3','16.00','1','2025-06-29 14:41:14','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9504.00','9502','Inclusive','branch','Inventory','','','','yes','','','3175120802103580430232'),(5577,'31751208011','47',3.00,'600','retail','0','2025-06-29 17:40:31','','','','0','Cash',82.76,'200','','','3','16.00','1','2025-06-29 14:41:14','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'3','9853.00','9850','Inclusive','branch','Inventory','','','','yes','','','3175120803102103420203'),(5578,'31751208011','195',2.00,'200','retail','0','2025-06-29 17:40:48','','','','70','Cash',27.59,'100','','','3','16.00','1','2025-06-29 14:41:14','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','151.00','149','Inclusive','branch','Inventory','','','','yes','','','3175120804923323300023'),(5579,'31751208011','194',1.00,'100','retail','0','2025-06-29 17:40:59','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-29 14:41:14','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','85.00','84','Inclusive','branch','Inventory','','','','yes','','','3175120806023203712287'),(5580,'31751208011','272',1.00,'100','retail','0','2025-06-29 17:41:10','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-29 14:41:14','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175120807023202202320'),(5581,'31751208171','26',1.00,'700','retail','0','2025-06-29 17:42:51','','','','0','Cash',96.55,'700','','','3','16.00','1','2025-06-29 14:43:34','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9964.00','9963','Inclusive','branch','Inventory','','','','yes','','','3175120817120212723822'),(5582,'31751208171','45',2.00,'100','retail','0','2025-06-29 17:42:59','','','','0','Cash',13.79,'50','','','3','16.00','1','2025-06-29 14:43:34','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9502.00','9500','Inclusive','branch','Inventory','','','','yes','','','3175120817913233220343'),(5583,'31751208171','35',1.00,'100','retail','0','2025-06-29 17:43:11','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-29 14:43:34','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9985.00','9984','Inclusive','branch','Inventory','','','','yes','','','3175120819222830302220'),(5584,'31751208171','119',1.00,'400','retail','0','2025-06-29 17:43:29','','','','250','Cash',55.17,'400','','','3','16.00','1','2025-06-29 14:43:34','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','15.00','14','Inclusive','branch','Inventory','','','','yes','','','3175120821033200312325'),(5593,'31751208669','110',2.00,'1000','retail','0','2025-06-29 17:51:09','','','','345','Cash',137.93,'500','','','3','16.00','1','2025-06-29 14:53:03','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'2','10.00','8','Inclusive','branch','Inventory','','','','yes','','','3175120869522322207233'),(5594,'31751208669','178',2.00,'200','retail','0','2025-06-29 17:51:46','','','','54.17','Cash',27.59,'100','','','3','16.00','1','2025-06-29 14:53:03','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','48.00','46','Inclusive','branch','Inventory','','','','yes','','','3175120870634752223223'),(5595,'31751208669','272',1.00,'100','retail','0','2025-06-29 17:51:53','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-29 14:53:03','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175120871423233220222'),(5596,'31751208669','204',1.00,'350','retail','0','2025-06-29 17:52:05','','','','245','Cash',48.28,'350','','','3','16.00','1','2025-06-29 14:53:03','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','15.00','14','Inclusive','branch','Inventory','','','','yes','','','3175120872522530222223'),(5597,'31751208669','15',1.00,'120','retail','0','2025-06-29 17:52:23','','','','0','Cash',16.55,'120','','','3','16.00','1','2025-06-29 14:53:03','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9952.00','9951','Inclusive','branch','Inventory','','','','yes','','','3175120874382007337540'),(5598,'31751208669','47',1.00,'200','retail','0','2025-06-29 17:52:33','','','','0','Cash',27.59,'200','','','3','16.00','1','2025-06-29 14:53:03','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9848.00','9847','Inclusive','branch','Inventory','','','','yes','','','3175120875322423333380'),(5599,'31751208669','115',1.00,'300','retail','0','2025-06-29 17:52:34','','','','217','Cash',41.38,'300','','','3','16.00','1','2025-06-29 14:53:03','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','3175120877330723823323'),(5600,'31751208298','47',2.00,'400','retail','0','2025-06-29 17:44:58','','','','0','Cash',55.17,'200','','','3','16','1','2025-06-29 14:54:54','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9850.00','9848','Inclusive','branch','Inventory','','','','','',NULL,'3175120829942423322334'),(5601,'31751208298','15',1.00,'120','retail','0','2025-06-29 17:45:18','','','','0','Cash',16.55,'120','','','3','16','1','2025-06-29 14:54:54','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9955.00','9954','Inclusive','branch','Inventory','','','','','',NULL,'3175120832104072323222'),(5602,'31751208298','15',1.00,'120','retail','0','2025-06-29 17:45:24','','','','0','Cash',16.55,'120','','','3','16','1','2025-06-29 14:54:54','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9954.00','9953','Inclusive','branch','Inventory','','','','','',NULL,'3175120832532002431508'),(5603,'31751208298','15',1.00,'120','retail','0','2025-06-29 17:45:30','','','','0','Cash',16.55,'120','','','3','16','1','2025-06-29 14:54:54','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9953.00','9952','Inclusive','branch','Inventory','','','','','',NULL,'3175120833013300330030'),(5604,'31751208298','218',2.00,'520','retail','0','2025-06-29 17:46:16','','','','200','Cash',71.72,'260','','','3','16','1','2025-06-29 14:54:54','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'2','45.00','43','Inclusive','branch','Inventory','','','','','',NULL,'3175120837700232073004'),(5605,'31751208298','178',1.00,'100','retail','0','2025-06-29 17:46:33','','','','54.17','Cash',13.79,'100','','','3','16','1','2025-06-29 14:54:54','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','49.00','48','Inclusive','branch','Inventory','','','','','',NULL,'3175120839423223330022'),(5606,'31751208298','272',1.00,'100','retail','0','2025-06-29 17:47:41','','','','33.3','Cash',13.79,'100','','','3','16','1','2025-06-29 14:54:54','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3175120846207302303376'),(5607,'31751208298','116',1.00,'850','retail','0','2025-06-29 17:48:10','','','','585','Cash',117.24,'850','','','3','16','1','2025-06-29 14:54:54','1','10','new','1','printed','pcs','','','','yes','','0','','','VATABLE',732.76,'1','7.00','6','Inclusive','branch','Inventory','','','','','',NULL,'3175120849120218330332'),(5608,'31751208298','115',1.00,'300','retail','0','2025-06-29 17:54:31','','','','217','Cash',41.38,'300','','','3','16.00','1','2025-06-29 14:54:54','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','3175120887202033053402'),(5609,'31751208958','141',1.00,'500','retail','0','2025-06-29 17:55:58','','','','335','Cash',68.97,'500','','','3','16.00','1','2025-06-29 14:56:17','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','3175120897585173032258'),(5610,'31751209140','163',1.00,'10','retail','0','2025-06-29 17:59:00','','','','5','Cash',1.38,'10','','','3','16.00','1','2025-06-29 14:59:11','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','68.00','67','Inclusive','branch','Inventory','','','','yes','','','3175120914122235131913'),(5611,'31751209140','178',1.00,'100','retail','0','2025-06-29 17:59:08','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-29 14:59:11','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','46.00','45','Inclusive','branch','Inventory','','','','yes','','','3175120914912122910033'),(5612,'31751209228','22',1.00,'300','retail','0','2025-06-29 18:00:28','','','','0','Cash',41.38,'300','','','3','16.00','1','2025-06-29 15:00:55','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9912.00','9911','Inclusive','branch','Inventory','','','','yes','','','3175120922922132910022'),(5613,'31751209228','45',1.00,'50','retail','0','2025-06-29 18:00:35','','','','0','Cash',6.90,'50','','','3','16.00','1','2025-06-29 15:00:55','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9500.00','9499','Inclusive','branch','Inventory','','','','yes','','','3175120923532132003330'),(5614,'31751209228','138',2.00,'660','retail','0','2025-06-29 18:00:51','','','','265','Cash',91.03,'330','','','3','16.00','1','2025-06-29 15:00:55','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',284.48,'2','30.00','28','Inclusive','branch','Inventory','','','','yes','','','3175120925252520202321'),(5615,'31751209303','218',1.00,'260','retail','0','2025-06-29 18:01:43','','','','200','Cash',35.86,'260','','','3','16.00','1','2025-06-29 15:01:54','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','43.00','42','Inclusive','branch','Inventory','','','','yes','','','3175120930422333302300'),(5616,'31751209303','15',1.00,'120','retail','0','2025-06-29 18:01:51','','','','0','Cash',16.55,'120','','','3','16.00','1','2025-06-29 15:01:54','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9951.00','9950','Inclusive','branch','Inventory','','','','yes','','','3175120931133047241032'),(5617,'31751209383','196',3.00,'60','retail','0','2025-06-29 18:03:03','','','','14','Cash',8.28,'20','','','3','16.00','1','2025-06-29 15:04:04','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'3','90.00','87','Inclusive','branch','Inventory','','','','yes','','','3175120938433339701002'),(5618,'31751209383','178',1.00,'100','retail','0','2025-06-29 18:03:13','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-29 15:04:04','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','45.00','44','Inclusive','branch','Inventory','','','','yes','','','3175120939512033402232'),(5619,'31751209383','151',1.00,'300','retail','0','2025-06-29 18:03:16','','','','213','Cash',41.38,'300','','','3','16.00','1','2025-06-29 15:04:04','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','3175120944030097230704'),(5620,'31751209521','195',1.00,'100','retail','0','2025-06-29 18:05:21','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-29 15:05:38','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','149.00','148','Inclusive','branch','Inventory','','','','yes','','','3175120952330532213515'),(5621,'31751209521','164',1.00,'50','retail','0','2025-06-29 18:05:33','','','','35','Cash',6.90,'50','','','3','16.00','1','2025-06-29 15:05:38','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','117.00','116','Inclusive','branch','Inventory','','','','yes','','','3175120953432124552313'),(5623,'31751209773','15',2.00,'240','retail','0','2025-06-29 18:09:33','','','','0','Cash',33.10,'120','','','3','16.00','1','2025-06-29 15:14:03','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'2','9950.00','9948','Inclusive','branch','Inventory','','','','yes','','','3175120977413340330030'),(5624,'31751209773','47',1.00,'200','retail','0','2025-06-29 18:09:45','','','','0','Cash',27.59,'200','','','3','16.00','1','2025-06-29 15:14:03','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9847.00','9846','Inclusive','branch','Inventory','','','','yes','','','3175120978523022701335'),(5625,'31751209773','119',1.00,'400','retail','0','2025-06-29 18:09:58','','','','250','Cash',55.17,'400','','','3','16.00','1','2025-06-29 15:14:03','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','3175120979923223322003'),(5626,'31751209773','194',1.00,'100','retail','0','2025-06-29 18:10:05','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-29 15:14:03','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','84.00','83','Inclusive','branch','Inventory','','','','yes','','','3175120980626356220033'),(5627,'31751209773','47',1.00,'200','retail','0','2025-06-29 18:10:38','','','','0','Cash',27.59,'200','','','3','16.00','1','2025-06-29 15:14:03','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9846.00','9845','Inclusive','branch','Inventory','','','','yes','','','3175120983922333330402'),(5628,'31751209773','111',1.00,'1300','retail','0','2025-06-29 18:11:56','','','','945','Cash',179.31,'1300','','','3','16.00','1','2025-06-29 15:14:03','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','3175120991702299033232'),(5629,'31751209773','272',1.00,'100','retail','0','2025-06-29 18:12:18','','','','33.3','Cash',13.79,'100','','','3','16.00','1','2025-06-29 15:14:03','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3175120993922032093322'),(5630,'31751209773','27',1.00,'1400','retail','0','2025-06-29 18:12:52','','','','0','Cash',193.10,'1400','','','3','16.00','1','2025-06-29 15:14:03','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','9986.00','9985','Inclusive','branch','Inventory','','','','yes','','','3175120997323202133223'),(5631,'31751209773','35',1.00,'100','retail','0','2025-06-29 18:13:04','','','','0','Cash',13.79,'100','','','3','16.00','1','2025-06-29 15:14:03','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9984.00','9983','Inclusive','branch','Inventory','','','','yes','','','3175120998523329122202'),(5632,'31751209773','45',1.00,'50','retail','0','2025-06-29 18:13:09','','','','0','Cash',6.90,'50','','','3','16.00','1','2025-06-29 15:14:03','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9499.00','9498','Inclusive','branch','Inventory','','','','yes','','','3175120998933131521223'),(5638,'41751211712','180',1.00,'300','retail','0','2025-06-29 18:41:52','','','','185','Cash',41.38,'300','','','4','16.00','1','2025-06-29 15:42:08','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','11.00','10','Inclusive','branch','Inventory','','','','yes','','','4175121172432200330132'),(5639,'41751211753','196',2.00,'40','retail','0','2025-06-29 18:42:33','','','','14','Cash',5.52,'20','','','4','16.00','1','2025-06-29 15:42:38','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','87.00','85','Inclusive','branch','Inventory','','','','yes','','','4175121175453322323130'),(5640,'31751209699','272',1.00,'100','retail','0','2025-06-29 18:08:19','','','','33.3','Cash',13.79,'100','','','3','16','1','2025-06-29 16:07:53','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3175120969922903093090'),(5641,'31751209699','153',1.00,'500','retail','0','2025-06-29 19:07:33','','','','330','Cash',68.97,'500','','','3','16.00','1','2025-06-29 16:07:53','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','3175121326933276023724'),(5642,'31751213355','187',2.00,'30','retail','0','2025-06-29 19:09:15','','','','8','Cash',4.14,'15','','','3','16.00','1','2025-06-29 16:09:18','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','90.00','88','Inclusive','branch','Inventory','','','','yes','','','3175121335613301313422'),(5643,'41751211639','209',2.00,'500','retail','0','2025-06-29 18:40:39','','','','175','Cash',68.97,'250','','','4','16','1','2025-06-29 16:23:35','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'2','62.00','60','Inclusive','branch','Inventory','','','','','',NULL,'4175121164002263037214'),(5644,'41751211639','218',2.00,'520','retail','0','2025-06-29 18:40:48','','','','200','Cash',71.72,'260','','','4','16','1','2025-06-29 16:23:35','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'2','42.00','40','Inclusive','branch','Inventory','','','','','',NULL,'4175121164912202264420'),(5645,'41751211639','209',1.00,'250','retail','0','2025-06-29 19:23:18','','','','175','Cash',34.48,'250','','','4','16.00','1','2025-06-29 16:23:35','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','60.00','59','Inclusive','branch','Inventory','','','','yes','','','4175121419919332222204'),(5646,'41751211639','218',1.00,'260','retail','0','2025-06-29 19:23:24','','','','200','Cash',35.86,'260','','','4','16.00','1','2025-06-29 16:23:35','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','40.00','39','Inclusive','branch','Inventory','','','','yes','','','4175121420503303337123'),(5649,'31751214950','164',1.00,'50','retail','0','2025-06-29 19:35:50','','','','35','Cash',6.90,'50','','','3','16.00','1','2025-06-29 16:35:55','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','116.00','115','Inclusive','branch','Inventory','','','','yes','','','3175121495152002100321'),(5650,'81751215746','118',1.00,'1000','retail','0','2025-06-29 19:49:06','','','','710','Cash',137.93,'1000','','','8','16.00','1','2025-06-29 16:49:09','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','6.00','5','Inclusive','branch','Inventory','','','','yes','','','8175121574623223350145'),(5651,'81751215785','282',1.00,'40','retail','0','2025-06-29 19:49:45','','','','20','Cash',5.52,'40','','','8','16.00','1','2025-06-29 16:49:48','1','19','new','1','new','pcs','','','','yes','','0','','','VATABLE',34.48,'1','492.00','491','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175121578503281001320'),(5652,'81751215823','174',1.00,'250','retail','0','2025-06-29 19:50:23','','','','175','Cash',34.48,'250','','','8','16.00','1','2025-06-29 16:50:53','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','8175121582420422138221'),(5653,'81751215823','244',1.00,'200','retail','0','2025-06-29 19:50:49','','','','150','Cash',27.59,'200','','','8','16.00','1','2025-06-29 16:50:53','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9954.00','9953','Inclusive','branch','Inventory','','','','yes','','','8175121585022210332327'),(5654,'81751215880','272',1.00,'100','retail','0','2025-06-29 19:51:20','','','','33.3','Cash',13.79,'100','','','8','16.00','1','2025-06-29 16:51:23','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175121588123003210202'),(5655,'41751216147','119',1.00,'400','retail','0','2025-06-29 19:55:47','','','','250','Cash',55.17,'400','','','4','16.00','1','2025-06-29 16:55:50','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','13.00','12','Inclusive','branch','Inventory','','','','yes','','','4175121614846328422282'),(5656,'41751214250','205',2.00,'600','retail','0','2025-06-29 19:24:10','','','','225','Cash',82.76,'300','','','4','16','1','2025-06-29 16:57:57','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','28.00','26','Inclusive','branch','Inventory','','','','','',NULL,'4175121425123222220113'),(5657,'41751214250','218',1.00,'260','retail','0','2025-06-29 19:24:14','','','','200','Cash',35.86,'260','','','4','16','1','2025-06-29 16:57:57','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'1','39.00','38','Inclusive','branch','Inventory','','','','','',NULL,'4175121425422313031310'),(5658,'41751214250','205',2.00,'600','retail','0','2025-06-29 19:57:53','','','','225','Cash',82.76,'300','','','4','16.00','1','2025-06-29 16:57:57','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','26.00','24','Inclusive','branch','Inventory','','','','yes','','','4175121627423222702772'),(5659,'221751216896','54',1.00,'1800','retail','0','2025-06-29 20:08:16','','','','0','Cash',248.28,'1800','','','22','16.00','1','2025-06-29 17:08:49','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9974.00','9973','Inclusive','branch','Inventory','','','','yes','','','22175121689703333333003'),(5660,'221751216896','45',1.00,'50','retail','0','2025-06-29 20:08:24','','','','0','Cash',6.90,'50','','','22','16.00','1','2025-06-29 17:08:49','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9498.00','9497','Inclusive','branch','Inventory','','','','yes','','','22175121690693231123332'),(5661,'221751216896','178',2.00,'200','retail','0','2025-06-29 20:08:45','','','','54.17','Cash',27.59,'100','','','22','16.00','1','2025-06-29 17:08:49','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','44.00','42','Inclusive','branch','Inventory','','','','yes','','','22175121692631202160211'),(5662,'221751216970','113',1.00,'300','retail','0','2025-06-29 20:09:30','','','','217','Cash',41.38,'300','','','22','16.00','1','2025-06-29 17:10:12','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','22175121700837321223102'),(5663,'221751217041','218',2.00,'520','retail','0','2025-06-29 20:10:42','','','','200','Cash',71.72,'260','','','22','16.00','1','2025-06-29 17:10:56','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','38.00','36','Inclusive','branch','Inventory','','','','yes','','','22175121704223217523307'),(5664,'221751217041','164',1.00,'50','retail','0','2025-06-29 20:10:52','','','','35','Cash',6.90,'50','','','22','16.00','1','2025-06-29 17:10:56','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','115.00','114','Inclusive','branch','Inventory','','','','yes','','','22175121705222205020000'),(5669,'221751217423','195',1.00,'100','retail','0','2025-06-29 20:17:03','','','','70','Cash',13.79,'100','','','22','16.00','1','2025-06-29 17:17:09','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','148.00','147','Inclusive','branch','Inventory','','','','yes','','','22175121742422222332022'),(5670,'221751217500','195',1.00,'100','retail','0','2025-06-29 20:18:20','','','','70','Cash',13.79,'100','','','22','16.00','1','2025-06-29 22:38:40','1','15','returned','1','new','pcs','','2025-06-30 01:38:40','16','yes','','0','','','VATABLE',86.21,'1','147.00','146','Inclusive','branch','Inventory','','','','yes','','','22175121750032330723207'),(5671,'41751211669','136',2.00,'520','retail','0','2025-06-29 18:41:09','','','','210','Cash',71.72,'260','','','4','16','1','2025-06-29 17:55:06','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',224.14,'2','58.00','56','Inclusive','branch','Inventory','','','','','',NULL,'4175121167012323322767'),(5672,'41751211669','22',1.00,'300','retail','0','2025-06-29 18:41:24','','','','0','Cash',41.38,'300','','','4','16','1','2025-06-29 17:55:06','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9911.00','9910','Inclusive','branch','Inventory','','','','','',NULL,'4175121168425332003250'),(5673,'41751211669','47',1.00,'200','retail','0','2025-06-29 18:41:33','','','','0','Cash',27.59,'200','','','4','16','1','2025-06-29 17:55:06','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9845.00','9844','Inclusive','branch','Inventory','','','','','',NULL,'4175121169414120033333'),(5674,'41751211669','176',2.00,'600','retail','0','2025-06-29 20:12:13','','','','180','Cash',82.76,'300','','','4','16','1','2025-06-29 17:55:06','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','28.00','26','Inclusive','branch','Inventory','','','','','',NULL,'4175121713443432322021'),(5675,'41751211669','136',1.00,'260','retail','0','2025-06-29 20:54:18','','','','210','Cash',35.86,'260','','','4','16.00','1','2025-06-29 17:55:06','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','56.00','55','Inclusive','branch','Inventory','','','','yes','','','4175121965929742232039'),(5676,'41751211669','22',1.00,'300','retail','0','2025-06-29 20:54:35','','','','0','Cash',41.38,'300','','','4','16.00','1','2025-06-29 17:55:06','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9913.00','9912','Inclusive','branch','Inventory','','','','yes','','','4175121967522521212223'),(5677,'41751211669','45',1.00,'50','retail','0','2025-06-29 20:54:54','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-29 17:55:06','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9500.00','9499','Inclusive','branch','Inventory','','','','yes','','','4175121969552092000432'),(5678,'51751221457','215',1.00,'600','retail','0','2025-06-29 21:24:17','','','','465','Cash',82.76,'600','','','5','16.00','1','2025-06-29 18:25:32','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','5175122148453212430232'),(5679,'51751221457','195',2.00,'200','retail','0','2025-06-29 21:25:03','','','','70','Cash',27.59,'100','','','5','16.00','1','2025-06-29 18:25:32','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','144.00','142','Inclusive','branch','Inventory','','','','yes','','','5175122150303202035322'),(5680,'51751221457','125',1.00,'900','retail','0','2025-06-29 21:25:24','','','','599','Cash',124.14,'900','','','5','16.00','1','2025-06-29 18:25:32','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','5175122152503231130272'),(5681,'51751221693','54',1.00,'1800','retail','0','2025-06-29 21:28:13','','','','0','Cash',248.28,'1800','','','5','16.00','1','2025-06-29 18:28:26','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9974.00','9973','Inclusive','branch','Inventory','','','','yes','','','5175122169423232932203'),(5682,'51751221693','45',2.00,'100','retail','0','2025-06-29 21:28:21','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-29 18:28:26','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9499.00','9497','Inclusive','branch','Inventory','','','','yes','','','5175122170235212372330'),(5683,'51751221753','134',2.00,'600','retail','0','2025-06-29 21:29:14','','','','180','Cash',82.76,'300','','','5','16.00','1','2025-06-29 18:30:48','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','19.00','17','Inclusive','branch','Inventory','','','','yes','','','5175122175452134034321'),(5684,'51751221753','214',1.00,'900','retail','0','2025-06-29 21:29:14','','','','680','Cash',124.14,'900','','','5','16.00','1','2025-06-29 18:30:48','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','5175122177937227217700'),(5685,'51751221753','195',1.00,'100','retail','0','2025-06-29 21:30:00','','','','70','Cash',13.79,'100','','','5','16.00','1','2025-06-29 18:30:48','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','142.00','141','Inclusive','branch','Inventory','','','','yes','','','5175122180123332021000'),(5686,'51751221753','272',1.00,'100','retail','0','2025-06-29 21:30:09','','','','33.3','Cash',13.79,'100','','','5','16.00','1','2025-06-29 18:30:48','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175122180900923857111'),(5687,'51751221753','193',1.00,'300','retail','0','2025-06-29 21:30:27','','','','230','Cash',41.38,'300','','','5','16.00','1','2025-06-29 18:30:48','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','5175122182735213323202'),(5688,'51751221753','120',1.00,'25','retail','0','2025-06-29 21:30:39','','','','17','Cash',3.45,'25','','','5','16.00','1','2025-06-29 18:30:48','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'1','1.00','0','Inclusive','branch','Inventory','','','','yes','','','5175122184021323302033'),(5689,'51751221898','209',4.00,'1000','retail','0','2025-06-29 21:31:38','','','','175','Cash',137.93,'250','','','5','16.00','1','2025-06-29 18:31:49','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'4','59.00','55','Inclusive','branch','Inventory','','','','yes','','','5175122189905240322350'),(5690,'51751221898','218',3.00,'780','retail','0','2025-06-29 21:31:46','','','','200','Cash',107.59,'260','','','5','16.00','1','2025-06-29 18:31:49','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'3','36.00','33','Inclusive','branch','Inventory','','','','yes','','','5175122190792200220902'),(5691,'51751221954','209',1.00,'250','retail','0','2025-06-29 21:32:34','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-29 18:32:36','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','55.00','54','Inclusive','branch','Inventory','','','','yes','','','5175122195437333341023'),(5692,'51751222008','201',1.00,'300','retail','0','2025-06-29 21:33:28','','','','200','Cash',41.38,'300','','','5','16.00','1','2025-06-29 18:33:31','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','5175122200832120342203'),(5693,'51751222044','15',1.00,'120','retail','0','2025-06-29 21:34:04','','','','0','Cash',16.55,'120','','','5','16.00','1','2025-06-29 18:34:07','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9948.00','9947','Inclusive','branch','Inventory','','','','yes','','','5175122204443230240453'),(5694,'51751222093','209',1.00,'250','retail','0','2025-06-29 21:34:53','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-29 18:34:55','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','54.00','53','Inclusive','branch','Inventory','','','','yes','','','5175122209322222023520'),(5695,'51751222133','25',1.00,'350','retail','0','2025-06-29 21:35:33','','','','0','Cash',48.28,'350','','','5','16.00','1','2025-06-29 18:35:44','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9963.00','9962','Inclusive','branch','Inventory','','','','yes','','','5175122213422232432512'),(5696,'51751222133','45',2.00,'100','retail','0','2025-06-29 21:35:40','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-29 18:35:44','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9497.00','9495','Inclusive','branch','Inventory','','','','yes','','','5175122214122455200431'),(5697,'51751222188','209',2.00,'500','retail','0','2025-06-29 21:36:28','','','','175','Cash',68.97,'250','','','5','16.00','1','2025-06-29 18:36:31','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','53.00','51','Inclusive','branch','Inventory','','','','yes','','','5175122218818377108131'),(5698,'51751222233','115',1.00,'300','retail','0','2025-06-29 21:37:13','','','','217','Cash',41.38,'300','','','5','16.00','1','2025-06-29 18:37:26','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','2.00','1','Inclusive','branch','Inventory','','','','yes','','','5175122223443222122325'),(5699,'51751222233','178',1.00,'100','retail','0','2025-06-29 21:37:23','','','','54.17','Cash',13.79,'100','','','5','16.00','1','2025-06-29 18:37:26','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','33.00','32','Inclusive','branch','Inventory','','','','yes','','','5175122224422220205242'),(5700,'221751222822','53',1.00,'900','retail','0','2025-06-29 21:47:02','','','','0','Cash',124.14,'900','','','22','16.00','1','2025-06-29 18:47:34','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9971.00','9970','Inclusive','branch','Inventory','','','','yes','','','22175122282222001302023'),(5701,'221751222822','45',1.00,'50','retail','0','2025-06-29 21:47:16','','','','0','Cash',6.90,'50','','','22','16.00','1','2025-06-29 18:47:34','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9495.00','9494','Inclusive','branch','Inventory','','','','yes','','','22175122283733222322282'),(5702,'221751222822','45',1.00,'50','retail','0','2025-06-29 21:47:28','','','','0','Cash',6.90,'50','','','22','16.00','1','2025-06-29 18:47:34','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9494.00','9493','Inclusive','branch','Inventory','','','','yes','','','22175122284932211792032'),(5703,'41751223108','1',1.00,'100','retail','0','2025-06-29 21:51:48','','','','0','Cash',13.79,'100','','','4','16.00','1','2025-06-29 18:51:51','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9964.00','9963','Inclusive','branch','Inventory','','','','yes','','A','4175122310823330017124'),(5704,'81751223689','22',1.00,'300','retail','0','2025-06-29 22:01:29','','','','0','Cash',41.38,'300','','','8','16.00','1','2025-06-29 19:01:50','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9912.00','9911','Inclusive','branch','Inventory','','','','yes','','','8175122369032280230183'),(5705,'81751223689','47',1.00,'200','retail','0','2025-06-29 22:01:46','','','','0','Cash',27.59,'200','','','8','16.00','1','2025-06-29 19:01:50','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9847.00','9846','Inclusive','branch','Inventory','','','','yes','','','8175122370733330278823'),(5706,'81751223749','117',1.00,'350','retail','0','2025-06-29 22:02:29','','','','245','Cash',48.28,'350','','','8','16.00','1','2025-06-29 21:11:08','1','10','returned','1','new','pcs','','2025-06-30 00:11:08','16','yes','','0','','','VATABLE',301.72,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','8175122375022232337003'),(5707,'81751223749','272',1.00,'100','retail','0','2025-06-29 22:02:38','','','','33.3','Cash',13.79,'100','','','8','16.00','1','2025-06-29 23:18:36','1','16','returned','1','new','pcs','','2025-06-30 02:18:36','16','yes','','0','','','VATABLE',86.21,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175122375932222327230'),(5709,'81751223858','94',1.00,'1800','retail','0','2025-06-29 22:04:18','','','','1000','Cash',248.28,'1800','','','8','16.00','1','2025-06-29 19:04:26','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','8175122385930337123343'),(5710,'81751223858','195',1.00,'100','retail','0','2025-06-29 22:04:24','','','','70','Cash',13.79,'100','','','8','16.00','1','2025-06-29 19:04:26','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','141.00','140','Inclusive','branch','Inventory','','','','yes','','','8175122386423020233052'),(5711,'81751223896','118',1.00,'1000','retail','0','2025-06-29 22:04:56','','','','710','Cash',137.93,'1000','','','8','16.00','1','2025-06-29 19:05:01','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','8175122389733222024374'),(5712,'51751224484','126',1.00,'1800','retail','0','2025-06-29 22:14:53','','','','1300','Cash',248.28,'1800','','','5','16.00','1','2025-06-29 19:18:23','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','3.00','2','Inclusive','branch','Inventory','','','','yes','','','5175122449323913323290'),(5713,'51751224484','176',5.00,'1500','retail','0','2025-06-29 22:16:27','','','','180','Cash',206.90,'300','','','5','16.00','1','2025-06-29 19:18:23','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'5','26.00','21','Inclusive','branch','Inventory','','','','yes','','','5175122458802123233303'),(5714,'51751224484','207',1.00,'350','retail','0','2025-06-29 22:16:47','','','','247','Cash',48.28,'350','','','5','16.00','1','2025-06-29 19:18:23','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','14.00','13','Inclusive','branch','Inventory','','','','yes','','','5175122460833022623130'),(5715,'51751224484','272',2.00,'200','retail','0','2025-06-29 22:17:10','','','','33.3','Cash',27.59,'100','','','5','16.00','1','2025-06-29 19:18:23','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','85.00','83','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5175122463120252233220'),(5716,'51751224785','25',1.00,'350','retail','0','2025-06-29 22:19:45','','','','0','Cash',48.28,'350','','','5','16.00','1','2025-06-29 19:19:57','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9962.00','9961','Inclusive','branch','Inventory','','','','yes','','','5175122478654063313460'),(5717,'51751224785','45',1.00,'50','retail','0','2025-06-29 22:19:51','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-29 19:19:57','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9493.00','9492','Inclusive','branch','Inventory','','','','yes','','','5175122479175103533123'),(5718,'41751225123','250',1.00,'1000','retail','0','2025-06-29 22:25:23','','','','500','Cash',137.93,'1000','','','4','16.00','1','2025-06-29 19:25:27','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9951.00','9950','Inclusive','branch','Inventory','1110','4000','5500','','','','4175122512333022322332'),(5719,'41751225147','250',1.00,'1000','retail','0','2025-06-29 22:25:47','','','','500','Cash',137.93,'1000','','','4','16.00','1','2025-06-29 19:25:51','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9950.00','9949','Inclusive','branch','Inventory','1110','4000','5500','','','','4175122514802331020453'),(5720,'221751225460','272',1.00,'100','retail','0','2025-06-29 22:31:00','','','','33.3','Cash',13.79,'100','','','22','16.00','1','2025-06-29 19:32:48','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122546130225203552'),(5721,'221751225460','22',1.00,'300','retail','0','2025-06-29 22:32:11','','','','0','Cash',41.38,'300','','','22','16.00','1','2025-06-29 19:32:48','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9911.00','9910','Inclusive','branch','Inventory','','','','yes','','','22175122553130122722735'),(5722,'221751225460','45',1.00,'50','retail','0','2025-06-29 22:32:44','','','','0','Cash',6.90,'50','','','22','16.00','1','2025-06-29 19:32:48','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9492.00','9491','Inclusive','branch','Inventory','','','','yes','','','22175122556423273733332'),(5723,'81751226021','25',1.00,'350','retail','0','2025-06-29 22:40:21','','','','0','Cash',48.28,'350','','','8','16.00','1','2025-06-29 19:40:31','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9961.00','9960','Inclusive','branch','Inventory','','','','yes','','','8175122602223022803031'),(5724,'81751226021','45',2.00,'100','retail','0','2025-06-29 22:40:28','','','','0','Cash',13.79,'50','','','8','16.00','1','2025-06-29 19:40:31','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9491.00','9489','Inclusive','branch','Inventory','','','','yes','','','8175122602982320128247'),(5725,'51751226109','45',2.00,'100','retail','0','2025-06-29 22:41:49','','','','0','Cash',13.79,'50','','','5','16.00','1','2025-06-29 19:41:51','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9489.00','9487','Inclusive','branch','Inventory','','','','yes','','','5175122610922232713362'),(5726,'51751227004','22',1.00,'300','retail','0','2025-06-29 22:56:44','','','','0','Cash',41.38,'300','','','5','16.00','1','2025-06-29 19:56:54','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9910.00','9909','Inclusive','branch','Inventory','','','','yes','','','5175122700523270222320'),(5727,'51751227004','45',1.00,'50','retail','0','2025-06-29 22:56:51','','','','0','Cash',6.90,'50','','','5','16.00','1','2025-06-29 19:56:54','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9487.00','9486','Inclusive','branch','Inventory','','','','yes','','','5175122701201201333022'),(5728,'41751230052','117',1.00,'350','retail','0','2025-06-29 23:47:32','','','','245','Cash',48.28,'350','','','4','16.00','1','2025-06-29 20:48:04','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','7.00','6','Inclusive','branch','Inventory','','','','yes','','','4175123008232120340303'),(5729,'41751230122','272',1.00,'100','retail','0','2025-06-29 23:48:42','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-29 20:48:45','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175123012203423002402'),(5730,'41751230143','117',2.00,'700','retail','0','2025-06-29 23:49:03','','','','245','Cash',96.55,'350','','','4','16.00','1','2025-06-29 20:49:18','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'2','6.00','4','Inclusive','branch','Inventory','','','','yes','','','4175123015533123022232'),(5731,'81751230854','35',1.00,'100','retail','0','2025-06-30 00:00:54','','','','0','Cash',13.79,'100','','','8','16.00','1','2025-06-29 21:00:57','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9983.00','9982','Inclusive','branch','Inventory','','','','yes','','','8175123085520211232233'),(5732,'81751231088','202',1.00,'900','retail','0','2025-06-30 00:04:48','','','','570','Cash',124.14,'900','','','8','16.00','1','2025-06-29 21:05:20','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','8175123111714233040133'),(5733,'81751231173','208',2.00,'520','retail','0','2025-06-30 00:06:13','','','','195','Cash',71.72,'260','','','8','16.00','1','2025-06-29 21:06:16','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','17.00','15','Inclusive','branch','Inventory','','','','yes','','','8175123117352030703201'),(5734,'81751231219','210',1.00,'400','retail','0','2025-06-30 00:06:59','','','','310','Cash',55.17,'400','','','8','16.00','1','2025-06-29 21:07:22','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','8175123123275223302003'),(5735,'81751231219','178',1.00,'100','retail','0','2025-06-30 00:07:17','','','','54.17','Cash',13.79,'100','','','8','16.00','1','2025-06-29 21:07:22','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','32.00','31','Inclusive','branch','Inventory','','','','yes','','','8175123123832328328321'),(5736,'221751231434','22',1.00,'300','retail','0','2025-06-30 00:10:34','','','','0','Cash',41.38,'300','','','22','16.00','1','2025-06-29 21:10:45','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9909.00','9908','Inclusive','branch','Inventory','','','','yes','','','22175123143523203205213'),(5737,'221751231434','45',1.00,'50','retail','0','2025-06-30 00:10:41','','','','0','Cash',6.90,'50','','','22','16.00','1','2025-06-29 21:10:45','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9486.00','9485','Inclusive','branch','Inventory','','','','yes','','','22175123144222210343230'),(5738,'81751231526','187',1.00,'15','retail','0','2025-06-30 00:12:06','','','','8','Cash',2.07,'15','','','8','16.00','1','2025-06-29 21:12:35','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','85.00','84','Inclusive','branch','Inventory','','','','yes','','','8175123152622137022823'),(5739,'81751231700','178',1.00,'100','retail','0','2025-06-30 00:15:00','','','','54.17','Cash',13.79,'100','','','8','16.00','1','2025-06-29 21:15:03','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','31.00','30','Inclusive','branch','Inventory','','','','yes','','','8175123170120242230307'),(5740,'81751231878','118',1.00,'1000','retail','0','2025-06-30 00:17:58','','','','710','Cash',137.93,'1000','','','8','16.00','1','2025-06-29 21:18:01','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','8175123187923303537223'),(5741,'41751231950','196',2.00,'40','retail','0','2025-06-30 00:19:10','','','','14','Cash',5.52,'20','','','4','16.00','1','2025-06-29 21:19:14','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','77.00','75','Inclusive','branch','Inventory','','','','yes','','','4175123195100443911323'),(5742,'81751232225','187',1.00,'15','retail','0','2025-06-30 00:23:45','','','','8','Cash',2.07,'15','','','8','16.00','1','2025-06-29 21:23:50','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','84.00','83','Inclusive','branch','Inventory','','','','yes','','','8175123222620322306323'),(5743,'221751233484','187',1.00,'15','retail','0','2025-06-30 00:44:44','','','','8','Cash',2.07,'15','','','22','16.00','1','2025-06-29 21:44:57','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','83.00','82','Inclusive','branch','Inventory','','','','yes','','','22175123348407722225372'),(5744,'221751233677','187',1.00,'15','retail','0','2025-06-30 00:47:57','','','','8','Cash',2.07,'15','','','22','16.00','1','2025-06-29 21:48:08','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','82.00','81','Inclusive','branch','Inventory','','','','yes','','','22175123367870300133200'),(5745,'221751233952','187',3.00,'45','retail','0','2025-06-30 00:52:32','','','','8','Cash',6.21,'15','','','22','16.00','1','2025-06-29 21:52:36','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'3','81.00','78','Inclusive','branch','Inventory','','','','yes','','','22175123395222020303203'),(5746,'81751235540','3',1.00,'120','retail','0','2025-06-30 01:19:00','','','','0','Cash',16.55,'120','','','8','16.00','1','2025-06-29 22:19:04','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9924.00','9923','Inclusive','branch','Inventory','','','','yes','','B','8175123554123334343033'),(5747,'81751223749','134',1.00,'300','retail','0','2025-06-29 22:02:53','','','','180','Cash',41.38,'300','','','16','16','1','2025-06-29 22:49:30','1','13','returned','1','new','pcs','','2025-06-30 01:49:30','16','yes','','0','','','VATABLE',258.62,'0','','','Inclusive','branch','Inventory','','','','','','','175123736517'),(5748,'81751223749','134',1.00,'300','retail','0','2025-06-29 22:02:53','','','','180','Cash',41.38,'300','','','16','16','1','2025-06-29 23:18:22','1','13','returned','1','new','pcs','','2025-06-30 02:18:22','16','yes','','0','','','VATABLE',258.62,'0','','','Inclusive','branch','Inventory','','','','','','','175123736518'),(5749,'221751237743','215',1.00,'600','retail','0','2025-06-30 01:55:43','','','','465','Cash',82.76,'600','','','22','16.00','1','2025-06-29 22:55:48','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','22175123774470033700003'),(5750,'51751238478','176',3.00,'900','retail','0','2025-06-30 02:07:58','','','','180','Cash',124.14,'300','','','5','16.00','1','2025-06-29 23:08:27','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'3','21.00','18','Inclusive','branch','Inventory','','','','yes','','','5175123847828017023220'),(5751,'51751238478','89',1.00,'250','retail','0','2025-06-30 02:08:10','','','','175','Cash',34.48,'250','','','5','16.00','1','2025-06-29 23:08:27','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','140.00','139','Inclusive','branch','Inventory','','','','yes','','','5175123849032330523401'),(5752,'51751238478','180',1.00,'300','retail','0','2025-06-30 02:08:18','','','','185','Cash',41.38,'300','','','5','16.00','1','2025-06-29 23:08:27','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','10.00','9','Inclusive','branch','Inventory','','','','yes','','','5175123849920322303280'),(5753,'51751238630','218',2.00,'520','retail','0','2025-06-30 02:10:31','','','','200','Cash',71.72,'260','','','5','16.00','1','2025-06-29 23:12:58','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','33.00','31','Inclusive','branch','Inventory','','','','yes','','','5175123863153502312408'),(5754,'51751238630','217',2.00,'600','retail','0','2025-06-30 02:11:37','','','','225','Cash',82.76,'300','','','5','16.00','1','2025-06-29 23:12:58','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','39.00','37','Inclusive','branch','Inventory','','','','yes','','','5175123869700130272003'),(5755,'51751238630','88',1.00,'300','retail','0','2025-06-30 02:11:45','','','','203','Cash',41.38,'300','','','5','16.00','1','2025-06-29 23:12:58','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','23.00','22','Inclusive','branch','Inventory','','','','yes','','','5175123870521134431220'),(5756,'51751238630','89',3.00,'750','retail','0','2025-06-30 02:12:13','','','','175','Cash',103.45,'250','','','5','16.00','1','2025-06-29 23:12:58','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','139.00','136','Inclusive','branch','Inventory','','','','yes','','','5175123873433203350354'),(5757,'51751238630','134',4.00,'1200','retail','0','2025-06-30 02:12:36','','','','180','Cash',165.52,'300','','','5','16.00','1','2025-06-29 23:12:58','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'4','16.00','12','Inclusive','branch','Inventory','','','','yes','','','5175123875732330522020'),(5759,'81751238890','134',1.00,'300','retail','0','2025-06-30 02:14:50','','','','180','Cash',41.38,'300','','','8','16','1','2025-06-29 23:20:21','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','12.00','11','Inclusive','branch','Inventory','','','','','',NULL,'8175123889133280222320'),(5760,'81751238890','272',1.00,'100','retail','0','2025-06-30 02:20:18','','','','33.3','Cash',13.79,'100','','','8','16.00','1','2025-06-29 23:20:21','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175123921932312374925'),(5764,'31751276500','178',1.00,'100','retail','0','2025-06-30 12:41:40','','','','54.17','Cash',13.79,'100','','','3','16.00','1','2025-06-30 09:45:44','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','30.00','29','Inclusive','branch','Inventory','','','','yes','','','3175127650130330333330'),(5765,'31751276500','210',1.00,'400','retail','0','2025-06-30 12:45:37','','','','310','Cash',55.17,'400','','','3','16.00','1','2025-06-30 09:45:44','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','4.00','3','Inclusive','branch','Inventory','','','','yes','','','3175127673850233116723'),(5766,'31751276435','195',1.00,'100','retail','0','2025-06-30 12:40:35','','','','70','Cash',13.79,'100','','','3','16','1','2025-06-30 09:58:57','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','141.00','140','Inclusive','branch','Inventory','','','','','',NULL,'3175127643633227604144'),(5767,'31751276435','194',1.00,'100','retail','0','2025-06-30 12:40:48','','','','70','Cash',13.79,'100','','','3','16','1','2025-06-30 09:58:57','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','83.00','82','Inclusive','branch','Inventory','','','','','',NULL,'3175127644931203003223'),(5768,'31751276435','12',2.00,'300','retail','0','2025-06-30 12:41:07','','','','0','Cash',41.38,'150','','','3','16','1','2025-06-30 09:58:57','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',129.31,'2','9995.00','9993','Inclusive','branch','Inventory','','','','','',NULL,'3175127646883348241372'),(5769,'31751276435','12',1.00,'150','retail','0','2025-06-30 12:58:50','','','','0','Cash',20.69,'150','','','3','16.00','1','2025-06-30 09:58:57','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','9993.00','9992','Inclusive','branch','Inventory','','','','yes','','','3175127753150372237033'),(5773,'31751278449','187',1.00,'15','retail','0','2025-06-30 13:14:10','','','','8','Cash',2.07,'15','','','3','16.00','1','2025-06-30 10:14:13','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','78.00','77','Inclusive','branch','Inventory','','','','yes','','','3175127845033021233132'),(5777,'31751281074','25',1.00,'350','retail','0','2025-06-30 13:57:54','','','','0','Cash',48.28,'350','','','3','16.00','1','2025-06-30 10:58:43','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9960.00','9959','Inclusive','branch','Inventory','','','','yes','','','3175128107523313253133'),(5778,'31751281074','45',1.00,'50','retail','0','2025-06-30 13:58:04','','','','0','Cash',6.90,'50','','','3','16.00','1','2025-06-30 10:58:43','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9483.00','9482','Inclusive','branch','Inventory','','','','yes','','','3175128108533233122030'),(5779,'31751281074','218',1.00,'260','retail','0','2025-06-30 13:58:29','','','','200','Cash',35.86,'260','','','3','16.00','1','2025-06-30 10:58:43','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','31.00','30','Inclusive','branch','Inventory','','','','yes','','','3175128111018121231023'),(5780,'31751281074','164',1.00,'50','retail','0','2025-06-30 13:58:39','','','','35','Cash',6.90,'50','','','3','16.00','1','2025-06-30 10:58:43','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','114.00','113','Inclusive','branch','Inventory','','','','yes','','','3175128112023135102420'),(5783,'41750700779','1',1.00,'100','retail','0','2025-06-23 20:46:19','','','','0','Cash',13.79,'100','','','4','16','1','2025-06-30 11:06:45','4','1','new','1','printed','pcs','','','16','yes','','0','','','VATABLE',86.21,'0','','','Inclusive','branch','Inventory','','','','','',NULL,'175071238717'),(5784,'41750700779','1',1.00,'100','retail','0','2025-06-23 20:46:19','','','','0','Cash',13.79,'100','','','4','16','1','2025-06-30 11:06:45','4','1','new','1','printed','pcs','','','16','yes','','0','','','VATABLE',86.21,'0','','','Inclusive','branch','Inventory','','','','','',NULL,'175071238718'),(5785,'41750700779','1',1.00,'100','retail','0','2025-06-23 20:46:19','','','','0','Cash',13.79,'100','','','4','16','1','2025-06-30 11:06:45','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'0','','','Inclusive','branch','Inventory','','','','','',NULL,'175071238719'),(5786,'41750700779','1',1.00,'100','retail','0','2025-06-23 20:46:19','','','','0','Cash',13.79,'100','','','4','16','1','2025-06-30 11:06:45','4','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'0','','','Inclusive','branch','Inventory','','','','','',NULL,'175071238720'),(5787,'31751277553','195',1.00,'100','retail','0','2025-06-30 12:59:13','','','','70','Cash',13.79,'100','','','3','16','1','2025-06-30 11:12:53','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','140.00','139','Inclusive','branch','Inventory','','','','','',NULL,'3175127755443730031223'),(5788,'31751277553','26',1.00,'700','retail','0','2025-06-30 13:03:15','','','','0','Cash',96.55,'700','','','3','16','1','2025-06-30 11:12:53','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9963.00','9962','Inclusive','branch','Inventory','','','','','',NULL,'3175127779632227233233'),(5789,'31751277553','45',2.00,'100','retail','0','2025-06-30 13:03:29','','','','0','Cash',13.79,'50','','','3','16','1','2025-06-30 11:12:53','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9485.00','9483','Inclusive','branch','Inventory','','','','','',NULL,'3175127781112233211027'),(5790,'31751277553','90',1.00,'100','retail','0','2025-06-30 14:12:23','','','','74','Cash',13.79,'100','','','3','16.00','1','2025-06-30 11:12:53','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','5.00','4','Inclusive','branch','Inventory','','','','yes','','','3175128196021513093006'),(5795,'31751284995','164',2.00,'100','retail','0','2025-06-30 15:03:15','','','','35','Cash',13.79,'50','','','3','16','1','2025-06-30 12:21:36','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'2','112.00','110','Inclusive','branch','Inventory','','','','','',NULL,'3175128499704733022322'),(5796,'31751284995','163',2.00,'20','retail','0','2025-06-30 15:21:31','','','','5','Cash',2.76,'10','','','3','16.00','1','2025-06-30 12:21:36','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','64.00','62','Inclusive','branch','Inventory','','','','yes','','','3175128609200222322233'),(5797,'31751281170','195',1.00,'100','retail','0','2025-06-30 13:59:30','','','','70','Cash',13.79,'100','','','3','16','1','2025-06-30 12:24:09','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','139.00','138','Inclusive','branch','Inventory','','','','','',NULL,'3175128117112203331332'),(5798,'31751281170','178',3.00,'300','retail','0','2025-06-30 13:59:41','','','','54.17','Cash',41.38,'100','','','3','16','1','2025-06-30 12:24:09','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'3','29.00','26','Inclusive','branch','Inventory','','','','','',NULL,'3175128118220323122233'),(5799,'31751281170','164',1.00,'50','retail','0','2025-06-30 14:31:29','','','','35','Cash',6.90,'50','','','3','16','1','2025-06-30 12:24:09','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','113.00','112','Inclusive','branch','Inventory','','','','','',NULL,'3175128309023213352048'),(5800,'31751281170','195',1.00,'100','retail','0','2025-06-30 15:23:22','','','','70','Cash',13.79,'100','','','3','16.00','1','2025-06-30 12:24:09','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','138.00','137','Inclusive','branch','Inventory','','','','yes','','','3175128620303382586333'),(5801,'31751281170','180',1.00,'300','retail','0','2025-06-30 15:23:56','','','','185','Cash',41.38,'300','','','3','16.00','1','2025-06-30 12:24:09','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9.00','8','Inclusive','branch','Inventory','','','','yes','','','3175128623733223207221'),(5811,'41751291470','250',1.00,'1000','retail','0','2025-06-30 16:51:10','','','','500','Cash',137.93,'1000','','','4','16.00','1','2025-06-30 13:51:17','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9949.00','9948','Inclusive','branch','Inventory','1110','4000','5500','','','','4175129147105313233313'),(5819,'41751292715','201',1.00,'300','retail','0','2025-06-30 17:11:55','','','','200','Cash',41.38,'300','','','4','16.00','1','2025-06-30 14:12:36','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','8.00','7','Inclusive','branch','Inventory','','','','yes','','','4175129273342254432232'),(5820,'41751292715','272',1.00,'100','retail','0','2025-06-30 17:12:23','','','','33.3','Cash',13.79,'100','','','4','16.00','1','2025-06-30 14:12:36','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4175129274532372232724'),(5825,'41751291092','192',2.00,'600','retail','0','2025-06-30 16:44:52','','','','180','Cash',82.76,'300','','','4','16','1','2025-06-30 15:18:18','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'2','5.00','3','Inclusive','branch','Inventory','','','','','',NULL,'4175129109403422202242'),(5826,'41751291092','178',1.00,'100','retail','0','2025-06-30 16:45:03','','','','54.17','Cash',13.79,'100','','','4','16','1','2025-06-30 15:18:18','1','15','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','26.00','25','Inclusive','branch','Inventory','','','','','',NULL,'4175129110412222331323'),(5827,'41751291092','280',1.00,'900','retail','0','2025-06-30 16:45:06','','','','679','Cash',124.14,'900','','','4','16','1','2025-06-30 15:18:18','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',775.86,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'4175129113532112252023'),(5828,'41751291092','272',1.00,'100','retail','0','2025-06-30 16:45:44','','','','33.3','Cash',13.79,'100','','','4','16','1','2025-06-30 15:18:18','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'4175129114543531252022'),(5829,'41751291092','23',1.00,'600','retail','0','2025-06-30 16:46:05','','','','0','Cash',82.76,'600','','','4','16','1','2025-06-30 15:18:18','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9975.00','9974','Inclusive','branch','Inventory','','','','','',NULL,'4175129116742254471232'),(5830,'41751291092','45',1.00,'50','retail','0','2025-06-30 16:46:21','','','','0','Cash',6.90,'50','','','4','16','1','2025-06-30 15:18:18','4','4','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9482.00','9481','Inclusive','branch','Inventory','','','','','',NULL,'4175129118385302253703'),(5831,'41751291092','22',1.00,'300','retail','0','2025-06-30 17:00:40','','','','0','Cash',41.38,'300','','','4','16','1','2025-06-30 15:18:18','4','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9908.00','9907','Inclusive','branch','Inventory','','','','','',NULL,'4175129204143335227230'),(5832,'41751291092','45',1.00,'50','retail','0','2025-06-30 18:18:05','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-30 15:18:18','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9481.00','9480','Inclusive','branch','Inventory','','','','yes','','','4175129668733737202306'),(5833,'41751298886','23',1.00,'600','retail','0','2025-06-30 18:54:46','','','','0','Cash',82.76,'600','','','4','16.00','1','2025-06-30 15:55:26','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9974.00','9973','Inclusive','branch','Inventory','','','','yes','','','4175129888684723022322'),(5834,'41751298886','45',1.00,'50','retail','0','2025-06-30 18:54:53','','','','0','Cash',6.90,'50','','','4','16.00','1','2025-06-30 15:55:26','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9480.00','9479','Inclusive','branch','Inventory','','','','yes','','','4175129889575322430022'),(5835,'41751298886','12',1.00,'150','retail','0','2025-06-30 18:55:11','','','','0','Cash',20.69,'150','','','4','16.00','1','2025-06-30 15:55:26','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','9992.00','9991','Inclusive','branch','Inventory','','','','yes','','','4175129891325012212221'); /*!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=381 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 ('5174905041933333343322',1,'51749050416','209',1.00,'260','retail','0','2025-06-04 18:20:17','','','','175','Cash',35.86,'260','','','5','','1','2025-06-04 15:20:48','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','31.00','30','Inclusive','branch','Inventory','','',''),('5174905132022303004302',2,'51749051282','136',1.00,'260','retail','0','2025-06-04 18:35:16','','','','210','Cash',35.86,'260','','','5','','1','2025-06-04 15:35:52','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','60.00','59','Inclusive','branch','Inventory','','',''),('11174905915554203245951',3,'111749059108','233',1.00,'2500','retail','0','2025-06-04 20:45:08','','','','1789','Cash',344.83,'2500','','','11','','1','2025-06-04 17:45:59','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',2155.17,'1','2.00','1','Inclusive','branch','Inventory','','',''),('11174906109923202231303',4,'111749061016','146',1.00,'5000','retail','0','2025-06-04 21:16:56','','','','3500','Cash',689.66,'5000','','','11','','1','2025-06-04 18:18:41','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',4310.34,'1','4.00','3','Inclusive','branch','Inventory','','',''),('11174906113820803112233',5,'111749061122','146',1.00,'5000','retail','0','2025-06-04 21:18:42','','','','3500','Cash',689.66,'5000','','','11','','1','2025-06-04 18:19:13','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',4310.34,'1','4.00','3','Inclusive','branch','Inventory','','',''),('11174906147300362033232',6,'111749061153','146',1.00,'5000','retail','0','2025-06-04 21:19:34','','','','3500','Cash',689.66,'5000','','','11','','1','2025-06-04 18:24:46','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',4310.34,'1','4.00','3','Inclusive','branch','Inventory','','',''),('11174906457606712202133',7,'111749064575','251',1.00,'1500','retail','0','2025-06-04 22:16:15','','','','500','Cash',206.90,'1500','','','11','','1','2025-06-04 19:21:18','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('11174906515200006426250',8,'111749064968','251',1.00,'1500','retail','0','2025-06-04 22:25:51','','','','500','Cash',206.90,'1500','','','11','','1','2025-06-04 19:25:56','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','10001.00','10000','Inclusive','branch','Inventory','1110','4000','5500'),('11174906497002042117290',9,'111749064968','251',1.00,'1500','retail','0','2025-06-04 22:22:48','','','','500','Cash',206.90,'1500','','','11','','1','2025-06-04 19:25:58','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','10003.00','10002','Inclusive','branch','Inventory','1110','4000','5500'),('11174906498232230281713',10,'111749064968','251',1.00,'1500','retail','0','2025-06-04 22:23:01','','','','500','Cash',206.90,'1500','','','11','','1','2025-06-04 19:26:01','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','10002.00','10001','Inclusive','branch','Inventory','1110','4000','5500'),('11174906558333003302000',11,'111749065582','251',1.00,'1500','retail','0','2025-06-04 22:33:02','','','','500','Cash',206.90,'1500','','','11','','1','2025-06-04 19:33:13','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','10003.00','10002','Inclusive','branch','Inventory','1110','4000','5500'),('11174906806600222262323',12,'111749068038','115',1.00,'300','retail','0','2025-06-04 23:13:58','','','','217','Cash',41.38,'300','','','11','','1','2025-06-04 20:16:21','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','51.00','50','Inclusive','branch','Inventory','','',''),('11174906902433320224136',13,'111749069013','251',1.00,'1500','retail','0','2025-06-04 23:30:23','','','','500','Cash',206.90,'1500','','','11','','1','2025-06-04 20:31:11','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','10002.00','10001','Inclusive','branch','Inventory','1110','4000','5500'),('11174906901523012009212',14,'111749069013','251',1.00,'1500','retail','0','2025-06-04 23:30:13','','','','500','Cash',206.90,'1500','','','11','','1','2025-06-04 20:31:14','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','10003.00','10002','Inclusive','branch','Inventory','1110','4000','5500'),('5174906921422120971419',15,'51749069213','2',1.00,'150','retail','0','2025-06-04 23:33:33','','','','0','Cash',20.69,'150','','','5','','1','2025-06-04 20:33:59','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','10000.00','9999','Inclusive','branch','Inventory','','',''),('5174906944074062404624',16,'51749069380','2',1.00,'150','retail','0','2025-06-04 23:37:19','','','','0','Cash',20.69,'150','','','5','','1','2025-06-04 20:37:31','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','10000.00','9999','Inclusive','branch','Inventory','','',''),('5174906938113330322309',17,'51749069380','41',1.00,'100','retail','0','2025-06-04 23:36:20','','','','0','Cash',13.79,'100','','','5','','1','2025-06-04 20:37:31','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','10000.00','9999','Inclusive','branch','Inventory','','',''),('5174906947407302303377',18,'51749069473','2',1.00,'150','retail','0','2025-06-04 23:37:53','','','','0','Cash',20.69,'150','','','5','','1','2025-06-04 20:38:32','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','10000.00','9999','Inclusive','branch','Inventory','','',''),('5174906950702020043394',19,'51749069473','2',2.00,'300','retail','0','2025-06-04 23:38:26','','','','0','Cash',41.38,'150','','','5','','1','2025-06-04 20:42:44','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'2','9999.00','9997','Inclusive','branch','Inventory','','',''),('5174906989822239000233',20,'51749069897','134',1.00,'300','retail','0','2025-06-04 23:44:57','','','','180','Cash',41.38,'300','','','5','','1','2025-06-04 20:45:09','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','24.00','23','Inclusive','branch','Inventory','','',''),('5174907172632017520502',21,'51749071725','2',1.00,'150','retail','0','2025-06-05 00:15:25','','','','0','Cash',20.69,'150','','','5','','1','2025-06-04 21:15:40','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','10000.00','9999','Inclusive','branch','Inventory','','',''),('5174907423520002203304',22,'51749074234','192',1.00,'300','retail','0','2025-06-05 00:57:14','','','','180','Cash',41.38,'300','','','5','','1','2025-06-04 21:57:33','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','24.00','23','Inclusive','branch','Inventory','','',''),('4174913259524509234003',23,'41749132422','240',1.00,'200','retail','0','2025-06-05 17:09:47','','','','200','Cash',27.59,'200','','','4','','1','2025-06-05 14:10:16','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','5.00','4','Inclusive','branch','Inventory','','',''),('11174913879400304022933',24,'111749138791','165',1.00,'100','retail','0','2025-06-05 18:53:11','','','','33.33','Cash',13.79,'100','','','11','','1','2025-06-05 16:03:11','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','48.00','47','Inclusive','branch','Inventory','','',''),('5174914024004332327400',25,'51749140238','155',1.00,'1000','retail','0','2025-06-05 19:17:18','','','','705','Cash',137.93,'1000','','','5','','1','2025-06-05 16:17:44','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','6.00','5','Inclusive','branch','Inventory','','',''),('6174914375432232332336',26,'61749143754','109',1.00,'0','retail','0','2025-06-05 20:15:54','','','','0','Cash',0.00,'0','','','6','','1','2025-06-05 17:16:11','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',0.00,'1','2.00','1','Inclusive','branch','Inventory','','',''),('11174914431712373322320',27,'111749142649','111',1.00,'1300','retail','0','2025-06-05 20:25:16','','','','945','Cash',179.31,'1300','','','11','','1','2025-06-05 17:27:31','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','5.00','4','Inclusive','branch','Inventory','','',''),('11174914320220243041403',28,'111749142649','109',1.00,'0','retail','0','2025-06-05 20:06:40','','','','0','Cash',0.00,'0','','','11','','1','2025-06-05 17:27:33','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',0.00,'1','3.00','2','Inclusive','branch','Inventory','','',''),('11174914266602436903013',29,'111749142649','109',1.00,'0','retail','0','2025-06-05 19:57:29','','','','0','Cash',0.00,'0','','','11','','1','2025-06-05 17:27:36','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',0.00,'1','4.00','3','Inclusive','branch','Inventory','','',''),('11174914495425242270322',30,'111749144903','131',1.00,'2500','retail','0','2025-06-05 20:35:03','','','','2020','Cash',344.83,'2500','','','11','','1','2025-06-05 17:36:08','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',2155.17,'1','2.00','1','Inclusive','branch','Inventory','','',''),('5174915152822272803032',31,'51749151470','89',1.00,'250','retail','0','2025-06-05 22:24:30','','','','175','Cash',34.48,'250','','','5','','1','2025-06-05 19:26:20','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','445.00','444','Inclusive','branch','Inventory','','',''),('5174915182604072823222',32,'51749151821','247',1.00,'1500','retail','0','2025-06-05 22:30:25','','','','500','Cash',206.90,'1500','','','5','','1','2025-06-05 19:30:34','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','10000.00','9999','Inclusive','branch','Inventory','1110','4000','5500'),('5174915182121228202032',33,'51749151821','250',1.00,'1000','retail','0','2025-06-05 22:30:21','','','','500','Cash',137.93,'1000','','','5','','1','2025-06-05 19:30:36','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','10000.00','9999','Inclusive','branch','Inventory','1110','4000','5500'),('6174915208435415520233',34,'61749152046','89',1.00,'250','retail','0','2025-06-05 22:34:06','','','','175','Cash',34.48,'250','','','6','','1','2025-06-05 19:35:24','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','442.00','441','Inclusive','branch','Inventory','','',''),('6174915341444133242274',35,'61749153413','47',2.00,'400','retail','0','2025-06-05 22:56:53','','','','0','Cash',55.17,'200','','','6','','1','2025-06-05 19:56:57','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9996.00','9994','Inclusive','branch','Inventory','','',''),('5174915767453331340233',36,'51749157674','184',1.00,'1700','retail','0','2025-06-06 00:07:54','','','','1092','Cash',234.48,'1700','','','5','','1','2025-06-05 21:07:58','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1465.52,'1','2.00','1','Inclusive','branch','Inventory','','',''),('5174915783332031000432',37,'51749157832','15',1.00,'120','retail','0','2025-06-06 00:10:32','','','','0','Cash',16.55,'120','','','5','','1','2025-06-05 21:10:45','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9999.00','9998','Inclusive','branch','Inventory','','',''),('4174915836718301353422',38,'41749158366','130',1.00,'1200','retail','0','2025-06-06 00:19:26','','','','856','Cash',165.52,'1200','','','4','','1','2025-06-05 21:19:32','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1034.48,'1','2.00','1','Inclusive','branch','Inventory','','',''),('4174915841942401332222',39,'41749158388','195',1.00,'100','retail','0','2025-06-06 00:20:18','','','','70','Cash',13.79,'100','','','4','','1','2025-06-05 21:20:46','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','70.00','69','Inclusive','branch','Inventory','','',''),('4174916473223333320922',40,'41749164696','156',1.00,'260','retail','0','2025-06-06 02:04:56','','','','200','Cash',35.86,'260','','','4','','1','2025-06-05 23:07:20','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','6.00','5','Inclusive','branch','Inventory','','',''),('5174916630452303032123',41,'51749166291','140',1.00,'700','retail','0','2025-06-06 02:31:43','','','','480','Cash',96.55,'700','','','5','','1','2025-06-05 23:32:00','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','2.00','1','Inclusive','branch','Inventory','','',''),('5174916629222112236302',42,'51749166291','126',1.00,'1800','retail','0','2025-06-06 02:31:31','','','','1300','Cash',248.28,'1800','','','5','','1','2025-06-05 23:32:00','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','6.00','5','Inclusive','branch','Inventory','','',''),('5174916637743037332244',43,'51749166333','176',2.00,'600','retail','0','2025-06-06 02:32:56','','','','180','Cash',82.76,'300','','','5','','1','2025-06-05 23:33:05','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','21.00','19','Inclusive','branch','Inventory','','',''),('5174916636627703922000',44,'51749166333','176',1.00,'300','retail','0','2025-06-06 02:32:45','','','','180','Cash',41.38,'300','','','5','','1','2025-06-05 23:33:11','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','22.00','21','Inclusive','branch','Inventory','','',''),('5174916664403323454312',45,'51749166644','218',1.00,'260','retail','0','2025-06-06 02:37:24','','','','200','Cash',35.86,'260','','','5','','1','2025-06-05 23:37:37','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','15.00','14','Inclusive','branch','Inventory','','',''),('5174916685730530220330',46,'51749166644','236',1.00,'4500','retail','0','2025-06-06 02:40:56','','','','3392','Cash',620.69,'4500','','','5','','1','2025-06-05 23:42:17','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',3879.31,'1','1.00','0','Inclusive','branch','Inventory','','',''),('5174916686122372222203',47,'51749166644','226',1.00,'4200','retail','0','2025-06-06 02:41:01','','','','3279','Cash',579.31,'4200','','','5','','1','2025-06-05 23:42:23','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',3620.69,'1','2.00','1','Inclusive','branch','Inventory','','',''),('5174916688422322200343',48,'51749166644','230',1.00,'5500','retail','0','2025-06-06 02:41:23','','','','4651','Cash',758.62,'5500','','','5','','1','2025-06-05 23:42:28','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',4741.38,'1','2.00','1','Inclusive','branch','Inventory','','',''),('5174916702437302372200',49,'51749167012','222',1.00,'15000','retail','0','2025-06-06 02:43:43','','','','13144','Cash',2068.97,'15000','','','5','','1','2025-06-05 23:44:18','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',12931.03,'1','1.00','0','Inclusive','branch','Inventory','','',''),('4174916740473444326437',50,'41749167404','134',2.00,'600','retail','0','2025-06-06 02:50:04','','','','180','Cash',82.76,'300','','','4','','1','2025-06-05 23:50:15','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','18.00','16','Inclusive','branch','Inventory','','',''),('4174916751921910213260',51,'41749167426','172',1.00,'70','retail','0','2025-06-06 02:51:12','','','','45','Cash',9.66,'70','','','4','','1','2025-06-05 23:52:06','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',60.34,'1','8.00','7','Inclusive','branch','Inventory','','',''),('6174916784421182624227',52,'61749135458','196',3.00,'60','retail','0','2025-06-06 02:57:24','','','','14','Cash',8.28,'20','','','6','','1','2025-06-05 23:57:27','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'3','21.00','18','Inclusive','branch','Inventory','','',''),('5174916926732223409327',53,'51749169266','176',1.00,'300','retail','0','2025-06-06 03:21:06','','','','180','Cash',41.38,'300','','','5','','1','2025-06-06 00:21:18','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','16.00','15','Inclusive','branch','Inventory','','',''),('6174916971232120247944',54,'61749169711','109',1.00,'0.00','retail','0','2025-06-06 03:28:31','','','','0','Cash',0.00,'0','','','6','','1','2025-06-06 00:28:44','1','11','new','1','new','pcs','','','','','','0','','','VATABLE',0.00,'','2.00','1','Inclusive','branch','Inventory','','',''),('3174921274134222202230',55,'31749212708','206',1.00,'300','retail','0','2025-06-06 15:25:34','','','','203','Cash',41.38,'300','','','3','','1','2025-06-06 12:26:15','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','8.00','7','Inclusive','branch','Inventory','','',''),('11174921213330272200123',56,'111749212131','20',10.00,'2000','retail','0','2025-06-06 15:15:32','','','','0','Cash',275.86,'200','','','11','','1','2025-06-06 12:26:17','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'10','10000.00','9990','Inclusive','branch','Inventory','','',''),('3174921271002033043402',57,'31749212708','174',2.00,'500','retail','0','2025-06-06 15:25:08','','','','175','Cash',68.97,'250','','','3','','1','2025-06-06 12:26:37','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','33.00','31','Inclusive','branch','Inventory','','',''),('11174921236601220203323',58,'111749212131','3',28.00,'3360','retail','0','2025-06-06 15:19:25','','','','0','Cash',463.45,'120','','','11','','1','2025-06-06 12:26:49','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'28','9999.00','9971','Inclusive','branch','Inventory','','',''),('11174921220003234223221',59,'111749212131','18',30.00,'1200','retail','0','2025-06-06 15:16:39','','','','0','Cash',165.52,'40','','','11','','1','2025-06-06 12:27:17','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',34.48,'30','10000.00','9970','Inclusive','branch','Inventory','','',''),('11174921264572223644327',60,'111749212131','10',55.00,'5500','retail','0','2025-06-06 15:24:03','','','','0','Cash',758.62,'100','','','11','','1','2025-06-06 12:27:38','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'55','9998.00','9943','Inclusive','branch','Inventory','','',''),('11174921328282028131921',61,'111749212131','263',54.00,'13500','retail','0','2025-06-06 15:34:35','','','','100','Cash',1862.07,'250','','','11','','1','2025-06-06 12:35:59','4','6','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'54','9999.00','9945','Inclusive','branch','Inventory','1110','4000','5500'),('11174921322272120223023',62,'111749212131','263',1.00,'250','retail','0','2025-06-06 15:33:33','','','','100','Cash',34.48,'250','','','11','','1','2025-06-06 12:36:30','4','6','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','10000.00','9999','Inclusive','branch','Inventory','1110','4000','5500'),('11174921352437320123359',63,'111749212131','263',55.00,'13750','retail','0','2025-06-06 15:37:38','','','','100','Cash',1896.55,'250','','','11','','1','2025-06-06 12:39:36','4','6','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'55','10000.00','9945','Inclusive','branch','Inventory','1110','4000','5500'),('4174922580822542038200',64,'41749225805','265',1.00,'2500','retail','0','2025-06-06 19:03:26','','','','1000','Cash',344.83,'2500','','','4','','1','2025-06-06 16:03:35','4','6','new','1','new','pcs','','','','yes','','0','','','VATABLE',2155.17,'1','10000.00','9999','Inclusive','branch','Inventory','1110','4000','5500'),('4174923245132210022333',65,'41749232450','51',1.00,'1000','retail','0','2025-06-06 20:54:10','','','','0','Cash',137.93,'1000','','','4','','1','2025-06-06 17:54:25','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','10000.00','9999','Inclusive','branch','Inventory','','',''),('8174923472320327223229',66,'81749234722','22',1.00,'300','retail','0','2025-06-06 21:32:02','','','','0','Cash',41.38,'300','','','8','','1','2025-06-06 18:32:07','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9992.00','9991','Inclusive','branch','Inventory','','',''),('5174923737122320232072',67,'51749237343','118',1.00,'1000','retail','0','2025-06-06 22:16:10','','','','710','Cash',137.93,'1000','','','5','','1','2025-06-06 19:25:57','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','8.00','7','Inclusive','branch','Inventory','','',''),('5174923734503703300423',68,'51749237343','117',1.00,'350','retail','0','2025-06-06 22:15:43','','','','245','Cash',48.28,'350','','','5','','1','2025-06-06 19:25:57','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9.00','8','Inclusive','branch','Inventory','','',''),('4174924181724233232220',69,'41749241816','78',1.00,'1000','retail','0','2025-06-06 23:30:16','','','','0','Cash',137.93,'1000','','','4','','1','2025-06-06 20:30:21','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','10000.00','9999','Inclusive','branch','Inventory','','',''),('14174924301632023311044',70,'141749243015','14',1.00,'200','retail','0','2025-06-06 23:50:15','','','','0','Cash',27.59,'200','','','14','','1','2025-06-06 20:50:35','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','10000.00','9999','Inclusive','branch','Inventory','','',''),('8174925096020062379544',71,'81749250959','216',1.00,'1800','retail','0','2025-06-07 02:02:39','','','','1300','Cash',248.28,'1800','','','8','','1','2025-06-06 23:03:28','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','3.00','2','Inclusive','branch','Inventory','','',''),('4174925251922340529313',72,'41749252451','78',1.00,'1000','retail','0','2025-06-07 02:28:38','','','','0','Cash',137.93,'1000','','','4','','1','2025-06-06 23:28:46','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','10000.00','9999','Inclusive','branch','Inventory','','',''),('4174925260929532202132',73,'41749252451','51',1.00,'1000','retail','0','2025-06-07 02:30:08','','','','0','Cash',137.93,'1000','','','4','','1','2025-06-06 23:30:14','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','10000.00','9999','Inclusive','branch','Inventory','','',''),('4174925287370322222330',74,'41749252451','78',1.00,'1000','retail','0','2025-06-07 02:34:32','','','','0','Cash',137.93,'1000','','','4','','1','2025-06-06 23:34:54','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','10000.00','9999','Inclusive','branch','Inventory','','',''),('5174925302059423020033',75,'51749253014','271',1.00,'900','retail','0','2025-06-07 02:36:59','','','','605','Cash',124.14,'900','','','5','','1','2025-06-06 23:37:24','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('5174925301512733333222',76,'51749253014','271',1.00,'900','retail','0','2025-06-07 02:36:54','','','','605','Cash',124.14,'900','','','5','','1','2025-06-06 23:37:27','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('5174925309544992243332',77,'51749253094','230',1.00,'5500','retail','0','2025-06-07 02:38:14','','','','4651','Cash',758.62,'5500','','','5','','1','2025-06-06 23:38:50','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',4741.38,'1','2.00','1','Inclusive','branch','Inventory','','',''),('5174925310923204323353',78,'51749253094','214',1.00,'900','retail','0','2025-06-07 02:38:29','','','','680','Cash',124.14,'900','','','5','','1','2025-06-06 23:39:40','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','3.00','2','Inclusive','branch','Inventory','','',''),('4174925768200864406331',79,'41749257658','116',1.00,'850','retail','0','2025-06-07 03:54:41','','','','585','Cash',117.24,'850','','','4','','1','2025-06-07 00:54:48','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','1.00','0','Inclusive','branch','Inventory','','',''),('8174926085900022820342',80,'81749260859','136',1.00,'260','retail','0','2025-06-07 04:47:39','','','','210','Cash',35.86,'260','','','8','','1','2025-06-07 01:47:45','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','19.00','18','Inclusive','branch','Inventory','','',''),('8174926584243230722330',81,'81749265814','81',1.00,'1600','retail','0','2025-06-07 06:10:41','','','','0','Cash',220.69,'1600','','','8','','1','2025-06-07 03:10:52','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',1379.31,'1','9999.00','9998','Inclusive','branch','Inventory','','',''),('8174926596932329222332',82,'81749265814','15',1.00,'120','retail','0','2025-06-07 06:12:48','','','','0','Cash',16.55,'120','','','8','','1','2025-06-07 03:14:19','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9994.00','9993','Inclusive','branch','Inventory','','',''),('8174926595945222132293',83,'81749265814','15',2.00,'240','retail','0','2025-06-07 06:12:39','','','','0','Cash',33.10,'120','','','8','','1','2025-06-07 03:14:24','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'2','9996.00','9994','Inclusive','branch','Inventory','','',''),('8174926594463032322303',84,'81749265814','15',1.00,'120','retail','0','2025-06-07 06:12:23','','','','0','Cash',16.55,'120','','','8','','1','2025-06-07 03:14:28','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9997.00','9996','Inclusive','branch','Inventory','','',''),('9174926674949229360392',85,'91749266748','214',1.00,'900','retail','0','2025-06-07 06:25:48','','','','680','Cash',124.14,'900','','','9','','1','2025-06-07 03:25:58','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','1.00','0','Inclusive','branch','Inventory','','',''),('9174926852708902449322',86,'91749268526','213',1.00,'1800','retail','0','2025-06-07 06:55:26','','','','1520','Cash',248.28,'1800','','','9','','1','2025-06-07 03:55:30','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','6.00','5','Inclusive','branch','Inventory','','',''),('3174928245730337923343',87,'31749282456','93',1.00,'500','retail','0','2025-06-07 10:47:36','','','','330','Cash',68.97,'500','','','3','','1','2025-06-07 07:47:41','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','7.00','6','Inclusive','branch','Inventory','','',''),('3174929355200503335573',88,'31749293550','143',1.00,'1200','retail','0','2025-06-07 13:52:30','','','','875','Cash',165.52,'1200','','','3','','1','2025-06-07 10:52:40','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1034.48,'1','1.00','0','Inclusive','branch','Inventory','','',''),('4174932021423012303443',89,'41749320195','164',1.00,'50','retail','0','2025-06-07 21:16:52','','','','35','Cash',6.90,'50','','','4','','1','2025-06-07 18:17:05','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','23.00','22','Inclusive','branch','Inventory','','',''),('6174932400723903026014',90,'61749323977','93',2.00,'1000','retail','0','2025-06-07 22:19:37','','','','330','Cash',137.93,'500','','','6','','1','2025-06-07 19:20:11','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'2','7.00','5','Inclusive','branch','Inventory','','',''),('6174932402602209031337',91,'61749324012','94',2.00,'3600.00','retail','0','2025-06-07 22:20:12','','','','1000','Cash',496.55,'1800','','','6','','1','2025-06-07 20:26:46','1','10','new','1','new','pcs','','','','','','0','','','VATABLE',3103.45,'','9.00','7','Inclusive','branch','Inventory','','',''),('6174932829132293244302',92,'61749316375','22',1.00,'300','retail','0','2025-06-07 23:31:31','','','','0','Cash',41.38,'300','','','6','','1','2025-06-07 20:31:35','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9979.00','9978','Inclusive','branch','Inventory','','',''),('6174932993923023209002',93,'61749329751','75',1.00,'800','retail','0','2025-06-07 23:57:57','','','','0','Cash',110.34,'800','','','6','','1','2025-06-07 20:59:09','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','10000.00','9999','Inclusive','branch','Inventory','','',''),('6174932997499332093106',94,'61749329751','94',1.00,'1800','retail','0','2025-06-07 23:59:33','','','','1000','Cash',248.28,'1800','','','6','','1','2025-06-07 21:17:11','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','9.00','8','Inclusive','branch','Inventory','','',''),('6174933219720112020040',95,'61749329751','109',1.00,'0','retail','0','2025-06-08 00:35:55','','','','0','Cash',0.00,'0','','','6','','1','2025-06-07 21:36:46','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',0.00,'1','2.00','1','Inclusive','branch','Inventory','','',''),('6174933807132320976233',96,'61749329751','188',1.00,'300','retail','0','2025-06-08 02:13:13','','','','251','Cash',41.38,'300','','','6','','1','2025-06-07 23:14:36','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','22.00','21','Inclusive','branch','Inventory','','',''),('6174933910723333021000',97,'61749329751','3',5.00,'600','retail','0','2025-06-08 02:31:18','','','','0','Cash',82.76,'120','','','6','','1','2025-06-07 23:32:03','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'5','9990.00','9985','Inclusive','branch','Inventory','','',''),('6174933918822304601430',98,'61749329751','3',3.00,'360','retail','0','2025-06-08 02:32:04','','','','0','Cash',49.66,'120','','','6','','1','2025-06-07 23:33:13','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'3','9990.00','9987','Inclusive','branch','Inventory','','',''),('5174934206726342292204',99,'51749342063','143',1.00,'1200','retail','0','2025-06-08 03:21:06','','','','875','Cash',165.52,'1200','','','5','','1','2025-06-08 00:21:24','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1034.48,'1','1.00','0','Inclusive','branch','Inventory','','',''),('5174934206434632033222',100,'51749342063','110',1.00,'500','retail','0','2025-06-08 03:21:03','','','','345','Cash',68.97,'500','','','5','','1','2025-06-08 00:21:31','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','10.00','9','Inclusive','branch','Inventory','','',''),('5174934223330223334232',101,'51749342063','164',3.00,'150','retail','0','2025-06-08 03:23:52','','','','35','Cash',20.69,'50','','','5','','1','2025-06-08 00:24:00','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'3','22.00','19','Inclusive','branch','Inventory','','',''),('5174934212200043533210',102,'51749342063','115',1.00,'300','retail','0','2025-06-08 03:22:00','','','','217','Cash',41.38,'300','','','5','','1','2025-06-08 00:24:33','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','45.00','44','Inclusive','branch','Inventory','','',''),('5174934221122403430232',103,'51749342063','180',1.00,'300','retail','0','2025-06-08 03:23:30','','','','185','Cash',41.38,'300','','','5','','1','2025-06-08 00:25:17','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','20.00','19','Inclusive','branch','Inventory','','',''),('5174934260526247254230',104,'51749342603','153',1.00,'500','retail','0','2025-06-08 03:30:03','','','','330','Cash',68.97,'500','','','5','','1','2025-06-08 00:34:20','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','4.00','3','Inclusive','branch','Inventory','','',''),('5174934291721033930243',105,'51749342882','110',1.00,'500','retail','0','2025-06-08 03:35:16','','','','345','Cash',68.97,'500','','','5','','1','2025-06-08 00:35:22','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','10.00','9','Inclusive','branch','Inventory','','',''),('5174934290303702322090',106,'51749342882','87',1.00,'3500','retail','0','2025-06-08 03:35:03','','','','2650','Cash',482.76,'3500','','','5','','1','2025-06-08 00:35:25','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',3017.24,'1','2.00','1','Inclusive','branch','Inventory','','',''),('5174934288629332392808',107,'51749342882','94',1.00,'1800','retail','0','2025-06-08 03:34:45','','','','1000','Cash',248.28,'1800','','','5','','1','2025-06-08 00:35:28','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','5.00','4','Inclusive','branch','Inventory','','',''),('5174934288424842324302',108,'51749342882','87',1.00,'3500','retail','0','2025-06-08 03:34:44','','','','2650','Cash',482.76,'3500','','','5','','1','2025-06-08 00:35:35','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',3017.24,'1','3.00','2','Inclusive','branch','Inventory','','',''),('5174934288304229244232',109,'51749342882','115',1.00,'300','retail','0','2025-06-08 03:34:42','','','','217','Cash',41.38,'300','','','5','','1','2025-06-08 00:35:38','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','45.00','44','Inclusive','branch','Inventory','','',''),('5174934431330433220173',110,'51749344312','203',1.00,'100','retail','0','2025-06-08 03:58:32','','','','70','Cash',13.79,'100','','','5','','1','2025-06-08 00:58:44','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','27.00','26','Inclusive','branch','Inventory','','',''),('5174934483902434403123',111,'51749344838','250',1.00,'1000','retail','0','2025-06-08 04:07:18','','','','500','Cash',137.93,'1000','','','5','','1','2025-06-08 01:07:43','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9993.00','9992','Inclusive','branch','Inventory','1110','4000','5500'),('5174934546124990024420',112,'51749345460','114',1.00,'850','retail','0','2025-06-08 04:17:40','','','','585','Cash',117.24,'850','','','5','','1','2025-06-08 01:17:52','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','4.00','3','Inclusive','branch','Inventory','','',''),('5174934587922232405732',113,'51749345878','23',1.00,'600','retail','0','2025-06-08 04:24:39','','','','0','Cash',82.76,'600','','','5','','1','2025-06-08 01:24:47','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9993.00','9992','Inclusive','branch','Inventory','','',''),('6174934716022330720211',114,'61749347103','138',5.00,'1500','retail','0','2025-06-08 04:45:15','','','','265','Cash',206.90,'300','','','6','','1','2025-06-08 01:46:14','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'5','18.00','13','Inclusive','branch','Inventory','','',''),('6174934711521222143433',115,'61749347103','188',7.00,'2100','retail','0','2025-06-08 04:45:03','','','','251','Cash',289.66,'300','','','6','','1','2025-06-08 01:46:47','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'7','21.00','14','Inclusive','branch','Inventory','','',''),('4174935327027002121049',116,'41749353204','138',4.00,'1200','retail','0','2025-06-08 06:27:50','','','','265','Cash',165.52,'300','','','4','','1','2025-06-08 03:28:12','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'4','11.00','7','Inclusive','branch','Inventory','','',''),('4174935324643090203231',117,'41749353204','195',2.00,'200','retail','0','2025-06-08 06:27:25','','','','70','Cash',27.59,'100','','','4','','1','2025-06-08 03:28:14','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','26.00','24','Inclusive','branch','Inventory','','',''),('4174935323023474230270',118,'41749353204','94',1.00,'1800','retail','0','2025-06-08 06:26:44','','','','1000','Cash',248.28,'1800','','','4','','1','2025-06-08 03:28:17','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','5.00','4','Inclusive','branch','Inventory','','',''),('4174935362904070495205',119,'41749353483','58',1.00,'400','retail','0','2025-06-08 06:33:49','','','','0','Cash',55.17,'400','','','4','','1','2025-06-08 03:33:51','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','10000.00','9999','Inclusive','branch','Inventory','','',''),('4174935404634345420402',120,'41749354045','217',1.00,'300','retail','0','2025-06-08 06:40:45','','','','225','Cash',41.38,'300','','','4','','1','2025-06-08 03:40:56','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','21.00','20','Inclusive','branch','Inventory','','',''),('3174937754677225323330',121,'31749377545','250',1.00,'1000','retail','0','2025-06-08 13:12:25','','','','500','Cash',137.93,'1000','','','3','','1','2025-06-08 10:12:32','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9989.00','9988','Inclusive','branch','Inventory','1110','4000','5500'),('6174939175623204203937',122,'61749391717','155',1.00,'1000','retail','0','2025-06-08 17:08:57','','','','705','Cash',137.93,'1000','','','6','','1','2025-06-08 14:09:20','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','5.00','4','Inclusive','branch','Inventory','','',''),('5174939585937332320033',123,'51749395857','231',1.00,'3000','retail','0','2025-06-08 18:17:37','','','','2451','Cash',413.79,'3000','','','5','','1','2025-06-08 15:18:11','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',2586.21,'1','2.00','1','Inclusive','branch','Inventory','','',''),('5174939591321243359333',124,'51749395912','236',1.00,'4500','retail','0','2025-06-08 18:18:32','','','','3392','Cash',620.69,'4500','','','5','','1','2025-06-08 15:18:45','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',3879.31,'1','1.00','0','Inclusive','branch','Inventory','','',''),('3174939812030329380238',125,'31749387806','178',1.00,'100','retail','0','2025-06-08 18:55:17','','','','54.17','Cash',13.79,'100','','','3','','1','2025-06-08 15:55:38','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','96.00','95','Inclusive','branch','Inventory','','',''),('11174940354901205202932',126,'111749403041','110',1.00,'500','retail','0','2025-06-08 20:24:38','','','','345','Cash',68.97,'500','','','11','','1','2025-06-08 17:26:09','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','7.00','6','Inclusive','branch','Inventory','','',''),('5174941565423363423322',127,'51749415653','144',1.00,'2600','retail','0','2025-06-08 23:47:33','','','','1849','Cash',358.62,'2600','','','5','','1','2025-06-08 20:47:56','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',2241.38,'1','2.00','1','Inclusive','branch','Inventory','','',''),('4174941770270430022332',128,'41749417701','113',1.00,'300','retail','0','2025-06-09 00:21:41','','','','217','Cash',41.38,'300','','','4','','1','2025-06-08 21:21:48','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9.00','8','Inclusive','branch','Inventory','','',''),('4174948073534327330004',129,'41749480734','208',2.00,'520','retail','0','2025-06-09 17:52:14','','','','195','Cash',71.72,'260','','','4','','1','2025-06-09 14:52:18','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','27.00','25','Inclusive','branch','Inventory','','',''),('3174955567727350062335',130,'31749555676','172',1.00,'70','retail','0','2025-06-10 14:41:16','','','','45','Cash',9.66,'70','','','3','','1','2025-06-10 11:41:25','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',60.34,'1','1.00','0','Inclusive','branch','Inventory','','',''),('11174956947904121309592',131,'111749569446','89',1.00,'250','retail','0','2025-06-10 18:30:46','','','','175','Cash',34.48,'250','','','11','','1','2025-06-10 15:31:51','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','393.00','392','Inclusive','branch','Inventory','','',''),('11174957417153120434250',132,'111749573926','275',1.00,'500','retail','0','2025-06-10 19:45:27','','','','376','Cash',68.97,'500','','','11','','1','2025-06-10 16:51:11','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('6174957583900332300302',133,'61749573222','275',1.00,'500','retail','0','2025-06-10 20:17:00','','','','376','Cash',68.97,'500','','','6','','1','2025-06-10 17:17:28','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('6174958459107329302200',134,'61749584577','213',1.00,'1800','retail','0','2025-06-10 22:42:57','','','','1520','Cash',248.28,'1800','','','6','','1','2025-06-10 19:43:29','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','4.00','3','Inclusive','branch','Inventory','','',''),('6174958918103479233338',135,'61749589144','5',2.00,'200','retail','0','2025-06-10 23:59:04','','','','0','Cash',27.59,'100','','','6','','1','2025-06-10 20:59:45','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','10000.00','9998','Inclusive','branch','Inventory','','',''),('6174958940143737443402',136,'61749589319','90',2.00,'200','retail','0','2025-06-11 00:02:38','','','','74','Cash',27.59,'100','','','6','','1','2025-06-10 21:03:32','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','26.00','24','Inclusive','branch','Inventory','','',''),('5174965570435322120029',137,'51749655642','218',1.00,'260','retail','0','2025-06-11 18:27:22','','','','200','Cash',35.86,'260','','','5','','1','2025-06-11 15:29:22','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','1.00','0','Inclusive','branch','Inventory','','',''),('5174965833430923033639',138,'51749658331','179',1.00,'1500','retail','0','2025-06-11 19:12:12','','','','679','Cash',206.90,'1500','','','5','','1','2025-06-11 16:12:23','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','1.00','0','Inclusive','branch','Inventory','','',''),('5174966002630334200300',139,'51749660024','118',1.00,'1000','retail','0','2025-06-11 19:40:24','','','','710','Cash',137.93,'1000','','','5','','1','2025-06-11 16:40:36','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','2.00','1','Inclusive','branch','Inventory','','',''),('5174967231570332741250',140,'51749672260','110',1.00,'500','retail','0','2025-06-11 23:05:13','','','','345','Cash',68.97,'500','','','5','','1','2025-06-11 20:05:22','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','6.00','5','Inclusive','branch','Inventory','','',''),('5174967230222242023132',141,'51749672260','114',1.00,'850','retail','0','2025-06-11 23:05:01','','','','585','Cash',117.24,'850','','','5','','1','2025-06-11 20:05:29','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','4.00','3','Inclusive','branch','Inventory','','',''),('5174967854451322621233',142,'51749678543','90',1.00,'100','retail','0','2025-06-12 00:49:03','','','','74','Cash',13.79,'100','','','5','','1','2025-06-11 21:49:33','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','26.00','25','Inclusive','branch','Inventory','','',''),('6174975325021329322731',143,'61749753249','250',1.00,'1000','retail','0','2025-06-12 21:34:09','','','','500','Cash',137.93,'1000','','','6','','1','2025-06-12 18:34:19','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9980.00','9979','Inclusive','branch','Inventory','1110','4000','5500'),('6174982692812802229223',144,'61749826737','45',1.00,'50.00','retail','0','2025-06-13 17:59:46','','','','0','Cash',6.90,'50','','','6','','1','2025-06-13 15:03:06','4','4','new','1','new','pcs','','','','','','0','','','VATABLE',43.10,'','9796.00','9795','Inclusive','branch','Inventory','','',''),('17174978884732102283209',145,'171749788842','89',3.00,'750','retail','0','2025-06-13 07:27:22','','','','175','Cash',103.45,'250','','','17','','1','2025-06-13 15:50:58','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','347.00','344','Inclusive','branch','Inventory','','',''),('17174982989622812382390',146,'171749829891','89',3.00,'750','retail','0','2025-06-13 18:51:31','','','','175','Cash',103.45,'250','','','17','','1','2025-06-13 15:51:58','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','338.00','335','Inclusive','branch','Inventory','','',''),('3174983028632330482020',147,'31749830284','133',1.00,'2700','retail','0','2025-06-13 18:58:04','','','','1860','Cash',372.41,'2700','','','3','','1','2025-06-13 15:58:27','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',2327.59,'1','1.00','0','Inclusive','branch','Inventory','','',''),('8174983205552332434232',148,'81749832054','116',1.00,'850','retail','0','2025-06-13 19:27:34','','','','585','Cash',117.24,'850','','','8','','1','2025-06-13 16:27:41','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','5.00','4','Inclusive','branch','Inventory','','',''),('17174983960046128270200',149,'171749839590','250',4.00,'4000','retail','0','2025-06-13 21:33:10','','','','500','Cash',551.72,'1000','','','17','','1','2025-06-13 18:33:37','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'4','9974.00','9970','Inclusive','branch','Inventory','1110','4000','5500'),('11174984028811403402720',150,'111749840155','89',2.00,'500','retail','0','2025-06-13 21:44:24','','','','175','Cash',68.97,'250','','','11','','1','2025-06-13 18:45:14','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','325.00','323','Inclusive','branch','Inventory','','',''),('11174984023221022034373',151,'111749840155','25',1.00,'350','retail','0','2025-06-13 21:43:19','','','','0','Cash',48.28,'350','','','11','','1','2025-06-13 18:45:30','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','9990.00','9989','Inclusive','branch','Inventory','','',''),('11174984019824900108229',152,'111749840155','88',1.00,'300','retail','0','2025-06-13 21:42:35','','','','203','Cash',41.38,'300','','','11','','1','2025-06-13 18:45:35','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','29.00','28','Inclusive','branch','Inventory','','',''),('8174984113941342432403',153,'81749841139','136',1.00,'260','retail','0','2025-06-13 21:58:59','','','','210','Cash',35.86,'260','','','8','','1','2025-06-13 18:59:11','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','69.00','68','Inclusive','branch','Inventory','','',''),('4174984314620423230622',154,'41749843145','250',1.00,'1000','retail','0','2025-06-13 22:32:25','','','','500','Cash',137.93,'1000','','','4','','1','2025-06-13 19:32:50','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9973.00','9972','Inclusive','branch','Inventory','1110','4000','5500'),('4174984315028331242320',155,'41749843145','250',1.00,'1000','retail','0','2025-06-13 22:32:29','','','','500','Cash',137.93,'1000','','','4','','1','2025-06-13 19:33:31','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9972.00','9971','Inclusive','branch','Inventory','1110','4000','5500'),('6174984400603482187309',156,'61749829611','90',1.00,'100','retail','0','2025-06-13 22:46:26','','','','74','Cash',13.79,'100','','','6','','1','2025-06-13 19:50:36','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','14.00','13','Inclusive','branch','Inventory','','',''),('5174984703843372287053',157,'51749847037','135',1.00,'300','retail','0','2025-06-13 23:37:17','','','','216','Cash',41.38,'300','','','5','','1','2025-06-13 20:38:45','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','22.00','21','Inclusive','branch','Inventory','','',''),('8174984733030933020400',158,'81749847329','152',1.00,'900','retail','0','2025-06-13 23:42:09','','','','607','Cash',124.14,'900','','','8','','1','2025-06-13 20:42:15','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','5.00','4','Inclusive','branch','Inventory','','',''),('8174984738508237247204',159,'81749847377','114',1.00,'850','retail','0','2025-06-13 23:43:04','','','','585','Cash',117.24,'850','','','8','','1','2025-06-13 20:43:19','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','3.00','2','Inclusive','branch','Inventory','','',''),('8174984738123023334203',160,'81749847377','124',1.00,'600','retail','0','2025-06-13 23:42:59','','','','423','Cash',82.76,'600','','','8','','1','2025-06-13 20:43:22','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','7.00','6','Inclusive','branch','Inventory','','',''),('8174984737834082030780',161,'81749847377','158',1.00,'800','retail','0','2025-06-13 23:42:57','','','','567','Cash',110.34,'800','','','8','','1','2025-06-13 20:43:24','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','2.00','1','Inclusive','branch','Inventory','','',''),('5174985014572005403923',162,'51749850144','114',1.00,'850','retail','0','2025-06-14 00:29:04','','','','585','Cash',117.24,'850','','','5','','1','2025-06-13 21:29:22','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','3.00','2','Inclusive','branch','Inventory','','',''),('5174985015713522384039',163,'51749850144','111',1.00,'1300','retail','0','2025-06-14 00:29:16','','','','945','Cash',179.31,'1300','','','5','','1','2025-06-13 21:30:20','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','4.00','3','Inclusive','branch','Inventory','','',''),('5174985023420327250392',164,'51749850233','227',1.00,'5500','retail','0','2025-06-14 00:30:33','','','','4619','Cash',758.62,'5500','','','5','','1','2025-06-13 21:31:05','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',4741.38,'1','2.00','1','Inclusive','branch','Inventory','','',''),('5174985287842232389220',165,'51749852812','120',4.00,'100','retail','0','2025-06-14 01:14:37','','','','17','Cash',13.79,'25','','','5','','1','2025-06-13 22:21:03','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'4','10.00','6','Inclusive','branch','Inventory','','',''),('8174985546843585293432',166,'81749855464','218',1.00,'260','retail','0','2025-06-14 01:57:47','','','','200','Cash',35.86,'260','','','8','','1','2025-06-13 22:57:54','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','12.00','11','Inclusive','branch','Inventory','','',''),('8174985555138322533212',167,'81749855539','188',1.00,'300','retail','0','2025-06-14 01:59:11','','','','251','Cash',41.38,'300','','','8','','1','2025-06-13 22:59:18','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','7.00','6','Inclusive','branch','Inventory','','',''),('5174985765034642223823',168,'51749857632','218',4.00,'1040','retail','0','2025-06-14 02:34:09','','','','200','Cash',143.45,'260','','','5','','1','2025-06-13 23:34:17','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','9.00','5','Inclusive','branch','Inventory','','',''),('3174990331121013301332',169,'31749903310','164',1.00,'50','retail','0','2025-06-14 15:15:10','','','','35','Cash',6.90,'50','','','3','','1','2025-06-14 12:15:17','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','73.00','72','Inclusive','branch','Inventory','','',''),('6174992062833320203403',170,'61749920586','116',1.00,'850.00','retail','0','2025-06-14 20:03:25','','','','585','Cash',117.24,'850','','','6','','1','2025-06-14 17:04:12','1','10','new','1','new','pcs','','','','','','0','','','VATABLE',732.76,'','5.00','4','Inclusive','branch','Inventory','','',''),('5174993118432903122312',171,'51749931183','283',1.00,'2000','retail','0','2025-06-14 22:59:43','','','','1000','Cash',275.86,'2000','','','5','','1','2025-06-14 19:59:48','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1724.14,'1','498.00','497','Inclusive','branch','Inventory','1110','4000','5500'),('5174993119624302333322',172,'51749931195','284',1.00,'500','retail','0','2025-06-14 22:59:55','','','','250','Cash',68.97,'500','','','5','','1','2025-06-14 20:00:00','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500'),('5174993120953321302342',173,'51749931208','247',1.00,'1500','retail','0','2025-06-14 23:00:08','','','','500','Cash',206.90,'1500','','','5','','1','2025-06-14 20:00:18','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9992.00','9991','Inclusive','branch','Inventory','1110','4000','5500'),('5174993287922933727223',174,'51749932851','278',1.00,'1400','retail','0','2025-06-14 23:27:59','','','','986','Cash',193.10,'1400','','','5','','1','2025-06-14 20:28:12','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('5174993287639247223193',175,'51749932851','227',1.00,'5500','retail','0','2025-06-14 23:27:56','','','','4619','Cash',758.62,'5500','','','5','','1','2025-06-14 20:28:12','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',4741.38,'1','1.00','0','Inclusive','branch','Inventory','','',''),('5174993287230223323227',176,'51749932851','227',1.00,'5500','retail','0','2025-06-14 23:27:52','','','','4619','Cash',758.62,'5500','','','5','','1','2025-06-14 20:28:12','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',4741.38,'1','2.00','1','Inclusive','branch','Inventory','','',''),('5174993285123203203331',177,'51749932851','190',1.00,'900','retail','0','2025-06-14 23:27:31','','','','594','Cash',124.14,'900','','','5','','1','2025-06-14 20:28:12','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','6.00','5','Inclusive','branch','Inventory','','',''),('4174993415223223294404',178,'41749926400','111',1.00,'1300','retail','0','2025-06-14 23:48:36','','','','945','Cash',179.31,'1300','','','4','','1','2025-06-14 20:49:22','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','1.00','0','Inclusive','branch','Inventory','','',''),('6174994826920262022333',179,'61749948024','75',1.00,'800','retail','0','2025-06-15 03:44:28','','','','0','Cash',110.34,'800','','','6','','1','2025-06-15 00:45:42','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','10000.00','9999','Inclusive','branch','Inventory','','',''),('6174995347729637523239',180,'61749953447','88',1.00,'300','retail','0','2025-06-15 05:10:47','','','','203','Cash',41.38,'300','','','6','','1','2025-06-15 02:11:37','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','28.00','27','Inclusive','branch','Inventory','','',''),('5174995622453335200235',181,'51749956224','90',1.00,'100','retail','0','2025-06-15 05:57:04','','','','74','Cash',13.79,'100','','','5','','1','2025-06-15 02:57:16','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','8.00','7','Inclusive','branch','Inventory','','',''),('11175000723531200302313',182,'111750007168','272',1.00,'100','retail','0','2025-06-15 20:06:46','','','','33.3','Cash',13.79,'100','','','11','','1','2025-06-15 17:07:30','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500'),('5175000905522300032303',183,'51750007220','230',1.00,'5500','retail','0','2025-06-15 20:37:34','','','','4651','Cash',758.62,'5500','','','5','','1','2025-06-15 17:37:55','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',4741.38,'1','1.00','0','Inclusive','branch','Inventory','','',''),('5175000906703302222020',184,'51750007220','215',1.00,'600','retail','0','2025-06-15 20:37:47','','','','465','Cash',82.76,'600','','','5','','1','2025-06-15 17:58:46','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','5.00','4','Inclusive','branch','Inventory','','',''),('6175001122326002300263',185,'61750011177','202',1.00,'900','retail','0','2025-06-15 21:12:57','','','','570','Cash',124.14,'900','','','6','','1','2025-06-15 18:13:47','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','3.00','2','Inclusive','branch','Inventory','','',''),('11175001490011421202333',186,'111750014883','285',1.00,'300','retail','0','2025-06-15 22:14:43','','','','150','Cash',41.38,'300','','','11','','1','2025-06-15 19:15:45','4','6','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500'),('6175001738223200240228',187,'61750017362','218',5.00,'1300','retail','0','2025-06-15 22:56:02','','','','200','Cash',179.31,'260','','','6','','1','2025-06-15 19:56:31','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'5','48.00','43','Inclusive','branch','Inventory','','',''),('8175001925732702952203',188,'81750019257','114',1.00,'850','retail','0','2025-06-15 23:27:37','','','','585','Cash',117.24,'850','','','8','','1','2025-06-15 20:27:41','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','6.00','5','Inclusive','branch','Inventory','','',''),('4175002436502223324003',189,'41750024341','87',1.00,'3500','retail','0','2025-06-16 00:52:21','','','','2650','Cash',482.76,'3500','','','4','','1','2025-06-15 21:52:48','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',3017.24,'1','3.00','2','Inclusive','branch','Inventory','','',''),('5175002831722703422222',190,'51750028316','243',1.00,'10','retail','0','2025-06-16 01:58:36','','','','5','Cash',1.38,'10','','','5','','1','2025-06-15 22:58:44','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','16.00','15','Inclusive','branch','Inventory','','',''),('14175006392932230221743',191,'141750063786','227',1.00,'5500','retail','0','2025-06-16 11:52:08','','','','4619','Cash',758.62,'5500','','','14','','1','2025-06-16 08:52:29','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',4741.38,'1','1.00','0','Inclusive','branch','Inventory','','',''),('14175006391900129202323',192,'141750063786','227',1.00,'5500','retail','0','2025-06-16 11:51:58','','','','4619','Cash',758.62,'5500','','','14','','1','2025-06-16 08:52:43','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',4741.38,'1','2.00','1','Inclusive','branch','Inventory','','',''),('4175009708413333223300',193,'41750097084','15',2.00,'240','retail','0','2025-06-16 21:04:44','','','','0','Cash',33.10,'120','','','4','','1','2025-06-16 18:04:49','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'2','9982.00','9980','Inclusive','branch','Inventory','','',''),('4175009716321302064230',194,'41750097098','15',2.00,'240','retail','0','2025-06-16 21:04:58','','','','0','Cash',33.10,'120','','','4','','1','2025-06-16 18:06:08','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'2','9982.00','9980','Inclusive','branch','Inventory','','',''),('4175009720633242403427',195,'41750097169','15',2.00,'240','retail','0','2025-06-16 21:06:09','','','','0','Cash',33.10,'120','','','4','','1','2025-06-16 18:06:54','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'2','9982.00','9980','Inclusive','branch','Inventory','','',''),('4175010073907033321000',196,'41750100739','156',1.00,'260','retail','0','2025-06-16 22:05:39','','','','200','Cash',35.86,'260','','','4','','1','2025-06-16 19:05:44','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','23.00','22','Inclusive','branch','Inventory','','',''),('3175014983002423107292',197,'31750149829','4',1.00,'100','retail','0','2025-06-17 11:43:49','','','','0','Cash',13.79,'100','','','3','','1','2025-06-17 08:43:54','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9999.00','9998','Inclusive','branch','Inventory','','',''),('11175016948022140060320',198,'111750169479','244',1.00,'200','retail','0','2025-06-17 17:11:19','','','','150','Cash',27.59,'200','','','11','','1','2025-06-17 14:17:09','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9984.00','9983','Inclusive','branch','Inventory','','',''),('3175023565523053321333',199,'31750235636','284',1.00,'500','retail','0','2025-06-18 11:34:14','','','','250','Cash',68.97,'500','','','3','','1','2025-06-18 08:34:29','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500'),('3175023568744304723200',200,'31750235636','283',1.00,'2000','retail','0','2025-06-18 11:34:46','','','','1000','Cash',275.86,'2000','','','3','','1','2025-06-18 08:34:57','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1724.14,'1','498.00','497','Inclusive','branch','Inventory','1110','4000','5500'),('3175025649820035232322',201,'31750250648','186',1.00,'10','retail','0','2025-06-18 17:21:37','','','','8','Cash',1.38,'10','','','3','','1','2025-06-18 14:21:46','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','2.00','1','Inclusive','branch','Inventory','','',''),('3175025836772827172502',202,'31750258366','242',1.00,'200','retail','0','2025-06-18 17:52:46','','','','200','Cash',27.59,'200','','','3','','1','2025-06-18 14:53:00','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','3.00','2','Inclusive','branch','Inventory','','',''),('3175025839434223022374',203,'31750258392','244',1.00,'200','retail','0','2025-06-18 17:53:12','','','','150','Cash',27.59,'200','','','3','','1','2025-06-18 14:53:32','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9983.00','9982','Inclusive','branch','Inventory','','',''),('5175026486650003036632',204,'51750264864','36',1.00,'500','retail','0','2025-06-18 19:41:05','','','','0','Cash',68.97,'500','','','5','','1','2025-06-18 16:41:19','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','9998.00','9997','Inclusive','branch','Inventory','','',''),('5175027118922020042211',205,'51750271188','209',2.00,'500','retail','0','2025-06-18 21:26:28','','','','175','Cash',68.97,'250','','','5','','1','2025-06-18 18:26:50','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','59.00','57','Inclusive','branch','Inventory','','',''),('5175027119229721327222',206,'51750271188','218',1.00,'260','retail','0','2025-06-18 21:26:32','','','','200','Cash',35.86,'260','','','5','','1','2025-06-18 18:26:52','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','37.00','36','Inclusive','branch','Inventory','','',''),('5175027202622032203203',207,'51750272026','149',1.00,'1300','retail','0','2025-06-18 21:40:26','','','','891','Cash',179.31,'1300','','','5','','1','2025-06-18 18:40:36','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','2.00','1','Inclusive','branch','Inventory','','',''),('5175027294197794300024',208,'51750272940','244',1.00,'200','retail','0','2025-06-18 21:55:40','','','','150','Cash',27.59,'200','','','5','','1','2025-06-18 18:55:47','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9982.00','9981','Inclusive','branch','Inventory','','',''),('5175027820187212320385',209,'51750278152','227',1.00,'5500','retail','0','2025-06-18 23:23:20','','','','4619','Cash',758.62,'5500','','','5','','1','2025-06-18 20:23:33','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',4741.38,'1','2.00','1','Inclusive','branch','Inventory','','',''),('5175027815327301028030',210,'51750278152','140',1.00,'700','retail','0','2025-06-18 23:22:32','','','','480','Cash',96.55,'700','','','5','','1','2025-06-18 20:23:41','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','1.00','0','Inclusive','branch','Inventory','','',''),('11175027903033191531521',211,'111750278994','115',1.00,'300','retail','0','2025-06-18 23:36:34','','','','217','Cash',41.38,'300','','','11','','1','2025-06-18 20:37:16','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','28.00','27','Inclusive','branch','Inventory','','',''),('5175028269703233323350',212,'51750282667','1',4.00,'400','retail','0','2025-06-19 00:38:17','','','','0','Cash',55.17,'100','','','5','','1','2025-06-18 21:43:01','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'4','9986.00','9982','Inclusive','branch','Inventory','','',''),('5175028298933022823592',213,'51750282667','2',1.00,'150','retail','0','2025-06-19 00:43:09','','','','0','Cash',20.69,'150','','','5','','1','2025-06-18 21:43:22','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','9998.00','9997','Inclusive','branch','Inventory','','',''),('5175028310912220095233',214,'51750282667','2',1.00,'150','retail','0','2025-06-19 00:45:09','','','','0','Cash',20.69,'150','','','5','','1','2025-06-18 21:46:02','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','9998.00','9997','Inclusive','branch','Inventory','','',''),('5175028317510333030233',215,'51750282667','1',1.00,'100','retail','0','2025-06-19 00:46:14','','','','0','Cash',13.79,'100','','','5','','1','2025-06-18 21:46:26','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9986.00','9985','Inclusive','branch','Inventory','','',''),('5175028841122222200320',216,'51750288371','272',1.00,'100','retail','0','2025-06-19 02:13:31','','','','33.3','Cash',13.79,'100','','','5','','1','2025-06-18 23:13:59','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('5175028879322072337305',217,'51750288753','156',1.00,'260','retail','0','2025-06-19 02:19:14','','','','200','Cash',35.86,'260','','','5','','1','2025-06-18 23:21:25','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','17.00','16','Inclusive','branch','Inventory','','',''),('5175028899730320900222',218,'51750288753','43',1.00,'500','retail','0','2025-06-19 02:21:54','','','','0','Cash',68.97,'500','','','5','','1','2025-06-18 23:23:24','4','6','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','10000.00','9999','Inclusive','branch','Inventory','','',''),('22175034409822434020031',219,'221750344048','89',1.00,'250','retail','0','2025-06-19 17:40:48','','','','175','Cash',34.48,'250','','','22','','1','2025-06-19 14:41:49','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','263.00','262','Inclusive','branch','Inventory','','',''),('22175034583833700882833',220,'221750345837','100',1.00,'250','retail','0','2025-06-19 18:10:37','','','','165','Cash',34.48,'250','','','22','','1','2025-06-19 15:10:57','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','27.00','26','Inclusive','branch','Inventory','','',''),('22175034589454222202235',221,'221750345893','100',1.00,'250','retail','0','2025-06-19 18:11:33','','','','165','Cash',34.48,'250','','','22','','1','2025-06-19 15:11:45','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','27.00','26','Inclusive','branch','Inventory','','',''),('3175042650550300007325',222,'31750426504','195',1.00,'100','retail','0','2025-06-20 16:35:04','','','','70','Cash',13.79,'100','','','3','','1','2025-06-20 13:35:54','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','92.00','91','Inclusive','branch','Inventory','','',''),('4175042915402009223444',223,'41750429151','119',1.00,'400','retail','0','2025-06-20 17:19:13','','','','250','Cash',55.17,'400','','','4','','1','2025-06-20 14:19:19','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','25.00','24','Inclusive','branch','Inventory','','',''),('4175042915225222423032',224,'41750429151','293',1.00,'60','retail','0','2025-06-20 17:19:11','','','','41','Cash',8.28,'60','','','4','','1','2025-06-20 14:19:23','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('4175042917910322021032',225,'41750429178','293',2.00,'120','retail','0','2025-06-20 17:19:39','','','','41','Cash',16.55,'60','','','4','','1','2025-06-20 14:19:46','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',51.72,'2','24.00','22','Inclusive','branch','Inventory','1110','4000','5500'),('6175043908803103333334',226,'61750427041','164',1.00,'50','retail','0','2025-06-20 20:04:25','','','','35','Cash',6.90,'50','','','6','','1','2025-06-20 17:04:56','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','41.00','40','Inclusive','branch','Inventory','','',''),('4175043950720220472300',227,'41750439437','293',1.00,'60','retail','0','2025-06-20 20:11:46','','','','41','Cash',8.28,'60','','','4','','1','2025-06-20 17:11:52','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('11175044137933003723220',228,'111750441344','272',1.00,'100','retail','0','2025-06-20 20:42:24','','','','33.3','Cash',13.79,'100','','','11','','1','2025-06-20 17:43:22','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500'),('4175044440223234302420',229,'41750439437','117',1.00,'350','retail','0','2025-06-20 21:33:09','','','','245','Cash',48.28,'350','','','4','','1','2025-06-20 18:33:42','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','24.00','23','Inclusive','branch','Inventory','','',''),('4175044927340030332304',230,'41750449272','26',2.00,'1400','retail','0','2025-06-20 22:54:32','','','','0','Cash',193.10,'700','','','4','','1','2025-06-20 19:54:37','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'2','9985.00','9983','Inclusive','branch','Inventory','','',''),('11175044623035330323333',231,'111750445556','215',1.00,'600','retail','0','2025-06-20 21:52:36','','','','465','Cash',82.76,'600','','','11','','1','2025-06-20 20:01:48','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','13.00','12','Inclusive','branch','Inventory','','',''),('6175045222462200532117',232,'61750446955','138',1.00,'330','retail','0','2025-06-20 23:43:24','','','','265','Cash',45.52,'330','','','6','','1','2025-06-20 20:43:48','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',284.48,'1','36.00','35','Inclusive','branch','Inventory','','',''),('4175045428633226043605',233,'41750454139','287',1.00,'3000','retail','0','2025-06-21 00:18:06','','','','2020','Cash',413.79,'3000','','','4','','1','2025-06-20 21:18:15','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',2586.21,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('5175045599332000022312',234,'51750455992','86',1.00,'2500','retail','0','2025-06-21 00:46:32','','','','1505','Cash',344.83,'2500','','','5','','1','2025-06-20 21:46:58','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',2155.17,'1','2.00','1','Inclusive','branch','Inventory','','',''),('5175045614622014245040',235,'51750456145','204',1.00,'350','retail','0','2025-06-21 00:49:05','','','','245','Cash',48.28,'350','','','5','','1','2025-06-20 21:49:11','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','12.00','11','Inclusive','branch','Inventory','','',''),('5175045616203223602622',236,'51750456161','208',1.00,'260','retail','0','2025-06-21 00:49:21','','','','195','Cash',35.86,'260','','','5','','1','2025-06-20 21:49:25','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','42.00','41','Inclusive','branch','Inventory','','',''),('8175045868222322214054',237,'81750458465','293',1.00,'60','retail','0','2025-06-21 01:31:19','','','','41','Cash',8.28,'60','','','8','','1','2025-06-20 22:31:28','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('6175045943423034320231',238,'61750459375','99',1.00,'300','retail','0','2025-06-21 01:43:20','','','','180','Cash',41.38,'300','','','6','','1','2025-06-20 22:45:40','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','58.00','57','Inclusive','branch','Inventory','','',''),('5175045969652624522195',239,'51750459679','233',1.00,'2500','retail','0','2025-06-21 01:47:59','','','','1789','Cash',344.83,'2500','','','5','','1','2025-06-20 22:48:43','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',2155.17,'1','2.00','1','Inclusive','branch','Inventory','','',''),('5175045973939332372395',240,'51750459726','87',1.00,'3500','retail','0','2025-06-21 01:48:46','','','','2650','Cash',482.76,'3500','','','5','','1','2025-06-20 22:49:05','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',3017.24,'1','2.00','1','Inclusive','branch','Inventory','','',''),('22175046702333326337350',241,'221750466991','89',1.00,'250','retail','0','2025-06-21 03:49:51','','','','175','Cash',34.48,'250','','','22','','1','2025-06-21 00:50:45','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','248.00','247','Inclusive','branch','Inventory','','',''),('22175046742026320250242',242,'221750467420','214',1.00,'900','retail','0','2025-06-21 03:57:00','','','','680','Cash',124.14,'900','','','22','','1','2025-06-21 00:57:04','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','16.00','15','Inclusive','branch','Inventory','','',''),('22175046823933233292327',243,'221750468238','141',1.00,'500','retail','0','2025-06-21 04:10:38','','','','335','Cash',68.97,'500','','','22','','1','2025-06-21 01:10:45','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','9.00','8','Inclusive','branch','Inventory','','',''),('5175047053752203424020',244,'51750470536','176',1.00,'300','retail','0','2025-06-21 04:48:56','','','','180','Cash',41.38,'300','','','5','','1','2025-06-21 01:49:09','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','57.00','56','Inclusive','branch','Inventory','','',''),('5175047160632162051070',245,'51750471605','208',2.00,'520','retail','0','2025-06-21 05:06:45','','','','195','Cash',71.72,'260','','','5','','1','2025-06-21 02:06:48','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'2','42.00','40','Inclusive','branch','Inventory','','',''),('3175048487505083830500',246,'31750484874','113',1.00,'300','retail','0','2025-06-21 08:47:54','','','','217','Cash',41.38,'300','','','3','','1','2025-06-21 05:48:00','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','15.00','14','Inclusive','branch','Inventory','','',''),('3175050502922390002403',247,'31750505002','120',1.00,'25','retail','0','2025-06-21 14:23:48','','','','17','Cash',3.45,'25','','','3','','1','2025-06-21 11:23:58','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'1','66.00','65','Inclusive','branch','Inventory','','',''),('3175051325400232722220',248,'31750513054','284',1.00,'500','retail','0','2025-06-21 16:40:52','','','','250','Cash',68.97,'500','','','3','','1','2025-06-21 13:41:07','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500'),('3175051647232223022374',249,'31750516470','178',1.00,'100','retail','0','2025-06-21 17:34:30','','','','54.17','Cash',13.79,'100','','','3','','1','2025-06-21 14:36:14','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','116.00','115','Inclusive','branch','Inventory','','',''),('22175052892732325320232',250,'221750528790','120',5.00,'125','retail','0','2025-06-21 20:59:50','','','','17','Cash',17.24,'25','','','22','','1','2025-06-21 18:02:45','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',21.55,'5','58.00','53','Inclusive','branch','Inventory','','',''),('4175053292100232435752',251,'41750529049','265',1.00,'2500','retail','0','2025-06-21 22:08:40','','','','1000','Cash',344.83,'2500','','','4','','1','2025-06-21 19:08:47','4','6','new','1','new','pcs','','','','yes','','0','','','VATABLE',2155.17,'1','10000.00','9999','Inclusive','branch','Inventory','1110','4000','5500'),('4175053293901227231210',252,'41750529049','264',1.00,'4000','retail','0','2025-06-21 22:08:58','','','','2000','Cash',551.72,'4000','','','4','','1','2025-06-21 19:09:09','4','6','new','1','new','pcs','','','','yes','','0','','','VATABLE',3448.28,'1','9999.00','9998','Inclusive','branch','Inventory','1110','4000','5500'),('22175053503102330035000',253,'221750534993','52',1.00,'450','retail','0','2025-06-21 22:43:14','','','','0','Cash',62.07,'450','','','22','','1','2025-06-21 19:43:56','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9985.00','9984','Inclusive','branch','Inventory','','',''),('22175053802032232233000',254,'221750537893','164',2.00,'100','retail','0','2025-06-21 23:33:16','','','','35','Cash',13.79,'50','','','22','','1','2025-06-21 20:33:53','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','34.00','32','Inclusive','branch','Inventory','','',''),('22175053805008253250520',255,'221750537893','272',2.00,'200','retail','0','2025-06-21 23:33:54','','','','33.3','Cash',27.59,'100','','','22','','1','2025-06-21 21:53:17','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','26.00','24','Inclusive','branch','Inventory','1110','4000','5500'),('22175053799632322232202',256,'221750537893','195',3.00,'300','retail','0','2025-06-21 23:32:54','','','','70','Cash',41.38,'100','','','22','','1','2025-06-21 21:53:18','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','67.00','64','Inclusive','branch','Inventory','','',''),('22175053793723102373333',257,'221750537893','94',1.00,'1800','retail','0','2025-06-21 23:31:59','','','','1000','Cash',248.28,'1800','','','22','','1','2025-06-21 21:53:20','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','16.00','15','Inclusive','branch','Inventory','','',''),('22175053791952222333237',258,'221750537893','202',2.00,'1800','retail','0','2025-06-21 23:31:33','','','','570','Cash',248.28,'900','','','22','','1','2025-06-21 21:53:22','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'2','32.00','30','Inclusive','branch','Inventory','','',''),('22175054426737252342000',259,'221750544213','202',1.00,'900','retail','0','2025-06-22 01:16:53','','','','570','Cash',124.14,'900','','','22','','1','2025-06-21 22:18:20','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','31.00','30','Inclusive','branch','Inventory','','',''),('22175054530617322203203',260,'221750545125','226',1.00,'4200','retail','0','2025-06-22 01:32:05','','','','3279','Cash',579.31,'4200','','','22','','1','2025-06-21 22:35:09','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',3620.69,'1','2.00','1','Inclusive','branch','Inventory','','',''),('22175055155300252053323',261,'221750551486','187',3.00,'45','retail','0','2025-06-22 03:18:54','','','','8','Cash',6.21,'15','','','22','','1','2025-06-22 00:19:22','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'3','59.00','56','Inclusive','branch','Inventory','','',''),('6175055320730150700033',262,'61750553010','79',1.00,'400','retail','0','2025-06-22 03:46:28','','','','0','Cash',55.17,'400','','','6','','1','2025-06-22 00:46:56','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9968.00','9967','Inclusive','branch','Inventory','','',''),('6175055357500255320353',263,'61750553429','167',1.00,'300','retail','0','2025-06-22 03:52:54','','','','235','Cash',41.38,'300','','','6','','1','2025-06-22 00:53:00','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','10.00','9','Inclusive','branch','Inventory','','',''),('5175055496735227002244',264,'51750554954','272',1.00,'100','retail','0','2025-06-22 04:16:06','','','','33.3','Cash',13.79,'100','','','5','','1','2025-06-22 01:16:56','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('5175055510232350513202',265,'51750554954','195',1.00,'100','retail','0','2025-06-22 04:18:20','','','','70','Cash',13.79,'100','','','5','','1','2025-06-22 01:18:39','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','57.00','56','Inclusive','branch','Inventory','','',''),('5175055563555525331032',266,'51750555609','293',2.00,'120','retail','0','2025-06-22 04:27:13','','','','41','Cash',16.55,'60','','','5','','1','2025-06-22 01:27:19','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',51.72,'2','24.00','22','Inclusive','branch','Inventory','1110','4000','5500'),('17175045894900405307203',267,'171750458946','292',1.00,'150','retail','0','2025-06-21 01:35:46','','','','99','Cash',20.69,'150','','','17','','1','2025-06-22 01:32:38','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('5175055580253252522102',268,'51750555746','47',1.00,'200','retail','0','2025-06-22 04:30:01','','','','0','Cash',27.59,'200','','','5','','1','2025-06-22 01:46:29','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9895.00','9894','Inclusive','branch','Inventory','','',''),('5175055574883031530015',269,'51750555746','81',1.00,'1600','retail','0','2025-06-22 04:29:06','','','','0','Cash',220.69,'1600','','','5','','1','2025-06-22 01:46:29','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',1379.31,'1','9994.00','9993','Inclusive','branch','Inventory','','',''),('5175055817923231332033',270,'51750558161','134',1.00,'300','retail','0','2025-06-22 05:09:38','','','','180','Cash',41.38,'300','','','5','','1','2025-06-22 02:09:49','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','57.00','56','Inclusive','branch','Inventory','','',''),('5175055890232523300323',271,'51750558829','158',1.00,'800','retail','0','2025-06-22 05:21:41','','','','567','Cash',110.34,'800','','','5','','1','2025-06-22 02:21:53','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','2.00','1','Inclusive','branch','Inventory','','',''),('5175055883105032328830',272,'51750558829','222',1.00,'15000','retail','0','2025-06-22 05:20:30','','','','13144','Cash',2068.97,'15000','','','5','','1','2025-06-22 02:21:53','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',12931.03,'1','1.00','0','Inclusive','branch','Inventory','','',''),('5175055882952020303832',273,'51750558829','148',1.00,'4000','retail','0','2025-06-22 05:20:29','','','','3120','Cash',551.72,'4000','','','5','','1','2025-06-22 02:21:53','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',3448.28,'1','3.00','2','Inclusive','branch','Inventory','','',''),('5175055931745240135203',274,'51750559288','45',1.00,'50','retail','0','2025-06-22 05:28:36','','','','0','Cash',6.90,'50','','','5','','1','2025-06-22 02:28:44','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9641.00','9640','Inclusive','branch','Inventory','','',''),('5175055931141122330725',275,'51750559288','45',1.00,'50','retail','0','2025-06-22 05:28:31','','','','0','Cash',6.90,'50','','','5','','1','2025-06-22 02:28:52','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9642.00','9641','Inclusive','branch','Inventory','','',''),('6175056022032212220222',276,'61750560075','292',1.00,'150','retail','0','2025-06-22 05:43:39','','','','99','Cash',20.69,'150','','','6','','1','2025-06-22 02:43:53','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('8175056250237223362220',277,'81750562494','3',1.00,'120','retail','0','2025-06-22 06:21:41','','','','0','Cash',16.55,'120','','','8','','1','2025-06-22 03:21:51','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',103.45,'1','9946.00','9945','Inclusive','branch','Inventory','','',''),('8175056282422223032835',278,'81750562823','214',1.00,'900','retail','0','2025-06-22 06:27:03','','','','680','Cash',124.14,'900','','','8','','1','2025-06-22 03:27:20','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','16.00','15','Inclusive','branch','Inventory','','',''),('8175056295724222024200',279,'81750562823','156',1.00,'260','retail','0','2025-06-22 06:29:16','','','','200','Cash',35.86,'260','','','8','','1','2025-06-22 03:29:43','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','6.00','5','Inclusive','branch','Inventory','','',''),('8175056423200062422255',280,'81750564204','293',1.00,'60','retail','0','2025-06-22 06:50:31','','','','41','Cash',8.28,'60','','','8','','1','2025-06-22 03:50:38','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('8175056439382200632117',281,'81750564392','234',1.00,'5000','retail','0','2025-06-22 06:53:12','','','','3880','Cash',689.66,'5000','','','8','','1','2025-06-22 03:53:47','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',4310.34,'1','3.00','2','Inclusive','branch','Inventory','','',''),('8175056570632306723002',282,'81750565698','50',1.00,'500','retail','0','2025-06-22 07:15:05','','','','0','Cash',68.97,'500','','','8','','1','2025-06-22 04:15:12','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','10000.00','9999','Inclusive','branch','Inventory','','',''),('8175056641705232220223',283,'81750566374','196',2.00,'40','retail','0','2025-06-22 07:26:56','','','','14','Cash',5.52,'20','','','8','','1','2025-06-22 04:27:01','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','77.00','75','Inclusive','branch','Inventory','','',''),('8175056689933020333300',284,'81750566834','178',1.00,'100','retail','0','2025-06-22 07:34:58','','','','54.17','Cash',13.79,'100','','','8','','1','2025-06-22 04:35:06','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','93.00','92','Inclusive','branch','Inventory','','',''),('3175058558534530527022',285,'31750585557','202',1.00,'900','retail','0','2025-06-22 12:45:57','','','','570','Cash',124.14,'900','','','3','','1','2025-06-22 09:47:05','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','29.00','28','Inclusive','branch','Inventory','','',''),('3175059478733923020222',286,'31750594700','59',1.00,'800','retail','0','2025-06-22 15:19:46','','','','0','Cash',110.34,'800','','','3','','1','2025-06-22 12:19:51','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','10000.00','9999','Inclusive','branch','Inventory','','',''),('3175060090554233302513',287,'31750592652','89',1.00,'250','retail','0','2025-06-22 17:01:43','','','','175','Cash',34.48,'250','','','3','','1','2025-06-22 14:02:10','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','221.00','220','Inclusive','branch','Inventory','','',''),('22175060446307232702000',288,'221750604462','167',1.00,'300','retail','0','2025-06-22 18:01:02','','','','235','Cash',41.38,'300','','','22','','1','2025-06-22 15:01:22','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','10.00','9','Inclusive','branch','Inventory','','',''),('22175060447600326030353',289,'221750604462','272',1.00,'100','retail','0','2025-06-22 18:01:15','','','','33.3','Cash',13.79,'100','','','22','','1','2025-06-22 15:01:30','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500'),('22175060717420023230032',290,'221750607173','16',1.00,'150','retail','0','2025-06-22 18:46:13','','','','0','Cash',20.69,'150','','','22','','1','2025-06-22 15:46:18','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','9997.00','9996','Inclusive','branch','Inventory','','',''),('22175060718772220032237',291,'221750607187','16',1.00,'150','retail','0','2025-06-22 18:46:27','','','','0','Cash',20.69,'150','','','22','','1','2025-06-22 15:46:30','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','9997.00','9996','Inclusive','branch','Inventory','','',''),('22175060720202713003072',292,'221750607201','16',1.00,'150','retail','0','2025-06-22 18:46:41','','','','0','Cash',20.69,'150','','','22','','1','2025-06-22 15:46:56','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','9997.00','9996','Inclusive','branch','Inventory','','',''),('22175060727027727323222',293,'221750607230','52',1.00,'450','retail','0','2025-06-22 18:47:49','','','','0','Cash',62.07,'450','','','22','','1','2025-06-22 15:47:58','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','9980.00','9979','Inclusive','branch','Inventory','','',''),('5175062288522783723802',294,'51750618161','88',1.00,'300','retail','0','2025-06-22 23:08:04','','','','203','Cash',41.38,'300','','','5','','1','2025-06-22 20:08:42','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','26.00','25','Inclusive','branch','Inventory','','',''),('5175062300272132062203',295,'51750618161','178',1.00,'100','retail','0','2025-06-22 23:10:01','','','','54.17','Cash',13.79,'100','','','5','','1','2025-06-22 20:10:05','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','86.00','85','Inclusive','branch','Inventory','','',''),('5175062320132330562020',296,'51750623190','272',1.00,'100','retail','0','2025-06-22 23:13:20','','','','33.3','Cash',13.79,'100','','','5','','1','2025-06-22 20:13:24','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500'),('6175062523121160213220',297,'61750625214','111',1.00,'1300','retail','0','2025-06-22 23:46:54','','','','945','Cash',179.31,'1300','','','6','','1','2025-06-22 20:48:51','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','23.00','22','Inclusive','branch','Inventory','','',''),('6175062526333040222230',298,'61750625214','272',1.00,'100','retail','0','2025-06-22 23:47:25','','','','33.3','Cash',13.79,'100','','','6','','1','2025-06-22 20:48:54','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500'),('6175062528003233002222',299,'61750625214','178',1.00,'100.00','retail','0','2025-06-22 23:47:44','','','','54.17','Cash',13.79,'100','','','6','','1','2025-06-22 20:49:43','1','15','new','1','new','pcs','','','','','','0','','','VATABLE',86.21,'','85.00','84','Inclusive','branch','Inventory','','',''),('6175062529133260363201',300,'61750625214','202',1.00,'900.00','retail','0','2025-06-22 23:48:00','','','','570','Cash',124.14,'900','','','6','','1','2025-06-22 20:49:59','1','10','new','1','new','pcs','','','','','','0','','','VATABLE',775.86,'','29.00','28','Inclusive','branch','Inventory','','',''),('6175062530732225206053',301,'61750625214','195',1.00,'100.00','retail','0','2025-06-22 23:48:11','','','','70','Cash',13.79,'100','','','6','','1','2025-06-22 20:50:02','1','15','new','1','new','pcs','','','','','','0','','','VATABLE',86.21,'','42.00','41','Inclusive','branch','Inventory','','',''),('6175062524500333033253',302,'61750625214','178',1.00,'100.00','retail','0','2025-06-22 23:47:11','','','','54.17','Cash',13.79,'100','','','6','','1','2025-06-22 20:50:06','1','15','new','1','new','pcs','','','','','','0','','','VATABLE',86.21,'','86.00','84','Inclusive','branch','Inventory','','',''),('6175064153900052134063',303,'61750639299','218',1.00,'260','retail','0','2025-06-23 04:18:58','','','','200','Cash',35.86,'260','','','6','','1','2025-06-23 01:19:09','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'1','110.00','109','Inclusive','branch','Inventory','','',''),('14175067116632336360733',304,'141750671159','10',3.00,'300','retail','0','2025-06-23 12:32:39','','','','0','Cash',41.38,'100','','','14','','1','2025-06-23 09:33:05','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','9959.00','9956','Inclusive','branch','Inventory','','',''),('4175069860002330220003',305,'41750698538','244',1.00,'200','retail','0','2025-06-23 20:10:00','','','','150','Cash',27.59,'200','','','4','','1','2025-06-23 17:10:05','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9970.00','9969','Inclusive','branch','Inventory','','',''),('4175070509822072323320',306,'41750705017','250',1.00,'1000','retail','0','2025-06-23 21:58:17','','','','500','Cash',137.93,'1000','','','4','','1','2025-06-23 18:58:25','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9955.00','9954','Inclusive','branch','Inventory','1110','4000','5500'),('1175070913707923940277',307,'11750709120','247',1.00,'1500','retail','0','2025-06-23 23:05:36','','','','500','Cash',206.90,'1500','','','1','','1','2025-06-23 20:05:40','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9980.00','9979','Inclusive','branch','Inventory','1110','4000','5500'),('1175070913230330320012',308,'11750709120','284',1.00,'500','retail','0','2025-06-23 23:05:32','','','','250','Cash',68.97,'500','','','1','','1','2025-06-23 20:05:40','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500'),('1175070913030503022074',309,'11750709120','283',1.00,'2000','retail','0','2025-06-23 23:05:29','','','','1000','Cash',275.86,'2000','','','1','','1','2025-06-23 20:05:40','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1724.14,'1','498.00','497','Inclusive','branch','Inventory','1110','4000','5500'),('1175070912773021204220',310,'11750709120','250',1.00,'1000','retail','0','2025-06-23 23:05:27','','','','500','Cash',137.93,'1000','','','1','','1','2025-06-23 20:05:40','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9955.00','9954','Inclusive','branch','Inventory','1110','4000','5500'),('1175070912034327339005',311,'11750709120','244',1.00,'200','retail','0','2025-06-23 23:05:20','','','','150','Cash',27.59,'200','','','1','','1','2025-06-23 20:05:40','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9969.00','9968','Inclusive','branch','Inventory','','',''),('4175071219772133729333',312,'41750712196','1',1.00,'100','retail','0','2025-06-23 23:56:36','','','','0','Cash',13.79,'100','','','4','','1','2025-06-23 20:56:44','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9966.00','9965','Inclusive','branch','Inventory','','',''),('4175071439034339041372',313,'41750714390','250',1.00,'1000','retail','0','2025-06-24 00:33:10','','','','500','Cash',137.93,'1000','','','4','','1','2025-06-23 21:33:14','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9955.00','9954','Inclusive','branch','Inventory','1110','4000','5500'),('6175064159323300201227',314,'61750639299','207',1.00,'350','retail','0','2025-06-23 04:19:51','','','','247','Cash',48.28,'350','','','17','','1','2025-06-24 19:31:50','1','13','returned','1','new','pcs','','','16','yes','','0','','','VATABLE',301.72,'1','26.00','25','Inclusive','branch','Inventory','','',''),('6175079435031420234533',315,'61750794297','284',1.00,'500','retail','0','2025-06-24 22:45:50','','','','250','Cash',68.97,'500','','','6','','1','2025-06-24 19:45:57','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500'),('14175080234205533203002',316,'141750802308','176',1.00,'300','retail','0','2025-06-25 00:58:28','','','','180','Cash',41.38,'300','','','14','','1','2025-06-24 21:59:18','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','34.00','33','Inclusive','branch','Inventory','','',''),('6175080959223026204220',317,'61750809443','250',4.00,'4000','retail','0','2025-06-25 02:58:35','','','','500','Cash',551.72,'1000','','','6','','1','2025-06-24 23:59:56','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'4','9954.00','9950','Inclusive','branch','Inventory','1110','4000','5500'),('6175080981203628029408',318,'61750809443','250',1.00,'1000','retail','0','2025-06-25 03:03:32','','','','500','Cash',137.93,'1000','','','6','','1','2025-06-25 00:03:37','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9954.00','9953','Inclusive','branch','Inventory','1110','4000','5500'),('6175080982433353022220',319,'61750809443','247',1.00,'1500','retail','0','2025-06-25 03:03:43','','','','500','Cash',206.90,'1500','','','6','','1','2025-06-25 00:03:51','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9978.00','9977','Inclusive','branch','Inventory','1110','4000','5500'),('6175081250610801263402',320,'61750812506','292',1.00,'150','retail','0','2025-06-25 03:48:26','','','','99','Cash',20.69,'150','','','6','','1','2025-06-25 00:48:41','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('17175081256500020230028',321,'61750639299','292',1.00,'150','retail','0','2025-06-25 03:49:18','','','','99','Cash',20.69,'150','','','17','','1','2025-06-25 00:49:35','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('11175086629960610223003',322,'111750866282','90',1.00,'100','retail','0','2025-06-25 18:44:42','','','','74','Cash',13.79,'100','','','11','','1','2025-06-25 15:45:31','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','24.00','23','Inclusive','branch','Inventory','','',''),('3175086777202080228224',323,'31750867771','93',1.00,'500','retail','0','2025-06-25 19:09:31','','','','330','Cash',68.97,'500','','','3','','1','2025-06-25 16:09:37','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','11.00','10','Inclusive','branch','Inventory','','',''),('3175086812620208723828',324,'31750868125','208',4.00,'1040','retail','0','2025-06-25 19:15:25','','','','195','Cash',143.45,'260','','','3','','1','2025-06-25 16:15:31','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',224.14,'4','22.00','18','Inclusive','branch','Inventory','','',''),('5175087309307333330383',325,'51750873092','45',2.00,'100','retail','0','2025-06-25 20:38:13','','','','0','Cash',13.79,'50','','','5','','1','2025-06-25 17:38:41','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9582.00','9580','Inclusive','branch','Inventory','','',''),('5175088256503172180700',326,'51750882524','293',1.00,'60','retail','0','2025-06-25 23:16:05','','','','41','Cash',8.28,'60','','','5','','1','2025-06-25 20:16:11','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('5175088828058353320813',327,'51750888215','224',1.00,'3800','retail','0','2025-06-26 00:51:19','','','','2809','Cash',524.14,'3800','','','5','','1','2025-06-25 21:51:41','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',3275.86,'1','1.00','0','Inclusive','branch','Inventory','','',''),('3175093498332392023942',328,'31750934982','292',1.00,'150','retail','0','2025-06-26 13:49:42','','','','99','Cash',20.69,'150','','','3','','1','2025-06-26 10:49:56','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('3175093501134305233303',329,'31750935010','194',1.00,'100','retail','0','2025-06-26 13:50:10','','','','70','Cash',13.79,'100','','','3','','1','2025-06-26 10:50:26','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','113.00','112','Inclusive','branch','Inventory','','',''),('3175093503933225023020',330,'31750935038','293',1.00,'60','retail','0','2025-06-26 13:50:38','','','','41','Cash',8.28,'60','','','3','','1','2025-06-26 10:50:54','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('3175093506722033626253',331,'31750935066','237',1.00,'100','retail','0','2025-06-26 13:51:06','','','','33','Cash',13.79,'100','','','3','','1','2025-06-26 10:51:12','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','24.00','23','Inclusive','branch','Inventory','','',''),('3175093509532220233233',332,'31750935086','238',1.00,'100','retail','0','2025-06-26 13:51:34','','','','33','Cash',13.79,'100','','','3','','1','2025-06-26 10:51:39','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','157.00','156','Inclusive','branch','Inventory','','',''),('3175093508820302228435',333,'31750935086','291',1.00,'100','retail','0','2025-06-26 13:51:27','','','','69','Cash',13.79,'100','','','3','','1','2025-06-26 10:51:44','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('3175093521132030321523',334,'31750935208','290',1.00,'200','retail','0','2025-06-26 13:53:28','','','','200','Cash',27.59,'200','','','3','','1','2025-06-26 10:53:41','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('5175096222224532220250',335,'51750962221','28',1.00,'700','retail','0','2025-06-26 21:23:41','','','','0','Cash',96.55,'700','','','5','','1','2025-06-26 18:23:47','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',603.45,'1','9992.00','9991','Inclusive','branch','Inventory','','',''),('5175096848964300804830',336,'51750968488','281',1.00,'50','retail','0','2025-06-26 23:08:08','','','','25','Cash',6.90,'50','','','5','','1','2025-06-26 20:08:41','1','19','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500'),('5175097050629702330336',337,'51750970505','263',1.00,'250','retail','0','2025-06-26 23:41:45','','','','100','Cash',34.48,'250','','','5','','1','2025-06-26 20:42:03','4','6','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','10000.00','9999','Inclusive','branch','Inventory','1110','4000','5500'),('5175097053672006503023',338,'51750970535','8',1.00,'100','retail','0','2025-06-26 23:42:16','','','','0','Cash',13.79,'100','','','5','','1','2025-06-26 20:42:46','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','10000.00','9999','Inclusive','branch','Inventory','','',''),('5175097056133622041617',339,'51750970535','35',1.00,'100','retail','0','2025-06-26 23:42:40','','','','0','Cash',13.79,'100','','','5','','1','2025-06-26 20:43:29','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9990.00','9989','Inclusive','branch','Inventory','','',''),('5175097333115329331070',340,'51750973330','282',1.00,'40','retail','0','2025-06-27 00:28:50','','','','20','Cash',5.52,'40','','','5','','1','2025-06-26 21:28:55','1','19','new','1','new','pcs','','','','yes','','0','','','VATABLE',34.48,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500'),('4175104286930330333330',341,'41751042851','162',2.00,'30','retail','0','2025-06-27 19:47:48','','','','10','Cash',4.14,'15','','','4','','1','2025-06-27 16:50:30','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'2','18.00','16','Inclusive','branch','Inventory','','',''),('4175104313232050202303',342,'41751043131','250',1.00,'1000','retail','0','2025-06-27 19:52:11','','','','500','Cash',137.93,'1000','','','4','','1','2025-06-27 16:52:19','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9953.00','9952','Inclusive','branch','Inventory','1110','4000','5500'),('4175104673733200022472',343,'41751046710','222',1.00,'15000','retail','0','2025-06-27 20:51:50','','','','13144','Cash',2068.97,'15000','','','4','','1','2025-06-27 17:52:26','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',12931.03,'1','1.00','0','Inclusive','branch','Inventory','','',''),('8175104945312533313328',344,'81751049365','293',1.00,'60','retail','0','2025-06-27 21:37:32','','','','41','Cash',8.28,'60','','','8','','1','2025-06-27 18:37:36','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('5175104977520053973232',345,'51751049774','181',1.00,'600','retail','0','2025-06-27 21:42:54','','','','440','Cash',82.76,'600','','','5','','1','2025-06-27 18:43:40','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','5.00','4','Inclusive','branch','Inventory','','',''),('5175105225924022352002',346,'51751052258','142',1.00,'1400','retail','0','2025-06-27 22:24:18','','','','975','Cash',193.10,'1400','','','5','','1','2025-06-27 19:24:22','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','7.00','6','Inclusive','branch','Inventory','','',''),('5175105240052242772330',347,'51751052352','293',1.00,'60','retail','0','2025-06-27 22:26:40','','','','41','Cash',8.28,'60','','','5','','1','2025-06-27 19:26:45','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('4175105466923017620147',348,'41751054668','147',1.00,'2200','retail','0','2025-06-27 23:04:28','','','','1650','Cash',303.45,'2200','','','4','','1','2025-06-27 20:04:35','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1896.55,'1','2.00','1','Inclusive','branch','Inventory','','',''),('17175105503850213210022',349,'61750639299','284',1.00,'500','retail','0','2025-06-27 23:10:35','','','','250','Cash',68.97,'500','','','17','','1','2025-06-27 20:10:45','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',431.03,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500'),('17175105511900012727071',350,'61750639299','283',1.00,'2000','retail','0','2025-06-27 23:11:56','','','','1000','Cash',275.86,'2000','','','17','','1','2025-06-27 20:12:08','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1724.14,'1','498.00','497','Inclusive','branch','Inventory','1110','4000','5500'),('17175105513702003220333',351,'61750639299','247',1.00,'1500','retail','0','2025-06-27 23:12:14','','','','500','Cash',206.90,'1500','','','17','','1','2025-06-27 20:12:24','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','9966.00','9965','Inclusive','branch','Inventory','1110','4000','5500'),('17175105515351232202302',352,'61750639299','250',1.00,'1000','retail','0','2025-06-27 23:12:30','','','','500','Cash',137.93,'1000','','','17','','1','2025-06-27 20:12:38','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9953.00','9952','Inclusive','branch','Inventory','1110','4000','5500'),('6175105621923053202002',353,'61751056210','164',1.00,'50','retail','0','2025-06-27 23:30:10','','','','35','Cash',6.90,'50','','','6','','1','2025-06-27 20:31:17','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','123.00','122','Inclusive','branch','Inventory','','',''),('8175106087330333328717',354,'81751060873','195',1.00,'100','retail','0','2025-06-28 00:47:53','','','','70','Cash',13.79,'100','','','8','','1','2025-06-27 21:47:57','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','163.00','162','Inclusive','branch','Inventory','','',''),('4175106118323023213132',355,'41751061173','297',2.00,'400','retail','0','2025-06-28 00:53:02','','','','200','Cash',55.17,'200','','','4','','1','2025-06-27 21:53:17','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','10.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('4175106120705310102330',356,'41751061173','297',2.00,'400','retail','0','2025-06-28 00:53:27','','','','200','Cash',55.17,'200','','','4','','1','2025-06-27 21:53:45','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','10.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('6175106635122333062012',357,'61751066338','286',1.00,'1400','retail','0','2025-06-28 02:18:58','','','','1000','Cash',193.10,'1400','','','6','','1','2025-06-27 23:19:30','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',1206.90,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500'),('6175106794000570745202',358,'61751067883','281',4.00,'200.00','retail','0','2025-06-28 02:45:10','','','','25','Cash',27.59,'50','','','6','','1','2025-06-27 23:46:16','1','19','new','1','new','pcs','','','','','','0','','','VATABLE',172.41,'','500.00','496','Inclusive','branch','Inventory','1110','4000','5500'),('6175106797117032209723',359,'61751067883','282',4.00,'160','retail','0','2025-06-28 02:45:58','','','','20','Cash',22.07,'40','','','6','','1','2025-06-27 23:46:30','1','19','new','1','new','pcs','','','','yes','','0','','','VATABLE',34.48,'4','492.00','488','Inclusive','branch','Inventory','1110','4000','5500'),('6175107772223327122200',360,'61751077710','244',2.00,'400','retail','0','2025-06-28 05:28:41','','','','150','Cash',55.17,'200','','','6','','1','2025-06-28 02:28:49','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'2','9960.00','9958','Inclusive','branch','Inventory','','',''),('6175107771102702305023',361,'61751077710','244',1.00,'200','retail','0','2025-06-28 05:28:30','','','','150','Cash',27.59,'200','','','6','','1','2025-06-28 02:29:04','2','14','new','1','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','9961.00','9960','Inclusive','branch','Inventory','','',''),('5175113020533015135223',362,'51751130204','122',1.00,'1300','retail','0','2025-06-28 20:03:24','','','','955','Cash',179.31,'1300','','','5','','1','2025-06-28 17:03:32','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',1120.69,'1','5.00','4','Inclusive','branch','Inventory','','',''),('8175113833428103102310',363,'81751138333','22',1.00,'300','retail','0','2025-06-28 22:18:53','','','','0','Cash',41.38,'300','','','8','','1','2025-06-28 19:18:59','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9918.00','9917','Inclusive','branch','Inventory','','',''),('5175115178304735022322',364,'51751151783','250',1.00,'1000','retail','0','2025-06-29 02:03:03','','','','500','Cash',137.93,'1000','','','5','','1','2025-06-28 23:03:16','3','18','new','1','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','9951.00','9950','Inclusive','branch','Inventory','1110','4000','5500'),('6175115599022999259103',365,'61751155958','58',1.00,'400','retail','0','2025-06-29 03:12:38','','','','0','Cash',55.17,'400','','','6','','1','2025-06-29 00:13:24','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','10000.00','9999','Inclusive','branch','Inventory','','',''),('6175115855215520037222',366,'61751158517','202',1.00,'900.00','retail','0','2025-06-29 03:55:44','','','','570','Cash',124.14,'900','','','6','','1','2025-06-29 00:56:45','1','10','new','1','new','pcs','','','','','','0','','','VATABLE',775.86,'','4.00','3','Inclusive','branch','Inventory','','',''),('6175115854442322522422',367,'61751158517','119',1.00,'400','retail','0','2025-06-29 03:55:34','','','','250','Cash',55.17,'400','','','6','','1','2025-06-29 00:56:47','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','16.00','15','Inclusive','branch','Inventory','','',''),('22175116107127320020013',368,'221751161054','77',1.00,'600','retail','0','2025-06-29 04:37:50','','','','0','Cash',82.76,'600','','','22','','1','2025-06-29 01:37:53','5','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',517.24,'1','9999.00','9998','Inclusive','branch','Inventory','','',''),('5175122133823330222203',369,'51751221338','101',1.00,'1600','retail','0','2025-06-29 21:22:18','','','','1102','Cash',220.69,'1600','','','5','','1','2025-06-29 18:24:17','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1379.31,'1','1.00','0','Inclusive','branch','Inventory','','',''),('22175122278802207723201',370,'221751222717','53',1.00,'900','retail','0','2025-06-29 21:46:27','','','','0','Cash',124.14,'900','','','22','','1','2025-06-29 18:46:47','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9970.00','9969','Inclusive','branch','Inventory','','',''),('22175122271770220012322',371,'221751222717','53',1.00,'900','retail','0','2025-06-29 21:45:17','','','','0','Cash',124.14,'900','','','22','','1','2025-06-29 18:46:47','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','9971.00','9970','Inclusive','branch','Inventory','','',''),('5175122448500021323270',372,'51751224484','94',1.00,'1800','retail','0','2025-06-29 22:14:44','','','','1000','Cash',248.28,'1800','','','5','','1','2025-06-29 19:15:06','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'1','4.00','3','Inclusive','branch','Inventory','','',''),('22175122548812070223200',373,'221751225460','55',1.00,'350','retail','0','2025-06-29 22:31:27','','','','0','Cash',48.28,'350','','','22','','1','2025-06-29 19:31:45','4','7','new','1','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','10000.00','9999','Inclusive','branch','Inventory','','',''),('22175123379513253330022',374,'221751233794','187',1.00,'15','retail','0','2025-06-30 00:49:54','','','','8','Cash',2.07,'15','','','22','','1','2025-06-29 21:50:01','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',12.93,'1','81.00','80','Inclusive','branch','Inventory','','',''),('5175123867703325122228',375,'51751238630','88',2.00,'600','retail','0','2025-06-30 02:11:17','','','','203','Cash',82.76,'300','','','5','','1','2025-06-29 23:11:25','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','23.00','21','Inclusive','branch','Inventory','','',''),('3175126902122207636023',376,'31751269009','291',1.00,'100','retail','0','2025-06-30 10:37:00','','','','69','Cash',13.79,'100','','','3','','1','2025-06-30 07:37:12','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('3175126901023330273019',377,'31751269009','292',1.00,'150','retail','0','2025-06-30 10:36:49','','','','99','Cash',20.69,'150','','','3','','1','2025-06-30 07:37:19','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('16175128150803510233372',378,'41750700779','90',1.00,'100','retail','0','2025-06-30 14:04:56','','','','74','Cash',13.79,'100','','','16','','1','2025-06-30 11:05:56','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','5.00','4','Inclusive','branch','Inventory','','',''),('4175128917902912710229',379,'41751289158','294',1.00,'1700','retail','0','2025-06-30 16:12:38','','','','1186','Cash',234.48,'1700','','','4','','1','2025-06-30 13:13:15','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',1465.52,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('4175128980822200820008',380,'41751289779','280',1.00,'900','retail','0','2025-06-30 16:22:59','','','','679','Cash',124.14,'900','','','4','','1','2025-06-30 13:23:38','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',775.86,'1','1.00','0','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 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 */; /*!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=5072 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 ('6174958184023034401891',2046,'61749578162','80',1.00,'800','retail','0','2025-06-10 21:57:07','','','','0','Cash',110.34,'800','','','6','','1','2025-06-10 20:26:21','5','8','returned','1','new','pcs','','','16','yes','','0','','','VATABLE','689.66','1','9995.00','9994','Inclusive','branch','Inventory','','',''),('3175128609200222322233',5052,'31751284995','163',2.00,'20','retail','0','2025-06-30 15:21:31','','','','5','Cash',2.76,'10','','','3','','1','2025-06-30 12:21:36','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','64.00','62','Inclusive','branch','Inventory','','',''),('3175128620303382586333',5053,'31751281170','195',1.00,'100','retail','0','2025-06-30 15:23:22','','','','70','Cash',13.79,'100','','','3','','1','2025-06-30 12:24:09','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','138.00','137','Inclusive','branch','Inventory','','',''),('3175128623733223207221',5054,'31751281170','180',1.00,'300','retail','0','2025-06-30 15:23:56','','','','185','Cash',41.38,'300','','','3','','1','2025-06-30 12:24:09','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','9.00','8','Inclusive','branch','Inventory','','',''),('4175128758634673206422',5055,'41751287565','96',1.00,'850','retail','0','2025-06-30 15:46:05','','','','605','Cash',117.24,'850','','','4','','1','2025-06-30 12:46:53','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','732.76','1','2.00','1','Inclusive','branch','Inventory','','',''),('4175128759923322204005',5056,'41751287565','272',1.00,'100','retail','0','2025-06-30 15:46:38','','','','33.3','Cash',13.79,'100','','','4','','1','2025-06-30 12:46:53','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500'),('4175128760823353333782',5057,'41751287565','196',1.00,'20','retail','0','2025-06-30 15:46:47','','','','14','Cash',2.76,'20','','','4','','1','2025-06-30 12:46:53','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','75.00','74','Inclusive','branch','Inventory','','',''),('4175129109403422202242',5058,'41751291092','192',2.00,'600','retail','0','2025-06-30 16:44:52','','','','180','Cash',82.76,'300','','','4','','1','2025-06-30 13:46:29','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','2','5.00','3','Inclusive','branch','Inventory','','',''),('4175129110412222331323',5059,'41751291092','178',1.00,'100','retail','0','2025-06-30 16:45:03','','','','54.17','Cash',13.79,'100','','','4','','1','2025-06-30 13:46:29','1','15','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','26.00','25','Inclusive','branch','Inventory','','',''),('4175129113532112252023',5060,'41751291092','280',1.00,'900','retail','0','2025-06-30 16:45:06','','','','679','Cash',124.14,'900','','','4','','1','2025-06-30 13:46:29','1','11','new','1','new','pcs','','','','yes','','0','','','VATABLE','775.86','1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('4175129114543531252022',5061,'41751291092','272',1.00,'100','retail','0','2025-06-30 16:45:44','','','','33.3','Cash',13.79,'100','','','4','','1','2025-06-30 13:46:29','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500'),('4175129116742254471232',5062,'41751291092','23',1.00,'600','retail','0','2025-06-30 16:46:05','','','','0','Cash',82.76,'600','','','4','','1','2025-06-30 13:46:29','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','1','9975.00','9974','Inclusive','branch','Inventory','','',''),('4175129118385302253703',5063,'41751291092','45',1.00,'50','retail','0','2025-06-30 16:46:21','','','','0','Cash',6.90,'50','','','4','','1','2025-06-30 13:46:29','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','9482.00','9481','Inclusive','branch','Inventory','','',''),('4175129204143335227230',5064,'41751291092','22',1.00,'300','retail','0','2025-06-30 17:00:40','','','','0','Cash',41.38,'300','','','4','','1','2025-06-30 14:00:45','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','9908.00','9907','Inclusive','branch','Inventory','','',''),('4175129273342254432232',5065,'41751292715','201',1.00,'300','retail','0','2025-06-30 17:11:55','','','','200','Cash',41.38,'300','','','4','','1','2025-06-30 14:12:36','1','10','new','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','8.00','7','Inclusive','branch','Inventory','','',''),('4175129274532372232724',5066,'41751292715','272',1.00,'100','retail','0','2025-06-30 17:12:23','','','','33.3','Cash',13.79,'100','','','4','','1','2025-06-30 14:12:36','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500'),('4175129639832047110232',5067,'41751287565','272',1.00,'100','retail','0','2025-06-30 18:13:16','','','','33.3','Cash',13.79,'100','','','4','','1','2025-06-30 15:13:24','1','16','new','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500'),('4175129668733737202306',5068,'41751291092','45',1.00,'50','retail','0','2025-06-30 18:18:05','','','','0','Cash',6.90,'50','','','4','','1','2025-06-30 15:18:19','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','9481.00','9480','Inclusive','branch','Inventory','','',''),('4175129888684723022322',5069,'41751298886','23',1.00,'600','retail','0','2025-06-30 18:54:46','','','','0','Cash',82.76,'600','','','4','','1','2025-06-30 15:55:26','4','2','new','1','new','pcs','','','','yes','','0','','','VATABLE','517.24','1','9974.00','9973','Inclusive','branch','Inventory','','',''),('4175129889575322430022',5070,'41751298886','45',1.00,'50','retail','0','2025-06-30 18:54:53','','','','0','Cash',6.90,'50','','','4','','1','2025-06-30 15:55:26','4','4','new','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','9480.00','9479','Inclusive','branch','Inventory','','',''),('4175129891325012212221',5071,'41751298886','12',1.00,'150','retail','0','2025-06-30 18:55:11','','','','0','Cash',20.69,'150','','','4','','1','2025-06-30 15:55:26','4','1','new','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','1','9992.00','9991','Inclusive','branch','Inventory','','',''); /*!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 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, `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=7488 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 ('7174983301243331204200',3659,'71749833009','196',2.00,'40','retail','0','2025-06-13 19:43:29','','','','14','Cash','20','','','7','16.00','1','2025-06-13 16:43:32','1','17','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,5.52,'2','52.00','50','Inclusive','branch','Inventory','','','',''),('4175128758634673206422',7484,'41751287565','96',1.00,'850','retail','0','2025-06-30 15:46:05','','','','605','Cash','850','','','4','16','1','2025-06-30 16:25:51','1','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',732.76,117.24,'1','2.00','1','Inclusive','branch','Inventory','','','',NULL),('4175128759923322204005',7485,'41751287565','272',1.00,'100','retail','0','2025-06-30 15:46:38','','','','33.3','Cash','100','','','4','16','1','2025-06-30 16:25:51','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,13.79,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500',NULL),('4175128760823353333782',7486,'41751287565','196',1.00,'20','retail','0','2025-06-30 15:46:47','','','','14','Cash','20','','','4','16','1','2025-06-30 16:25:51','1','17','new','1','printed','pcs','','','','yes','','0','','','VATABLE',17.24,2.76,'1','75.00','74','Inclusive','branch','Inventory','','','',NULL),('4175129639832047110232',7487,'41751287565','272',1.00,'100','retail','0','2025-06-30 18:13:16','','','','33.3','Cash','100','','','4','16','1','2025-06-30 16:25:51','1','16','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,13.79,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500',NULL); /*!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\">MEMPHIS RESORT KIBWEZI</h2>\r\n<h4><strong>COMPANY PIN P051853460L</strong></h4>\r\n<strong>TEL: 0704055164 / 0738201189</strong>\r\n<strong>KIBWEZI TOWN</strong> \r\n<h3><strong>POCHI LA BIASHARA :0704055164</strong></h3>\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',' Goods once sold will not be returned ,Prices inclusive of vat where applicable, <br>We appreciate your valuable business','2024-07-241721832816.png','1','1 ','','1','2025-05-25 15:43:42','yes','no','no','no','SDzIKYaYtATpfo/EVFraDIMElgxm/eUKz0a0klDAj0P+A/5YZ5yTrQWev2ai8fPM1orwdAvt52eA7684zE6GEQ==','PAYBILL: 111999 AC NO:912184','<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','no','You have not paid your pending balance or you have not paid your annual maintenance fees. Kindly send the payment through our Playbill no:522522 and Acc No:1171211120 for you to continue enjoying our services.','oIkdj1ZdyeTgwo7emgdSJxTfVsS0ofRZipQpfZs06qq2pdOnGIcpm7EcaXfQot/vfqXrOJxzewkmK+OvKYxuOaF0gw01FXSwXM0nJzSyvZ49CV3EplYaae1FkMEQFAds','100','Current','Next','07:00','07:00','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','Left','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=55 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','8','2025-05-25 19:02:25','','81748188909',1,1,0,'',48,1.00,350.00,'81748187340'),(2,'split','8','2025-05-25 19:02:25','','81748188909',1,1,0,'',49,1.00,232.00,'81748187340'),(3,'merge','6','2025-05-25 19:06:26','','81748189152',1,1,0,'',22,NULL,NULL,NULL),(4,'merge','6','2025-05-25 19:06:26','','81748189152',1,1,0,'',20,NULL,NULL,NULL),(5,'merge','11','2025-05-27 21:10:24','','11748369397',1,1,0,'',10,NULL,NULL,NULL),(6,'merge','1','2025-05-27 21:10:24','','11748369397',1,1,0,'',9,NULL,NULL,NULL),(7,'merge','1','2025-05-27 21:10:24','','11748369397',1,1,0,'',8,NULL,NULL,NULL),(8,'merge','1','2025-05-27 21:10:24','','11748369397',1,1,0,'',7,NULL,NULL,NULL),(9,'merge','1','2025-05-27 21:10:24','','11748369397',1,1,0,'',6,NULL,NULL,NULL),(10,'merge','1','2025-05-27 21:10:24','','11748369397',1,1,0,'',5,NULL,NULL,NULL),(11,'merge','1','2025-05-27 21:10:24','','11748369397',1,1,0,'',4,NULL,NULL,NULL),(12,'merge','1','2025-05-27 21:10:24','','11748369397',1,1,0,'',3,NULL,NULL,NULL),(13,'merge','1','2025-05-27 21:10:24','','11748369397',1,1,0,'',2,NULL,NULL,NULL),(14,'merge','1','2025-05-27 21:10:24','','11748369397',1,1,0,'',1,NULL,NULL,NULL),(15,'split','17','2025-06-08 06:07:38','','171749352022',1,1,0,'',1105,1.00,120.00,'141749315977'),(16,'split','17','2025-06-08 06:07:38','','171749352022',1,1,0,'',1106,1.00,20.00,'141749315977'),(17,'split','17','2025-06-08 06:07:38','','171749352022',1,1,0,'',1109,1.00,100.00,'141749315977'),(18,'split','17','2025-06-08 06:07:38','','171749352022',1,1,0,'',1111,1.00,400.00,'141749315977'),(19,'split','17','2025-06-08 06:07:38','','171749352022',1,1,0,'',1112,1.00,800.00,'141749315977'),(20,'split','4','2025-06-15 02:34:15','','41749944039',1,1,0,'',2621,1.00,900.00,'41749934215'),(21,'split','4','2025-06-15 02:34:15','','41749944039',1,1,0,'',2622,2.00,100.00,'41749934215'),(22,'split','4','2025-06-15 02:34:15','','41749944039',1,1,0,'',2623,1.00,300.00,'41749934215'),(23,'split','4','2025-06-15 02:34:15','','41749944039',1,1,0,'',2624,1.00,200.00,'41749934215'),(24,'split','4','2025-06-15 02:34:15','','41749944039',1,1,0,'',2625,1.00,120.00,'41749934215'),(25,'split','22','2025-06-22 17:19:36','','221750601962',1,1,0,'',4290,2.00,200.00,'221750601251'),(26,'split','22','2025-06-22 17:19:36','','221750601962',1,1,0,'',4291,2.00,120.00,'221750601251'),(27,'split','17','2025-06-27 21:35:42','','171751049311',1,1,0,'',4705,2.00,260.00,'61750809443'),(28,'split','17','2025-06-27 21:35:42','','171751049311',1,1,0,'',4706,1.00,120.00,'61750809443'),(29,'split','17','2025-06-27 21:35:42','','171751049311',1,1,0,'',4707,1.00,150.00,'61750809443'),(30,'split','17','2025-06-27 21:35:42','','171751049311',1,1,0,'',4708,1.00,1800.00,'61750809443'),(31,'split','17','2025-06-27 21:35:42','','171751049311',1,1,0,'',4709,5.00,50.00,'61750809443'),(32,'split','17','2025-06-27 21:35:42','','171751049311',1,1,0,'',4710,1.00,100.00,'61750809443'),(33,'split','17','2025-06-27 21:35:42','','171751049311',1,1,0,'',4711,4.00,1500.00,'61750809443'),(34,'split','17','2025-06-27 21:36:38','','171751049378',1,1,0,'',4705,2.00,260.00,'61750809443'),(35,'split','17','2025-06-27 21:36:38','','171751049378',1,1,0,'',4706,1.00,120.00,'61750809443'),(36,'split','17','2025-06-27 21:36:38','','171751049378',1,1,0,'',4707,1.00,150.00,'61750809443'),(37,'split','17','2025-06-27 21:36:38','','171751049378',1,1,0,'',4708,1.00,1800.00,'61750809443'),(38,'split','17','2025-06-27 21:36:38','','171751049378',1,1,0,'',4709,5.00,50.00,'61750809443'),(39,'split','17','2025-06-27 21:36:38','','171751049378',1,1,0,'',4710,1.00,100.00,'61750809443'),(40,'split','17','2025-06-27 21:36:38','','171751049378',1,1,0,'',4711,4.00,1500.00,'61750809443'),(41,'split','17','2025-06-27 21:37:15','','171751049422',1,1,0,'',4705,2.00,260.00,'61750809443'),(42,'split','17','2025-06-27 21:37:15','','171751049422',1,1,0,'',4706,1.00,120.00,'61750809443'),(43,'split','17','2025-06-27 21:37:15','','171751049422',1,1,0,'',4707,1.00,150.00,'61750809443'),(44,'split','17','2025-06-27 21:37:15','','171751049422',1,1,0,'',4708,1.00,1800.00,'61750809443'),(45,'split','17','2025-06-27 21:37:15','','171751049422',1,1,0,'',4709,5.00,50.00,'61750809443'),(46,'split','17','2025-06-27 21:37:15','','171751049422',1,1,0,'',4710,1.00,100.00,'61750809443'),(47,'split','17','2025-06-27 21:37:15','','171751049422',1,1,0,'',4711,4.00,1500.00,'61750809443'),(48,'split','17','2025-06-27 21:37:51','','171751049454',1,1,0,'',4705,2.00,260.00,'61750809443'),(49,'split','17','2025-06-27 21:37:51','','171751049454',1,1,0,'',4706,1.00,120.00,'61750809443'),(50,'split','17','2025-06-27 21:37:51','','171751049454',1,1,0,'',4707,1.00,150.00,'61750809443'),(51,'split','17','2025-06-27 21:37:51','','171751049454',1,1,0,'',4708,1.00,1800.00,'61750809443'),(52,'split','17','2025-06-27 21:37:51','','171751049454',1,1,0,'',4709,5.00,50.00,'61750809443'),(53,'split','17','2025-06-27 21:37:51','','171751049454',1,1,0,'',4710,1.00,100.00,'61750809443'),(54,'split','17','2025-06-27 21:37:51','','171751049454',1,1,0,'',4711,4.00,1500.00,'61750809443'); /*!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=12 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','8','2025-05-25 19:02:25','81748188909',1,1,0,'','81748187340'),(3,'merge','6','2025-05-25 19:06:26','81748189152',1,1,0,'',NULL),(4,'merge','1','2025-05-27 21:10:24','11748369397',1,1,0,'',NULL),(5,'split','17','2025-06-08 06:07:38','171749352022',1,1,0,'','141749315977'),(6,'split','4','2025-06-15 02:34:15','41749944039',1,1,0,'','41749934215'),(7,'split','22','2025-06-22 17:19:36','221750601962',1,1,0,'','221750601251'),(8,'split','17','2025-06-27 21:35:42','171751049311',1,1,0,'','61750809443'),(9,'split','17','2025-06-27 21:36:38','171751049378',1,1,0,'','61750809443'),(10,'split','17','2025-06-27 21:37:15','171751049422',1,1,0,'','61750809443'),(11,'split','17','2025-06-27 21:37:51','171751049454',1,1,0,'','61750809443'); /*!40000 ALTER TABLE `splitbillmaster` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `statement` -- DROP TABLE IF EXISTS `statement`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `statement` ( `id` int(30) NOT NULL AUTO_INCREMENT, `account` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `invoice` varchar(50) NOT NULL, `crateddate` varchar(30) NOT NULL, `debit` decimal(10,2) NOT NULL, `credit` decimal(10,2) NOT NULL, `balance` varchar(20) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `paymentmethodes` varchar(10) NOT NULL, `description` text NOT NULL, `amount` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `type` varchar(30) NOT NULL, `refno` varchar(30) NOT NULL, `vatable` varchar(30) NOT NULL, `vat` varchar(30) NOT NULL, `tax` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `statement` -- LOCK TABLES `statement` WRITE; /*!40000 ALTER TABLE `statement` DISABLE KEYS */; /*!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 AUTO_INCREMENT=230 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stock` -- LOCK TABLES `stock` WRITE; /*!40000 ALTER TABLE `stock` DISABLE KEYS */; INSERT INTO `stock` VALUES (1,'229',99999.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','3',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(2,'228',10000.00,0.00,0.00,0.00,0.00,1500.00,0.00,'1','3',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(3,'227',9999.00,0.00,0.00,0.00,0.00,1500.00,0.00,'1','3',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(4,'226',10000.00,0.00,0.00,0.00,0.00,1500.00,0.00,'1','3',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(5,'225',10000.00,0.00,0.00,0.00,0.00,1500.00,0.00,'1','3',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(6,'224',10000.00,0.00,0.00,0.00,0.00,1500.00,0.00,'1','3',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(7,'223',10001.00,0.00,0.00,0.00,0.00,1500.00,0.00,'1','3',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(8,'222',1097.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','2',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(9,'221',93.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(10,'220',100.00,0.00,0.00,0.00,0.00,2900.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(11,'219',100.00,0.00,0.00,0.00,0.00,1500.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(12,'218',94.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(13,'217',100.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(14,'216',100.00,0.00,0.00,0.00,0.00,2000.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(15,'215',99.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(16,'214',100.00,0.00,0.00,0.00,0.00,1100.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(17,'213',100.00,0.00,0.00,0.00,0.00,2000.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(18,'212',100.00,0.00,0.00,0.00,0.00,1100.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(19,'211',100.00,0.00,0.00,0.00,0.00,1400.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(20,'210',99.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(21,'209',100.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(22,'208',100.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(23,'207',100.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(24,'206',100.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(25,'205',99.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(26,'204',100.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(27,'203',100.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(28,'202',100.00,0.00,0.00,0.00,0.00,1000.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(29,'201',98.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(30,'200',100.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(31,'199',100.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(32,'198',100.00,0.00,0.00,0.00,0.00,3800.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(33,'197',100.00,0.00,0.00,0.00,0.00,3700.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(34,'196',98.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(35,'195',95.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(36,'194',99.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(37,'193',100.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(38,'192',99.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(39,'191',100.00,0.00,0.00,0.00,0.00,2000.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(40,'190',100.00,0.00,0.00,0.00,0.00,1000.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(41,'189',100.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(42,'188',100.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(43,'187',94.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(44,'186',100.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(45,'185',100.00,0.00,0.00,0.00,0.00,2000.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(46,'184',100.00,0.00,0.00,0.00,0.00,2000.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(47,'183',100.00,0.00,0.00,0.00,0.00,2000.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(48,'182',100.00,0.00,0.00,0.00,0.00,1100.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(49,'181',100.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(50,'180',100.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(51,'179',100.00,0.00,0.00,0.00,0.00,1800.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(52,'178',100.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(53,'177',100.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(54,'176',100.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(55,'175',100.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(56,'174',98.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(57,'173',100.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(58,'172',100.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(59,'171',100.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(60,'170',100.00,0.00,0.00,0.00,0.00,1200.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(61,'169',100.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(62,'168',100.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(63,'167',100.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(64,'166',100.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(65,'165',100.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(66,'164',100.00,0.00,0.00,0.00,0.00,60.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(67,'163',100.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(68,'162',100.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(69,'161',100.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(70,'160',100.00,0.00,0.00,0.00,0.00,90.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(71,'159',100.00,0.00,0.00,0.00,0.00,1200.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(72,'158',100.00,0.00,0.00,0.00,0.00,900.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(73,'157',100.00,0.00,0.00,0.00,0.00,600.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(74,'156',100.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(75,'155',100.00,0.00,0.00,0.00,0.00,1200.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(76,'154',100.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(77,'153',100.00,0.00,0.00,0.00,0.00,600.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(78,'152',100.00,0.00,0.00,0.00,0.00,1000.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(79,'151',100.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(80,'150',100.00,0.00,0.00,0.00,0.00,3000.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(81,'149',100.00,0.00,0.00,0.00,0.00,1400.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(82,'148',100.00,0.00,0.00,0.00,0.00,4800.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(83,'147',100.00,0.00,0.00,0.00,0.00,2600.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(84,'146',100.00,0.00,0.00,0.00,0.00,6000.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(85,'145',100.00,0.00,0.00,0.00,0.00,4700.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(86,'144',100.00,0.00,0.00,0.00,0.00,2900.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(87,'143',100.00,0.00,0.00,0.00,0.00,1300.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(88,'142',100.00,0.00,0.00,0.00,0.00,1600.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(89,'141',100.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(90,'140',100.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(91,'139',100.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(92,'138',100.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(93,'137',100.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(94,'136',99.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(95,'135',100.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(96,'134',95.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(97,'133',100.00,0.00,0.00,0.00,0.00,3000.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(98,'132',100.00,0.00,0.00,0.00,0.00,1400.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(99,'131',100.00,0.00,0.00,0.00,0.00,2900.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(100,'130',100.00,0.00,0.00,0.00,0.00,1300.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(101,'129',100.00,0.00,0.00,0.00,0.00,3000.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(102,'128',100.00,0.00,0.00,0.00,0.00,3000.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(103,'127',100.00,0.00,0.00,0.00,0.00,10.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(104,'126',100.00,0.00,0.00,0.00,0.00,2000.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(105,'125',100.00,0.00,0.00,0.00,0.00,1100.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(106,'124',100.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(107,'123',100.00,0.00,0.00,0.00,0.00,1700.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(108,'122',100.00,0.00,0.00,0.00,0.00,1700.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(109,'121',100.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(110,'120',100.00,0.00,0.00,0.00,0.00,30.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(111,'119',98.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(112,'118',100.00,0.00,0.00,0.00,0.00,1000.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(113,'117',100.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(114,'116',100.00,0.00,0.00,0.00,0.00,1000.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(115,'115',100.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(116,'114',100.00,0.00,0.00,0.00,0.00,1000.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(117,'113',99.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(118,'112',100.00,0.00,0.00,0.00,0.00,1700.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(119,'111',99.00,0.00,0.00,0.00,0.00,1400.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(120,'110',100.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(121,'109',100.00,0.00,0.00,0.00,0.00,3200.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(122,'108',100.00,0.00,0.00,0.00,0.00,1400.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(123,'107',100.00,0.00,0.00,0.00,0.00,1400.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(124,'106',100.00,0.00,0.00,0.00,0.00,1400.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(125,'105',100.00,0.00,0.00,0.00,0.00,1400.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(126,'104',100.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(127,'103',100.00,0.00,0.00,0.00,0.00,2000.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(128,'102',100.00,0.00,0.00,0.00,0.00,900.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(129,'101',100.00,0.00,0.00,0.00,0.00,1800.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(130,'100',100.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(131,'99',100.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(132,'98',100.00,0.00,0.00,0.00,0.00,1700.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(133,'97',100.00,0.00,0.00,0.00,0.00,2150.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(134,'96',100.00,0.00,0.00,0.00,0.00,1000.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(135,'95',100.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(136,'94',100.00,0.00,0.00,0.00,0.00,1700.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(137,'93',100.00,0.00,0.00,0.00,0.00,600.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(138,'92',100.00,0.00,0.00,0.00,0.00,2300.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(139,'91',100.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(140,'90',95.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(141,'89',93.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(142,'88',100.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(143,'87',100.00,0.00,0.00,0.00,0.00,2900.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(144,'86',100.00,0.00,0.00,0.00,0.00,3800.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(145,'85',100.00,0.00,0.00,0.00,0.00,1700.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(146,'84',99.00,0.00,0.00,0.00,0.00,3500.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(147,'83',100.00,0.00,0.00,0.00,0.00,1700.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(148,'82',100.00,0.00,0.00,0.00,0.00,1700.00,0.00,'1','1',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(149,'81',10000.00,0.00,0.00,0.00,0.00,1600.00,0.00,'1','5',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(150,'80',9999.00,0.00,0.00,0.00,0.00,800.00,0.00,'1','5',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(151,'79',9997.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','5',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(152,'78',10000.00,0.00,0.00,0.00,0.00,1000.00,0.00,'1','5',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(153,'77',10000.00,0.00,0.00,0.00,0.00,600.00,0.00,'1','5',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(154,'76',10000.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','5',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(155,'75',10000.00,0.00,0.00,0.00,0.00,800.00,0.00,'1','5',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(156,'74',10000.00,0.00,0.00,0.00,0.00,1000.00,0.00,'1','5',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(157,'73',10000.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','5',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(158,'72',10000.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','5',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(159,'71',10000.00,0.00,0.00,0.00,0.00,1200.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(160,'70',10000.00,0.00,0.00,0.00,0.00,600.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(161,'69',10000.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(162,'68',10000.00,0.00,0.00,0.00,0.00,1000.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(163,'67',10000.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(164,'66',10000.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(165,'65',10000.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(166,'64',10000.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(167,'63',10000.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(168,'62',10000.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(169,'61',10000.00,0.00,0.00,0.00,0.00,600.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(170,'60',10000.00,0.00,0.00,0.00,0.00,1600.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(171,'59',9999.00,0.00,0.00,0.00,0.00,800.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(172,'58',10000.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(173,'57',10000.00,0.00,0.00,0.00,0.00,1600.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(174,'56',10000.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(175,'55',9998.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(176,'54',10000.00,0.00,0.00,0.00,0.00,1800.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(177,'53',9999.00,0.00,0.00,0.00,0.00,900.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(178,'52',9999.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(179,'51',10000.00,0.00,0.00,0.00,0.00,1000.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(180,'50',9999.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(181,'49',10000.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(182,'48',10000.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(183,'47',9995.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(184,'46',9999.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(185,'45',9993.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(186,'44',10000.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(187,'43',9999.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(188,'42',10000.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(189,'41',9999.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(190,'40',10000.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','5',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(191,'39',9999.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(192,'38',10000.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(193,'37',9999.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(194,'36',10000.00,0.00,0.00,0.00,0.00,500.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(195,'35',10000.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(196,'34',10000.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(197,'33',10000.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(198,'32',10000.00,0.00,0.00,0.00,0.00,450.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(199,'31',10000.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(200,'30',10000.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(201,'29',10000.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(202,'28',10000.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(203,'27',10000.00,0.00,0.00,0.00,0.00,1400.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(204,'26',10000.00,0.00,0.00,0.00,0.00,700.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(205,'25',10000.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(206,'24',10000.00,0.00,0.00,0.00,0.00,1200.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(207,'23',10000.00,0.00,0.00,0.00,0.00,600.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(208,'22',10000.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(209,'21',10000.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(210,'20',9999.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(211,'19',10000.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(212,'18',10000.00,0.00,0.00,0.00,0.00,40.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(213,'17',10000.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(214,'16',10000.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(215,'15',10000.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(216,'14',10000.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(217,'13',10000.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(218,'12',10000.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(219,'11',10000.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(220,'10',9998.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(221,'9',10000.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(222,'8',10000.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(223,'7',10000.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(224,'6',10000.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(225,'5',10000.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(226,'4',10000.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(227,'3',9999.00,0.00,0.00,0.00,0.00,120.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(228,'2',10000.00,0.00,0.00,0.00,0.00,150.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''),(229,'1',10000.00,0.00,0.00,0.00,0.00,100.00,0.00,'1','4',16,1,'2025-05-28','',0,'05:05:08','','','1','',''); /*!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`), UNIQUE KEY `code_2` (`code`,`branchid`,`startdate`), UNIQUE KEY `code_3` (`code`,`branchid`,`startdate`) ) ENGINE=InnoDB AUTO_INCREMENT=331 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,'26',100.00,0.00,0.00,1,'branch',11,1,'2025-05-26','',0,'10:27:30','open',4,''),(2,'25',0.00,0.00,0.00,1,'branch',11,1,'2025-05-26','',0,'10:27:30','open',4,''),(3,'24',0.00,0.00,0.00,1,'branch',11,1,'2025-05-26','',0,'10:27:30','open',1,''),(4,'23',0.00,0.00,0.00,1,'branch',11,1,'2025-05-26','',0,'10:27:30','open',1,''),(5,'22',0.00,0.00,0.00,1,'branch',11,1,'2025-05-26','',0,'10:27:30','open',1,''),(6,'21',0.00,0.00,0.00,1,'branch',11,1,'2025-05-26','',0,'10:27:30','open',1,''),(7,'20',0.00,0.00,0.00,1,'branch',11,1,'2025-05-26','',0,'10:27:30','open',4,''),(8,'19',0.00,0.00,0.00,1,'branch',11,1,'2025-05-26','',0,'10:27:30','open',4,''),(9,'18',100.00,0.00,0.00,1,'branch',11,1,'2025-05-26','',0,'10:27:30','open',1,''),(10,'17',100.00,0.00,0.00,1,'branch',11,1,'2025-05-26','',0,'10:27:30','open',1,''),(11,'16',99.00,0.00,0.00,1,'branch',11,1,'2025-05-26','',0,'10:27:30','open',1,''),(12,'15',100.00,0.00,0.00,1,'branch',11,1,'2025-05-26','',0,'10:27:30','open',1,''),(13,'14',99.00,0.00,0.00,1,'branch',11,1,'2025-05-26','',0,'10:27:30','open',1,''),(14,'13',0.00,0.00,0.00,1,'branch',11,1,'2025-05-26','',0,'10:27:30','open',1,''),(15,'12',0.00,20.00,20.00,1,'branch',11,1,'2025-05-26','2025-05-26',11,'10:27:30','open',1,''),(16,'11',0.00,0.00,0.00,1,'branch',11,1,'2025-05-26','',0,'10:27:30','open',1,''),(17,'10',0.00,0.00,0.00,1,'branch',11,1,'2025-05-26','',0,'10:27:30','open',1,''),(18,'9',0.00,0.00,0.00,1,'branch',11,1,'2025-05-26','',0,'10:27:30','open',1,''),(19,'8',0.00,50.00,50.00,1,'branch',11,1,'2025-05-26','2025-05-26',7,'10:27:30','open',1,''),(20,'7',99.00,101.00,2.00,1,'branch',11,1,'2025-05-26','2025-05-26',7,'10:27:30','open',1,''),(21,'6',99.00,40.00,-59.00,1,'branch',11,1,'2025-05-26','2025-05-26',11,'10:27:30','open',1,''),(22,'5',99.00,50.00,-49.00,1,'branch',11,1,'2025-05-26','2025-05-26',11,'10:27:30','open',1,''),(23,'4',984.00,0.00,0.00,1,'branch',11,1,'2025-05-26','',0,'10:27:30','open',5,''),(24,'3',985.00,0.00,0.00,1,'branch',11,1,'2025-05-26','',0,'10:27:30','open',2,''),(25,'2',975.00,1000.00,25.00,1,'branch',11,1,'2025-05-26','2025-05-26',11,'10:27:30','open',1,''),(26,'1',37.00,0.00,0.00,1,'branch',11,1,'2025-05-26','',0,'10:27:30','open',4,''),(27,'229',99999.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',3,''),(28,'228',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',3,''),(29,'227',9999.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',3,''),(30,'226',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',3,''),(31,'225',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',3,''),(32,'222',1097.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',2,''),(33,'221',93.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',1,''),(34,'220',100.00,1.00,-99.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(35,'219',100.00,2.00,-98.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(36,'218',94.00,23.00,-71.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(37,'217',100.00,31.00,-69.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(38,'216',100.00,5.00,-95.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(39,'215',99.00,3.00,-96.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(40,'214',100.00,6.00,-94.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(41,'213',100.00,4.00,-96.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(42,'212',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(43,'211',100.00,4.00,-96.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(44,'210',99.00,3.00,-96.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(45,'209',100.00,47.00,-53.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(46,'208',100.00,26.00,-74.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(47,'207',100.00,29.00,-71.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(48,'206',100.00,13.00,-87.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(49,'205',99.00,36.00,-63.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(50,'204',100.00,9.00,-91.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(51,'203',100.00,8.00,-92.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(52,'202',100.00,5.00,-95.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(53,'201',98.00,0.00,-98.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(54,'200',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(55,'199',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(56,'198',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(57,'197',100.00,1.00,-99.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(58,'196',98.00,0.00,-98.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(59,'195',95.00,71.00,-24.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(60,'194',99.00,0.00,-99.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(61,'193',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(62,'192',99.00,25.00,-74.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(63,'191',100.00,6.00,-94.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(64,'190',100.00,1.00,-99.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(65,'189',100.00,6.00,-94.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(66,'188',100.00,3.00,-97.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(67,'187',94.00,240.00,146.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(68,'186',100.00,16.00,-84.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(69,'185',100.00,4.00,-96.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(70,'184',100.00,3.00,-97.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(71,'183',100.00,4.00,-96.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(72,'182',100.00,3.00,-97.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(73,'181',100.00,2.00,-98.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(74,'180',100.00,24.00,-76.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(75,'179',100.00,2.00,-98.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(76,'178',100.00,46.00,-54.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(77,'177',100.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',1,''),(78,'176',100.00,39.00,-61.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(79,'175',100.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',1,''),(80,'174',98.00,320.00,222.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(81,'173',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(82,'172',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(83,'171',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(84,'170',100.00,1.00,-99.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(85,'169',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(86,'168',100.00,11.00,-89.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(87,'167',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(88,'166',100.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',1,''),(89,'165',100.00,106.00,6.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(90,'164',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(91,'163',100.00,50.00,-50.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(92,'162',100.00,45.00,-55.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(93,'161',100.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',1,''),(94,'160',100.00,74.00,-26.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(95,'159',100.00,2.00,-98.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(96,'158',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(97,'157',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(98,'156',100.00,13.00,-87.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(99,'155',100.00,3.00,-97.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(100,'154',100.00,9.00,-91.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(101,'153',100.00,3.00,-97.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(102,'152',100.00,5.00,-95.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(103,'151',100.00,10.00,-90.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(104,'150',100.00,3.00,-97.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(105,'149',100.00,2.00,-98.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(106,'148',100.00,2.00,-98.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(107,'147',100.00,2.00,-98.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(108,'146',100.00,1.00,-99.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(109,'145',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(110,'144',100.00,1.00,-99.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(111,'143',100.00,1.00,-99.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(112,'142',100.00,4.00,-96.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(113,'141',100.00,8.00,-92.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(114,'140',100.00,7.00,-93.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(115,'139',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(116,'138',100.00,40.00,-60.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(117,'137',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(118,'136',99.00,167.00,68.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(119,'135',100.00,18.00,-82.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(120,'134',95.00,22.00,-73.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(121,'133',100.00,2.00,-98.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(122,'132',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(123,'131',100.00,2.00,-98.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(124,'130',100.00,2.00,-98.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(125,'129',100.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',1,''),(126,'128',100.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',1,''),(127,'127',100.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',1,''),(128,'126',100.00,6.00,-94.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(129,'125',100.00,7.00,-93.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(130,'124',100.00,10.00,-90.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(131,'123',100.00,5.00,-95.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(132,'122',100.00,5.00,-95.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(133,'121',100.00,9.00,-91.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(134,'120',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(135,'119',98.00,0.00,-98.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(136,'118',100.00,8.00,-92.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(137,'117',100.00,6.00,-94.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(138,'116',100.00,20.00,-80.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(139,'115',100.00,84.00,-16.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(140,'114',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(141,'113',99.00,20.00,-79.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(142,'112',100.00,4.00,-96.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(143,'111',99.00,8.00,-91.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(144,'110',100.00,10.00,-90.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(145,'109',100.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',1,''),(146,'108',100.00,4.00,-96.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(147,'107',100.00,2.00,-98.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(148,'106',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(149,'105',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(150,'104',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(151,'103',100.00,1.00,-99.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(152,'102',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(153,'101',100.00,2.00,-98.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(154,'100',100.00,16.00,-84.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(155,'99',100.00,18.00,-82.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(156,'98',100.00,1.00,-99.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(157,'97',100.00,5.00,-95.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(158,'96',100.00,5.00,-95.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(159,'95',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(160,'94',100.00,4.00,-96.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(161,'93',100.00,6.00,-94.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(162,'92',100.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',1,''),(163,'91',100.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',1,''),(164,'90',95.00,140.00,45.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(165,'89',93.00,34.00,-59.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(166,'88',100.00,33.00,-67.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(167,'87',100.00,3.00,-97.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(168,'86',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(169,'85',100.00,0.00,-100.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(170,'84',99.00,1.00,-98.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(171,'83',100.00,5.00,-95.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(172,'82',100.00,3.00,-97.00,1,'branch',16,1,'2025-05-28','2025-05-28',1,'09:32:14','open',1,''),(173,'81',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',5,''),(174,'80',9999.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',5,''),(175,'79',9997.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',5,''),(176,'78',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',5,''),(177,'77',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',5,''),(178,'76',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',5,''),(179,'75',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',5,''),(180,'74',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',5,''),(181,'73',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',5,''),(182,'72',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',5,''),(183,'71',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(184,'70',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(185,'69',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(186,'68',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(187,'67',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(188,'66',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(189,'65',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(190,'64',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(191,'63',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(192,'62',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(193,'61',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(194,'60',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(195,'59',9999.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(196,'58',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(197,'57',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(198,'56',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(199,'55',9998.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(200,'54',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(201,'53',9999.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(202,'52',9999.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(203,'51',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(204,'50',9999.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(205,'49',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(206,'48',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(207,'47',9995.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(208,'46',9999.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(209,'45',9993.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(210,'44',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(211,'43',9999.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(212,'42',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(213,'41',9999.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(214,'40',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',5,''),(215,'39',9999.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(216,'38',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(217,'37',9999.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(218,'36',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(219,'35',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(220,'34',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(221,'33',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(222,'32',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(223,'31',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(224,'30',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(225,'29',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(226,'28',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(227,'27',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(228,'26',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(229,'25',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(230,'24',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(231,'23',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(232,'22',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(233,'21',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(234,'20',9999.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(235,'19',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(236,'18',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(237,'17',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(238,'16',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(239,'15',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(240,'14',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(241,'13',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(242,'12',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(243,'11',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(244,'10',9998.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(245,'9',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(246,'8',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(247,'7',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(248,'6',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(249,'5',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(250,'4',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(251,'3',9999.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(252,'2',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''),(253,'1',10000.00,0.00,0.00,1,'branch',16,1,'2025-05-28','',0,'09:32:14','open',4,''); /*!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) 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 `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:26:23
.
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